/external/chromium_org/third_party/re2/re2/ |
unicode_casefold.h | 19 // as a sorted list of uint32 pairs, it has 2049 entries and is 16 kB. 54 uint32 lo; 55 uint32 hi;
|
/external/libnfc-nci/src/udrv/include/ |
uipc.h | 138 UDRV_API extern UINT32 UIPC_Read(tUIPC_CH_ID ch_id, UINT16 *p_msg_evt, UINT8 *p_buf, UINT32 len); 149 UDRV_API extern BOOLEAN UIPC_Ioctl(tUIPC_CH_ID ch_id, UINT32 request, void *param);
|
/external/lzma/C/ |
LzmaEnc.h | 18 UInt32 dictSize; /* (1 << 12) <= dictSize <= (1 << 27) for 32-bit version
28 UInt32 mc; /* 1 <= mc <= (1 << 30), default = 32 */
35 UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2);
|
/external/lzma/CPP/7zip/Common/ |
MethodProps.cpp | 17 UInt32 reducedDictionarySize = 1 << 10;
22 const UInt32 step = (reducedDictionarySize >> 1);
34 if (reducedDictionarySize >= ((UInt32)3 << 30))
|
/external/lzma/CPP/7zip/UI/Common/ |
ArchiveExtractCallback.h | 56 UInt32 Attrib;
66 UInt32 _index;
97 UInt32 CrcSum;
|
/external/neven/Embedded/common/src/b_TensorEm/ |
Cluster2D.h | 55 uint32 allocatedSizeE; 58 uint32 sizeE; 101 uint32 bts_Cluster2D_checkSum( struct bbs_Context* cpA, 111 uint32 indexA, int32 bbpA ); 116 uint32 indexA, 124 uint32 sizeA, 130 uint32 sizeA ); 141 uint32 dstBbpA ); 153 uint32 dstBbpA ); 158 uint32 bts_Cluster2D_memSize( struct bbs_Context* cpA [all...] |
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
guidetimeexamples.html | 94 static Uint32 next_time; 96 Uint32 time_left(void) 98 Uint32 now;
|
/external/qemu/distrib/sdl-1.2.15/src/thread/pthread/ |
SDL_systhread.c | 41 Uint32 riscos_main_thread = 0; /* Thread running events */ 100 Uint32 SDL_ThreadID(void) 102 return((Uint32)((size_t)pthread_self()));
|
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/ |
SDL_nxvideo.h | 47 Uint32 red_mask ; 48 Uint32 green_mask ; 49 Uint32 blue_mask ;
|
/external/regex-re2/re2/ |
unicode_casefold.h | 19 // as a sorted list of uint32 pairs, it has 2049 entries and is 16 kB. 54 uint32 lo; 55 uint32 hi;
|
/external/neven/Embedded/common/src/b_APIEm/ |
BFFaceFinder.c | 47 ptrA->baseE.typeE = ( uint32 )bpi_FF_BF_FACE_FINDER; 112 uint32 bpi_BFFaceFinder_getMinEyeDistance( const struct bpi_BFFaceFinder* ptrA ) 119 uint32 bpi_BFFaceFinder_getMaxEyeDistance( const struct bpi_BFFaceFinder* ptrA ) 136 uint32 distA ) 146 uint32 distA ) 168 uint32 bpi_BFFaceFinder_memSize( struct bbs_Context* cpA, 171 uint32 memSizeL = 0; 172 memSizeL += bbs_SIZEOF16( uint32 ); 173 memSizeL += bbs_SIZEOF16( uint32 ); /* version */ 182 uint32 bpi_BFFaceFinder_memWrite( struct bbs_Context* cpA [all...] |
/external/chromium/base/third_party/icu/ |
icu_utf.h | 24 typedef uint32 UChar32; 58 ((uint32)(c)<=0xfdef || ((c)&0xfffe)==0xfffe) && \ 59 (uint32)(c)<=0x10ffff) 79 ((uint32)(c)<0xd800 || \ 80 ((uint32)(c)>0xdfff && \ 81 (uint32)(c)<=0x10ffff && \ 151 ((uint32)(c)<=0x7f ? 1 : \ 152 ((uint32)(c)<=0x7ff ? 2 : \ 153 ((uint32)(c)<=0xd7ff ? 3 : \ 154 ((uint32)(c)<=0xdfff || (uint32)(c)>0x10ffff ? 0 : [all...] |
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
mediachannel.h | 94 virtual void SetSendSsrc(uint32 id) = 0; 115 uint32 ssrc; 127 uint32 ssrc; 138 uint32 ssrc; 154 uint32 ssrc; 219 virtual bool AddStream(uint32 ssrc) = 0; 221 virtual bool RemoveStream(uint32 ssrc) = 0; 235 virtual void GetLastMediaError(uint32* ssrc, 242 // ssrc(uint32), and error(VoiceMediaChannel::Error). 243 sigslot::signal2<uint32, VoiceMediaChannel::Error> SignalMediaError [all...] |
/external/chromium_org/base/ |
md5.cc | 31 uint32 buf[4]; 32 uint32 bits[2]; 40 uint32 t; 42 t = (uint32)((unsigned)buf[3]<<8 | buf[2]) << 16 | 44 *(uint32 *)buf = t; 66 void MD5Transform(uint32 buf[4], const uint32 in[16]) { 67 register uint32 a, b, c, d; 175 uint32 t; 180 if ((ctx->bits[0] = t + ((uint32)len << 3)) < t [all...] |
/external/chromium_org/base/third_party/icu/ |
icu_utf.h | 24 typedef uint32 UChar32; 59 ((uint32)(c)<=0xfdef || ((c)&0xfffe)==0xfffe) && \ 60 (uint32)(c)<=0x10ffff) 80 ((uint32)(c)<0xd800 || \ 81 ((uint32)(c)>0xdfff && \ 82 (uint32)(c)<=0x10ffff && \ 152 ((uint32)(c)<=0x7f ? 1 : \ 153 ((uint32)(c)<=0x7ff ? 2 : \ 154 ((uint32)(c)<=0xd7ff ? 3 : \ 155 ((uint32)(c)<=0xdfff || (uint32)(c)>0x10ffff ? 0 : [all...] |
/external/chromium_org/third_party/libaddressinput/chromium/cpp/src/util/ |
md5.cc | 36 uint32 buf[4]; 37 uint32 bits[2]; 45 uint32 t; 47 t = (uint32)((unsigned)buf[3]<<8 | buf[2]) << 16 | 49 *(uint32 *)buf = t; 71 void MD5Transform(uint32 buf[4], const uint32 in[16]) { 72 register uint32 a, b, c, d; 181 uint32 t; 186 if ((ctx->bits[0] = t + ((uint32)len << 3)) < t [all...] |
/external/neven/Embedded/common/src/b_BasicEm/ |
String.c | 50 char* bbs_strncpy( char* dstA, const char* srcA, uint32 sizeA ) 52 uint32 iL; 74 char* bbs_strncat( char* dstA, const char* srcA, uint32 sizeA ) 76 uint32 iL; 94 uint32 bbs_strlen( const char* strA ) 96 uint32 iL = 0; 144 uint32 bbs_snprintf( char* bufA, uint32 bufSizeA, const char* formatA, ... ) 146 uint32 sizeL; 157 uint32 bbs_cString( int32 valA, char* dstA, uint32 bufSizeA [all...] |
/external/openssh/ |
PROTOCOL | 76 uint32 recipient channel 133 uint32 sender channel 134 uint32 initial window size 135 uint32 maximum packet size 136 uint32 tunnel mode 137 uint32 remote unit number 158 uint32 recipient channel 163 uint32 packet length 164 uint32 address family 178 uint32 packet lengt [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
virtualsocket_unittest.cc | 46 Sender(Thread* th, AsyncSocket* s, uint32 rt) 53 uint32 NextDelay() { 54 uint32 size = (rand() % 4096) + 1; 64 uint32 cur_time = talk_base::Time(); 65 uint32 delay = cur_time - last_send; 66 uint32 size = rate * delay / 1000; 67 size = std::min<uint32>(size, 4096); 68 size = std::max<uint32>(size, sizeof(uint32)); 81 uint32 rate; // bytes per secon [all...] |
/external/chromium_org/content/common/gpu/ |
gpu_messages.h | 83 IPC_STRUCT_MEMBER(uint32, sync_point) 565 uint32 /* flush_count */) 587 uint32 /* size */) 598 uint32 /* size */) 642 uint32 /* sync_point */) 647 uint32 /* sync_point */) 653 uint32 /* sync_point */, 654 uint32 /* signal_id */) 658 uint32 /* signal_id */) 664 uint32 /* query */ [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/ |
coded_stream.cc | 271 bool CodedInputStream::ReadLittleEndian32Fallback(uint32* value) { 308 const uint8* buffer, uint32* value) GOOGLE_ATTRIBUTE_ALWAYS_INLINE; 309 inline const uint8* ReadVarint32FromArray(const uint8* buffer, uint32* value) { 313 uint32 b; 314 uint32 result; 339 bool CodedInputStream::ReadVarint32Slow(uint32* value) { 344 *value = (uint32)result; 348 bool CodedInputStream::ReadVarint32Fallback(uint32* value) { 365 uint32 CodedInputStream::ReadTagSlow() { 388 return static_cast<uint32>(result) [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
wire_format.cc | 71 uint32 tag = input->ReadTag(); 118 uint32 tag, 145 uint32 length; 166 HANDLE_PACKED_TYPE(UINT32, uint32, UInt32) 169 HANDLE_PACKED_TYPE( FIXED32, uint32, UInt32) 227 HANDLE_TYPE(UINT32, uint32, UInt32 [all...] |
/external/libffi/src/pa/ |
ffi.c | 140 void ffi_prep_args_pa32(UINT32 *stack, extended_cif *ecif, unsigned bytes) 166 *(UINT32 *)(stack - slot) = *(UINT8 *)(*p_argv); 174 *(UINT32 *)(stack - slot) = *(UINT16 *)(*p_argv); 180 debug(3, "Storing UINT32 %u in slot %u\n", *(UINT32 *)(*p_argv), 182 *(UINT32 *)(stack - slot) = *(UINT32 *)(*p_argv); 194 debug(3, "Storing UINT32(float) in slot %u\n", slot); 195 *(UINT32 *)(stack - slot) = *(UINT32 *)(*p_argv) [all...] |
/external/protobuf/src/google/protobuf/io/ |
coded_stream.cc | 247 bool CodedInputStream::ReadLittleEndian32Fallback(uint32* value) { 284 const uint8* buffer, uint32* value) GOOGLE_ATTRIBUTE_ALWAYS_INLINE; 285 inline const uint8* ReadVarint32FromArray(const uint8* buffer, uint32* value) { 289 uint32 b; 290 uint32 result; 315 bool CodedInputStream::ReadVarint32Slow(uint32* value) { 320 *value = (uint32)result; 324 bool CodedInputStream::ReadVarint32Fallback(uint32* value) { 341 uint32 CodedInputStream::ReadTagSlow() { 364 return static_cast<uint32>(result) [all...] |
/external/chromium/base/ |
atomicops_internals_x86_gcc.cc | 48 uint32 eax; 49 uint32 ebx; 50 uint32 ecx; 51 uint32 edx;
|