Home
last modified time | relevance | path

Searched refs:pEntry (Results 1 – 13 of 13) sorted by relevance

/external/syslinux/core/lwip/src/core/
Ddns.c644 struct dns_table_entry *pEntry = &dns_table[i]; in dns_check_entry() local
648 switch(pEntry->state) { in dns_check_entry()
652 pEntry->state = DNS_STATE_ASKING; in dns_check_entry()
653 pEntry->numdns = 0; in dns_check_entry()
654 pEntry->tmr = 1; in dns_check_entry()
655 pEntry->retries = 0; in dns_check_entry()
658 err = dns_send(pEntry->numdns, pEntry->name, i); in dns_check_entry()
667 if (--pEntry->tmr == 0) { in dns_check_entry()
668 if (++pEntry->retries == DNS_MAX_RETRIES) { in dns_check_entry()
669 … if ((pEntry->numdns+1<DNS_MAX_SERVERS) && !ip_addr_isany(&dns_servers[pEntry->numdns+1])) { in dns_check_entry()
[all …]
/external/pdfium/core/fpdfdoc/
Dcpdf_apsettings.cpp35 CPDF_Array* pEntry = m_pDict->GetArrayFor(csEntry); in GetColor() local
36 if (!pEntry) in GetColor()
40 size_t dwCount = pEntry->GetCount(); in GetColor()
43 float g = pEntry->GetNumberAt(0) * 255; in GetColor()
48 float r = pEntry->GetNumberAt(0) * 255; in GetColor()
49 float g = pEntry->GetNumberAt(1) * 255; in GetColor()
50 float b = pEntry->GetNumberAt(2) * 255; in GetColor()
55 float c = pEntry->GetNumberAt(0); in GetColor()
56 float m = pEntry->GetNumberAt(1); in GetColor()
57 float y = pEntry->GetNumberAt(2); in GetColor()
[all …]
/external/pdfium/core/fpdfapi/render/
Dcpdf_pagerendercache.cpp131 CPDF_ImageCacheEntry* pEntry; in ResetBitmap() local
138 pEntry = new CPDF_ImageCacheEntry(m_pPage->m_pDocument.Get(), pImage); in ResetBitmap()
139 m_ImageCache[pStream] = pEntry; in ResetBitmap()
141 pEntry = it->second; in ResetBitmap()
143 m_nCacheSize -= pEntry->EstimateSize(); in ResetBitmap()
144 pEntry->Reset(pBitmap); in ResetBitmap()
145 m_nCacheSize += pEntry->EstimateSize(); in ResetBitmap()
/external/pdfium/fpdfsdk/
Dcpdfsdk_baannot.cpp268 if (CPDF_Array* pEntry = m_pAnnot->GetAnnotDict()->GetArrayFor("C")) { in GetColor() local
269 size_t nCount = pEntry->GetCount(); in GetColor()
271 float g = pEntry->GetNumberAt(0) * 255; in GetColor()
277 float r = pEntry->GetNumberAt(0) * 255; in GetColor()
278 float g = pEntry->GetNumberAt(1) * 255; in GetColor()
279 float b = pEntry->GetNumberAt(2) * 255; in GetColor()
285 float c = pEntry->GetNumberAt(0); in GetColor()
286 float m = pEntry->GetNumberAt(1); in GetColor()
287 float y = pEntry->GetNumberAt(2); in GetColor()
288 float k = pEntry->GetNumberAt(3); in GetColor()
/external/pdfium/core/fpdfapi/font/
Dcpdf_cidfont.cpp210 bool IsMetricForCID(const uint32_t* pEntry, uint16_t CID) { in IsMetricForCID() argument
211 return pEntry[0] <= CID && pEntry[1] >= CID; in IsMetricForCID()
525 const uint32_t* pEntry = pList + i; in GetCharWidthF() local
526 if (IsMetricForCID(pEntry, cid)) in GetCharWidthF()
527 return static_cast<int>(pEntry[2]); in GetCharWidthF()
537 const uint32_t* pEntry = pTable + (i * 5); in GetVertWidth() local
538 if (IsMetricForCID(pEntry, CID)) in GetVertWidth()
539 return static_cast<short>(pEntry[2]); in GetVertWidth()
550 const uint32_t* pEntry = pTable + (i * 5); in GetVertOrigin() local
551 if (IsMetricForCID(pEntry, CID)) { in GetVertOrigin()
[all …]
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.cc1552 Entry* pEntry = m_entries; in Parse() local
1568 if (ParseEntry(pReader, pos, size, pEntry)) { in Parse()
1569 Entry& e = *pEntry++; in Parse()
1589 ptrdiff_t count_ = ptrdiff_t(pEntry - m_entries); in Parse()
1745 Entry* pEntry) { in ParseEntry() argument
1781 pEntry->id = ReadID(pReader, pos, len); // payload in ParseEntry()
1783 if (pEntry->id <= 0) in ParseEntry()
1814 pEntry->pos = UnserializeUInt(pReader, pos, seekPosSize); in ParseEntry()
1816 if (pEntry->pos < 0) in ParseEntry()
6721 long Cluster::GetEntry(long index, const mkvparser::BlockEntry*& pEntry) const { in GetEntry()
[all …]
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc1540 Entry* pEntry = m_entries; in Parse() local
1556 if (ParseEntry(pReader, pos, size, pEntry)) { in Parse()
1557 Entry& e = *pEntry++; in Parse()
1577 ptrdiff_t count_ = ptrdiff_t(pEntry - m_entries); in Parse()
1733 Entry* pEntry) { in ParseEntry() argument
1780 pEntry->id = ReadUInt(pReader, pos, len); // payload in ParseEntry()
1782 if (pEntry->id <= 0) in ParseEntry()
1813 pEntry->pos = UnserializeUInt(pReader, pos, seekPosSize); in ParseEntry()
1815 if (pEntry->pos < 0) in ParseEntry()
6630 long Cluster::GetEntry(long index, const mkvparser::BlockEntry*& pEntry) const { in GetEntry()
[all …]
/external/sqlite/dist/orig/
Dshell.c2602 struct dirent *pEntry = readdir(pLvl->pDir); in fsdirNext() local
2603 if( pEntry ){ in fsdirNext()
2604 if( pEntry->d_name[0]=='.' ){ in fsdirNext()
2605 if( pEntry->d_name[1]=='.' && pEntry->d_name[2]=='\0' ) continue; in fsdirNext()
2606 if( pEntry->d_name[1]=='\0' ) continue; in fsdirNext()
2609 pCur->zPath = sqlite3_mprintf("%s/%s", pLvl->zDir, pEntry->d_name); in fsdirNext()
5418 ZipfileEntry *pEntry; in zipfileCleanupTransaction() local
5421 for(pEntry=pTab->pFirstEntry; pEntry; pEntry=pNext){ in zipfileCleanupTransaction()
5422 pNext = pEntry->pNext; in zipfileCleanupTransaction()
5423 sqlite3_free(pEntry); in zipfileCleanupTransaction()
[all …]
Dsqlite3.c30159 struct _ht *pEntry, /* The entry into which pNew is inserted */
30163 if( pEntry ){
30164 pHead = pEntry->count ? pEntry->chain : 0;
30165 pEntry->count++;
30166 pEntry->chain = pNew;
30243 struct _ht *pEntry;
30245 pEntry = &pH->ht[h];
30246 elem = pEntry->chain;
30247 count = pEntry->count;
30272 struct _ht *pEntry;
[all …]
/external/sqlite/dist/
Dshell.c2608 struct dirent *pEntry = readdir(pLvl->pDir); in fsdirNext() local
2609 if( pEntry ){ in fsdirNext()
2610 if( pEntry->d_name[0]=='.' ){ in fsdirNext()
2611 if( pEntry->d_name[1]=='.' && pEntry->d_name[2]=='\0' ) continue; in fsdirNext()
2612 if( pEntry->d_name[1]=='\0' ) continue; in fsdirNext()
2615 pCur->zPath = sqlite3_mprintf("%s/%s", pLvl->zDir, pEntry->d_name); in fsdirNext()
5424 ZipfileEntry *pEntry; in zipfileCleanupTransaction() local
5427 for(pEntry=pTab->pFirstEntry; pEntry; pEntry=pNext){ in zipfileCleanupTransaction()
5428 pNext = pEntry->pNext; in zipfileCleanupTransaction()
5429 sqlite3_free(pEntry); in zipfileCleanupTransaction()
[all …]
Dsqlite3.c30159 struct _ht *pEntry, /* The entry into which pNew is inserted */
30163 if( pEntry ){
30164 pHead = pEntry->count ? pEntry->chain : 0;
30165 pEntry->count++;
30166 pEntry->chain = pNew;
30243 struct _ht *pEntry;
30245 pEntry = &pH->ht[h];
30246 elem = pEntry->chain;
30247 count = pEntry->count;
30272 struct _ht *pEntry;
[all …]
/external/aac/libSACenc/src/
Dsacenc_nlc_enc.cpp427 HUFF_ENTRY *const pEntry, HUFF_ENTRY *const pEscape) { in getHuffEntry() argument
445 *pEntry = pLav1->entry[in_data[i][0]][in_data[i][1]]; in getHuffEntry()
460 *pEntry = pLav3->entry[in_data[i][0]][in_data[i][1]]; in getHuffEntry()
475 *pEntry = pLav5->entry[in_data[i][0]][in_data[i][1]]; in getHuffEntry()
490 *pEntry = pLav7->entry[in_data[i][0]][in_data[i][1]]; in getHuffEntry()
505 *pEntry = pLav9->entry[in_data[i][0]][in_data[i][1]]; in getHuffEntry()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_parser.cpp573 char* pEntry = &buf[i * kEntryConstSize]; in ParseAndAppendCrossRefSubsectionData() local
574 if (pEntry[17] == 'f') { in ParseAndAppendCrossRefSubsectionData()
578 const FX_SAFE_FILESIZE offset = FXSYS_atoi64(pEntry); in ParseAndAppendCrossRefSubsectionData()
584 if (!std::isdigit(pEntry[c])) in ParseAndAppendCrossRefSubsectionData()
593 const int32_t version = FXSYS_atoi(pEntry + 11); in ParseAndAppendCrossRefSubsectionData()