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

12

  /external/protobuf/src/google/protobuf/stubs/
common.h 136 typedef unsigned __int16 uint16; typedef in namespace:google::protobuf
146 typedef uint16_t uint16; typedef in namespace:google::protobuf
    [all...]
  /external/qemu/fpu/
softfloat.h 60 typedef int16_t uint16; typedef
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4def.h 27 typedef uint16_t uint16; typedef
  /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);
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_types.h 55 #ifndef uint16
56 typedef unsigned short uint16; typedef
304 typedef uint16 BasicRateSet_t;
  /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::__anon2253
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriver.h 97 #ifndef uint16
98 #define uint16 TI_UINT16 macro
    [all...]

Completed in 355 milliseconds

12