Searched refs:x (Results 1 – 5 of 5) sorted by relevance
/libbtbb/python/utils/ |
H A D | gen_barker_correct.py | 8 def count_bits(x): argument 10 while x: 12 x &= x - 1
|
/libbtbb/lib/src/ |
H A D | bluetooth_piconet.c | 316 int a, c, d, x; in gen_hops() local 336 for (x = 0; x < 0x20; x++) { /* clock bits 2-6 */ in gen_hops() 337 perm_in = ((x + a) % 32) ^ pn->b; in gen_hops() 414 int a, c, d, x, y1, y2, perm, next_channel; in single_hop() local 418 x = (clock >> 2) & 0x1f; in single_hop() 430 ((x + a) % 32) ^ pn->b, in single_hop()
|
H A D | bluetooth_le_packet.c | 59 #define COUNT_OF(x) ((sizeof(x)/sizeof(0[x])) / ((size_t)(!(sizeof(x) % sizeof(0[x]))))) argument
|
H A D | uthash.h | 37 #define DECLTYPE(x) (decltype(x)) argument 40 #define DECLTYPE(x) argument 44 #define DECLTYPE(x) argument 46 #define DECLTYPE(x) (__typeof(x)) argument 555 #define MUR_ROTL32(x,r) (((x) << (r)) | ((x) >> (32 - (r)))) argument
|
/libbtbb/wireshark/ |
H A D | README.md | 6 plugins-legacy for Wireshark 1.x
|