Searched
full:uint16 (Results
276 -
300 of
723) sorted by null
<<11121314151617181920>>
/external/chromium/third_party/libjingle/source/talk/base/ |
asyncsocket.h | 104 virtual int EstimateMTU(uint16* mtu) {
|
basictypes.h | 74 typedef unsigned short uint16; typedef
|
win32socketserver.h | 72 virtual int EstimateMTU(uint16* mtu);
|
/external/clang/test/CodeGenObjC/ |
ivar-layout-64.m | 74 typedef unsigned short UInt16;
|
/external/icu4c/common/ |
ucol_swp.cpp | 312 int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte))); // each entry = 2 * uint16 313 int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte + 2))); // each entry = uint16 321 int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript))); // each entry = uint16 322 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/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.12/include/ |
SDL_keyboard.h | 58 Uint16 unicode; /* translated character */
|
SDL_stdinc.h | 88 typedef uint16_t Uint16; 111 SDL_COMPILE_TIME_ASSERT(uint16, sizeof(Uint16) == 2); 585 #define SDL_iconv_utf8_ucs2(S) (Uint16 *)SDL_iconv_string("UCS-2", "UTF-8", S, SDL_strlen(S)+1)
|
/external/tremolo/Tremolo/ |
os_types.h | 88 typedef UInt16 ogg_uint16_t;
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
check_crc.cpp | 134 UInt16 flag = (UInt16)((hCrcBuf->crcState & hCrcBuf->crcMask) ? 1 : 0); 135 UInt16 flag1 = (UInt16)((bMask & bValue) ? 1 : 0);
|
/hardware/broadcom/wlan/bcm4329/dhdutil/include/ |
bcmwifi.h | 29 typedef uint16 chanspec_t;
|
typedefs.h | 173 typedef unsigned short uint16; typedef
|
/hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/ |
ethernet.h | 95 uint16 ether_type;
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
bcmwifi.h | 29 typedef uint16 chanspec_t;
|
typedefs.h | 173 typedef unsigned short uint16; typedef
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
ethernet.h | 95 uint16 ether_type;
|
/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) {
|
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_keyboard.h | 58 Uint16 unicode; /* translated character */
|
SDL_stdinc.h | 88 typedef uint16_t Uint16; 111 SDL_COMPILE_TIME_ASSERT(uint16, sizeof(Uint16) == 2); 585 #define SDL_iconv_utf8_ucs2(S) (Uint16 *)SDL_iconv_string("UCS-2", "UTF-8", S, SDL_strlen(S)+1)
|
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_keyboard.h | 58 Uint16 unicode; /* translated character */
|
SDL_stdinc.h | 88 typedef uint16_t Uint16; 111 SDL_COMPILE_TIME_ASSERT(uint16, sizeof(Uint16) == 2); 585 #define SDL_iconv_utf8_ucs2(S) (Uint16 *)SDL_iconv_string("UCS-2", "UTF-8", S, SDL_strlen(S)+1)
|
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_keyboard.h | 62 Uint16 unicode; /* translated character */
|
Completed in 505 milliseconds
<<11121314151617181920>>