/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...] |
audiomonitor.cc | 34 const uint32 MSG_MONITOR_POLL = 1; 35 const uint32 MSG_MONITOR_START = 2; 36 const uint32 MSG_MONITOR_STOP = 3; 37 const uint32 MSG_MONITOR_SIGNAL = 4;
|
/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/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...] |
/hardware/broadcom/wlan/bcm4329/dhdutil/include/ |
bcmutils.h | 162 uint32 cycles; 163 uint32 dur; 399 "uint32", \ 590 uint32 bit; 619 ((uint32 *)dst)[0] = ((const uint32 *)src1)[0] ^ ((const uint32 *)src2)[0]; 620 ((uint32 *)dst)[1] = ((const uint32 *)src1)[1] ^ ((const uint32 *)src2)[1] [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
bcmutils.h | 162 uint32 cycles; 163 uint32 dur; 399 "uint32", \ 590 uint32 bit; 619 ((uint32 *)dst)[0] = ((const uint32 *)src1)[0] ^ ((const uint32 *)src2)[0]; 620 ((uint32 *)dst)[1] = ((const uint32 *)src1)[1] ^ ((const uint32 *)src2)[1] [all...] |
/external/chromium/base/ |
atomicops_internals_x86_gcc.cc | 48 uint32 eax; 49 uint32 ebx; 50 uint32 ecx; 51 uint32 edx;
|
/external/chromium/chrome/common/ |
guid.cc | 18 for (uint32 i = 0; i < guid.length(); ++i) {
|
/external/chromium/crypto/third_party/nss/ |
README.chromium | 10 In blapi.h and sha512.cc, replaced uint32 by unsigned int so that they can
|
/external/chromium/net/disk_cache/ |
addr.cc | 39 const uint32 kReservedBitsMask = 0x0c000000;
|
/external/chromium/net/tools/flip_server/ |
spdy_interface.cc | 359 void SpdySM::NewStream(uint32 stream_id, 360 uint32 priority, 382 void SpdySM::SendEOF(uint32 stream_id) { 386 void SpdySM::SendErrorNotFound(uint32 stream_id) { 390 void SpdySM::SendOKResponse(uint32 stream_id, std::string* output) { 394 size_t SpdySM::SendSynStream(uint32 stream_id, const BalsaHeaders& headers) { 398 size_t SpdySM::SendSynReply(uint32 stream_id, const BalsaHeaders& headers) { 402 void SpdySM::SendDataFrame(uint32 stream_id, const char* data, int64 len, 403 uint32 flags, bool compress) { 408 void SpdySM::SendEOFImpl(uint32 stream_id) [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
physicalsocketserver.h | 61 virtual uint32 GetRequestedEvents() = 0; 62 virtual void OnPreEvent(uint32 ff) = 0; 63 virtual void OnEvent(uint32 ff, int err) = 0; 124 uint32 last_tick_tracked_;
|
/external/chromium/third_party/modp_b64/ |
README.chromium | 17 uint8_t and uint32_t using uint8 and uint32.
|
/external/jpeg/ |
jccolor.c | 305 typedef unsigned long UINT32; 319 static void copyquads(const UINT32 in[], UINT32 out0[], UINT32 out1[], UINT32 out2[], int col4) 322 UINT32 src0 = *in++; 323 UINT32 src1 = *in++; 324 UINT32 src2 = *in++; 364 const UINT32* in = (const UINT32*)inptr [all...] |
/external/libffi/src/sh64/ |
ffi.c | 48 else if (arg->size <= sizeof (UINT32)) 87 if (z < sizeof (UINT32)) 116 else if (z == sizeof (UINT32) && align == sizeof (UINT32)) 129 *(UINT64 *) argp = (UINT64) *(UINT32 *) (*p_argv); 321 tramp[2] = 0xcc000010 | (((UINT32) ffi_closure_SYSV) >> 16) << 10; 322 tramp[3] = 0xc8000010 | (((UINT32) ffi_closure_SYSV) & 0xffff) << 10; 324 tramp[5] = 0xcc000010 | (((UINT32) closure) >> 16) << 10; 325 tramp[6] = 0xc8000010 | (((UINT32) closure) & 0xffff) << 10; 380 if (z < sizeof (UINT32)) [all...] |
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
L04Dns2x4Ftr.c | 45 ptrA->baseE.typeE = ( uint32 )bbf_FT_L04_DNS_2X4_FTR; 118 uint32 bbf_L04Dns2x4Ftr_memSize( struct bbs_Context* cpA, 121 uint32 memSizeL = bbs_SIZEOF16( uint32 ) + 122 bbs_SIZEOF16( uint32 ); /* version */ 133 uint32 bbf_L04Dns2x4Ftr_memWrite( struct bbs_Context* cpA, 137 uint32 memSizeL = bbf_L04Dns2x4Ftr_memSize( cpA, ptrA ); 148 uint32 bbf_L04Dns2x4Ftr_memRead( struct bbs_Context* cpA, 153 uint32 memSizeL, versionL; 164 bbs_ERR0( bbs_ERR_CORRUPT_DATA, "uint32 bbf_L04Dns2x4Ftr_memRead( struct bem_ScanGradientMove* ptrA, const uint16* memPtrA ):\n [all...] |
L04Dns3x3Ftr.c | 45 ptrA->baseE.typeE = ( uint32 )bbf_FT_L04_DNS_3X3_FTR; 118 uint32 bbf_L04Dns3x3Ftr_memSize( struct bbs_Context* cpA, 121 uint32 memSizeL = bbs_SIZEOF16( uint32 ) + 122 bbs_SIZEOF16( uint32 ); /* version */ 133 uint32 bbf_L04Dns3x3Ftr_memWrite( struct bbs_Context* cpA, 137 uint32 memSizeL = bbf_L04Dns3x3Ftr_memSize( cpA, ptrA ); 148 uint32 bbf_L04Dns3x3Ftr_memRead( struct bbs_Context* cpA, 153 uint32 memSizeL, versionL; 164 bbs_ERR0( bbs_ERR_CORRUPT_DATA, "uint32 bbf_L04Dns3x3Ftr_memRead( struct bem_ScanGradientMove* ptrA, const uint16* memPtrA ):\n [all...] |
L06Dns3x3Ftr.c | 45 ptrA->baseE.typeE = ( uint32 )bbf_FT_L06_DNS_3X3_FTR; 118 uint32 bbf_L06Dns3x3Ftr_memSize( struct bbs_Context* cpA, 121 uint32 memSizeL = bbs_SIZEOF16( uint32 ) + 122 bbs_SIZEOF16( uint32 ); /* version */ 133 uint32 bbf_L06Dns3x3Ftr_memWrite( struct bbs_Context* cpA, 137 uint32 memSizeL = bbf_L06Dns3x3Ftr_memSize( cpA, ptrA ); 148 uint32 bbf_L06Dns3x3Ftr_memRead( struct bbs_Context* cpA, 153 uint32 memSizeL, versionL; 164 bbs_ERR0( bbs_ERR_CORRUPT_DATA, "uint32 bbf_L06Dns3x3Ftr_memRead( struct bem_ScanGradientMove* ptrA, const uint16* memPtrA ):\n [all...] |
/external/neven/Embedded/common/src/b_TensorEm/ |
Functions.h | 53 uint32 bts_absIntLog2( int32 vA ); 56 uint32 bts_maxAbsIntLog2Of2( int32 v1A, int32 v2A ); 59 uint32 bts_maxAbsIntLog2Of3( int32 v1A, int32 v2A, int32 v3A ); 62 uint32 bts_maxAbsIntLog2Of4( int32 v1A, int32 v2A, int32 v3A, int32 v4A );
|
/external/qemu/distrib/sdl-1.2.12/src/thread/os2/ |
SDL_syssem.c | 38 Uint32 value; 43 DECLSPEC SDL_sem * SDLCALL SDL_CreateSemaphore(Uint32 initial_value) 82 DECLSPEC int SDLCALL SDL_SemWaitTimeout(SDL_sem *sem, Uint32 timeout) 169 DECLSPEC Uint32 SDLCALL SDL_SemValue(SDL_sem *sem)
|
/external/qemu/distrib/sdl-1.2.12/src/thread/pthread/ |
SDL_syssem.c | 43 SDL_sem *SDL_CreateSemaphore(Uint32 initial_value) 97 int SDL_SemWaitTimeout(SDL_sem *sem, Uint32 timeout) 128 Uint32 SDL_SemValue(SDL_sem *sem) 137 return (Uint32)ret;
|
/external/qemu/distrib/sdl-1.2.12/src/thread/win32/ |
SDL_syssem.c | 41 Uint32 volatile count; 46 SDL_sem *SDL_CreateSemaphore(Uint32 initial_value) 87 int SDL_SemWaitTimeout(SDL_sem *sem, Uint32 timeout) 133 Uint32 SDL_SemValue(SDL_sem *sem)
|