Searched defs:T_size (Results 1 – 3 of 3) sorted by relevance
/third_party/mbedtls/library/ |
D | ecp.c | 135 unsigned char T_size; /* number of points in table T */ member 1369 mbedtls_ecp_point *T[], size_t T_size) in ecp_normalize_jac_many() 1865 const unsigned char T_size = 1U << (w - 1); in ecp_precompute_comb() local 2021 const mbedtls_ecp_point T[], unsigned char T_size, in ecp_select_comb() 2052 const mbedtls_ecp_point T[], unsigned char T_size, in ecp_mul_comb_core() 2176 unsigned char T_size, in ecp_mul_comb_after_precomp() 2306 unsigned char T_size = 0, T_ok = 0; in ecp_mul_comb() local
|
D | bignum.c | 1636 static int mpi_select(mbedtls_mpi *R, const mbedtls_mpi *T, size_t T_size, size_t idx) in mpi_select()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.c | 991 ASSERTED unsigned T_size = nir_alu_type_get_type_size(T); in bi_emit_store_vary() local
|