Home
last modified time | relevance | path

Searched refs:x (Results 1 – 5 of 5) sorted by relevance

/libbtbb/python/utils/
H A Dgen_barker_correct.py8 def count_bits(x): argument
10 while x:
12 x &= x - 1
/libbtbb/lib/src/
H A Dbluetooth_piconet.c316 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 Dbluetooth_le_packet.c59 #define COUNT_OF(x) ((sizeof(x)/sizeof(0[x])) / ((size_t)(!(sizeof(x) % sizeof(0[x]))))) argument
H A Duthash.h37 #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 DREADME.md6 plugins-legacy for Wireshark 1.x