Home
last modified time | relevance | path

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

/external/freetype/src/sdf/
Dftbsdf.c731 FT_Int s_index; in bsdf_init_distance_map() local
778 FT_Int s_index; in bsdf_init_distance_map() local
/external/rust/android-crates-io/crates/unicode-normalization/src/
Dnormalize.rs149 let s_index = s as u32 - S_BASE; in decompose_hangul() localVariable
/external/v4l-utils/utils/common/
Dcv4l-helpers.h874 void s_index(unsigned index) { v4l_buffer_s_index(this, index); } in s_index() function
/external/libxml2/os400/iconv/bldcsndfa/
Dbldcsndfa.c104 unsigned int s_index; /* State index. */ member
/external/python/cpython3/Modules/
Dposixmodule.c2507 fill_time(PyObject *module, PyObject *v, int s_index, int f_index, int ns_index, time_t sec, unsign… in fill_time()