Home
last modified time | relevance | path

Searched refs:entries (Results 1 – 25 of 29) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/include/
A Dinline-hashtab.h33 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 Ddl-inlines.h215 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 Didt.h64 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 Didt.h64 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 Dmconf.c315 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 Dkconfig-language.txt24 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 Dexpr.h181 struct list_head entries; member
A Dmenu.c573 entries)->index + 1; in get_prompt_str()
575 list_add_tail(&jump->entries, head); in get_prompt_str()
A Dzconf.lex.c_shipped954 /* Number of entries by which start-condition stack grows. */
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/programs/
A Dcategories.def21 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 Dmb_info.h376 l4util_mb2_memmap_entry_t entries[]; member
/l4re-core-master/cxx/lib/base/include/
A Dexceptions86 * \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 Dold_vfprintf.c280 #error fix QUAL_CHARS size_t entries 'z', 'Z'!
A D_vfprintf.c293 # error fix QUAL_CHARS size_t entries 'z', 'Z'!
A D_scanf.c532 #error fix QUAL_CHARS size_t entries 'z', 'Z'!
/l4re-core-master/moe/doc/
A Dmoe.dox45 * identified by their default values. Multiple entries in the next list
/l4re-core-master/l4re/include/
A Denv55 * available entries in capability table (provided by the micro kernel).
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A Dstab.def201 | Debug entries with bit 01 set are unused. |
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/
A DGlibc_vs_uClibc_Differences.txt118 locale entries.
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/
A Dgen_locale.c1083 #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 DRules.mak499 # 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 Dvariant245 // Various functions as "vtable" entries, where those vtables are used by
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/
A DREADME731 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 Dvariant239 // Various functions as "vtable" entries, where those vtables are used by
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/
A DConfig.in874 login(): write utmp and wtmp entries
880 logout(): write utmp and wtmp entries

Completed in 53 milliseconds

12