Home
last modified time | relevance | path

Searched refs:b_off (Results 1 – 2 of 2) sorted by relevance

/third_party/mbedtls/tests/suites/
Dtest_suite_common.function67 int r_off = i & 1, a_off = (i & 2) >> 1, b_off = (i & 4) >> 2;
71 r1[j + r_off] = a[j + a_off] ^ b[j + b_off];
73 mbedtls_xor(r2 + r_off, a + a_off, b + b_off, n);
/third_party/elfutils/libdwfl/
Dcu.c168 Dwarf_Off b_off = cudie_offset (b); in compare_cukey() local
169 return (a_off < b_off) ? -1 : ((a_off > b_off) ? 1 : 0); in compare_cukey()