Searched refs:t_index (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/ |
H A D | normalize.c | 112 unsigned t_index; in hangul_composition() local 118 t_index = in[1] - t_base; in hangul_composition() 119 return in[0] + t_index; in hangul_composition()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | jit-playback.cc | 1472 tree t_index = index->as_tree (); in new_array_access() local 1473 t_index = fold_const_var (t_index); in new_array_access() 1480 tree t_result = build4 (ARRAY_REF, t_type_star_ptr, t_ptr, t_index, in new_array_access() 1491 t_index = fold_build1 (CONVERT_EXPR, sizetype, t_index); in new_array_access() 1493 MULT_EXPR, sizetype, t_index, t_sizeof); in new_array_access()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | jit-playback.c | 1095 tree t_index = index->as_tree (); in new_array_access() local 1101 tree t_result = build4 (ARRAY_REF, t_type_star_ptr, t_ptr, t_index, in new_array_access() 1111 t_index = fold_build1 (CONVERT_EXPR, sizetype, t_index); in new_array_access() 1112 tree t_offset = build2 (MULT_EXPR, sizetype, t_index, t_sizeof); in new_array_access()
|