/libbtbb/lib/src/ |
H A D | uthash.h | 414 #define HASH_JEN_MIX(a,b,c) \ argument 416 a -= b; a -= c; a ^= ( c >> 13 ); \ 417 b -= c; b -= a; b ^= ( a << 8 ); \ 418 c -= a; c -= b; c ^= ( b >> 13 ); \ 419 a -= b; a -= c; a ^= ( c >> 12 ); \ 420 b -= c; b -= a; b ^= ( a << 16 ); \ 421 c -= a; c -= b; c ^= ( b >> 5 ); \ 422 a -= b; a -= c; a ^= ( c >> 3 ); \ 423 b -= c; b -= a; b ^= ( a << 10 ); \ 424 c -= a; c -= b; c ^= ( b >> 15 ); \ [all …]
|
H A D | bluetooth_piconet.c | 201 pn->b = (address >> 19) & 0x0f; in address_precalc() 222 #define BUTTERFLY(z,p,c,a,b) \ argument 223 if ( ((p&(1<<c))!=0) & (((z&(1<<a))!=0) ^ ((z&(1<<b))!=0)) ) \ 224 z ^= ((1<<a)|(1<<b)) 227 #define BUTTERFLY(z,p,c,a,b) \ argument 228 if ( (((z>>a)^(z>>b)) & (p>>c)) & 0x1 ) \ 229 z ^= ((1<<a)|(1<<b)) 337 perm_in = ((x + a) % 32) ^ pn->b; in gen_hops() 430 ((x + a) % 32) ^ pn->b, in single_hop()
|
H A D | bluetooth_packet.c | 554 int a, b, c, i; in unfec13() local 559 b = a + 1; in unfec13() 561 output[i] = ((input[a] & input[b]) | (input[b] & input[c]) | in unfec13() 563 be += ((input[a] ^ input[b]) | (input[b] ^ input[c]) | in unfec13() 1377 int a, b, c; in btbb_header_present() local 1397 b = a + 1; in btbb_header_present() 1399 be += ((stream[a] ^ stream[b]) | in btbb_header_present() 1400 (stream[b] ^ stream[c]) | (stream[c] ^ stream[a])); in btbb_header_present()
|
H A D | bluetooth_piconet.h | 60 int b, e; member
|
/libbtbb/tests/ |
H A D | test_header.c | 82 00 11b 9e in test_gen_packet_header() 83 47 11b 79 in test_gen_packet_header()
|
/libbtbb/python/pcaptools/ |
H A D | CMakeLists.txt | 34 install(CODE "execute_process(COMMAND ${PYTHON_EXECUTABLE} ${SETUP_PY} build -b ${OUTPUT} install -…
|
/libbtbb/ |
H A D | LICENSE | 98 b) You must cause any work that you distribute or publish, that in 142 b) Accompany it with a written offer, valid for at least three 153 an offer, in accord with Subsection b above.)
|
/libbtbb/wireshark/plugins-legacy/btle/ |
H A D | COPYING | 98 b) You must cause any work that you distribute or publish, that in 142 b) Accompany it with a written offer, valid for at least three 153 an offer, in accord with Subsection b above.)
|
/libbtbb/wireshark/plugins-legacy/btsm/ |
H A D | COPYING | 98 b) You must cause any work that you distribute or publish, that in 142 b) Accompany it with a written offer, valid for at least three 153 an offer, in accord with Subsection b above.)
|
/libbtbb/wireshark/plugins-legacy/btatt/ |
H A D | COPYING | 98 b) You must cause any work that you distribute or publish, that in 142 b) Accompany it with a written offer, valid for at least three 153 an offer, in accord with Subsection b above.)
|
/libbtbb/wireshark/plugins/btbredr/ |
H A D | COPYING | 98 b) You must cause any work that you distribute or publish, that in 142 b) Accompany it with a written offer, valid for at least three 153 an offer, in accord with Subsection b above.)
|
/libbtbb/wireshark/plugins-legacy/btbb/ |
H A D | COPYING | 98 b) You must cause any work that you distribute or publish, that in 142 b) Accompany it with a written offer, valid for at least three 153 an offer, in accord with Subsection b above.)
|
/libbtbb/wireshark/plugins-legacy/btbredr/ |
H A D | COPYING | 98 b) You must cause any work that you distribute or publish, that in 142 b) Accompany it with a written offer, valid for at least three 153 an offer, in accord with Subsection b above.)
|
/libbtbb/wireshark/plugins/btbb/ |
H A D | COPYING | 98 b) You must cause any work that you distribute or publish, that in 142 b) Accompany it with a written offer, valid for at least three 153 an offer, in accord with Subsection b above.)
|