/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/include/ |
A D | inline-hashtab.h | 33 void **entries; member 55 ht->entries = _dl_malloc (sizeof (void *) * ht->size); in htab_create() 57 if (! ht->entries) in htab_create() 79 free (htab->entries[i]); in htab_delete() 82 htab->free (htab->entries); in htab_delete() 98 void **slot = htab->entries + index; in find_empty_slot_for_expand() 111 slot = htab->entries + index; in find_empty_slot_for_expand() 134 oentries = htab->entries; in htab_expand() 147 htab->entries = nentries; in htab_expand() 206 entry = &htab->entries[index]; in htab_find_slot() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/fdpic/ |
A D | dl-inlines.h | 215 struct funcdesc_value **entries; member 240 ht->entries = _dl_malloc(ent_size); in htab_create() 241 if (!ht->entries) in htab_create() 260 if (htab->entries[i]) in htab_delete() 261 _dl_free(htab->entries[i]); in htab_delete() 263 _dl_free(htab->entries); in htab_delete() 292 slot = htab->entries + index; in find_empty_slot_for_expand() 316 oentries = htab->entries; in htab_expand() 332 htab->entries = nentries; in htab_expand() 384 entry = &htab->entries[index]; in htab_find_slot() [all …]
|
/l4re-core-master/l4util/include/ARCH-amd64/ |
A D | idt.h | 64 l4util_idt_init(l4util_idt_header_t *idt, int entries) in l4util_idt_init() argument 67 idt->limit = entries*8 - 1; in l4util_idt_init() 70 for (i=0; i<entries; i++) in l4util_idt_init()
|
/l4re-core-master/l4util/include/ARCH-x86/ |
A D | idt.h | 64 l4util_idt_init(l4util_idt_header_t *idt, int entries) in l4util_idt_init() argument 67 idt->limit = entries*8 - 1; in l4util_idt_init() 70 for (i=0; i<entries; i++) in l4util_idt_init()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | mconf.c | 315 struct list_head entries; member 332 list_for_each_entry(sp, &trail, entries) { in set_subtitle() 371 list_for_each_entry(pos, data->head, entries) { in update_text() 431 list_add_tail(&stpart.entries, &trail); in search_conf() 458 list_for_each_entry_safe(pos, tmp, &head, entries) in search_conf() 659 list_add_tail(&stpart.entries, &trail); in conf()
|
A D | kconfig-language.txt | 24 Menu entries 27 Most entries define a config option; all other entries help to organize 121 entries. Default value of "visible" is true. 143 This declares a list of default entries which can be used when 215 All entries within the "menu" ... "endmenu" block become a submenu of 247 The configuration file describes a series of menu entries, where every 285 choice also allows any number of config entries to be set to 'm'. This 293 then you may define the same choice (ie. with the same entries) in another 323 to all enclosed menu entries.
|
A D | expr.h | 181 struct list_head entries; member
|
A D | menu.c | 573 entries)->index + 1; in get_prompt_str() 575 list_add_tail(&jump->entries, head); in get_prompt_str()
|
A D | zconf.lex.c_shipped | 954 /* Number of entries by which start-condition stack grows. */
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/programs/ |
A D | categories.def | 21 where items itself is an array of entries in the form 232 DEFINE_ELEMENT (_NL_TIME_ERA_NUM_ENTRIES, "time-era-num-entries", opt, word) 233 DEFINE_ELEMENT (_NL_TIME_ERA_ENTRIES, "time-era-entries", opt, string)
|
/l4re-core-master/l4util/include/ |
A D | mb_info.h | 376 l4util_mb2_memmap_entry_t entries[]; member
|
/l4re-core-master/cxx/lib/base/include/ |
A D | exceptions | 86 * \brief Get the number of entries that are valid in the call trace. 102 * \brief Get the number of entries that are valid in the call trace.
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/ |
A D | old_vfprintf.c | 280 #error fix QUAL_CHARS size_t entries 'z', 'Z'!
|
A D | _vfprintf.c | 293 # error fix QUAL_CHARS size_t entries 'z', 'Z'!
|
A D | _scanf.c | 532 #error fix QUAL_CHARS size_t entries 'z', 'Z'!
|
/l4re-core-master/moe/doc/ |
A D | moe.dox | 45 * identified by their default values. Multiple entries in the next list
|
/l4re-core-master/l4re/include/ |
A D | env | 55 * available entries in capability table (provided by the micro kernel).
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/ |
A D | stab.def | 201 | Debug entries with bit 01 set are unused. |
|
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/ |
A D | Glibc_vs_uClibc_Differences.txt | 118 locale entries.
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/ |
A D | gen_locale.c | 1083 #warning fix the char entries for monetary... target signedness of char may be different! in lc_monetary_C()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ |
A D | Rules.mak | 499 # PowerPC can hold 8192 entries in its GOT with -fpic which is more than
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/std/ |
A D | variant | 245 // Various functions as "vtable" entries, where those vtables are used by
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ |
A D | README | 731 Changed ld.so and ld-linux.so to not miss entries in the
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/std/ |
A D | variant | 239 // Various functions as "vtable" entries, where those vtables are used by
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/ |
A D | Config.in | 874 login(): write utmp and wtmp entries 880 logout(): write utmp and wtmp entries
|