HomeSort by relevance Sort by last modified time
    Searched refs:IXDR_GET_LONG (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
xdr.h 265 #define IXDR_GET_LONG(buf) ((long)IXDR_GET_U_INT32(buf))
267 #define IXDR_GET_U_LONG(buf) ((u_long)IXDR_GET_LONG(buf))
271 #define IXDR_GET_BOOL(buf) ((bool_t)IXDR_GET_LONG(buf))
272 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf))
273 #define IXDR_GET_SHORT(buf) ((short)IXDR_GET_LONG(buf))
274 #define IXDR_GET_U_SHORT(buf) ((u_short)IXDR_GET_LONG(buf))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
xdr.h 265 #define IXDR_GET_LONG(buf) ((long)IXDR_GET_U_INT32(buf))
267 #define IXDR_GET_U_LONG(buf) ((u_long)IXDR_GET_LONG(buf))
271 #define IXDR_GET_BOOL(buf) ((bool_t)IXDR_GET_LONG(buf))
272 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf))
273 #define IXDR_GET_SHORT(buf) ((short)IXDR_GET_LONG(buf))
274 #define IXDR_GET_U_SHORT(buf) ((u_short)IXDR_GET_LONG(buf))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
xdr.h 265 #define IXDR_GET_LONG(buf) ((long)IXDR_GET_U_INT32(buf))
267 #define IXDR_GET_U_LONG(buf) ((u_long)IXDR_GET_LONG(buf))
271 #define IXDR_GET_BOOL(buf) ((bool_t)IXDR_GET_LONG(buf))
272 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf))
273 #define IXDR_GET_SHORT(buf) ((short)IXDR_GET_LONG(buf))
274 #define IXDR_GET_U_SHORT(buf) ((u_short)IXDR_GET_LONG(buf))

Completed in 2428 milliseconds