Searched
full:uint16 (Results
301 -
325 of
723) sorted by null
<<11121314151617181920>>
/prebuilt/windows/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)
|
/external/chromium/base/ |
pickle_unittest.cc | 22 const uint16 testuint16 = 32123; 46 uint16 outuint16;
|
/external/chromium/net/spdy/ |
spdy_protocol.h | 245 uint16 version_; 246 uint16 type_; 266 uint16 unused_; 289 uint16 unused_; 429 uint16 type = ntohs(block()->control_.type_); 433 uint16 version() const { 438 void set_version(uint16 version) { 444 uint16 type = ntohs(block()->control_.type_);
|
/external/chromium/third_party/libjingle/source/talk/base/ |
socketaddress.h | 94 uint16 port() const; 186 uint16 port_;
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
pseudotcp.cc | 54 const uint16 PACKET_MAXIMUMS[] = { 155 inline void short_to_bytes(uint16 val, void* buf) { 156 *static_cast<uint16*>(buf) = talk_base::HostToNetwork16(val); 163 inline uint16 bytes_to_short(const void* buf) { 164 return talk_base::NetworkToHost16(*static_cast<const uint16*>(buf)); 284 void PseudoTcp::NotifyMTU(uint16 mtu) { 493 short_to_bytes(uint16(m_rcv_wnd), buffer + 14); 1071 if (static_cast<uint16>(PACKET_MAXIMUMS[m_msslevel]) <= m_mtu_advise) {
|
/external/neven/Embedded/common/src/b_APIEm/ |
FaceFinderRef.h | 88 const struct bpi_FaceFinderRef* ptrA, uint16* memPtrA ); 95 const uint16* memPtrA,
|
/external/neven/Embedded/common/src/b_BasicEm/ |
APhArr.h | 114 uint16* memPtrA ); 119 const uint16* memPtrA,
|
Basic.h | 56 typedef unsigned short uint16; typedef 65 typedef uint16 count_t;
|
ComplexArr.h | 111 uint16* memPtrA ); 116 const uint16* memPtrA,
|
Int16Arr.h | 123 uint16* memPtrA ); 128 const uint16* memPtrA,
|
Int32Arr.h | 110 uint16* memPtrA ); 115 const uint16* memPtrA,
|
Int8Arr.h | 110 uint16* memPtrA ); 115 const uint16* memPtrA,
|
MemSeg.c | 212 memSegL.memPtrE = ( uint16* )memPtrA; 227 memSegL.memPtrE = ( uint16* )memPtrA; 242 uint16* memPtrL = NULL; 257 "uint16* bbs_MemSeg_alloc( struct bbs_MemSeg* ptrA, uint32 sizeA ):\n" 277 "uint16* bbs_MemSeg_alloc( struct bbs_MemSeg* ptrA, uint32 sizeA ):\n" 301 bbs_ERROR0( "uint16* bbs_MemSeg_alloc( struct bbs_MemSeg* ptrA, uint32 sizeA ):\nSegment crosses page boundary\n" ); 331 uint16* memPtrL; 339 indexL = ( uint16* )memPtrA - ptrA->memPtrE - 2;
|
UInt32Arr.h | 109 uint16* memPtrA ); 114 const uint16* memPtrA,
|
UInt8Arr.h | 109 uint16* memPtrA ); 114 const uint16* memPtrA,
|
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
BitParam.h | 86 const struct bbf_BitParam* ptrA, uint16* memPtrA ); 91 const uint16* memPtrA );
|
I04Dns2x2Ftr.h | 98 const struct bbf_I04Dns2x2Ftr* ptrA, uint16* memPtrA ); 103 const uint16* memPtrA,
|
I04Dns2x4Ftr.h | 98 const struct bbf_I04Dns2x4Ftr* ptrA, uint16* memPtrA ); 103 const uint16* memPtrA,
|
I04Tld2x4Ftr.h | 98 const struct bbf_I04Tld2x4Ftr* ptrA, uint16* memPtrA ); 103 const uint16* memPtrA,
|
L01Dns2x4Ftr.h | 94 const struct bbf_L01Dns2x4Ftr* ptrA, uint16* memPtrA ); 99 const uint16* memPtrA,
|
L01Tld1x1Ftr.h | 94 const struct bbf_L01Tld1x1Ftr* ptrA, uint16* memPtrA ); 99 const uint16* memPtrA,
|
L01Tld2x4Ftr.h | 94 const struct bbf_L01Tld2x4Ftr* ptrA, uint16* memPtrA ); 99 const uint16* memPtrA,
|
L04Dns2x2Ftr.h | 97 const struct bbf_L04Dns2x2Ftr* ptrA, uint16* memPtrA ); 102 const uint16* memPtrA,
|
L04Dns2x4Ftr.h | 94 const struct bbf_L04Dns2x4Ftr* ptrA, uint16* memPtrA ); 99 const uint16* memPtrA,
|
Completed in 126 milliseconds
<<11121314151617181920>>