/external/clearsilver/util/ |
dict.c | 51 typedef UINT32 (*dictHashFunc)(const char *str); 219 static NEOERR *dictInsert(dictCtx dict, UINT32 hash, const char *id, 257 static UINT32 dictHash(dictCtx dict, const char *id) { 259 UINT32 hash; 264 if(! (hash && (hash != (UINT32)-1))) 273 UINT32 hash; 338 UINT32 key = 0; 381 UINT32 hash; 416 UINT32 hash; 510 UINT32 hash [all...] |
neo_misc.c | 72 UINT32 python_string_hash (const char *s) 75 register UINT32 x; 88 UINT8 *ne_stream4 (UINT8 *dest, UINT32 num) 106 UINT8 *ne_unstream4 (UINT32 *pnum, UINT8 *src) 169 static const UINT32 CRCTable[256] = { 215 UINT32 ne_crc (UINT8 *data, UINT32 bytes) 217 UINT32 crc, i; 219 crc = (UINT32)-1;
|
/external/neven/Embedded/common/src/b_APIEm/ |
FaceFinder.h | 52 uint32 typeE; 59 uint32 maxImageWidthA, 60 uint32 maxImageHeightA ); 65 uint32 minEyeDistanceA, 66 uint32 maxEyeDistanceA ); 81 uint32 indexA, 119 uint32 bpi_FaceFinder_memSize( struct bbs_Context* cpA, 123 uint32 bpi_FaceFinder_memWrite( struct bbs_Context* cpA, 127 uint32 bpi_FaceFinder_memRead( struct bbs_Context* cpA, 142 uint32 bpi_faceFinderMemSize( struct bbs_Context* cpA, [all...] |
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
vop.cpp | 85 uint32 tmpvar, vol_shape; 86 uint32 startCode; 92 uint32 profile = 0x01; 108 tmpvar = (uint32) BitstreamReadBits16(stream, 8); /* profile */ 166 tmpvar = (uint32) BitstreamRead1Bits(stream); 170 tmpvar = (uint32) BitstreamReadBits16(stream, 4); 172 tmpvar = (uint32) BitstreamReadBits16(stream, 3); 179 tmpvar = (uint32) BitstreamRead1Bits(stream); 183 tmpvar = (uint32) BitstreamReadBits16(stream, 3); 185 tmpvar = (uint32) BitstreamRead1Bits(stream) [all...] |
/external/neven/Embedded/common/src/b_BasicEm/ |
MemTbl.c | 33 flag bbs_MemTbl_memOverlap( const uint16* memPtr1A, uint32 size1A, 34 const uint16* memPtr2A, uint32 size2A ) 56 uint32 iL; 72 uint32 iL; 103 const void* memPtrA, uint32 sizeA ) 105 uint32 iL; 158 uint32 sizeA, 159 uint32 sharedSubSizeA ) 163 bbs_ERROR0( "struct bbs_MemTbl bbs_MemTbl_create( void* memPtrA, uint32 sizeA, uint32 sharedSubSizeA ):\n [all...] |
APhArr.h | 49 uint32 sizeE; 52 uint32 allocatedSizeE; 85 uint32 bbs_APhArr_heapSize( struct bbs_Context* cpA, 87 uint32 sizeA ); 97 uint32 sizeA, 103 uint32 sizeA ); 108 uint32 bbs_APhArr_memSize( struct bbs_Context* cpA, 112 uint32 bbs_APhArr_memWrite( struct bbs_Context* cpA, 117 uint32 bbs_APhArr_memRead( struct bbs_Context* cpA,
|
ComplexArr.h | 49 uint32 sizeE; 52 uint32 allocatedSizeE; 85 uint32 bbs_ComplexArr_heapSize( struct bbs_Context* cpA, 87 uint32 sizeA ); 94 uint32 sizeA, 100 uint32 sizeA ); 105 uint32 bbs_ComplexArr_memSize( struct bbs_Context* cpA, 109 uint32 bbs_ComplexArr_memWrite( struct bbs_Context* cpA, 114 uint32 bbs_ComplexArr_memRead( struct bbs_Context* cpA,
|
Int32Arr.h | 48 uint32 sizeE; 51 uint32 allocatedSizeE; 84 uint32 bbs_Int32Arr_heapSize( struct bbs_Context* cpA, 86 uint32 sizeA ); 93 uint32 sizeA, 99 uint32 sizeA ); 104 uint32 bbs_Int32Arr_memSize( struct bbs_Context* cpA, 108 uint32 bbs_Int32Arr_memWrite( struct bbs_Context* cpA, 113 uint32 bbs_Int32Arr_memRead( struct bbs_Context* cpA,
|
Int8Arr.h | 48 uint32 sizeE; 51 uint32 allocatedSizeE; 84 uint32 bbs_Int8Arr_heapSize( struct bbs_Context* cpA, 86 uint32 sizeA ); 93 uint32 sizeA, 99 uint32 sizeA ); 104 uint32 bbs_Int8Arr_memSize( struct bbs_Context* cpA, 108 uint32 bbs_Int8Arr_memWrite( struct bbs_Context* cpA, 113 uint32 bbs_Int8Arr_memRead( struct bbs_Context* cpA,
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
getbits.h | 98 __inline UInt32 getbits( 102 UInt32 returnValue = 0; 117 returnValue = (((UInt32) * (pElem)) << 24) | 118 (((UInt32) * (pElem + 1)) << 16) | 119 (((UInt32) * (pElem + 2)) << 8) | 120 ((UInt32) * (pElem + 3)); 135 returnValue = (((UInt32) * (pElem + 2)) << 8); 137 returnValue |= (((UInt32) * (pElem + 1)) << 16); 139 returnValue |= (((UInt32) * (pElem)) << 24); 148 returnValue = (((UInt32) * (pElem)) << 24) [all...] |
/external/chromium/base/ |
scoped_bstr_win.h | 53 void SetByteLen(uint32 bytes); 65 uint32 Length() const; 68 uint32 ByteLength() const; 88 template <uint32 string_bytes> 96 // The BSTR API uses UINT, but we prefer uint32. 98 COMPILE_ASSERT(sizeof(uint32) == sizeof(UINT), UintToUint32); 116 uint32 len_;
|
/external/qemu/distrib/sdl-1.2.12/src/ |
SDL.c | 56 static Uint32 SDL_initialized = 0; 58 static Uint32 ticks_started = 0; 65 int SDL_InitSubSystem(Uint32 flags) 150 int SDL_Init(Uint32 flags) 173 void SDL_QuitSubSystem(Uint32 flags) 208 Uint32 SDL_WasInit(Uint32 flags)
|
/external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
SDL_iconv.c | 215 Uint32 ch = 0; 295 *(Uint32 *)dst = UNICODE_BOM; 309 ch = (Uint32)(p[0] & 0x7F); 317 ch = (Uint32)p[0]; 337 ch = (Uint32)(p[0] & 0x01); 350 ch = (Uint32)(p[0] & 0x03); 363 ch = (Uint32)(p[0] & 0x07); 376 ch = (Uint32)(p[0] & 0x0F); 389 ch = (Uint32)(p[0] & 0x1F); 399 ch = (Uint32)p[0] [all...] |
/frameworks/base/media/libstagefright/codecs/avc/enc/src/ |
motion_comp.cpp | 48 uint32 x_pos, y_pos; 59 uint32 tmp_word; 195 uint32 prev_pix, result, pix1, pix2, pix4; 201 switch (((uint32)ref)&0x3) 214 pix4 = *((uint32*)ref); 218 *((uint32*)out) = result; /* write 4 bytes */ 234 pix4 = *((uint32*)ref); 238 *((uint32*)out) = result; /* write 4 bytes */ 253 pix4 = *((uint32*)ref); 257 *((uint32*)out) = result; /* write 4 bytes * [all...] |
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/include/ |
mp4dec_api.h | 65 uint32 timeStamp; /* time stamp */ 109 uint32 timestamp; 155 Bool PVDecSetReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp); 156 Bool PVDecSetEnhReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp); 157 OSCL_IMPORT_REF Bool PVDecodeVideoFrame(VideoDecControls *decCtrl, uint8 *bitstream[], uint32 *timestamp, int32 *buffer_size, uint use_ext_timestamp[], uint8* currYUV); 158 Bool PVDecodeVopHeader(VideoDecControls *decCtrl, uint8 *buffer[], uint32 timestamp[], int32 buffer_size[], VopHeaderInfo *header_info, uint use_ext_timestamp[], uint8 *currYUV); 164 uint32 PVGetVideoTimeStamp(VideoDecControls *decoderControl);
|
/hardware/msm7k/librpc/rpc/ |
xdr.h | 51 #define XDR_RECV_UINT(XDR, VALUE) (XDR)->xops->recv_uint32(XDR, (uint32 *)(VALUE)) 57 #define XDR_SEND_UINT(XDR, VALUE) (XDR)->xops->send_uint32(XDR, (uint32 *)(VALUE)) 69 extern bool_t xdr_call_msg_start (XDR *xdr, uint32 prog, uint32 ver, uint32 proc, opaque_auth *cred, opaque_auth *verf); 81 extern bool_t xdr_send_enum (XDR *xdr, const void *value, uint32 size); 82 extern bool_t xdr_recv_enum (XDR *xdr, void *value, uint32 size);
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/ |
TrafficMonitor.h | 73 UINT32 uCurrentWindow; 74 UINT32 auFirstEventsTS[NUM_OF_SLIDING_WINDOWS]; 75 UINT32 auWindowCounter[NUM_OF_SLIDING_WINDOWS]; 136 UINT32 TimeOut; 143 UINT32 Cookie; 144 UINT32 TimeIntervalMs; 148 UINT32 MonitorMask[MAX_NUM_MONITORED_MODULES];
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/ |
admCtrl.h | 85 typedef TI_STATUS (*admCtrl_evalSite_t)(admCtrl_t *pAdmCtrl, rsnData_t *pRsnData, bssType_e bssType, UINT32 *pEvaluation); 100 typedef TI_STATUS (*admCtrl_sendPMKIDCandListAfterDelay_t)(admCtrl_t *pAdmCtrl, UINT32 delay); 102 typedef TI_STATUS (*admCtrl_setPromoteFlags_t)(admCtrl_t *pAdmCtrl, UINT32 flags); 104 typedef TI_STATUS (*admCtrl_getPromoteFlags_t)(admCtrl_t *pAdmCtrl, UINT32 *flags); 106 typedef TI_STATUS (*admCtrl_getWPAMixedModeSupport_t)(admCtrl_t *pAdmCtrl, UINT32 *support); 184 UINT32 WPAPromoteFlags; 187 UINT32 preAuthTimeout;
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/HealthMonitor/ |
healthMonitor.h | 83 UINT32 numOfHealthTests; /**< number of health tests performed counter */ 87 UINT32 timerInterval; /**< health check interval */ 91 UINT32 failureEvent; /**< current recovery trigger */ 92 UINT32 keepAliveIntervals; /**< number of health monitor timer intervals at which keep alive should be sent */ 93 UINT32 currentKeepAliveCounter;/**< counting how many timer intervals had passed w/o a keep alive */ 96 UINT32 recoveryTriggersNumber [MAX_FAILURE_EVENTS]; 98 UINT32 numOfRecoveryPerformed; /**< number of recoveries performed */
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/smeSm/ |
smeSm.h | 93 UINT32 uStatusCode; /* Extra information to the reason. i.e. packet status code or roaming trigger */ 108 UINT32 scanResulCountHistogram[ SCAN_RESULT_HISTOGRAM_SIZE ]; 110 UINT32 scanAttemptsForConnectionHistogram[ SCAN_ATTAMEPTS_HISTOGRAM_SIZE ]; 139 UINT32 interScanTimeout; 140 UINT32 interScanTimeoutMin; 141 UINT32 interScanTimeoutMax; 142 UINT32 interScanTimeoutDelta;
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_video.h | 74 Uint32 Rmask; 75 Uint32 Gmask; 76 Uint32 Bmask; 77 Uint32 Amask; 80 Uint32 colorkey; 89 Uint32 flags; /* Read-only */ 101 Uint32 unused1; /* for binary compatibility */ 104 Uint32 locked; /* Private */ 150 Uint32 hw_available :1; /* Flag: Can you create hardware surfaces? */ 151 Uint32 wm_available :1; /* Flag: Can you talk to a window manager? * [all...] |
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_video.h | 74 Uint32 Rmask; 75 Uint32 Gmask; 76 Uint32 Bmask; 77 Uint32 Amask; 80 Uint32 colorkey; 89 Uint32 flags; /* Read-only */ 101 Uint32 unused1; /* for binary compatibility */ 104 Uint32 locked; /* Private */ 150 Uint32 hw_available :1; /* Flag: Can you create hardware surfaces? */ 151 Uint32 wm_available :1; /* Flag: Can you talk to a window manager? * [all...] |
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_video.h | 74 Uint32 Rmask; 75 Uint32 Gmask; 76 Uint32 Bmask; 77 Uint32 Amask; 80 Uint32 colorkey; 89 Uint32 flags; /* Read-only */ 101 Uint32 unused1; /* for binary compatibility */ 104 Uint32 locked; /* Private */ 150 Uint32 hw_available :1; /* Flag: Can you create hardware surfaces? */ 151 Uint32 wm_available :1; /* Flag: Can you talk to a window manager? * [all...] |
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_video.h | 81 Uint32 Rmask; 82 Uint32 Gmask; 83 Uint32 Bmask; 84 Uint32 Amask; 87 Uint32 colorkey; 101 Uint32 flags; /* Read-only */ 113 Uint32 unused1; /* for binary compatibility */ 116 Uint32 locked; /* Private */ 158 Uint32 hw_available :1; /* Flag: Can you create hardware surfaces? */ 159 Uint32 wm_available :1; /* Flag: Can you talk to a window manager? * [all...] |
/prebuilt/windows/sdl/include/SDL/ |
SDL_video.h | 74 Uint32 Rmask; 75 Uint32 Gmask; 76 Uint32 Bmask; 77 Uint32 Amask; 80 Uint32 colorkey; 89 Uint32 flags; /* Read-only */ 101 Uint32 unused1; /* for binary compatibility */ 104 Uint32 locked; /* Private */ 150 Uint32 hw_available :1; /* Flag: Can you create hardware surfaces? */ 151 Uint32 wm_available :1; /* Flag: Can you talk to a window manager? * [all...] |