Home
last modified time | relevance | path

Searched defs:t1 (Results 1 – 7 of 7) sorted by relevance

/btstack/3rd-party/rijndael/
H A Drijndael.c872 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local
1067 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelDecrypt() local
/btstack/test/embedded/
H A Drun_loop_base_test.cpp93 const uint32_t t1 = 0xfffffff0UL; // -16 in TEST() local
/btstack/test/maths/
H A Dsqrt_test.cpp71 int t1 = get_time_ms(); in TEST_GROUP() local
/btstack/3rd-party/lwip/core/src/apps/sntp/
H A Dsntp.c316 s64_t t1, t2, t3, t4; in sntp_process() local
/btstack/3rd-party/lc3-google/src/
H A Dltpf.c594 int t1 = argmax_weighted(r, nr, -.5f/(nr-1), &rm1); in detect_pitch() local
/btstack/3rd-party/micro-ecc/
H A DuECC.c1665 uECC_word_t t1[uECC_WORDS]; in apply_z() local
1889 uECC_word_t t1[uECC_WORDS]; in mod_sqrt_secp224r1_rm() local
/btstack/src/ble/
H A Dsm.c767 …oid sm_c1_t1(sm_key_t r, uint8_t preq[7], uint8_t pres[7], uint8_t iat, uint8_t rat, uint8_t * t1){ in sm_c1_t1()