Searched refs:t4 (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-3.6.0/components/pthread/test/ |
D | test_pthread_cxx.cpp | 82 std::thread t4(thread_main); 84 TEST_ASSERT(t4.joinable()); 87 std::cout << "Join thread " << std::hex << t4.get_id() << std::endl; 88 t4.join();
|
/hal_espressif-3.6.0/components/freertos/port/riscv/ |
D | portasm.S | 44 lw t4, 0x0(t3) 45 addi t5,t4,1 49 bne t4,zero, rtos_enter_end
|
/hal_espressif-3.6.0/components/bootloader/subproject/components/micro-ecc/micro-ecc/ |
D | curve-specific.inc | 55 uECC_word_t t4[uECC_MAX_WORDS]; 63 uECC_vli_modSquare_fast(t4, Y1, curve); /* t4 = y1^2 */ 64 uECC_vli_modMult_fast(t5, X1, t4, curve); /* t5 = x1*y1^2 = A */ 65 uECC_vli_modSquare_fast(t4, t4, curve); /* t4 = y1^4 */ 90 uECC_vli_modSub(t4, X1, t4, curve->p, num_words); /* t4 = B * (A - x3) - y1^4 = y3 */ 94 uECC_vli_set(Y1, t4, num_words); 1115 uECC_word_t t4[num_words_secp256k1]; 1123 uECC_vli_modMult_fast(t4, X1, t5, curve); /* t4 = x1*y1^2 = A */ 1140 uECC_vli_modSub(X1, X1, t4, curve->p, num_words_secp256k1); /* t1 = B^2 - A */ 1141 uECC_vli_modSub(X1, X1, t4, curve->p, num_words_secp256k1); /* t1 = B^2 - 2A = x3 */ [all …]
|
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
D | ecc.c | 459 uECC_word_t t4[NUM_ECC_WORDS]; in double_jacobian_default() local 467 uECC_vli_modSquare_fast(t4, Y1, curve); /* t4 = y1^2 */ in double_jacobian_default() 468 uECC_vli_modMult_fast(t5, X1, t4, curve); /* t5 = x1*y1^2 = A */ in double_jacobian_default() 469 uECC_vli_modSquare_fast(t4, t4, curve); /* t4 = y1^4 */ in double_jacobian_default() 495 uECC_vli_modSub(t4, X1, t4, curve->p, num_words); in double_jacobian_default() 499 uECC_vli_set(Y1, t4, num_words); in double_jacobian_default()
|
/hal_espressif-3.6.0/components/riscv/ |
D | vectors.S | 54 sw t4, RV_STK_T4(sp) 91 lw t4, RV_STK_T4(sp) 173 sw t4, RV_STK_T4(sp)
|
/hal_espressif-3.6.0/tools/test_apps/system/memprot/main/esp32c3/ |
D | return_from_panic.S | 61 lw t4, RV_STK_T4(t0)
|
/hal_espressif-3.6.0/components/riscv/include/riscv/ |
D | rvruntime-frames.h | 75 STRUCT_FIELD (long, 4, RV_STK_T4, t4)
|
/hal_espressif-3.6.0/components/espcoredump/src/port/riscv/ |
D | core_dump_port.c | 83 uint32_t t4; member
|
/hal_espressif-3.6.0/components/esp_wifi/include/ |
D | esp_wifi_types.h | 712 uint64_t t4; /**< Time of arrival of ACK at FTM Responder in pSec */ member
|
/hal_espressif-3.6.0/examples/wifi/ftm/main/ |
D | ftm_main.c | 175 g_ftm_report[i].t2, g_ftm_report[i].t3, g_ftm_report[i].t4); in ftm_process_report()
|
/hal_espressif-3.6.0/components/espcoredump/test/esp32c3/ |
D | expected_output | 36 t4 0x0 0
|