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

  /hardware/msm7k/librpc/rpc/
xdr.h 57 #define XDR_SEND_UINT(XDR, VALUE) (XDR)->xops->send_uint32(XDR, (uint32 *)(VALUE))
58 #define XDR_SEND_UINT32(XDR, VALUE) (XDR)->xops->send_uint32(XDR, VALUE)
types.h 367 bool_t (*send_uint32) (xdr_s_type *xdr, const uint32 *value); member in struct:xdr_ops_struct

Completed in 24 milliseconds