Searched defs:count (Results 1 – 12 of 12) sorted by relevance
/coreutils/gl/lib/ |
D | heap.c | 37 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/ |
D | longlong.h | 141 #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 …]
|
D | shuf.c | 334 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()
|
D | tsort.c | 57 size_t count; member
|
D | pinky.c | 87 size_t count = 0; in count_ampersands() local
|
D | uniq.c | 257 size_t count; in find_field() local
|
D | join.c | 83 idx_t count; /* Elements used in 'lines'. */ member
|
D | csplit.c | 1194 for (idx_t count = 0; ; count++) in get_format_flags() local
|
D | factor.c | 349 # define count_leading_zeros(count, x) do { \ argument 363 # define count_trailing_zeros(count, x) do { \ argument
|
D | tr.c | 46 typedef uintmax_t count; typedef
|
D | dd.c | 1485 intmax_t count = INTMAX_MAX; in scanargs() local
|
D | ls.c | 2510 size_t count; /* Something to count with */ in get_funky_string() local
|