Home
last modified time | relevance | path

Searched defs:this_index (Results 1 – 7 of 7) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh50 …h_recurse_func<hb_closure_lookups_context_t> (hb_closure_lookups_context_t *c, unsigned this_index) in dispatch_recurse_func()
Dhb-ot-layout-gsub-table.hh63 …h_recurse_func<hb_closure_lookups_context_t> (hb_closure_lookups_context_t *c, unsigned this_index) in dispatch_recurse_func()
/external/google-breakpad/src/processor/
Drange_map-inl.h266 for (int this_index = 0; this_index < index; ++this_index) in RetrieveRangeAtIndex() local
/external/harfbuzz_ng/src/graph/
Dpairpos-graph.hh98 unsigned this_index; member
314 unsigned this_index; member
Dmarkbasepos-graph.hh286 unsigned this_index; member
/external/libaom/av1/encoder/
Dencoder.c3355 const int this_index = denom - (SCALE_NUMERATOR + 1); in encode_with_and_without_superres() local
3372 const int this_index = denom - (SCALE_NUMERATOR + 1); in encode_with_and_without_superres() local
3392 const int this_index = denom - (SCALE_NUMERATOR + 1); in encode_with_and_without_superres() local
/external/rust/android-crates-io/crates/petgraph/src/graph_impl/
Dmod.rs1599 let this_index = self.next; in next() localVariable