Home
last modified time | relevance | path

Searched defs:tall (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/example/large_bitset_/
Dlarge_bitset.cpp66 large_bitset<nat32, bits8> tall; // small is tall ... in test_small() local
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLGpu.h848 const bool tall = (height > 1) && SkToBool(height & 0x1); in TextureSizeToMipmapProgramIdx() local
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/tests/
Dquickcheck.rs581 let tall = (max_width as f64 * split) as usize; in arbitrary() localVariable