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

/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_HuffmanDecoder.cpp15 int CJBig2_HuffmanDecoder::decodeAValue(CJBig2_HuffmanTable *pTable, int *nResult) argument
26 for(i = 0; i < pTable->NTEMP; i++) {
27 if((pTable->PREFLEN[i] == nBits) && (pTable->CODES[i] == nVal)) {
28 if((pTable->HTOOB == 1) && (i == pTable->NTEMP - 1)) {
31 if(m_pStream->readNBits(pTable->RANGELEN[i], &nTmp) == -1) {
34 if(pTable->HTOOB) {
35 if(i == pTable->NTEMP - 3) {
36 *nResult = pTable
[all...]
H A DJBig2_HuffmanTable.cpp11 CJBig2_HuffmanTable::CJBig2_HuffmanTable(const JBig2TableLine *pTable, int nLines, argument
15 m_bOK = parseFromStandardTable(pTable, nLines, bHTOOB);
48 int CJBig2_HuffmanTable::parseFromStandardTable(const JBig2TableLine *pTable, int nLines, FX_BOOL bHTOOB) argument
61 PREFLEN[i] = pTable[i].PREFLEN;
62 RANGELEN[i] = pTable[i].RANDELEN;
63 RANGELOW[i] = pTable[i].RANGELOW;
H A DJBig2_GeneralDecoder.cpp2646 *SBHUFFRSIZE, *pTable; local
2930 JBIG2_ALLOC(pTable, CJBig2_HuffmanTable(HuffmanTable_B1,
2934 if(pHuffmanDecoder->decodeAValue(pTable, (int*)&EXRUNLENGTH) != 0) {
2935 delete pTable;
2941 delete pTable;
2954 delete pTable;
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
H A DarmSP_FFT_CToC_FC32_Radix2_unsafe_s.S67 #define pTable r9 define
H A DarmSP_FFT_CToC_SC32_Radix2_unsafe_s.S75 #define pTable r9 define
/external/chromium_org/third_party/sqlite/src/src/
H A Danalyze.c470 analyzeTable(pParse, pIdx->pTable, pIdx);
485 analyzeTable(pParse, pIdx->pTable, pIdx);
519 Table *pTable; local
530 pTable = sqlite3FindTable(pInfo->db, argv[0], pInfo->zDatabase);
531 if( pTable==0 ){
547 if( i==0 ) pTable->nRowEst = v;
H A Dtrigger.c531 Table *pTable; local
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 );
H A Dvtab.c235 ** Add a new module argument to pTable->azModuleArg[].
240 static void addModuleArgument(sqlite3 *db, Table *pTable, char *zArg){ argument
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; /* Th local
[all...]
H A Dbuild.c381 if( pIndex->pTable->pIndex==pIndex ){
382 pIndex->pTable->pIndex = pIndex->pNext;
387 p = pIndex->pTable->pIndex;
483 static void sqliteDeleteColumnNames(sqlite3 *db, Table *pTable){ argument
486 assert( pTable!=0 );
487 if( (pCol = pTable->aCol)!=0 ){
488 for(i=0; i<pTable->nCol; i++, pCol++){
495 sqlite3DbFree(db, pTable->aCol);
508 void sqlite3DeleteTable(sqlite3 *db, Table *pTable){ argument
511 assert( !pTable || pTabl
732 Table *pTable; local
1743 sqlite3ViewGetColumnNames(Parse *pParse, Table *pTable) argument
3174 sqlite3SrcListAppend( sqlite3 *db, SrcList *pList, Token *pTable, Token *pDatabase ) argument
3260 sqlite3SrcListAppendFromTerm( Parse *pParse, SrcList *p, Token *pTable, Token *pDatabase, Token *pAlias, Select *pSubquery, Expr *pOn, IdList *pUsing ) argument
[all...]
H A Dwhere.c591 idxaff = pIdx->pTable->aCol[iColumn].affinity;
1473 if( iColumn==pIdx->pTable->iPKey ){
1747 Table *pTable; /* Table tht might be indexed */ local
1763 pTable = pSrc->pTab;
1764 nTableRow = pTable->nRowEst;
1813 Table *pTable; /* The table being indexed */ local
1835 pTable = pSrc->pTab;
1862 mxBitCol = (pTable->nCol >= BMS-1) ? BMS-1 : pTable->nCol;
1863 testcase( pTable
[all...]
H A DsqliteInt.h1475 Table *pTable; /* The SQL table being indexed */ member in struct:Index
/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/chromium_org/third_party/icu/source/common/
H A Ducnv_lmb.c450 const struct _UniLMBCSGrpMap * pTable = UniLMBCSGrpMap; local
452 while (uniChar > pTable->uniEndRange)
454 pTable++;
457 if (uniChar >= pTable->uniStartRange)
459 return pTable->GrpType;
540 const struct _LocaleLMBCSGrpMap *pTable = LocaleLMBCSGrpMap; local
547 while (pTable->LocaleID)
549 if (*pTable->LocaleID == *LocaleID) /* Check only first char for speed */
552 if (uprv_strncmp(pTable->LocaleID, LocaleID, strlen(pTable
[all...]
/external/icu/icu4c/source/common/
H A Ducnv_lmb.c450 const struct _UniLMBCSGrpMap * pTable = UniLMBCSGrpMap; local
452 while (uniChar > pTable->uniEndRange)
454 pTable++;
457 if (uniChar >= pTable->uniStartRange)
459 return pTable->GrpType;
540 const struct _LocaleLMBCSGrpMap *pTable = LocaleLMBCSGrpMap; local
547 while (pTable->LocaleID)
549 if (*pTable->LocaleID == *LocaleID) /* Check only first char for speed */
552 if (uprv_strncmp(pTable->LocaleID, LocaleID, strlen(pTable
[all...]
/external/aac/libSBRenc/src/
H A Dfram_gen.cpp699 const int *pTable = NULL; local
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];
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font_cid.cpp1211 const FX_DWORD* pTable = m_VertMetrics.GetData(); local
1213 if (pTable[i * 5] <= CID && pTable[i * 5 + 1] >= CID) {
1214 return (short)(int)pTable[i * 5 + 2];
1222 const FX_DWORD* pTable = m_VertMetrics.GetData(); local
1224 if (pTable[i * 5] <= CID && pTable[i * 5 + 1] >= CID) {
1225 vx = (short)(int)pTable[i * 5 + 3];
1226 vy = (short)(int)pTable[i * 5 + 4];
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_colors.cpp783 FX_LPCBYTE pTable = NULL; local
810 FX_LPCBYTE pTable = m_Table; local
812 comps[i] = m_pCompMinMax[i * 2] + m_pCompMinMax[i * 2 + 1] * pTable[index * m_nBaseComponents + i] / 255;
/external/pdfium/core/src/reflow/
H A Dlayoutprocessor_reflow.cpp215 CRF_Table* pTable = m_TableArray.GetAt(m_TableArray.GetSize() - 1); local
216 int rowCount = pTable->m_nCell.GetSize();
221 dyRow[0] = - pTable->m_ReflowPageHeight;
225 int colCount = pTable->m_nCell.GetAt(i);
234 int colCount = pTable->m_nCell.GetAt(i);
237 int s = pTable->m_pCellArray.GetSize();
239 RF_TableCell* pCell = (RF_TableCell*)pTable->m_pCellArray.GetAt(n++);
284 int colCount = pTable->m_nCell.GetAt(i);
286 RF_TableCell* pCell = (RF_TableCell*)pTable->m_pCellArray.GetAt(n++);
310 int size = pTable
560 CRF_Table* pTable = FX_NEW CRF_Table; local
574 CRF_Table* pTable = m_TableArray.GetAt(m_TableArray.GetSize() - 1); local
593 CRF_Table* pTable = m_TableArray.GetAt(m_TableArray.GetSize() - 1); local
598 CRF_Table* pTable = m_TableArray.GetAt(m_TableArray.GetSize() - 1); local
675 CRF_Table* pTable = m_TableArray.GetAt(m_TableArray.GetSize() - 1); local
692 CRF_Table* pTable = m_TableArray.GetAt(m_TableArray.GetSize() - 1); local
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_parser.cpp1508 CPDF_Object *pTable = m_pLinearized->GetDict()->GetElement(FX_BSTRC("T")); local
1509 if (pTable && pTable->GetType() == PDFOBJ_NUMBER) {
1510 m_LastXRefOffset = pTable->GetInteger();
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9820 Table *pTable; /* The SQL table being indexed */ member in struct:Index
75841 Table *pTable; local
77322 sqliteDeleteColumnNames(sqlite3 *db, Table *pTable) argument
77347 sqlite3DeleteTable(sqlite3 *db, Table *pTable) argument
77571 Table *pTable; local
78582 sqlite3ViewGetColumnNames(Parse *pParse, Table *pTable) argument
80013 sqlite3SrcListAppend( sqlite3 *db, SrcList *pList, Token *pTable, Token *pDatabase ) argument
80099 sqlite3SrcListAppendFromTerm( Parse *pParse, SrcList *p, Token *pTable, Token *pDatabase, Token *pAlias, Select *pSubquery, Expr *pOn, IdList *pUsing ) argument
95117 Table *pTable; local
96952 addModuleArgument(sqlite3 *db, Table *pTable, char *zArg) argument
96984 Table *pTable; /* The new virtual table */ local
99401 Table *pTable; /* Table tht might be indexed */ local
99467 Table *pTable; /* The table being indexed */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11161 Table *pTable; /* The SQL table being indexed */ member in struct:Index
84900 Table *pTable; local
86621 sqliteDeleteColumnNames(sqlite3 *db, Table *pTable) argument
86652 sqlite3DeleteTable(sqlite3 *db, Table *pTable) argument
86906 Table *pTable; local
88147 sqlite3ViewGetColumnNames(Parse *pParse, Table *pTable) argument
89658 sqlite3SrcListAppend( sqlite3 *db, SrcList *pList, Token *pTable, Token *pDatabase ) argument
89744 sqlite3SrcListAppendFromTerm( Parse *pParse, SrcList *p, Token *pTable, Token *pDatabase, Token *pAlias, Select *pSubquery, Expr *pOn, IdList *pUsing ) argument
107599 Table *pTable; local
109609 addModuleArgument(sqlite3 *db, Table *pTable, char *zArg) argument
109642 Table *pTable; /* The new virtual table */ local
112481 Table *pTable; /* The table being indexed */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11161 Table *pTable; /* The SQL table being indexed */ member in struct:Index
84920 Table *pTable; local
86641 sqliteDeleteColumnNames(sqlite3 *db, Table *pTable) argument
86672 sqlite3DeleteTable(sqlite3 *db, Table *pTable) argument
86926 Table *pTable; local
88167 sqlite3ViewGetColumnNames(Parse *pParse, Table *pTable) argument
89678 sqlite3SrcListAppend( sqlite3 *db, SrcList *pList, Token *pTable, Token *pDatabase ) argument
89764 sqlite3SrcListAppendFromTerm( Parse *pParse, SrcList *p, Token *pTable, Token *pDatabase, Token *pAlias, Select *pSubquery, Expr *pOn, IdList *pUsing ) argument
107619 Table *pTable; local
109629 addModuleArgument(sqlite3 *db, Table *pTable, char *zArg) argument
109662 Table *pTable; /* The new virtual table */ local
112501 Table *pTable; /* The table being indexed */ local
[all...]

Completed in 969 milliseconds