Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/graph/
H A Dpairpos-graph.hh98 unsigned this_index; member
314 unsigned this_index; member
H A Dmarkbasepos-graph.hh286 unsigned this_index; member
/aosp_15_r20/external/harfbuzz_ng/src/
H A 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()
H A 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()
/aosp_15_r20/external/google-breakpad/src/processor/
H A Drange_map-inl.h266 for (int this_index = 0; this_index < index; ++this_index) in RetrieveRangeAtIndex() local
/aosp_15_r20/external/libaom/av1/encoder/
H A Dencoder.c3371 const int this_index = denom - (SCALE_NUMERATOR + 1); in encode_with_and_without_superres() local
3388 const int this_index = denom - (SCALE_NUMERATOR + 1); in encode_with_and_without_superres() local
3407 const int this_index = denom - (SCALE_NUMERATOR + 1); in encode_with_and_without_superres() local
/aosp_15_r20/art/compiler/optimizing/
H A Dsuperblock_cloner.cc170 size_t this_index = orig_succ->GetPredecessorIndexOf(orig_block); in RemapOrigInternalOrIncomingEdge() local
H A Dnodes.cc2484 size_t this_index = successor->GetPredecessorIndexOf(this); in DisconnectFromSuccessors() local
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/graph_impl/
Dmod.rs1599 let this_index = self.next; in next() localVariable