Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 27) sorted by relevance

12

/coreutils/gl/lib/
Drand-isaac.c54 #define IF32(a, b) (ISAAC_BITS == 32 ? (a) : (b)) argument
94 isaac_word b = s->b + (++s->c); in isaac_refill() local
145 #define mix(a, b, c, d, e, f, g, h) \ argument
158 #define mix(a, b, c, d, e, f, g, h) \ argument
173 #define ISAAC_MIX(s, a, b, c, d, e, f, g, h, seed) \ argument
251 isaac_word b = IF32 (UINT32_C (0x95d90059), UINT64_C (0xb9f8b322c73ac862)); in isaac_seed() local
Dstrnumcmp-in.h74 fraccompare (char const *a, char const *b, char decimal_point) in fraccompare()
114 numcompare (char const *a, char const *b, in numcompare()
Dstrintcmp.c31 strintcmp (char const *a, char const *b) in strintcmp()
Dstrnumcmp.c27 strnumcmp (char const *a, char const *b, in strnumcmp()
Dbuffer-lcm.c28 buffer_lcm (size_t a, size_t b, size_t lcm_max) in buffer_lcm()
Drand-isaac.h59 isaac_word a, b, c; /* Extra variables */ member
Dheap.c63 heap_default_compare (void const *a, void const *b) in heap_default_compare()
Drandread.c95 unsigned char b[ISAAC_BYTES]; member
/coreutils/src/
Dusers.c40 char **b = (char **) v_b; in userid_compare() local
Dset-fields.c59 compare_ranges (const void *a, const void *b) in compare_ranges()
Dcp-hash.c67 struct Src_to_dest const *b = y; in src_to_dest_compare() local
Dls.c1405 struct dev_ino const *b = y; in dev_ino_compare() local
3361 bool b = has_capability (file); in has_capability_cache() local
3658 char b[INT_BUFSIZE_BOUND (uintmax_t)]; in gobble_file() local
3806 xstrcoll (char const *a, char const *b) in xstrcoll()
3828 dirfirst_check (struct fileinfo const *a, struct fileinfo const *b, in dirfirst_check()
3866 cmp_ctime (struct fileinfo const *a, struct fileinfo const *b, in cmp_ctime()
3875 cmp_mtime (struct fileinfo const *a, struct fileinfo const *b, in cmp_mtime()
3884 cmp_atime (struct fileinfo const *a, struct fileinfo const *b, in cmp_atime()
3893 cmp_btime (struct fileinfo const *a, struct fileinfo const *b, in cmp_btime()
3902 off_cmp (off_t a, off_t b) in off_cmp()
[all …]
Dfactor.c177 # define __GMP_GNUC_PREREQ(a,b) 1 argument
376 #define submod(r,a,b,n) \ argument
382 #define addmod(r,a,b,n) \ argument
439 gcd_odd (uintmax_t a, uintmax_t b) in gcd_odd()
671 #define P(a,b,c,d) a, argument
681 #define P(a,b,c,d) b, argument
693 #define P(a,b,c,d) {c,d}, argument
973 mulredc (uintmax_t a, uintmax_t b, uintmax_t m, uintmax_t mi) in mulredc()
1062 powm (uintmax_t b, uintmax_t e, uintmax_t n, uintmax_t ni, uintmax_t one) in powm()
1124 millerrabin (uintmax_t n, uintmax_t ni, uintmax_t b, uintmax_t q, in millerrabin()
Dseq.c424 cmp (char const *a, size_t a_len, char const *b, size_t b_len) in cmp()
453 seq_fast (char const *a, char const *b, uintmax_t step) in seq_fast()
Dcsplit.c304 keep_new_line (struct buffer_record *b, char *line_start, idx_t line_len) in keep_new_line()
337 record_line_starts (struct buffer_record *b) in record_line_starts()
468 struct buffer_record *b = get_new_buffer (bytes_wanted); in load_buffer() local
566 struct buffer_record *b; in find_line() local
Dbasenc.c312 bool b = base64_decode_ctx (&ctx->ctx.base64, in, inlen, out, outlen); in base64_decode_ctx_wrapper() local
392 bool b = base64_decode_ctx (&ctx->ctx.base64, ctx->inbuf, inlen, in base64url_decode_ctx_wrapper() local
418 bool b = base32_decode_ctx (&ctx->ctx.base32, in, inlen, out, outlen); in base32_decode_ctx_wrapper() local
513 bool b = base32_decode_ctx (&ctx->ctx.base32, ctx->inbuf, inlen, in base32hex_decode_ctx_wrapper() local
Dsystem.h194 #define STREQ(a, b) (strcmp (a, b) == 0) argument
195 #define STREQ_LEN(a, b, n) (strncmp (a, b, n) == 0) /* n==-1 means unbounded */ argument
196 #define STRPREFIX(a, b) (strncmp (a, b, strlen (b)) == 0) argument
Dtac-pipe.c225 char *b = (i == bol_next->i ? bol_next->ptr : ONE_PAST_END (x, i)); in print_line() local
Dhead.c296 char *b[2]; in elide_tail_bytes_pipe() local
357 char **b = nullptr; in elide_tail_bytes_pipe() local
Dsort.c1980 human_numcompare (char const *a, char const *b) in human_numcompare()
1997 numcompare (char const *a, char const *b) in numcompare()
2008 nan_compare (long double a, long double b) in nan_compare()
2025 long double b = strtold (sb, &eb); in general_numcompare() local
2618 keycompare (struct line const *a, struct line const *b) in keycompare()
2813 compare (struct line const *a, struct line const *b) in compare()
3423 compare_nodes (void const *a, void const *b) in compare_nodes()
Dstat.c1148 char const *b; in print_it() local
1350 char const *b; in format_to_mask() local
Ddu.c109 duinfo_add (struct duinfo *a, struct duinfo const *b) in duinfo_add()
Djoin.c43 #define SWAPLINES(a, b) do { \ argument
Dlonglong.h493 #define umul_ppmm(xh, xl, a, b) \ argument
522 #define umul_ppmm(xh, xl, a, b) \ argument
524 #define smul_ppmm(xh, xl, a, b) \ argument
1188 #define umul_ppmm(xh, xl, a, b) \ argument
/coreutils/src/blake2/
Dblake2b-ref.c157 #define G(r,i,a,b,c,d) \ argument

12