Searched refs:gen (Results 1 – 19 of 19) sorted by relevance
41 libm-test.c: libm-test-ulps-$(TARGET_ULP) libm-test.inc gen-libm-test.pl42 …$(Q)$(PERL) ./gen-libm-test.pl -u libm-test-ulps-$(TARGET_ULP) ./libm-test.inc -o "." 2>&1 > /dev/…
5 # followed by `gen-libm-test.pl -u ULPs -n'.
518 maxgen = MAX (maxgen, listp->slotinfo[cnt].gen); in _dl_allocate_tls_init()672 if (dtv[0].counter < listp->slotinfo[idx].gen) in _dl_update_slotinfo()678 size_t new_gen = listp->slotinfo[idx].gen; in _dl_update_slotinfo()689 size_t gen = listp->slotinfo[cnt].gen; in _dl_update_slotinfo() local691 if (gen > new_gen) in _dl_update_slotinfo()699 if (gen <= dtv[0].counter) in _dl_update_slotinfo()898 listp->slotinfo[idx].gen = GL(dl_tls_generation) + 1; in _dl_add_to_slotinfo()
518 maxgen = MAX (maxgen, listp->slotinfo[cnt].gen); in _dl_allocate_tls_init()672 if (dtv[0].counter < listp->slotinfo[idx].gen) in _dl_update_slotinfo()678 size_t new_gen = listp->slotinfo[idx].gen; in _dl_update_slotinfo()689 size_t gen = listp->slotinfo[cnt].gen; in _dl_update_slotinfo() local691 if (gen > new_gen) in _dl_update_slotinfo()699 if (gen <= dtv[0].counter) in _dl_update_slotinfo()899 listp->slotinfo[idx].gen = GL(dl_tls_generation) + 1; in _dl_add_to_slotinfo()
610 maxgen = MAX (maxgen, listp->slotinfo[cnt].gen); in _dl_allocate_tls_init()747 if (dtv[0].counter < listp->slotinfo[idx].gen) in _dl_update_slotinfo()753 size_t new_gen = listp->slotinfo[idx].gen; in _dl_update_slotinfo()764 size_t gen = listp->slotinfo[cnt].gen; in _dl_update_slotinfo() local766 if (gen > new_gen) in _dl_update_slotinfo()774 if (gen <= dtv[0].counter) in _dl_update_slotinfo()974 listp->slotinfo[idx].gen = _dl_tls_generation + 1; in _dl_add_to_slotinfo()
45 && listp->slotinfo[idx].gen) in map_generation()46 return listp->slotinfo[idx].gen; in map_generation()
109 size_t gen; member
19 gen-as-const-headers += tcb-offsets.sym
2 gen-as-const-headers += tcb-offsets.sym
6 gen-unicode-ctype show-ucs-data tst-ctype \
45 $(do_awk) $(top_srcdir)extra/scripts/gen-as-const.awk $< > $@
186 $(do_awk) $(top_srcdir)extra/scripts/gen-as-const.awk $< > $@
101 $(do_awk) $(top_srcdir)extra/scripts/gen-as-const.awk $< > $@
2242 (gen-as-const-headers): Add structsem.sym.2926 * sysdeps/unix/sysv/linux/Makefile (gen-as-const-header): Add3304 * sysdeps/unix/sysv/linux/Makefile (gen-as-const-headers): Add8559 * Makefile (gen-as-const-headers): New variable, list that file.8794 * sysdeps/unix/sysv/linux/Makefile (gen-as-const-headers): Add8852 * sysdeps/unix/sysv/linux/Makefile (gen-as-const-headers): Add8875 * sysdeps/unix/sysv/linux/Makefile (gen-as-const-headers): Add it.10484 * sysdeps/unix/sysv/linux/fork-gen.c: Renamed to...10491 fork-gen with libc_pthread_init.
60 locale/gen-unicode-ctype
247 listp->slotinfo[idx - disp].gen = _dl_tls_generation + 1; in remove_slotinfo()
Completed in 28 milliseconds