HomeSort by relevance Sort by last modified time
    Searched defs:XDR (Results 1 - 4 of 4) sorted by null

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfCompressor.h 86 // returns XDR.
92 XDR // Xdr format
149 // Xdr::write<CharPtrIO> (endOfBuf, fb.pixel (c, x, y));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
xdr.h 2 * xdr.h, External Data Representation Serialization Routines.
47 * XDR provides a conventional way for converting between C data
57 * XDR *xdrs;
60 * xdrs is an instance of a XDR handle, to which or from which the data
62 * converted. The XDR handle contains an operation field which indicates
76 * Xdr operations. XDR_ENCODE causes the type to be encoded into the
104 * The XDR handle.
109 typedef struct XDR XDR;
110 struct XDR
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
xdr.h 2 * xdr.h, External Data Representation Serialization Routines.
47 * XDR provides a conventional way for converting between C data
57 * XDR *xdrs;
60 * xdrs is an instance of a XDR handle, to which or from which the data
62 * converted. The XDR handle contains an operation field which indicates
76 * Xdr operations. XDR_ENCODE causes the type to be encoded into the
104 * The XDR handle.
109 typedef struct XDR XDR;
110 struct XDR
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 150 # include <rpc/xdr.h>
152 # include <tirpc/rpc/xdr.h>
    [all...]

Completed in 126 milliseconds