Home
last modified time | relevance | path

Searched refs:gen_syndrome (Results 1 – 3 of 3) sorted by relevance

/libbtbb/python/utils/
H A Dgen_check_tables.py46 def gen_syndrome(c): function
58 print "0x%09x, " % gen_syndrome(i<<(shift*8)),
/libbtbb/tests/
H A Dtest_syndromes.c53 syndrome = gen_syndrome(syndrome_input[i]); in test_syndromes()
/libbtbb/lib/src/
H A Dbluetooth_packet.c147 static uint64_t gen_syndrome(uint64_t codeword) in gen_syndrome() function
174 syndrome = gen_syndrome(codeword ^ new_error); in cycle()
396 syndrome = gen_syndrome(codeword); in promiscuous_packet_search()