Home
last modified time | relevance | path

Searched defs:x (Results 1 – 4 of 4) sorted by relevance

/libbtbb/python/utils/
H A Dgen_barker_correct.py8 def count_bits(x): argument
/libbtbb/lib/src/
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
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 Dbluetooth_piconet.c316 int a, c, d, x; in gen_hops() local
414 int a, c, d, x, y1, y2, perm, next_channel; in single_hop() local