OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pSlot
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/
IndirectRefTable.c
118
IndirectRefSlot*
pSlot
= &pRef->slotData[slot];
119
pSlot
->serial++;
121
// pRef->kind, slot, obj, iref,
pSlot
->serial);
122
pSlot
->previous[
pSlot
->serial % kIRTPrevCount] = obj;
132
//IndirectRefSlot*
pSlot
= &pRef->slotData[slot];
134
// pRef->kind, slot,
pSlot
->serial);
/external/sqlite/dist/
sqlite3.c
[
all
...]
Completed in 94 milliseconds