HomeSort by relevance Sort by last modified time
    Searched refs:tData (Results 1 - 5 of 5) sorted by null

  /hardware/ti/wlan/wl1271/TWD/TwIf/
TwIf.c 116 TPartitionTxnData tData; /* The addresses partitioning configuration data */
124 TI_UINT32 tData; /* The addresses partitioning configuration data for one register */
495 pPartitionRegTxn[0].tData = ENDIAN_HANDLE_LONG(pTwIf->uMemAddr1);
496 pPartitionRegTxn[1].tData = ENDIAN_HANDLE_LONG(pTwIf->uMemSize1);
497 pPartitionRegTxn[2].tData = ENDIAN_HANDLE_LONG(pTwIf->uMemAddr2);
498 pPartitionRegTxn[3].tData = ENDIAN_HANDLE_LONG(pTwIf->uMemSize2);
499 pPartitionRegTxn[4].tData = ENDIAN_HANDLE_LONG(pTwIf->uMemAddr3);
500 pPartitionRegTxn[5].tData = ENDIAN_HANDLE_LONG(pTwIf->uMemSize3);
501 pPartitionRegTxn[6].tData = ENDIAN_HANDLE_LONG(pTwIf->uMemAddr4);
516 BUILD_TTxnStruct(pTxnHdr, PARTITION_REGISTERS_ADDR+4, &(pPartitionRegTxn[0].tData), REGISTER_SIZE, 0, 0
    [all...]
  /external/icu4c/common/
udata.cpp 199 UDataMemory tData;
200 UDataMemory_init(&tData);
201 tData.pHeader = (const DataHeader *)pData;
202 udata_checkCommonData(&tData, pErrorCode);
203 return setCommonICUData(&tData, FALSE, pErrorCode);
664 UDataMemory tData;
672 UDataMemory_init(&tData);
743 while((UDataMemory_isLoaded(&tData)==FALSE) && (pathBuffer = iter.next(pErrorCode)) != NULL)
748 uprv_mapFile(&tData, pathBuffer);
750 fprintf(stderr, "%s\n", UDataMemory_isLoaded(&tData)?"LOADED":"not loaded")
    [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c     [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 497 TextureData* tData = getTextureData(textures[i]);
500 if (!tData || tData->sourceEGLImage == 0) {
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp 473 TextureData* tData = getTextureData(textures[i]);
476 if (!tData || tData->sourceEGLImage == 0) {
    [all...]

Completed in 60 milliseconds