Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • I ipipe
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • xenomai
  • ipipe
  • Repository

Switch branch/tag
  • ipipe
  • lib
  • mpi
  • mpicoder.c
Find file BlameHistoryPermalink
  • David Howells's avatar
    MPILIB: Provide a function to read raw data into an MPI · e1045992
    David Howells authored Sep 24, 2012
    
    
    Provide a function to read raw data of a predetermined size into an MPI rather
    than expecting the size to be encoded within the data.  The data is assumed to
    represent an unsigned integer, and the resulting MPI will be positive.
    
    The function looks like this:
    
    	MPI mpi_read_raw_data(const void *, size_t);
    
    This is useful for reading ASN.1 integer primitives where the length is encoded
    in the ASN.1 metadata.
    Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
    Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
    e1045992

Replace mpicoder.c

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.

Imprint & Privacy Policy