OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IXDR_PUT_INT32
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
xdr.h
255
#define
IXDR_PUT_INT32
(buf, v) (*(buf)++ = (int32_t)htonl((uint32_t)(v)))
257
#define IXDR_PUT_U_INT32(buf, v)
IXDR_PUT_INT32
(buf, (int32_t)(v))
264
#define IXDR_PUT_LONG(buf, v) ((long)
IXDR_PUT_INT32
(buf, (long)(v)))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
xdr.h
255
#define
IXDR_PUT_INT32
(buf, v) (*(buf)++ = (int32_t)htonl((uint32_t)(v)))
257
#define IXDR_PUT_U_INT32(buf, v)
IXDR_PUT_INT32
(buf, (int32_t)(v))
264
#define IXDR_PUT_LONG(buf, v) ((long)
IXDR_PUT_INT32
(buf, (long)(v)))
Completed in 43 milliseconds