Searched refs:b2 (Results 1 – 2 of 2) sorted by relevance
| /crypto/ |
| A D | xor.c | 83 do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2) in do_xor_speed() argument 101 tmpl->do_2(BENCH_SIZE, b1, b2); in do_xor_speed() 118 void *b1, *b2; in calibrate_xor_blocks() local 135 b2 = b1 + 2*PAGE_SIZE + BENCH_SIZE; in calibrate_xor_blocks() 142 #define xor_speed(templ) do_xor_speed((templ), b1, b2) in calibrate_xor_blocks()
|
| A D | testmgr.h | 658 #define be64_to_cpua(b1, b2, b3, b4, b5, b6, b7, b8) \ argument 659 0x##b1, 0x##b2, 0x##b3, 0x##b4, 0x##b5, 0x##b6, 0x##b7, 0x##b8 661 #define be64_to_cpua(b1, b2, b3, b4, b5, b6, b7, b8) \ argument 662 0x##b8, 0x##b7, 0x##b6, 0x##b5, 0x##b4, 0x##b3, 0x##b2, 0x##b1 950 be64_to_cpua(08, b2, 6b, 24, 94, 48, 46, 5e), 1062 be64_to_cpua(ec, cb, e4, 89, 47, b2, f7, bc), 1105 be64_to_cpua(dd, ce, bc, b2, 97, f4, 9c, f3), 1214 be64_to_cpua(d6, 43, e7, ff, 42, b2, ba, 74),
|
Completed in 36 milliseconds