/hardware/ti/omap4xxx/security/tf_crypto_sst/ |
lib_object.h | 114 LIB_OBJECT_TABLE_HANDLE16* pTable, 122 LIB_OBJECT_TABLE_HANDLE16* pTable, 131 LIB_OBJECT_TABLE_HANDLE16* pTable, 141 LIB_OBJECT_TABLE_HANDLE16* pTable); 149 LIB_OBJECT_TABLE_HANDLE16* pTable, 185 LIB_OBJECT_TABLE_STORAGE_NAME* pTable, 193 LIB_OBJECT_TABLE_STORAGE_NAME* pTable, 202 LIB_OBJECT_TABLE_STORAGE_NAME* pTable, 211 LIB_OBJECT_TABLE_STORAGE_NAME* pTable); 219 LIB_OBJECT_TABLE_STORAGE_NAME* pTable, [all...] |
lib_object.c | 134 LIB_OBJECT_TABLE_HANDLE16* pTable, 138 (LIB_OBJECT_NODE*)pTable->pRoot, nHandle, NULL, LIB_OBJECT_NODE_TYPE_HANDLE16); 143 LIB_OBJECT_TABLE_STORAGE_NAME* pTable, 147 (LIB_OBJECT_NODE*)pTable->pRoot, 0, pStorageName, LIB_OBJECT_NODE_TYPE_STORAGE_NAME); 151 LIB_OBJECT_TABLE_FILENAME* pTable, 156 (LIB_OBJECT_NODE*)pTable->pRoot, nFilenameLength, pFilename, LIB_OBJECT_NODE_TYPE_FILENAME); 233 LIB_OBJECT_TABLE_HANDLE16* pTable, 237 (LIB_OBJECT_NODE**)&pTable->pRoot, 244 LIB_OBJECT_TABLE_STORAGE_NAME* pTable, 248 (LIB_OBJECT_NODE**)&pTable->pRoot [all...] |
/frameworks/compile/mclinker/include/mcld/ADT/ |
HashIterator.h | 36 ChainIteratorBase(HashTableImplTy* pTable, const key_type& pKey) 37 : m_pHashTable(pTable) 39 m_HashValue = pTable->hash()(pKey); 175 EntryIteratorBase(HashTableImplTy* pTable, 177 : m_pHashTable(pTable), m_Index(pIndex) 286 HashIterator(typename IteratorBase::hash_table* pTable, unsigned int pIndex) 287 : IteratorBase(pTable, pIndex) 291 explicit HashIterator(typename IteratorBase::hash_table* pTable, 294 : IteratorBase(pTable, pKey)
|
/external/chromium_org/third_party/sqlite/src/src/ |
vtab.c | 235 ** Add a new module argument to pTable->azModuleArg[]. 240 static void addModuleArgument(sqlite3 *db, Table *pTable, char *zArg){ 241 int i = pTable->nModuleArg++; 242 int nBytes = sizeof(char *)*(1+pTable->nModuleArg); 244 azModuleArg = sqlite3DbRealloc(db, pTable->azModuleArg, nBytes); 248 sqlite3DbFree(db, pTable->azModuleArg[j]); 251 sqlite3DbFree(db, pTable->azModuleArg); 252 pTable->nModuleArg = 0; 257 pTable->azModuleArg = azModuleArg; 272 Table *pTable; /* The new virtual table * [all...] |
build.c | 384 if( pIndex->pTable->pIndex==pIndex ){ 385 pIndex->pTable->pIndex = pIndex->pNext; 390 p = pIndex->pTable->pIndex; 486 static void sqliteDeleteColumnNames(sqlite3 *db, Table *pTable){ 489 assert( pTable!=0 ); 490 if( (pCol = pTable->aCol)!=0 ){ 491 for(i=0; i<pTable->nCol; i++, pCol++){ 498 sqlite3DbFree(db, pTable->aCol); 511 void sqlite3DeleteTable(sqlite3 *db, Table *pTable){ 514 assert( !pTable || pTable->nRef>0 ) [all...] |
analyze.c | 470 analyzeTable(pParse, pIdx->pTable, pIdx); 485 analyzeTable(pParse, pIdx->pTable, pIdx); 519 Table *pTable; 530 pTable = sqlite3FindTable(pInfo->db, argv[0], pInfo->zDatabase); 531 if( pTable==0 ){ 547 if( i==0 ) pTable->nRowEst = v;
|
trigger.c | 531 Table *pTable; 538 pTable = tableOfTrigger(pTrigger); 539 assert( pTable ); 540 assert( pTable->pSchema==pTrigger->pSchema || iDb==1 ); 547 if( sqlite3AuthCheck(pParse, code, pTrigger->zName, pTable->zName, zDb) || 556 assert( pTable!=0 ); [all...] |
where.c | 591 idxaff = pIdx->pTable->aCol[iColumn].affinity; [all...] |
insert.c | 68 Table *pTab = pIdx->pTable; [all...] |
delete.c | 615 int iCur, /* Cursor number for the pIdx->pTable table */ 621 Table *pTab = pIdx->pTable;
|
fkey.c | 475 assert( !pIdx || pIdx->pTable==pTab ); [all...] |
pragma.c | 908 pTab = pIdx->pTable; [all...] |
/external/chromium_org/third_party/icu/source/common/ |
ucnv_lmb.c | 450 const struct _UniLMBCSGrpMap * pTable = UniLMBCSGrpMap; 452 while (uniChar > pTable->uniEndRange) 454 pTable++; 457 if (uniChar >= pTable->uniStartRange) 459 return pTable->GrpType; 540 const struct _LocaleLMBCSGrpMap *pTable = LocaleLMBCSGrpMap; 547 while (pTable->LocaleID) 549 if (*pTable->LocaleID == *LocaleID) /* Check only first char for speed */ 552 if (uprv_strncmp(pTable->LocaleID, LocaleID, strlen(pTable->LocaleID)) == 0 [all...] |
/external/icu4c/common/ |
ucnv_lmb.c | 450 const struct _UniLMBCSGrpMap * pTable = UniLMBCSGrpMap; 452 while (uniChar > pTable->uniEndRange) 454 pTable++; 457 if (uniChar >= pTable->uniStartRange) 459 return pTable->GrpType; 540 const struct _LocaleLMBCSGrpMap *pTable = LocaleLMBCSGrpMap; 547 while (pTable->LocaleID) 549 if (*pTable->LocaleID == *LocaleID) /* Check only first char for speed */ 552 if (uprv_strncmp(pTable->LocaleID, LocaleID, strlen(pTable->LocaleID)) == 0 [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
armVCM4P10_Interpolate_Chroma_s.s | 57 pTable RN 11 148 LDREQ pTable, =armVCM4P10_WidthBranchTableMVIsZero 150 LDRNE pTable, =armVCM4P10_WidthBranchTableMVIsNotZero 165 LDR pc, [pTable, iWidth, LSL #1] ;// Branch to the case based on iWidth
|
omxVCM4P10_PredictIntraChroma_8x8_s.s | 48 pTable RN 8 176 LDR pTable,=armVCM4P10_pIndexTable8x8 ;// Load index table for switch case 185 LDR pc, [pTable, predMode, LSL #2] ;// Branch to the case based on preMode
|
omxVCM4P10_PredictIntra_16x16_s.s | 53 pTable RN 9 180 LDR pTable,=armVCM4P10_pIndexTable16x16 ;// Load index table for switch case 189 LDR pc, [pTable, predMode, LSL #2] ;// Branch to the case based on preMode
|
omxVCM4P10_PredictIntra_4x4_s.s | 40 pTable RN 8 166 LDR pTable,=armVCM4P10_pSwitchTable4x4 ;// Load index table for switch case 173 LDR pc, [pTable, predMode, LSL #2] ;// Branch to the case based on preMode
|
/external/aac/libSBRdec/src/ |
env_extr.cpp | 893 const int *pTable; 897 pTable = FDK_sbrDecoder_envelopeTable_8[tranPosInternal]; 900 pTable = FDK_sbrDecoder_envelopeTable_15[tranPosInternal]; 903 pTable = FDK_sbrDecoder_envelopeTable_16[tranPosInternal]; 910 nEnv = pTable[0]; 913 hSbrFrameInfo->borders[i] = pTable[i+2]; 920 tranIdx = hSbrFrameInfo->tranEnv = pTable[1]; [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_FindMVpred_s.s | 43 pTable RN 4
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_FindMVpred_s.s | 43 pTable RN 4
|
/external/aac/libSBRenc/src/ |
fram_gen.cpp | 699 const int *pTable = NULL; 704 pTable = envelopeTable_8[tranPosInternal]; 708 pTable = envelopeTable_15[tranPosInternal]; 712 pTable = envelopeTable_16[tranPosInternal]; 718 nEnv = pTable[0]; 721 hSbrFrameInfo->borders[i] = pTable[i+2]; 735 hSbrFrameInfo->shortEnv = pTable[2]; 737 tranIdx = pTable[1]; [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
omxVCM4P10_PredictIntraChroma_8x8_s.s | 59 pTable RN 9 124 LDR pTable,=armVCM4P10_pIndexTable8x8 ;// Load index table for switch case 134 LDR pc, [pTable, predMode, LSL #2] ;// Branch to the case based on preMode
|
omxVCM4P10_PredictIntra_16x16_s.s | 51 pTable RN 9 121 LDR pTable,=armVCM4P10_pIndexTable16x16 ;// Load index table for switch case 130 LDR pc, [pTable, predMode, LSL #2] ;// Branch to the case based on preMode
|
omxVCM4P10_PredictIntra_4x4_s.s | 46 pTable RN 9 106 LDR pTable,=armVCM4P10_pSwitchTable4x4 ;// Load index table for switch case 114 LDR pc, [pTable, predMode, LSL #2] ;// Branch to the case based on preMode
|