Home
last modified time | relevance | path

Searched defs:t_index (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/ltp/testcases/kernel/syscalls/string/
H A Dstring01.c89 struct t_index { struct
93 } t_index[] = { argument
/aosp_15_r20/external/freetype/src/sdf/
H A Dftbsdf.c730 FT_Int t_index = t_j * t_width + t_i; in bsdf_init_distance_map() local
777 FT_Int t_index = t_j * t_width + t_i; in bsdf_init_distance_map() local
/aosp_15_r20/external/rust/android-crates-io/crates/unicode-normalization/src/
Dnormalize.rs149 let t_index = s_index % T_COUNT; in decompose_hangul() localVariable
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DScatterGatherKernel.cpp753 int64_t* t_index = row_index + ((tid == 0) ? 1 : num_uniq[tid - 1]); in cpu_scatter_reduce_expanded_index() local
/aosp_15_r20/external/libxml2/os400/iconv/bldcsndfa/
H A Dbldcsndfa.c93 unsigned int t_index; /* Transition array index. */ member