HomeSort by relevance Sort by last modified time
    Searched full:uint16 (Results 626 - 650 of 1177) sorted by null

<<21222324252627282930>>

  /external/clang/test/CodeGenObjC/
ivar-layout-64.m 73 typedef unsigned short UInt16;
  /external/icu4c/common/
ucol_swp.cpp 310 int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte))); // each entry = 2 * uint16
311 int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte + 2))); // each entry = uint16
319 int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript))); // each entry = uint16
320 int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript + 2))); // each entry = uint16
  /external/libffi/include/
ffi_common.h 83 typedef unsigned int UINT16 __attribute__((__mode__(__HI__)));
  /external/libnfc-nci/src/adaptation/
libmain.c 94 NFC_API extern void nfa_nv_co_read(UINT8 *pBuffer, UINT16 nbytes, UINT8 block)
151 NFC_API extern void nfa_nv_co_write(const UINT8 *pBuffer, UINT16 nbytes, UINT8 block)
466 void DispNciDump (UINT8 *data, UINT16 len, BOOLEAN is_recv)
528 void DispHcp (UINT8 *data, UINT16 len, BOOLEAN is_recv)
  /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;
584 UINT16 data_len,
601 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 149 UINT16 rf_disc_dur_ms;
192 UINT16 pad; /* add padding to ensure the size is big enough for offset=NCI_VSC_MSG_HDR_SIZE */
330 typedef UINT16 tNFA_DM_DISC_FLAGS;
368 UINT16 disc_duration; /* Disc duration */
  /external/libogg/include/ogg/
os_types.h 64 typedef UInt16 ogg_uint16_t;
  /external/neven/Embedded/common/src/b_BasicEm/
Memory.h 57 void* bbs_memset16( void* dstA, uint16 valA, uint32 sizeA );
  /external/neven/Embedded/common/src/b_BitFeatureEm/
Functions.h 38 extern const uint16 bbf_bit8TblG[ 256 ];
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlrect.html 95 Uint16 w, h;
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_keyboard.h 63 Uint16 unicode; /**< translated character */
SDL_stdinc.h 101 typedef uint16_t Uint16;
127 SDL_COMPILE_TIME_ASSERT(uint16, sizeof(Uint16) == 2);
611 #define SDL_iconv_utf8_ucs2(S) (Uint16 *)SDL_iconv_string("UCS-2", "UTF-8", S, SDL_strlen(S)+1)
  /external/regex-re2/re2/
make_unicode_groups.py 77 # PrintCodes("uint16", name+"_code16", code16)
  /external/regex-re2/util/
util.h 70 typedef uint16_t uint16; typedef in namespace:re2
  /external/tremolo/Tremolo/
os_types.h 88 typedef UInt16 ogg_uint16_t;
  /external/valgrind/main/coregrind/m_gdbserver/
32bit-core-valgrind-s1.xml 32 <field name="b16" type="uint16"/>
32bit-core-valgrind-s2.xml 32 <field name="b16" type="uint16"/>
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLInputStream.java 56 * Reads and returns uint16 value.
  /packages/inputmethods/PinyinIME/jni/share/
pinyinime.cpp 124 size_t im_get_spl_start_pos(const uint16 *&spl_start) {
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_keyboard.h 63 Uint16 unicode; /**< translated character */
SDL_stdinc.h 101 typedef uint16_t Uint16;
127 SDL_COMPILE_TIME_ASSERT(uint16, sizeof(Uint16) == 2);
611 #define SDL_iconv_utf8_ucs2(S) (Uint16 *)SDL_iconv_string("UCS-2", "UTF-8", S, SDL_strlen(S)+1)
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_keyboard.h 63 Uint16 unicode; /**< translated character */
SDL_stdinc.h 101 typedef uint16_t Uint16;
127 SDL_COMPILE_TIME_ASSERT(uint16, sizeof(Uint16) == 2);
611 #define SDL_iconv_utf8_ucs2(S) (Uint16 *)SDL_iconv_string("UCS-2", "UTF-8", S, SDL_strlen(S)+1)
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_keyboard.h 63 Uint16 unicode; /**< translated character */
SDL_stdinc.h 101 typedef uint16_t Uint16;
127 SDL_COMPILE_TIME_ASSERT(uint16, sizeof(Uint16) == 2);
611 #define SDL_iconv_utf8_ucs2(S) (Uint16 *)SDL_iconv_string("UCS-2", "UTF-8", S, SDL_strlen(S)+1)

Completed in 990 milliseconds

<<21222324252627282930>>