Home
last modified time | relevance | path

Searched refs:_ENTRY (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/include/
Dsearch.h42 struct _ENTRY;
52 struct _ENTRY *table;
/external/u-boot/lib/
Dhashtable.c59 typedef struct _ENTRY { struct
62 } _ENTRY; argument
120 htab->table = (_ENTRY *) calloc(htab->size + 1, sizeof(_ENTRY)); in hcreate_r()