/btstack/3rd-party/micro-ecc/scripts/ |
H A D | square_avr.py | 33 zero = "r25" variable 34 emit("ldi %s, 0", zero) # zero register 69 emit("adc r%s, %s", acc[2], zero) 87 emit("adc r%s, %s", acc[2], zero) 102 emit("adc r%s, %s", acc[2], zero) 117 emit("adc r%s, %s", acc[2], zero) 151 emit("adc r24, %s", zero) 154 emit("adc r24, %s", zero) 161 emit("adc r22, %s", zero) 164 emit("adc r22, %s", zero) [all …]
|
/btstack/test/crypto/ |
H A D | aes_cmac.c | 37 sm_key_t k0, k1, k2, zero; in aes_cmac() local 38 memset(zero, 0, 16); in aes_cmac() 40 aes128_calc_cyphertext(key, zero, k0); in aes_cmac()
|
H A D | aes_cmac_test.c | 230 sm_key_t key, k0, k1, k2, zero; in main() local 231 memset(zero, 0, 16); in main() 235 aes128_calc_cyphertext(key, zero, k0); in main()
|
/btstack/test/ |
H A D | lcovrc | 5 # Include color legend in HTML output if non-zero
|
/btstack/3rd-party/lc3-google/test/ |
H A D | makefile.mk | 25 $(V)cd $(TEST_DIR) && python3 setup.py clean > /tmp/zero
|
/btstack/doc/manual/docs-template/appendix/ |
H A D | events_errors.md | 11 done. Status not equal zero indicates an error. Possible errors: out 64 establishment is done. Status not equal zero indicates an error.
|
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/script/ |
H A D | s1ja.ld | 156 * uncomment .zero.table section and, 159 .zero.table :
|
/btstack/3rd-party/lwip/core/ |
H A D | FEATURES | 8 - APIs: specialized APIs for enhanced performance & zero copy, optional Berkeley-alike socket API
|
H A D | CHANGELOG | 235 * tcp: add zero-window probe timeout (bug #50837) 334 * Fix zero-copy RX, see bug bug #50064. PBUF_REFs were not supported as ARP requests. 1145 * igmp.c: fixed possible division by zero 1181 MEMP_OVERFLOW_CHECK > zero and MEMP_SEPARATE_POOLS == 1 1189 zero length) 1382 zero window is received) by starting the persist timer when a zero window is 1885 problems with zero-copy DMA MACs) by adding custom pbufs and implementing 2044 another bug when LWIP_RAND() returns zero. 2189 could have non-zero length 2251 * tcp_out.c: Fixed bug #27315: zero window probe and FIN [all …]
|
/btstack/src/ |
H A D | btstack_crypto.c | 135 static const uint8_t zero[16] = { 0 }; variable 225 btstack_aes128_calc(btstack_crypto_cmac->key, zero, k0); in btstack_crypto_cmac_calc() 303 btstack_crypto_aes128_start(btstack_crypto_cmac_k, zero); in btstack_crypto_cmac_handle_aes_engine_ready() 1235 request->key = zero; in btstack_crypto_aes128_cmac_zero()
|
H A D | hci.c | 7393 const uint8_t zero[16] = { 0 }; in hci_run_general_pending_commands() local 7394 const uint8_t * r_192 = zero; in hci_run_general_pending_commands() 7395 const uint8_t * c_192 = zero; in hci_run_general_pending_commands() 7396 const uint8_t * r_256 = zero; in hci_run_general_pending_commands() 7397 const uint8_t * c_256 = zero; in hci_run_general_pending_commands() 7425 if (c_256 != zero) { in hci_run_general_pending_commands() 7427 } else if (c_192 != zero){ in hci_run_general_pending_commands()
|
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/script/ |
H A D | fsp.ld | 242 * uncomment .zero.table section and, 245 .zero.table :
|
/btstack/ |
H A D | CHANGELOG.md | 747 - CVSD PLC: treat zero frames as good and allow to mark data as bad, e.g. if reported by Controller… 823 - GATT Client: set uuid16 to zero when deserializing uuid128 services, characteristics, and descrip… 958 - btstack_tlv_flash_bank: support targets where a value cannot be overwritten with zero. When ENABL…
|
/btstack/3rd-party/micro-ecc/ |
H A D | asm_avr.inc | 22080 uint8_t zero = 0; 22090 "adc r29, %[zero] \n\t" 22099 "adc %[r2], %[zero] \n\t" 22106 "sbc r27, %[zero] \n\t" 22111 "mov %[r2], %[zero] \n\t" 22131 "adc %[r2], %[zero] \n\t" 22138 "adc r29, %[zero] \n\t" 22143 "mov %[r2], %[zero] \n\t" 22148 "sbc r27, %[zero] \n\t" 22158 [r0] "+r" (r0), [r1] "+r" (r1), [r2] "+r" (r2), [zero] "+r" (zero), [all …]
|
/btstack/doc/manual/docs-template/ |
H A D | profiles.md | 505 As a result to a GATT query, zero to many
|
H A D | how_to.md | 126 …ete field in TLV Flash implementation - required when flash value cannot be overwritten with zero |
|