Searched defs:x (Results 1 – 4 of 4) sorted by relevance
/libbtbb/python/utils/ |
H A D | gen_barker_correct.py | 8 def count_bits(x): argument
|
/libbtbb/lib/src/ |
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
|
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 | bluetooth_piconet.c | 316 int a, c, d, x; in gen_hops() local 414 int a, c, d, x, y1, y2, perm, next_channel; in single_hop() local
|