Home
last modified time | relevance | path

Searched refs:j (Results 1 – 4 of 4) sorted by relevance

/libbtbb/tests/
H A Dtest_fec23.c32 int i, j, ret, err; in test_unfec23() local
91 for(j = 0; j < 10; j++) { in test_unfec23()
92 if (optr[j] != output[i][j]) { in test_unfec23()
H A Dtest_header.c52 int i, j, ret, err; in test_gen_packet_header() local
/libbtbb/python/utils/
H A Dgen_check_tables.py11 for j in range(i):
12 if g[i] & (1 << (33 + i - j)):
13 g[i] ^= g[i-j-1]
24 for j in range(30):
25 h[i] |= (g[29-j] >> i) & 0x1
/libbtbb/lib/src/
H A Dbluetooth_piconet.c174 int j = 0; in precalc() local
184 pn->bank[j++] = chan; in precalc()
318 int h, i, j, k, c_flipped, perm_in, perm_out; in gen_hops() local
331 for (j = 0; j < 0x20; j++) { /* clock bits 16-20 */ in gen_hops()
332 c = pn->c1 ^ j; in gen_hops()