Home
last modified time | relevance | path

Searched defs:count (Results 1 – 12 of 12) sorted by relevance

/coreutils/gl/lib/
Dheap.c37 size_t count; /* Used as index to last element. Also is num of items. */ member
111 heapify_down (void **array, size_t count, size_t initial, in heapify_down()
138 heapify_up (void **array, size_t count, in heapify_up()
/coreutils/src/
Dlonglong.h141 #define count_leading_zeros_gcc_clz(count,x) \ argument
147 #define count_leading_zeros_gcc_clz(count,x) \ argument
155 #define count_trailing_zeros_gcc_ctz(count,x) \ argument
161 #define count_trailing_zeros_gcc_ctz(count,x) \ argument
234 #define count_leading_zeros(count, x) \ argument
254 #define count_leading_zeros(count, x) \ argument
273 #define count_leading_zeros(count, x) \ argument
315 #define count_leading_zeros(count, x) \ argument
331 #define count_trailing_zeros(count, x) \ argument
395 #define count_leading_zeros(count, x) \ argument
[all …]
Dshuf.c334 write_random_numbers (struct randint_source *s, size_t count, in write_random_numbers()
353 write_random_lines (struct randint_source *s, size_t count, in write_random_lines()
Dtsort.c57 size_t count; member
Dpinky.c87 size_t count = 0; in count_ampersands() local
Duniq.c257 size_t count; in find_field() local
Djoin.c83 idx_t count; /* Elements used in 'lines'. */ member
Dcsplit.c1194 for (idx_t count = 0; ; count++) in get_format_flags() local
Dfactor.c349 # define count_leading_zeros(count, x) do { \ argument
363 # define count_trailing_zeros(count, x) do { \ argument
Dtr.c46 typedef uintmax_t count; typedef
Ddd.c1485 intmax_t count = INTMAX_MAX; in scanargs() local
Dls.c2510 size_t count; /* Something to count with */ in get_funky_string() local