Searched refs:j (Results 1 – 4 of 4) sorted by relevance
/libbtbb/tests/ |
H A D | test_fec23.c | 32 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 D | test_header.c | 52 int i, j, ret, err; in test_gen_packet_header() local
|
/libbtbb/python/utils/ |
H A D | gen_check_tables.py | 11 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 D | bluetooth_piconet.c | 174 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()
|