Searched refs:pTable (Results 1 - 22 of 22) sorted by relevance

/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_HuffmanDecoder.cpp17 int CJBig2_HuffmanDecoder::decodeAValue(CJBig2_HuffmanTable* pTable, argument
28 for (FX_DWORD i = 0; i < pTable->Size(); ++i) {
29 if (pTable->GetPREFLEN()[i] == nBits && pTable->GetCODES()[i] == nVal) {
30 if (pTable->IsHTOOB() && i == pTable->Size() - 1)
33 if (m_pStream->readNBits(pTable->GetRANGELEN()[i], &nTmp) == -1)
36 FX_DWORD offset = pTable->IsHTOOB() ? 3 : 2;
37 if (i == pTable->Size() - offset)
38 *nResult = pTable
[all...]
H A DJBig2_HuffmanDecoder.h17 int decodeAValue(CJBig2_HuffmanTable* pTable, int* nResult);
H A DJBig2_HuffmanTable.cpp17 CJBig2_HuffmanTable::CJBig2_HuffmanTable(const JBig2TableLine* pTable, argument
21 ParseFromStandardTable(pTable);
32 void CJBig2_HuffmanTable::ParseFromStandardTable(const JBig2TableLine* pTable) { argument
37 PREFLEN[i] = pTable[i].PREFLEN;
38 RANGELEN[i] = pTable[i].RANDELEN;
39 RANGELOW[i] = pTable[i].RANGELOW;
H A DJBig2_HuffmanTable.h19 CJBig2_HuffmanTable(const JBig2TableLine* pTable,
36 void ParseFromStandardTable(const JBig2TableLine* pTable);
H A DJBig2_SddProc.cpp326 std::unique_ptr<CJBig2_HuffmanTable> pTable; local
576 pTable.reset(new CJBig2_HuffmanTable(
580 if (pHuffmanDecoder->decodeAValue(pTable.get(), (int*)&EXRUNLENGTH) != 0) {
/external/vulkan-validation-layers/layers/
H A Dvk_layer_table.cpp147 VkLayerInstanceDispatchTable *pTable; local
152 pTable = new VkLayerInstanceDispatchTable;
153 map[(void *)key] = pTable;
155 fprintf(stderr, "New, Instance: map: %p, key: %p, table: %p\n", &map, key, pTable);
164 layer_init_instance_dispatch_table(instance, pTable, gpa);
166 return pTable;
174 VkLayerDispatchTable *pTable; local
179 pTable = new VkLayerDispatchTable;
180 map[(void *)key] = pTable;
182 fprintf(stderr, "New, Device: map: %p, key: %p, table: %p\n", &map, key, pTable);
[all...]
H A Dthreading.cpp90 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table; local
92 pTable->DestroyInstance(instance, pAllocator);
240 VkLayerDispatchTable *pTable = dev_data->device_dispatch_table; local
242 if (pTable->GetDeviceProcAddr == NULL)
244 return pTable->GetDeviceProcAddr(device, funcName);
266 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table; local
267 if (pTable->GetInstanceProcAddr == NULL) {
270 return pTable->GetInstanceProcAddr(instance, funcName);
302 VkLayerDispatchTable *pTable = my_data->device_dispatch_table; local
307 result = pTable
327 VkLayerDispatchTable *pTable = my_data->device_dispatch_table; local
[all...]
H A Ddevice_limits.cpp169 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table; local
170 pTable->DestroyInstance(instance, pAllocator);
726 VkLayerDispatchTable *pTable = my_data->device_dispatch_table; local
728 if (pTable->GetDeviceProcAddr == NULL)
730 return pTable->GetDeviceProcAddr(dev, funcName);
783 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table; local
784 if (pTable->GetInstanceProcAddr == NULL)
786 return pTable->GetInstanceProcAddr(instance, funcName);
H A Dimage.cpp146 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table; local
147 pTable->DestroyInstance(instance, pAllocator);
229 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table; local
230 return pTable->EnumerateDeviceExtensionProperties(physicalDevice, NULL, pCount, pProperties);
1139 VkLayerDispatchTable *pTable = my_data->device_dispatch_table; local
1141 if (pTable->GetDeviceProcAddr == NULL)
1143 return pTable->GetDeviceProcAddr(device, funcName);
1177 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
1178 if (pTable->GetInstanceProcAddr == NULL)
1180 return pTable
[all...]
H A Dparameter_validation.cpp103 VkLayerInstanceDispatchTable *pTable = get_dispatch_table(pc_instance_table_map, instance); local
104 VkResult result = pTable->CreateDebugReportCallbackEXT(instance, pCreateInfo, pAllocator, pMsgCallback);
117 VkLayerInstanceDispatchTable *pTable = get_dispatch_table(pc_instance_table_map, instance); local
118 pTable->DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator);
127 VkLayerInstanceDispatchTable *pTable = get_dispatch_table(pc_instance_table_map, instance); local
128 pTable->DebugReportMessageEXT(instance, flags, objType, object, location, msgCode, pLayerPrefix, pMsg);
1382 VkLayerInstanceDispatchTable *pTable = initInstanceTable(*pInstance, fpGetInstanceProcAddr, pc_instance_table_map); local
1385 debug_report_create_instance(pTable, *pInstance, pCreateInfo->enabledExtensionCount, pCreateInfo->ppEnabledExtensionNames);
1418 VkLayerInstanceDispatchTable *pTable = get_dispatch_table(pc_instance_table_map, instance); local
1419 pTable
[all...]
H A Dswapchain.cpp2021 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table; local
2072 if (pTable->GetInstanceProcAddr == NULL)
2074 return pTable->GetInstanceProcAddr(instance, funcName);
H A Dcore_validation.cpp4660 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
4661 pTable->DestroyInstance(instance, pAllocator);
10599 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
10600 VkResult res = pTable->CreateDebugReportCallbackEXT(instance, pCreateInfo, pAllocator, pMsgCallback);
10613 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
10614 pTable->DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator);
10885 VkLayerDispatchTable *pTable = dev_data->device_dispatch_table;
10887 if (pTable->GetDeviceProcAddr == NULL)
10889 return pTable->GetDeviceProcAddr(dev, funcName);
10928 VkLayerInstanceDispatchTable *pTable
[all...]
/external/icu/icu4c/source/common/
H A Ducnv_lmb.c448 const struct _UniLMBCSGrpMap * pTable = UniLMBCSGrpMap; local
450 while (uniChar > pTable->uniEndRange)
452 pTable++;
455 if (uniChar >= pTable->uniStartRange)
457 return pTable->GrpType;
538 const struct _LocaleLMBCSGrpMap *pTable = LocaleLMBCSGrpMap; local
545 while (pTable->LocaleID)
547 if (*pTable->LocaleID == *LocaleID) /* Check only first char for speed */
550 if (uprv_strncmp(pTable->LocaleID, LocaleID, strlen(pTable
[all...]
/external/aac/libSBRdec/src/
H A Denv_extr.cpp893 const int *pTable; local
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];
/external/aac/libSBRenc/src/
H A Dfram_gen.cpp701 const int *pTable = NULL; local
706 pTable = envelopeTable_8[tranPosInternal];
710 pTable = envelopeTable_15[tranPosInternal];
714 pTable = envelopeTable_16[tranPosInternal];
720 nEnv = pTable[0];
723 hSbrFrameInfo->borders[i] = pTable[i+2];
741 hSbrFrameInfo->shortEnv = pTable[2];
743 tranIdx = pTable[1];
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font_cid.cpp1377 const FX_DWORD* pTable = m_VertMetrics.GetData(); local
1379 if (pTable[i * 5] <= CID && pTable[i * 5 + 1] >= CID) {
1380 return (short)(int)pTable[i * 5 + 2];
1387 const FX_DWORD* pTable = m_VertMetrics.GetData(); local
1389 if (pTable[i * 5] <= CID && pTable[i * 5 + 1] >= CID) {
1390 vx = (short)(int)pTable[i * 5 + 3];
1391 vy = (short)(int)pTable[i * 5 + 4];
/external/pdfium/xfa/src/fgas/src/font/
H A Dfx_stdfontmgr.cpp1260 uint8_t* pTable = NULL; local
1264 pTable = FX_Alloc(uint8_t, nLength);
1265 error = FXFT_Load_Sfnt_Table(pFace, dwTag, 0, pTable, NULL);
1267 FX_Free(pTable);
1268 pTable = NULL;
1271 GetNames(pTable, pFont->m_wsFamilyNames);
1272 if (NULL != pTable) {
1273 FX_Free(pTable);
/external/sqlite/dist/orig/
H A Dsqlite3.c12423 Table *pTable; /* The SQL table being indexed */ member in struct:Index
91518 Table *pTable; local
93341 sqlite3DeleteColumnNames(sqlite3 *db, Table *pTable) argument
93372 sqlite3DeleteTable(sqlite3 *db, Table *pTable) argument
93621 Table *pTable; local
94927 sqlite3ViewGetColumnNames(Parse *pParse, Table *pTable) argument
96487 sqlite3SrcListAppend( sqlite3 *db, SrcList *pList, Token *pTable, Token *pDatabase ) argument
96574 sqlite3SrcListAppendFromTerm( Parse *pParse, SrcList *p, Token *pTable, Token *pDatabase, Token *pAlias, Select *pSubquery, Expr *pOn, IdList *pUsing ) argument
114994 Table *pTable; local
117055 addModuleArgument(sqlite3 *db, Table *pTable, char *zArg) argument
117082 Table *pTable; /* The new virtual table */ local
121989 Table *pTable; /* The table being indexed */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c12423 Table *pTable; /* The SQL table being indexed */ member in struct:Index
91536 Table *pTable; local
93359 sqlite3DeleteColumnNames(sqlite3 *db, Table *pTable) argument
93390 sqlite3DeleteTable(sqlite3 *db, Table *pTable) argument
93639 Table *pTable; local
94945 sqlite3ViewGetColumnNames(Parse *pParse, Table *pTable) argument
96505 sqlite3SrcListAppend( sqlite3 *db, SrcList *pList, Token *pTable, Token *pDatabase ) argument
96592 sqlite3SrcListAppendFromTerm( Parse *pParse, SrcList *p, Token *pTable, Token *pDatabase, Token *pAlias, Select *pSubquery, Expr *pOn, IdList *pUsing ) argument
115012 Table *pTable; local
117073 addModuleArgument(sqlite3 *db, Table *pTable, char *zArg) argument
117100 Table *pTable; /* The new virtual table */ local
122007 Table *pTable; /* The table being indexed */ local
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_colors.cpp950 const uint8_t* pTable = m_Table;
954 m_pCompMinMax[i * 2 + 1] * pTable[index * m_nBaseComponents + i] / 255;
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_parser.cpp1582 if (CPDF_Number* pTable = ToNumber(pDict->GetElement("T")))
1583 m_LastXRefOffset = pTable->GetInteger();
/external/opencv3/modules/core/src/
H A Dconvert.cpp5717 IppiSize roiSize, const void* pTable, int nBitSize);

Completed in 967 milliseconds