Searched refs:pEntry (Results 1 - 4 of 4) sorted by relevance
/external/libvpx/mkvparser/ |
H A D | mkvparser.cpp | 1908 Entry* pEntry = m_entries;
1931 if (ParseEntry(pReader, pos, size, pEntry))
1933 Entry& e = *pEntry++;
1953 ptrdiff_t count_ = ptrdiff_t(pEntry - m_entries);
2241 Entry* pEntry)
2288 pEntry->id = ReadUInt(pReader, pos, len); //payload
2290 if (pEntry->id <= 0)
2321 pEntry->pos = UnserializeUInt(pReader, pos, seekPosSize);
2323 if (pEntry->pos < 0)
6864 long Cluster::GetEntry(long index, const mkvparser::BlockEntry*& pEntry) cons 2237 ParseEntry( IMkvReader* pReader, long long start, long long size_, Entry* pEntry) argument [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/ |
H A D | SDL_macwm.c | 178 unsigned char * pEntry = (unsigned char *) &pTableGammaTemp->gFormulaData + pTableGammaTemp->gFormulaSize; /* base of table */ local 188 *(pEntry + indexChan * entries * bytesPerEntry + indexEntry * entries * bytesPerEntry / 256) >> shiftRightValue; 195 *(pEntry + indexEntry * entries * bytesPerEntry / 256) >> shiftRightValue;
|
/external/sqlite/dist/orig/ |
H A D | sqlite3.c | 22298 /* Link pNew element into the hash table pH. If pEntry!=0 then also 22299 ** insert pNew into the pEntry hash bucket. 22303 struct _ht *pEntry, /* The entry into which pNew is inserted */ 22306 HashElem *pHead; /* First element already in pEntry */ 22307 if( pEntry ){ 22308 pHead = pEntry->count ? pEntry->chain : 0; 22309 pEntry->count++; 22310 pEntry->chain = pNew; 22381 struct _ht *pEntry local 22301 insertElement( Hash *pH, struct _ht *pEntry, HashElem *pNew ) argument 22405 struct _ht *pEntry; local 37968 struct RowSetEntry *pEntry; /* List of entries using pRight */ member in struct:RowSet 38031 struct RowSetEntry *pEntry; /* The new entry */ local 38106 struct RowSetEntry *pEntry; local 123466 fts3HashInsertElement( Fts3Hash *pH, struct _fts3ht *pEntry, Fts3HashElem *pNew ) argument 123531 struct _fts3ht *pEntry = &pH->ht[h]; local 123553 struct _fts3ht *pEntry; local [all...] |
/external/sqlite/dist/ |
H A D | sqlite3.c | 22298 /* Link pNew element into the hash table pH. If pEntry!=0 then also 22299 ** insert pNew into the pEntry hash bucket. 22303 struct _ht *pEntry, /* The entry into which pNew is inserted */ 22306 HashElem *pHead; /* First element already in pEntry */ 22307 if( pEntry ){ 22308 pHead = pEntry->count ? pEntry->chain : 0; 22309 pEntry->count++; 22310 pEntry->chain = pNew; 22381 struct _ht *pEntry local 22301 insertElement( Hash *pH, struct _ht *pEntry, HashElem *pNew ) argument 22405 struct _ht *pEntry; local 37981 struct RowSetEntry *pEntry; /* List of entries using pRight */ member in struct:RowSet 38044 struct RowSetEntry *pEntry; /* The new entry */ local 38119 struct RowSetEntry *pEntry; local 123497 fts3HashInsertElement( Fts3Hash *pH, struct _fts3ht *pEntry, Fts3HashElem *pNew ) argument 123562 struct _fts3ht *pEntry = &pH->ht[h]; local 123584 struct _fts3ht *pEntry; local [all...] |
Completed in 389 milliseconds