Home
last modified time | relevance | path

Searched defs:LineLength (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dclosest_point.inl14 T LineLength = distance(a, b); local
34 T LineLength = distance(a, b); local
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dclosest_point.inl14 T LineLength = distance(a, b); local
34 T LineLength = distance(a, b); local
/aosp_15_r20/libcore/benchmarks/src/benchmarks/regression/
H A DScannerBenchmark.java31 enum LineLength { enum in ScannerBenchmark
40 LineLength(int from, int to) { in LineLength() method in ScannerBenchmark.LineLength
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp584 uint32_t LineLength = std::next(LineIter)->Addr - LineIter->Addr; in findLineNumbersByVA() local
/aosp_15_r20/external/zucchini/
H A Ddisassembler_ztf.cc484 offset_t ZtfTranslator::LineLength(uint16_t line) const { in LineLength() function in zucchini::ZtfTranslator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1939 unsigned LineLength = 0; member