Home
last modified time | relevance | path

Searched defs:anchor_offset (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/genproposals/generic/neon/
H A Dimpl.cpp43 const size_t anchor_offset = id.y() % num_anchors; in compute_all_anchors() local
78 const size_t anchor_offset = id.y() % num_anchors; in compute_all_anchors_qasymm16() local
/aosp_15_r20/art/dex2oat/linker/x86/
H A Drelative_patcher_x86_test.cc121 constexpr uint32_t anchor_offset = 5u; // After call +0. in TEST_F() local
153 constexpr uint32_t anchor_offset = 5u; // After call +0. in TEST_F() local
H A Drelative_patcher_x86.cc51 uint32_t anchor_offset = patch_offset - literal_offset + anchor_literal_offset; in PatchPcRelativeReference() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/outline/glyf/
H A Dmod.rs625 let anchor_offset = match component.anchor { in load_composite() localVariable