OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pEntries
(Results
1 - 3
of
3
) sorted by null
/bootable/recovery/minzip/
Hash.h
65
HashEntry*
pEntries
; /* array on heap */
156
void* data = pIter->pHashTable->
pEntries
[i].data;
172
return pIter->pHashTable->
pEntries
[pIter->idx].data;
Zip.h
51
ZipEntry*
pEntries
;
102
return pArchive->
pEntries
+ index;
112
return pEntry - pArchive->
pEntries
;
/dalvik/vm/
Hash.h
77
HashEntry*
pEntries
; /* array on heap */
191
void* data = pIter->pHashTable->
pEntries
[i].data;
207
return pIter->pHashTable->
pEntries
[pIter->idx].data;
Completed in 44 milliseconds