OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:htab
(Results
1 - 4
of
4
) sorted by null
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
hashtab.h
99
struct
htab
GTY(())
function
144
typedef struct
htab
*htab_t;
tree-flow.h
210
htab_t
htab
;
member in struct:__anon12803
215
/* Iterate through the elements of hashtable
HTAB
, using htab_iterator ITER,
217
#define FOR_EACH_HTAB_ELEMENT(
HTAB
, RESULT, TYPE, ITER) \
218
for (RESULT = (TYPE) first_htab_element (&(ITER), (
HTAB
)); \
[
all
...]
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfdlink.h
697
void *
htab
;
694
void *
htab
;
member in struct:bfd_elf_version_expr_head
/system/core/adb/
sysdeps_win32.c
1357
HANDLE
htab
[ MAX_LOOPER_HANDLES ];
member in struct:EventLooperRec_
[
all
...]
Completed in 109 milliseconds