/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/ |
bcmsdh.c | 51 uint32 vendevid; /* Target Vendor and Device ID on SD bus */ 54 uint32 sbwad; /* Save backplane window address */ 92 *regsva = (uint32 *)SI_ENUM_BASE; 205 bcmsdh_cfg_read(void *sdh, uint fnc_num, uint32 addr, int *err) 238 bcmsdh_cfg_write(void *sdh, uint fnc_num, uint32 addr, uint8 data, int *err) 267 uint32 268 bcmsdh_cfg_read_word(void *sdh, uint fnc_num, uint32 addr, int *err) 272 uint32 data = 0; 292 bcmsdh_cfg_write_word(void *sdh, uint fnc_num, uint32 addr, uint32 data, int *err [all...] |
bcmsdspi.c | 68 static void sdspi_cmd_getrsp(sdioh_info_t *sd, uint32 *rsp_buffer, int count); 69 static int sdspi_cmd_issue(sdioh_info_t *sd, bool use_dma, uint32 cmd, uint32 arg, 70 uint32 *data, uint32 datalen); 71 static int sdspi_card_regread(sdioh_info_t *sd, int func, uint32 regaddr, 72 int regsize, uint32 *data); 73 static int sdspi_card_regwrite(sdioh_info_t *sd, int func, uint32 regaddr, 74 int regsize, uint32 data); 78 uint32 addr, int nbytes, uint32 *data) [all...] |
/external/neven/Embedded/common/src/b_ImageEm/ |
UInt8PyramidalImage.c | 115 uint32 levelA ) 117 uint32 iL; 118 uint32 offsL = 0; 119 uint32 baseSizeL = ptrA->widthE * ptrA->heightE; 124 bbs_ERROR2( "uint8* bim_UInt8PyramidalImage_arrPtr( struct bim_UInt8PyramidalImage* ptrA, uint32 levelA ):\n" 139 uint32 bim_UInt8PyramidalImage_heapSize( struct bbs_Context* cpA, 141 uint32 widthA, 142 uint32 heightA, 143 uint32 depthA ) 145 uint32 baseSizeL = widthA * heightA [all...] |
/hardware/ti/omap3/omx/ti_omx_config_parser/src/ |
ti_m4v_config_parser.cpp | 26 static const uint32 mask[33] = 66 uint32 byte_pos; 89 uint32 initial_byte_aligned_position = (psBits->dataBitPos + 7) >> 3; 129 uint32 codeword; 255 uint32 vol_id; 449 uint32 codeword; 626 uint32 *pulOutData /* output target */ 630 uint32 dataBitPos = pStream->dataBitPos; 631 uint32 bitPos = pStream->bitPos; 632 uint32 dataBytePos [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_blit_A.c | 83 Uint32 Pixel; 135 Uint32 Pixel; 183 Uint32 ckey = srcfmt->colorkey; 190 Uint32 Pixel; 232 Uint32 *srcp = (Uint32 *)info->s_pixels; 234 Uint32 *dstp = (Uint32 *)info->d_pixels; 236 Uint32 dalpha = info->dst->Amask; 248 Uint32 s = *srcp++ [all...] |
SDL_RLEaccel.c | 130 Uint32 *srcp = (Uint32 *)(from); \ 131 Uint32 *dstp = (Uint32 *)(to); \ 205 Uint32 ALPHA = 0xF800; \ 218 i = (Uint32)alpha | (Uint32)alpha << 16; \ 224 Uint32 s = *srcp++; \ 225 Uint32 d = *dstp; \ 295 Uint32 ALPHA = 0x7C00; [all...] |
/external/chromium/base/ |
md5.cc | 28 uint32 buf[4]; 29 uint32 bits[2]; 37 uint32 t; 39 t = (uint32)((unsigned)buf[3]<<8 | buf[2]) << 16 | 41 *(uint32 *)buf = t; 62 static void MD5Transform(uint32 buf[4], const uint32 in[16]){ 63 register uint32 a, b, c, d; 165 uint32 t; 170 if ((ctx->bits[0] = t + ((uint32)len << 3)) < t [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/EvHandler/ |
EvHandler.c | 73 UINT32 EvHandlerUnload (TI_HANDLE hEvHandler){ 86 UINT32 EvHandlerRegisterEvent(TI_HANDLE hEvHandler, PUCHAR pData, ULONG Length) 90 UINT32 ModuleIndex; 117 return (UINT32)STATUS_INVALID_PARAMETER; 123 return (UINT32)STATUS_INVALID_PARAMETER; 141 return (UINT32)STATUS_INVALID_PARAMETER; 158 UINT32 EvHandlerUnRegisterEvent(TI_HANDLE hEvHandler, TI_HANDLE uEventID) 162 UINT32 ModuleIndex; 185 return (UINT32)STATUS_INVALID_PARAMETER; 202 return (UINT32)STATUS_INVALID_PARAMETER [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/ |
nrfsm.c | 67 UINT32 uMaxNoOfStates; /**< Max number of states in the matrix */ 68 UINT32 uMaxNoOfEvents; /**< Max number of events in the matrix */ 69 UINT32 uActNoOfStates; /**< Actual number of states in the matrix */ 70 UINT32 uActNoOfEvents; /**< Actual number of events in the matrix */ 71 UINT32 uInAction; /**< Number of handled events */ 72 UINT32 state; /**< Current state */ 73 UINT32 event; /**< Last event sent */ 110 UINT32 uMaxNoOfStates, 111 UINT32 uMaxNoOfEvents) 214 UINT32 uActNoOfStates [all...] |
/external/neven/Embedded/common/src/b_BasicEm/ |
Math.c | 37 extern int32 bbs_dotProduct_128SSE2( const int16* vec1A, const int16* vec2A, uint32 sizeA ); 38 extern int32 bbs_dotProduct_u128SSE2( const int16* vec1A, const int16* vec2A, uint32 sizeA ); 42 int32 bbs_dotProduct_fr71( const int16* vec1A, const int16* vec2A, uint32 sizeA ); 47 uint16 bbs_sqrt32( uint32 valA ) 49 uint32 rootL = 0; 50 uint32 expL = 0; 97 const uint32 bbs_fastSqrt32_tableG[] = 125 uint16 bbs_fastSqrt32( uint32 valA ) 127 uint32 expL = 0; 128 uint32 valL [all...] |
Memory.h | 39 /* void* bbs_memcpy( void* dstA, const void* srcA, uint32 sizeA ); */ 45 void* bbs_memcpy16( void* dstA, const void* srcA, uint32 sizeA ); 51 void* bbs_memcpy32( void* dstA, const void* srcA, uint32 sizeA ); 57 void* bbs_memset16( void* dstA, uint16 valA, uint32 sizeA ); 63 void* bbs_memset32( void* dstA, uint32 valA, uint32 sizeA );
|
UInt16Arr.h | 48 uint32 sizeE; 51 uint32 allocatedSizeE; 84 uint32 bbs_UInt16Arr_checkSum( struct bbs_Context* cpA, 86 uint32 startIndexA, uint32 sizeA ); 89 uint32 bbs_UInt16Arr_heapSize( struct bbs_Context* cpA, 91 uint32 sizeA ); 98 uint32 sizeA, 103 struct bbs_UInt16Arr* ptrA, uint32 sizeA ); 108 uint32 bbs_UInt16Arr_memSize( struct bbs_Context* cpA [all...] |
UInt32Arr.h | 44 /** pointer to array of uint32 */ 45 uint32* arrPtrE; 48 uint32 sizeE; 51 uint32 allocatedSizeE; 84 uint32 bbs_UInt32Arr_heapSize( struct bbs_Context* cpA, 86 uint32 sizeA ); 93 uint32 sizeA, 98 struct bbs_UInt32Arr* ptrA, uint32 sizeA ); 103 uint32 bbs_UInt32Arr_memSize( struct bbs_Context* cpA, 107 uint32 bbs_UInt32Arr_memWrite( struct bbs_Context* cpA [all...] |
/external/bluetooth/bluez/doc/ |
control-api.txt | 48 void ChangePlayback(string status, uint32 elapsed) 66 NumberOfTracks uint32 67 TrackNumber uint32 68 TrackDuration uint32 (in milliseconds) 120 PlaybackChanged(string status, uint32 elapsed) 134 array{uint32} CompanyIDs [readonly]
|
/external/neven/Embedded/common/src/b_APIEm/ |
Functions.h | 58 uint32 rawSizeA, 61 uint32 refSizeA, 73 uint32 refSizeA, 82 uint32 bpi_memWriteCsa16( uint16* memPtrA, uint32 memSizeA, uint16 chkSumA ); 85 uint32 bpi_memReadCsa16( const uint16* memPtrA );
|
/external/qemu/distrib/sdl-1.2.12/src/audio/mint/ |
SDL_mintaudio.h | 43 Uint32 frequency; 44 Uint32 masterclock; 45 Uint32 predivisor; 136 void SDL_MintAudio_AddFrequency(_THIS, Uint32 frequency, Uint32 clock, 137 Uint32 prediv, int gpio_bits);
|
/external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/ |
SDL_systhread.c | 42 __saveds __asm Uint32 RunThread(register __a0 char *args ) 44 Uint32 RunThread(char *args) 46 Uint32 __saveds RunThread(char *args __asm("a0") ) 71 Uint32 RunTheThread(void) 137 Uint32 SDL_ThreadID(void) 139 return((Uint32)FindTask(NULL));
|
/external/qemu/distrib/sdl-1.2.12/src/thread/dc/ |
SDL_syssem.c | 36 SDL_sem *SDL_CreateSemaphore(Uint32 initial_value) 53 int SDL_SemWaitTimeout(SDL_sem *sem, Uint32 timeout) 65 Uint32 SDL_SemValue(SDL_sem *sem) 85 SDL_sem *SDL_CreateSemaphore(Uint32 initial_value) 119 int SDL_SemWaitTimeout(SDL_sem *sem, Uint32 timeout) 152 Uint32 SDL_SemValue(SDL_sem *sem)
|
/external/qemu/distrib/sdl-1.2.12/src/timer/macos/ |
SDL_MPWtimer.c | 59 Uint32 SDL_GetTicks(void) 65 return (Uint32)((WideTo64bit(now)-start)/1000); 71 void SDL_Delay(Uint32 ms) 74 Uint32 end_ms; 81 UInt32 unused; /* MJS */ 112 Uint32 ms;
|
/hardware/broadcom/wlan/bcm4329/src/include/ |
bcmsdbus.h | 82 uint addr, uint32 *word, uint nbyte); 86 uint rw, uint fnc_num, uint32 addr, uint regwidth, uint32 buflen, uint8 *buffer, 90 extern SDIOH_API_RC sdioh_cis_read(sdioh_info_t *si, uint fuc, uint8 *cis, uint32 length); 92 extern SDIOH_API_RC sdioh_cfg_read(sdioh_info_t *si, uint fuc, uint32 addr, uint8 *data); 93 extern SDIOH_API_RC sdioh_cfg_write(sdioh_info_t *si, uint fuc, uint32 addr, uint8 *data);
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/Export_Inc/ |
whalTx_api.h | 73 UINT32 aLength, 74 UINT32 aMaxTransmitRate, 75 UINT32 aQueueId, 76 UINT32 aPowerLevel, 78 UINT32 aPacketId, 80 UINT32 aExpiryTime,
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_data/ |
whalDefrag_api.h | 56 UINT32 duplicateCnt; 57 UINT32 mpduCnt; 58 UINT32 msduCnt; 79 UINT32 duplicateCnt; 80 UINT32 mpduCnt; 81 UINT32 msduCnt;
|
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/ |
spi_api.h | 61 int SPI_Write (void* hSPI, UINT8 *data, UINT32 length, request_callback_t fCb, void *pCb, int more); 62 int SPI_Read (void* hSPI, UINT8 *data, UINT32 length, request_callback_t fCb, void *pCb, int more); 63 int SPI_WriteRead (void* hSPI, UINT8 *data, UINT32 length, UINT8 *rdata, UINT32 rlength, request_callback_t fCb, void* pCb, int more); 64 int SPI_WriteSync (void* hSPI, UINT8 *data, UINT32 length); 65 int SPI_ReadSync (void* hSPI, UINT8* data, UINT32 length);
|
/external/genext2fs/ |
genext2fs.c | 280 typedef unsigned int uint32; typedef 431 static inline uint32 432 swab32(uint32 val) 511 #define udecl32(x) uint32 x; 512 #define utdecl32(x,n) uint32 x[n]; 517 uint32 s_reserved[235]; // Reserved 523 uint32 bg_reserved[3]; 529 uint32 i_reserved2[2]; 568 uint32 bnum; 569 uint32 bpdir [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
zip_writer.h | 52 uint32 offset; 53 uint32 size; 54 uint32 crc32;
|