HomeSort by relevance Sort by last modified time
    Searched defs:uint16 (Results 26 - 29 of 29) sorted by null

12

  /hardware/msm7k/librpc/rpc/
types.h 85 typedef uint16_t uint16; typedef
365 bool_t (*send_uint16) (xdr_s_type *xdr, const uint16 *value);
373 bool_t (*recv_uint16) (xdr_s_type *xdr, uint16 *value);
  /external/bluetooth/bluez/lib/
sdp.c 381 d->val.uint16 = bt_get_unaligned((uint16_t *) value);
830 u16 = htons(d->val.uint16);
1083 d->val.uint16 = ntohs(bt_get_unaligned((uint16_t *) p));
2369 uint8_t uint16 = SDP_UINT16; local
2483 uint8_t uint16 = SDP_UINT16; local
    [all...]
  /external/genext2fs/
genext2fs.c 278 typedef unsigned short uint16; typedef
425 static inline uint16
426 swab16(uint16 val)
509 #define udecl16(x) uint16 x;
    [all...]
  /external/bluetooth/bluez/lib/bluetooth/
sdp.h 503 uint16_t uint16; member in union:sdp_data_struct::__anon1774

Completed in 6430 milliseconds

12