Home
last modified time | relevance | path

Searched refs:b (Results 1 – 14 of 14) sorted by relevance

/libbtbb/lib/src/
H A Duthash.h414 #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 Dbluetooth_piconet.c201 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 Dbluetooth_packet.c554 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 Dbluetooth_piconet.h60 int b, e; member
/libbtbb/tests/
H A Dtest_header.c82 00 11b 9e in test_gen_packet_header()
83 47 11b 79 in test_gen_packet_header()
/libbtbb/python/pcaptools/
H A DCMakeLists.txt34 install(CODE "execute_process(COMMAND ${PYTHON_EXECUTABLE} ${SETUP_PY} build -b ${OUTPUT} install -…
/libbtbb/
H A DLICENSE98 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 DCOPYING98 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 DCOPYING98 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 DCOPYING98 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 DCOPYING98 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 DCOPYING98 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 DCOPYING98 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 DCOPYING98 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.)