HomeSort by relevance Sort by last modified time
    Searched full:uint16 (Results 926 - 950 of 1769) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/libjingle/source/talk/base/
asyncsocket.h 112 virtual int EstimateMTU(uint16* mtu) {
natsocketfactory.cc 46 *(reinterpret_cast<uint16*>(&buf[2])) = HostToNetwork16(remote_addr.port());
69 uint16 port = NetworkToHost16(*(reinterpret_cast<const uint16*>(&buf[2])));
245 virtual int EstimateMTU(uint16* mtu) {
testutils.h 564 #define LE16(x) BYTE_CAST(((uint16)x) >> 0), BYTE_CAST(((uint16)x) >> 8)
575 #define BE16(x) BYTE_CAST(((uint16)x) >> 8), BYTE_CAST(((uint16)x) >> 0)
  /external/chromium_org/third_party/lzma_sdk/
7z.h 173 size_t SzArEx_GetFileNameUtf16(const CSzArEx *p, size_t fileIndex, UInt16 *dest);
Bcj2.c 9 #define CProb UInt16
  /external/chromium_org/third_party/npapi/npspy/extern/java/
typedefs_md.h 59 typedef uint16 uint16_t;
  /external/chromium_org/third_party/opus/src/include/
opus_types.h 74 typedef UInt16 opus_uint16;
  /external/chromium_org/third_party/re2/re2/
make_unicode_groups.py 77 # PrintCodes("uint16", name+"_code16", code16)
  /external/chromium_org/third_party/re2/util/
util.h 71 typedef uint16_t uint16; typedef in namespace:re2
  /external/chromium_org/third_party/skia/src/ports/
SkTypeface_win_dw.cpp 293 UINT16 glyph;
303 UINT16 glyph;
311 SkAutoTArray<UINT16> glyph(count);
335 UINT16 glyphId = gId;
  /external/chromium_org/third_party/webrtc/base/
asyncsocket.h 95 virtual int EstimateMTU(uint16* mtu) {
basictypes.h 75 typedef unsigned short uint16; // NOLINT typedef
httpcommon-inl.h 55 port_ = static_cast<uint16>(::strtoul(colon + 1, NULL, 10));
natsocketfactory.cc 29 *(reinterpret_cast<uint16*>(&buf[2])) = HostToNetwork16(remote_addr.port());
52 uint16 port = NetworkToHost16(*(reinterpret_cast<const uint16*>(&buf[2])));
228 virtual int EstimateMTU(uint16* mtu) {
testutils.h 547 #define LE16(x) BYTE_CAST(((uint16)x) >> 0), BYTE_CAST(((uint16)x) >> 8)
558 #define BE16(x) BYTE_CAST(((uint16)x) >> 8), BYTE_CAST(((uint16)x) >> 0)
win32socketserver.h 55 virtual int EstimateMTU(uint16* mtu);
  /external/chromium_org/ui/base/ime/chromeos/
character_composer_unittest.cc 256 int operator()(const uint16* l, const uint16* r, int length) const{
275 const uint16* sequence = &gtk_compose_seqs_compact[index];
276 const uint16* sequence_prev = sequence - stride;
  /external/chromium_org/ui/base/ime/
input_method_auralinux.cc 71 const uint16 ch = event.GetCharacter();
  /external/chromium_org/ui/gfx/
render_text_harfbuzz.h 46 scoped_ptr<uint16[]> glyphs;
  /external/chromium_org/ui/views/controls/
message_box_view.h 48 uint16 options;
  /external/clang/test/CodeGenObjC/
ivar-layout-64.m 73 typedef unsigned short UInt16;
  /external/libnfc-nci/src/nfa/ee/
nfa_ee_api.c 411 UINT16 size = sizeof(tNFA_EE_API_ADD_AID) + aid_len;
469 UINT16 size = sizeof(tNFA_EE_API_REMOVE_AID) + aid_len;
621 UINT16 data_len,
638 else if ((p_msg = (tNFA_EE_API_SEND_DATA *) GKI_getbuf ((UINT16)(sizeof(tNFA_EE_API_SEND_DATA) + data_len))) != NULL)
  /external/libnfc-nci/src/nfa/int/
nfa_dm_int.h 153 UINT16 rf_disc_dur_ms;
196 UINT16 pad; /* add padding to ensure the size is big enough for offset=NCI_VSC_MSG_HDR_SIZE */
337 typedef UINT16 tNFA_DM_DISC_FLAGS;
375 UINT16 disc_duration; /* Disc duration */
  /external/libogg/include/ogg/
os_types.h 64 typedef UInt16 ogg_uint16_t;
  /external/libopus/include/
opus_types.h 74 typedef UInt16 opus_uint16;

Completed in 1144 milliseconds

<<31323334353637383940>>