Searched defs:b1 (Results 1 – 2 of 2) sorted by relevance
/coreutils/src/ |
D | factor.c | 388 #define addmod2(r1, r0, a1, a0, b1, b0, n1, n0) \ argument 394 #define submod2(r1, r0, a1, a0, b1, b0, n1, n0) \ argument 477 gcd2_odd (uintmax_t *r1, uintmax_t a1, uintmax_t a0, uintmax_t b1, uintmax_t b0) in gcd2_odd() 993 uintmax_t a1, uintmax_t a0, uintmax_t b1, uintmax_t b0, in mulredc2() 1086 uintmax_t r1, r0, b1, b0, n1, n0; in powm2() local
|
D | od.c | 1182 #define EQUAL_BLOCKS(b1, b2) (memcmp (b1, b2, bytes_per_block) == 0) in write_block() argument
|