OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:entry_type
(Results
1 - 2
of
2
) sorted by null
/sdk/emulator/qtools/
hash_table.h
19
}
entry_type
;
typedef in class:HashTable
26
entry_type
* GetFirst();
27
entry_type
* GetNext();
35
entry_type
**table_;
38
entry_type
*current_ptr_;
55
table_ = new
entry_type
*[size_];
67
entry_type
*ptr, *next;
103
for (
entry_type
*ptr = table_[pos]; ptr; ptr = ptr->next) {
111
entry_type
*ptr = new
entry_type
;
[
all
...]
/external/opencore/oscl/oscl/osclproc/src/
oscl_timer.h
189
typedef TimerEntry
entry_type
;
typedef in class:OsclTimer
190
typedef Oscl_Vector<
entry_type
*, Alloc> entries_type;
197
Oscl_TAlloc<
entry_type
, Alloc> iEntryAllocator;
267
entry_type
*entry = iEntryAllocator.ALLOCATE(1);
303
entry_type
*entry = iEntryAllocator.ALLOCATE(1);
347
entry_type
*entry = (*it);
371
entry_type
*entry = (*it);
386
entry_type
*entry = (*it);
397
entry_type
*entry = (*it);
Completed in 34 milliseconds