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

1 2

  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avc_types.h 23 typedef uint16_t uint16; typedef
  /external/chromium/googleurl/base/
basictypes.h 7 typedef unsigned short uint16; typedef
  /external/openfst/src/include/fst/
types.h 34 typedef uint16_t uint16; typedef
  /external/srec/seti/setiUtils/include/
port_fileio.h 34 #define uint16 int macro
  /frameworks/av/media/libstagefright/codecs/mp3dec/include/
pvmp3_audio_type_defs.h 69 typedef uint16_t uint16; typedef
  /frameworks/ex/variablespeed/jni/
integral_types.h 29 typedef unsigned short uint16; // NOLINT typedef
  /external/libyuv/files/include/libyuv/
basic_types.h 53 typedef unsigned short uint16; typedef
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
qtypes.h 68 typedef unsigned short uint16; /* Unsigned 16 bit value */ typedef
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
m4vh263_decoder_pv_types.h 28 typedef uint16_t uint16; typedef
  /external/regex-re2/util/
util.h 65 typedef uint16_t uint16; typedef in namespace:re2
  /external/chromium/third_party/libjingle/source/talk/base/
basictypes.h 74 typedef unsigned short uint16; typedef
  /external/neven/Embedded/common/src/b_BasicEm/
Basic.h 56 typedef unsigned short uint16; typedef
65 typedef uint16 count_t;
  /external/webkit/Source/WebCore/platform/
PlatformTouchEvent.h 39 typedef unsigned short uint16; typedef
41 #define AEEEvent uint16
74 PlatformTouchEvent(AEEEvent, uint16 wParam, uint32 dwParam);
PlatformKeyboardEvent.h 71 typedef unsigned short uint16; typedef
73 #define AEEEvent uint16
208 PlatformKeyboardEvent(AEEEvent, uint16, uint32, Type);
PlatformMouseEvent.h 65 typedef unsigned short uint16; typedef
67 #define AEEEvent uint16
177 PlatformMouseEvent(AEEEvent, uint16 wParam, uint32 dwParam);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
types.h 117 typedef unsigned short uint16; typedef in namespace:__gnu_parallel
141 typedef uint16 thread_index_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 48 typedef unsigned short uint16; typedef
70 const uint16 kuint16max = ((uint16) 0xFFFF);
  /external/dbus/tools/
dbus-send.c 61 dbus_uint16_t uint16; local
90 uint16 = strtoul (value, NULL, 0);
91 dbus_message_iter_append_basic (iter, DBUS_TYPE_UINT16, &uint16);
200 else if (!strcmp (arg, "uint16"))
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
typedefs.h 173 typedef unsigned short uint16; typedef
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 173 typedef unsigned short uint16; typedef
  /hardware/ril/mock-ril/src/cpp/
node_buffer.cpp 550 uint16_t uint16; local
566 uint16 = htons(*(uint16_t*)(buffer->data() + index));
567 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 104 uint16_t uint16; member in union:attrid::__anon2280
181 bt_put_unaligned(ntohs(bt_get_unaligned((uint16_t *)p)), (uint16_t *)&aid->uint16);
574 uint16_t attr = bt_get_unaligned((uint16_t *)&aid->uint16);

Completed in 1784 milliseconds

1 2