Home
last modified time | relevance | path

Searched refs:counts (Results 1 – 25 of 55) sorted by relevance

123

/glibc-2.36/dlfcn/
Dtst-dlinfo.c59 Dl_serinfo counts; in do_test() local
60 TRY (RTLD_DI_SERINFOSIZE, &counts) in do_test()
62 Dl_serinfo *buf = alloca (counts.dls_size); in do_test()
63 buf->dls_cnt = counts.dls_cnt; in do_test()
64 buf->dls_size = counts.dls_size; in do_test()
68 if (counts.dls_cnt != buf->dls_cnt) in do_test()
/glibc-2.36/math/
Dtest-tgmath2.c88 int counts[Tlast][C_last]; variable
118 if (counts[T##type][C_##fn] != 0) \
122 if (count != 1 || counts[T##type][C_##fn] != 1) \
125 memset (counts, 0, sizeof (counts)); \
128 counts[T##type][C_##fn] = 0; \
494 counts[T][C_cos]++; in TYPE()
502 counts[C][C_cos]++; in CTYPE()
510 counts[T][C_fabs]++; in TYPE()
518 counts[T][C_cabs]++; in TYPE()
526 counts[C][C_conj]++; in CTYPE()
[all …]
/glibc-2.36/sysdeps/pthread/
Dtst-memstream.c85 size_t counts[thread_count] = { 0, }; in do_test() local
90 ++counts[buffer[i] - 'A']; in do_test()
93 if (counts[i] != byte_count) in do_test()
95 counts[i], byte_count); in do_test()
/glibc-2.36/elf/
Ddl-hwcaps.c47 update_hwcaps_counts (struct hwcaps_counts *counts, const char *hwcaps, in update_hwcaps_counts() argument
54 ++counts->count; in update_hwcaps_counts()
55 counts->total_length += sp.split.length; in update_hwcaps_counts()
56 if (sp.split.length > counts->maximum_length) in update_hwcaps_counts()
57 counts->maximum_length = sp.split.length; in update_hwcaps_counts()
/glibc-2.36/gmon/sys/
Dgmon.h50 long *counts; member
/glibc-2.36/gmon/
Dgmon.c326 bbbody[i + 1].iov_len = sizeof (grp->counts[0]); in write_bb_counts()
345 bbbody[nfilled++].iov_base = &grp->counts[i]; in write_bb_counts()
/glibc-2.36/malloc/
Dtst-alloc_buffer.c93 static const size_t counts[] = in test_impossible_array() local
97 for (int i = 0; counts[i] != 0; ++i) in test_impossible_array()
99 size_t count = counts[i]; in test_impossible_array()
Dmalloc.c3134 uint16_t counts[TCACHE_MAX_BINS]; member
3179 ++(tcache->counts[tc_idx]); in tcache_put()
3191 --(tcache->counts[tc_idx]); in tcache_get()
3305 && tcache->counts[tc_idx] > 0) in __libc_malloc()
3865 while (tcache->counts[tc_idx] < mp_.tcache_count in _int_malloc()
3923 while (tcache->counts[tc_idx] < mp_.tcache_count in _int_malloc()
4063 && tcache->counts[tc_idx] < mp_.tcache_count) in _int_malloc()
4475 if (tcache->counts[tc_idx] < mp_.tcache_count) in _int_free()
/glibc-2.36/manual/
Dtime.texi113 Its values are counts of @dfn{clock ticks} since some arbitrary event
397 @c for clock_t counts that look like error values.
587 at which the system counts seconds, so that the calendar time will
2778 A real-time timer that counts elapsed time. This timer sends a
2784 A virtual timer that counts processor time used by the process. This timer
2790 A profiling timer that counts both processor time used by the process,
Dlgpl-2.1.texi14 [This is the first released version of the Lesser GPL. It also counts
Dcharset.texi781 in the string and counts the number of function calls. Please note that
1447 The terminating null character counts towards the size, so if @var{size}
1496 The terminating null character counts towards the size, so if @var{size}
2235 numeric value itself does not matter that much; what counts are the
Dthreads.texi949 check, for example if several reference counts are updated. The
Dstartup.texi80 first element; the value of @var{argc} counts this element. A null
Dfilesys.texi1991 This is an integer type used to represent file link counts.
1996 This is a signed integer type used to represent block counts.
2005 This is a signed integer type used to represent block counts for the
Dtexinfo.tex1357 % Read toc silently, to get counts of subentries for \pdfoutline.
1635 % For XeTeX, counts of subentries are not necessary.
3380 % period following counts as ending a sentence. (Idea found in latex.)
6063 % This counter is funny since it counts through charcodes of letters A, B, ...
Dpattern.texi1204 @code{regexec}. A match anywhere inside the string counts as success,
/glibc-2.36/
DCOPYING168 access to copy the source code from the same place counts as
/glibc-2.36/timezone/
Daustralasia685 # are the hit counts anyway:
/glibc-2.36/po/
Del.po254 msgid "generate flat profile with counts and ticks"
Dbe.po1208 msgid "generate flat profile with counts and ticks"
Dsl.po1188 msgid "generate flat profile with counts and ticks"
Dia.po1175 msgid "generate flat profile with counts and ticks"
Den_GB.po4279 msgid "generate flat profile with counts and ticks"
Dsk.po739 msgid "generate flat profile with counts and ticks"
Dgl.po717 msgid "generate flat profile with counts and ticks"

123