HomeSort by relevance Sort by last modified time
    Searched defs:uint16 (Results 1 - 25 of 30) sorted by null

1 2

  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avc_types.h 8 typedef uint16_t uint16; typedef
  /external/chromium/googleurl/base/
basictypes.h 7 typedef unsigned short uint16; typedef
  /external/srec/seti/setiUtils/include/
port_fileio.h 34 #define uint16 int macro
  /frameworks/base/media/libstagefright/codecs/mp3dec/include/
pvmp3_audio_type_defs.h 69 typedef uint16_t uint16; typedef
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
qtypes.h 68 typedef unsigned short uint16; /* Unsigned 16 bit value */ typedef
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/include/
m4vh263_decoder_pv_types.h 28 typedef uint16_t uint16; typedef
  /external/neven/Embedded/common/src/b_BasicEm/
Basic.h 56 typedef unsigned short uint16; typedef
65 typedef uint16 count_t;
  /external/bluetooth/bluez/tools/
ubcsp.h 47 typedef unsigned short uint16; typedef
74 uint16 length; /* What is the length of the payload data */
122 uint16 send_crc;
  /external/chromium/base/
basictypes.h 44 typedef unsigned short uint16; typedef
66 const uint16 kuint16max = ((uint16) 0xFFFF);
  /external/dbus/tools/
dbus-send.c 42 dbus_uint16_t uint16; local
71 uint16 = strtoul (value, NULL, 0);
72 dbus_message_iter_append_basic (iter, DBUS_TYPE_UINT16, &uint16);
185 else if (!strcmp (arg, "uint16"))
  /external/webkit/WebCore/platform/
PlatformMouseEvent.h 59 typedef unsigned short uint16; typedef
61 #define AEEEvent uint16
153 PlatformMouseEvent(AEEEvent, uint16 wParam, uint32 dwParam);
  /hardware/broadcom/wlan/bcm4329/src/include/
typedefs.h 171 typedef unsigned short uint16; typedef
  /hardware/ril/mock-ril/src/cpp/
node_buffer.cpp 552 uint16_t uint16; local
568 uint16 = htons(*(uint16_t*)(buffer->data() + index));
569 array->Set(Integer::New(i), Integer::NewFromUnsigned(uint16));
  /packages/inputmethods/PinyinIME/jni/include/
dictdef.h 29 typedef unsigned short uint16; typedef in namespace:ime_pinyin
69 typedef uint16 LmaScoreType;
70 typedef uint16 KeyScoreType;
90 uint16 half_splid:5;
91 uint16 full_splid:11;
114 uint16 spl_idx;
115 uint16 num_of_son;
116 uint16 num_of_homo;
124 uint16 son_1st_off_l; // Low bits of the son_1st_off
125 uint16 homo_idx_buf_off_l; // Low bits of the homo_idx_buf_off_
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.h 42 typedef unsigned short uint16; typedef
  /external/bluetooth/bluez/src/
sdpd-request.c 94 uint16_t uint16; member in union:attrid::__anon1947
171 bt_put_unaligned(ntohs(bt_get_unaligned((uint16_t *)p)), (uint16_t *)&aid->uint16);
569 uint16_t attr = bt_get_unaligned((uint16_t *)&aid->uint16);
  /external/libvpx/vp8/common/
boolcoder.h 76 typedef unsigned short uint16; typedef in struct:int_types
78 typedef const uint16 cuint16;
120 // (0 <= j < 256) with an arbitrary uint16 tbl[j] = p.
152 uint16 Ptbl[256]; // kinda clunky, but so is storage management.
  /external/qemu/fpu/
softfloat.h 54 typedef int uint16; typedef
  /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...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
mp4def.h 27 typedef uint16_t uint16; typedef
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
public_types.h 53 #ifndef uint16
54 typedef unsigned short uint16; typedef
274 typedef uint16 BasicRateSet_t;
298 typedef uint16 TxdRateSet_t;
  /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;
  /system/wlan/ti/wilink_6_1/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 407 d->val.uint16 = bt_get_unaligned((uint16_t *) value);
857 u16 = htons(d->val.uint16);
1113 d->val.uint16 = ntohs(bt_get_unaligned((uint16_t *) p));
2390 uint8_t uint16 = SDP_UINT16; local
2504 uint8_t uint16 = SDP_UINT16; local
    [all...]

Completed in 1356 milliseconds

1 2