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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpc/
xdr.h 263 #define IXDR_GET_LONG(buf) ((long)IXDR_GET_U_INT32(buf))
265 #define IXDR_GET_U_LONG(buf) ((u_long)IXDR_GET_LONG(buf))
269 #define IXDR_GET_BOOL(buf) ((bool_t)IXDR_GET_LONG(buf))
270 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf))
271 #define IXDR_GET_SHORT(buf) ((short)IXDR_GET_LONG(buf))
272 #define IXDR_GET_U_SHORT(buf) ((u_short)IXDR_GET_LONG(buf))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
xdr.h 263 #define IXDR_GET_LONG(buf) ((long)IXDR_GET_U_INT32(buf))
265 #define IXDR_GET_U_LONG(buf) ((u_long)IXDR_GET_LONG(buf))
269 #define IXDR_GET_BOOL(buf) ((bool_t)IXDR_GET_LONG(buf))
270 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf))
271 #define IXDR_GET_SHORT(buf) ((short)IXDR_GET_LONG(buf))
272 #define IXDR_GET_U_SHORT(buf) ((u_short)IXDR_GET_LONG(buf))

Completed in 156 milliseconds