/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/ |
AudioFilePlayer.h | 114 OSStatus (*Read)(struct S_AudioFileManager *afm, char *buffer, UInt32 *len); 138 UInt32 mBufferSize; 139 UInt32 mBufferOffset; 141 UInt32 mChunkSize; 149 OSStatus (*GetFileData)(struct S_AudioFileManager *afm, void** inOutData, UInt32 *inOutDataSize); 157 UInt32 inBusNumber, 165 UInt32 inChunkSize);
|
/external/qemu/distrib/sdl-1.2.12/src/thread/riscos/ |
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) 89 SDL_sem *SDL_CreateSemaphore(Uint32 initial_value) 145 int SDL_SemWaitTimeout(SDL_sem *sem, Uint32 timeout) 175 Uint32 SDL_SemValue(SDL_sem *sem) 184 return (Uint32)ret;
|
/external/qemu/distrib/sdl-1.2.12/src/timer/macos/ |
SDL_systimer.c | 59 Uint32 SDL_GetTicks(void) 68 void SDL_Delay(Uint32 ms) 70 Uint32 stop, now; 91 Uint32 SDL_GetTicks(void) 100 void SDL_Delay(Uint32 ms) 104 UInt32 stop; 146 Uint32 ms;
|
/external/webkit/WebKit/android/plugins/ |
PluginTimer.cpp | 32 static uint32 gTimerID; 35 void (*timerFunc)(NPP npp, uint32 timerID)) 74 PluginTimer* PluginTimer::Find(PluginTimer* list, uint32 timerID) 95 uint32 PluginTimerList::schedule(NPP instance, uint32 interval, bool repeat, 96 void (*proc)(NPP npp, uint32 timerID)) 109 void PluginTimerList::unschedule(NPP instance, uint32 timerID)
|
/hardware/broadcom/wlan/bcm4329/src/include/ |
bcmutils.h | 283 "uint32", \ 468 uint32 bit; 487 static INLINE uint32 494 store32_ua(uint8 *a, uint32 v) 517 static INLINE uint32 524 store32_ua(uint8 *a, uint32 v) 559 ((uint32 *)dst)[0] = ((uint32 *)src1)[0] ^ ((uint32 *)src2)[0]; 560 ((uint32 *)dst)[1] = ((uint32 *)src1)[1] ^ ((uint32 *)src2)[1] [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Ctrl/Export_Inc/ |
CmdQueue_api.h | 77 int CmdQueue_CmdConfigure(TI_HANDLE hCmdQueue, void *MboxBuf,UINT32 ParamsLen); 78 int CmdQueue_CmdConfigureWithCb(TI_HANDLE hCmdQueue, void *MboxBuf, UINT32 ParamsLen, 80 int CmdQueue_CmdInterrogate(TI_HANDLE hCmdQueue, void *MboxBuf, UINT32 ParamsLen); 81 int CmdQueue_CmdInterrogateWithCb(TI_HANDLE hCmdQueue, void *MboxBuf, UINT32 ParamsLen, 83 int CmdQueue_Command(TI_HANDLE hCmdQueue, Command_e MboxCmdType, char *MboxBuf, UINT32 ParamsLen); 84 int CmdQueue_CommandWithCb(TI_HANDLE hCmdQueue, Command_e MboxCmdType, void *MboxBuf, UINT32 ParamsLen, 89 int CmdQueue_ResultReceived(TI_HANDLE hCmdQueue, UINT32 status);
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/ |
mlmeSm.h | 114 UINT32 debug_lastProbeRspTSFTime; 115 UINT32 debug_lastDtimBcnTSFTime; 116 UINT32 debug_lastBeaconTSFTime; 118 UINT32 totalMissingBeaconsCounter; 119 UINT32 totalRcvdBeaconsCounter; 120 UINT32 maxMissingBeaconSequence; 121 UINT32 BeaconsCounterPS;
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Assoc/ |
AssocSM.h | 97 UINT32 timeout; 99 UINT32 maxCount; 101 UINT32 assocRejectCount; 102 UINT32 assocTimeoutCount; 105 UINT32 assocRespLen; 107 UINT32 assocReqLen; 151 TI_STATUS assoc_saveAssocRespMessage(assoc_t *pAssocSm, UINT8 *pAssocBuffer, UINT32 length);
|
/external/neven/Embedded/common/src/b_TensorEm/ |
Functions.c | 38 uint32 bts_absIntLog2( int32 vA ) 45 uint32 bts_maxAbsIntLog2Of2( int32 v1A, int32 v2A ) 47 uint32 maxL = bbs_max( ( uint32 )bbs_abs( v1A ), ( uint32 )bbs_abs( v2A ) ); 53 uint32 bts_maxAbsIntLog2Of3( int32 v1A, int32 v2A, int32 v3A ) 55 uint32 maxL = bbs_abs( v1A ); 56 maxL = bbs_max( maxL, ( uint32 )bbs_abs( v2A ) ); 57 maxL = bbs_max( maxL, ( uint32 )bbs_abs( v3A ) ); 63 uint32 bts_maxAbsIntLog2Of4( int32 v1A, int32 v2A, int32 v3A, int32 v4A [all...] |
/external/opencore/doc/oscl_html/ |
oscl__file__cache_8h-source.html | 37 00040 int32 <a class="code" href="classOsclFileCache.html#a2">Open</a>(uint32 mode, uint32 cache_size); 41 00044 uint32 <a class="code" href="classOsclFileCache.html#a4">Read</a>(<span class="keywordtype">void</span>* outputBuffer, uint32 size, uint32 numelements); 43 00046 uint32 <a class="code" href="classOsclFileCache.html#a5">Write</a>(<span class="keyword">const</span> <span class="keywordtype">void</span>* inputBuffer, uint32 size, uint32 numelements); 68 00071 uint32 _mode; 71 00074 uint32 _cacheSize [all...] |
/external/opencore/fileformats/mp4/parser/src/ |
trackatom.cpp | 50 uint32 size, 51 uint32 type, 54 uint32 parsingMode) 70 uint32 atomType = UNKNOWN_ATOM; 71 uint32 atomSize = 0; 248 int32 TrackAtom::NEWsetTrackTSOffset(uint32 ts) 254 uint32 initTimeOffset = (uint32)(_pEditAtom->getInitialTimeOffset()); 259 _pmediaAtom->setTrackTSOffset((uint32)(fTS)); 265 int32 TrackAtom::getTrackTSOffset(uint32& aTSOffset, uint32 aMovieTimeScale [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Export_Inc/ |
whalBus_Defs.h | 62 UINT32 TimeStamp; 73 UINT32 packetInfo; 75 UINT32 TimeStamp; 85 UINT32 aRate, 89 UINT32 aFlags); 92 typedef const void *(*requestForBufferCB_t)(TI_HANDLE hObj, UINT16 aLength, UINT32 uEncryptionFlag); 96 typedef void (*scanCompleteCB_t)(TI_HANDLE hScanSrv, char* str, UINT32 strLen); 102 typedef void (*InfoCB_t)(TI_HANDLE handle, char* buf, UINT32 bufSize); 107 typedef void (*MacStatusCB_t)(TI_HANDLE handle, char* str , UINT32 strLen); 110 typedef void (*HealthReportCB_t)(TI_HANDLE handle, char* str , UINT32 strLen) [all...] |
whalBus_Api.h | 63 UINT32 RegBaseAddr, 64 UINT32 MemBaseAddr, 78 UINT32 whalBus_MacRegRead (TI_HANDLE hWhalBus, UINT32 RegAddr); 79 void whalBus_MacRegWrite (TI_HANDLE hWhalBus, UINT32 RegAddr, UINT32 Val); 80 void whalBus_PhyRegWrite (TI_HANDLE hWhalBus, UINT32 PhyRegAddr, UINT32 DataVal); 81 UINT32 whalBus_PhyRegRead (TI_HANDLE hWhalBus, UINT32 PhyRegAddr) [all...] |
/external/opencore/fileformats/common/parser/src/ |
pvfile.cpp | 77 OSCL_EXPORT_REF uint32 PVFile::Read(OsclAny *buffer, 78 uint32 size, 79 uint32 numelements) 150 uint32 mode, 252 OSCL_EXPORT_REF bool PVFile::GetRemainingBytes(uint32& aNumBytes) 257 uint32 currPos = (uint32)(iFile->Tell()); 262 iFileSize = (uint32)(iFile->Tell()); 274 uint32 currPos = (uint32)(iFilePtr->Tell()) [all...] |
/hardware/ti/omap3/omx/ti_omx_config_parser/src/ |
ti_video_config_parser.cpp | 29 (dw) = ((uint32) *(pb + 3) << 24) + \ 30 ((uint32) *(pb + 2) << 16) + \ 34 #define GetUnalignedDwordEx( pb, dw ) GetUnalignedDword( pb, dw ); (pb) += sizeof(uint32); 45 ((uint32)(uint8)(ch0) | ((uint32)(uint8)(ch1) << 8) | \ 46 ((uint32)(uint8)(ch2) << 16) | ((uint32)(uint8)(ch3) << 24 )) 90 aOutputs->width = (uint32)display_width; 91 aOutputs->height = (uint32)display_height; 92 aOutputs->profile = (uint32)profile_level; // for mp4, profile/level info is packe [all...] |
/external/bzip2/ |
bzlib_private.h | 45 typedef unsigned int UInt32; 155 extern UInt32 BZ2_crc32Table[256]; 207 UInt32 avail_in_expect; 210 UInt32* arr1; 211 UInt32* arr2; 212 UInt32* ftab; 216 UInt32* ptr; 225 UInt32 state_in_ch; 241 UInt32 bsBuff; 245 UInt32 blockCRC [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/BusTxn/ |
whalHwAccess.c | 145 typedef void (*HwAccessErrorHandle)(TI_HANDLE theObjectHandle,char* Report , UINT32 strLen); 149 UINT32 size; 150 UINT32 start; 164 UINT32 MemRegionAddr; 165 UINT32 RegisterRegionAddr; 166 UINT32 workingPartUpperLimit; 167 UINT32 registerPartUpperLimit; 169 UINT32 RegBaseAddr; 170 UINT32 MemBaseAddr; 177 UINT32 uBusError [all...] |
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/ |
pvmf_protocol_engine_node_common.cpp | 127 OSCL_EXPORT_REF void ProtocolContainer::setSupportObject(OsclAny* aSupportObject, const uint32 aType) 218 LOGINFODATAPATH((0, "ProtocolContainer::doStop()->sendSocketDisconnectCmd(), Send() SUCCESS: MsgID=%d(SOCKET DISCONNECT)", (uint32)PVMF_MEDIA_CMD_SOCKET_DISCONNECT_FORMAT_ID)); 322 OSCL_EXPORT_REF uint32 ProtocolContainer::getBitMaskForHTTPMethod(const HttpMethod aMethod) 324 uint32 bitMaskForHttpMethod = 0; 494 OSCL_EXPORT_REF void PVMFProtocolEngineNodeOutput::setOutputObject(OsclAny* aOutputObject, const uint32 aObjectType) 500 OSCL_EXPORT_REF bool PVMFProtocolEngineNodeOutput::sendToPort(PVMFSharedMediaDataPtr &aMediaData, const uint32 aPortType) 506 OSCL_EXPORT_REF bool PVMFProtocolEngineNodeOutput::createMediaData(PVMFSharedMediaDataPtr &aMediaData, uint32 aRequestSize) 573 uint32 dataSize = 0; 574 uint32 numFrags = aMediaData->getNumFragments(); 575 for (uint32 i = 0; i < numFrags; i++ [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/ |
commonTypes.h | 611 UINT32 numOfRateClasses; 660 UINT32 wlanRxMinRateToRespectBtHp; /* Integer rate number. Note that Fw gets it in Index rate */ 708 UINT32 counters[NUM_OF_NOISE_HISTOGRAM_COUNTERS]; 709 UINT32 numOfLostCycles; 710 UINT32 numOfTxHwGenLostCycles; 711 UINT32 numOfRxLostCycles; 739 UINT32 encLen; 745 UINT32 keyIndex; /* id=0 is broadcast key */ 756 UINT32 dot11EDCATableMSDULifeTime; 759 UINT32 APSDConf[2] [all...] |
/external/opencore/baselibs/gen_data_structures/src/ |
hashtable.h | 109 int add_element(uint32 key, const keyclass& fullkey, const hashclass& data); 110 int remove_element(uint32 key, const keyclass& fullkey); 112 int get_element(uint32 key, const keyclass& fullkey, hashclass& data); 114 int get_element(int index, uint32& key, keyclass& fullkey, 124 uint32 hash_mask; 125 uint32 hash_table_size; 136 uint32 hash = compute_hash(key); 137 uint32 masked_hash = hash & hash_mask; 159 uint32 key = compute_hash(fullkey); 169 int HashTable<keyclass, hashclass>::add_element(uint32 key [all...] |
/external/opencore/nodes/streaming/streamingmanager/plugins/common/include/ |
pvmf_sm_fsp_base_impl.h | 188 uint32 aStreamID = 0, 216 virtual uint32 GetNumMetadataKeysBase(char* aQueryKeyString = NULL); 217 virtual uint32 GetNumMetadataValuesBase(PVMFMetadataList& aKeyList); 220 uint32 aStartingKeyIndex, 227 uint32 aStartingValueIndex, 231 uint32 aStartingKeyIndex, 232 uint32 aEndKeyIndex); 234 uint32 aStartingValueIndex, 235 uint32 aEndValueIndex); 247 , uint32 aDataSize = [all...] |
/external/neven/Embedded/common/src/b_ImageEm/ |
UInt16BytePyrImage.c | 115 uint32 levelA ) 117 uint32 iL; 118 uint32 offsL = 0; 119 uint32 baseSizeL = ( ptrA->widthE * ptrA->heightE ) >> 1; 124 bbs_ERROR2( "uint16* bim_UInt16BytePyrImage_arrPtr( struct bim_UInt16BytePyrImage*, uint32 levelA ):\n" 139 uint32 bim_UInt16BytePyrImage_heapSize( struct bbs_Context* cpA, 141 uint32 widthA, uint32 heightA, 142 uint32 depthA ) 144 uint32 baseSizeL = ( widthA * heightA ) >> 1 [all...] |
/external/opencore/fileformats/mp4/composer/src/ |
atomutils.cpp | 53 PVA_FF_AtomUtils::render32(MP4_AUTHOR_FF_FILE_IO_WRAP *fp, uint32 data) 72 PVA_FF_AtomUtils::render24(MP4_AUTHOR_FF_FILE_IO_WRAP *fp, uint32 data) 130 for (uint32 i = 0; i < data.get_size(); i++) 154 for (uint32 i = 0; i < data.get_size(); i++) 215 PVA_FF_AtomUtils::renderByteData(MP4_AUTHOR_FF_FILE_IO_WRAP *fp, uint32 length, uint8 *data) 236 PVA_FF_AtomUtils::setTime(uint32 &ulTime) 240 ulTime = uint32(time(NULL) + 2082844800 ); 244 uint32 245 PVA_FF_AtomUtils::getNumberOfBytesUsedToStoreContent(uint32 sizeOfClass) 255 uint32 [all...] |
/external/opencore/nodes/pvamrffparsernode/src/ |
pvmf_amrffparser_port.h | 312 uint32 iTimestamp; 315 uint32 iTrackBitRate; 332 uint32 iResizableDataMemoryPoolSize; 335 uint32 iTrackMaxSampleSize; 338 uint32 iAudioSampleRate; 339 uint32 iAudioNumChannels; 340 uint32 iAudioBitsPerSample; 353 uint32 iSeqNum; 355 uint32 iTimestampOffset; 400 , uint32 aInCapacit [all...] |
/external/opencore/oscl/oscl/osclutil/src/ |
oscl_string.cpp | 55 OSCL_EXPORT_REF OSCL_String::chartype OSCL_String::read(uint32 index) const 64 OSCL_EXPORT_REF OSCL_wString::chartype OSCL_wString::read(uint32 index) const 89 uint32 len = (a) ? oscl_strlen(a) : 0; 96 uint32 len = (a) ? oscl_strlen(a) : 0; 159 OSCL_EXPORT_REF OSCL_String::chartype OSCL_String::operator[](uint32 index) const 166 OSCL_EXPORT_REF OSCL_wString::chartype OSCL_wString::operator[](uint32 index) const 187 OSCL_EXPORT_REF void OSCL_String::write(uint32 index, chartype c) 209 OSCL_EXPORT_REF void OSCL_wString::write(uint32 index, chartype c) 232 OSCL_EXPORT_REF void OSCL_String::write(uint32 offset, uint32 length, const chartype* ptr [all...] |