Home
last modified time | relevance | path

Searched refs:get_length (Results 1 – 6 of 6) sorted by relevance

/src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.cpp28 return (S_OK == SourceFile->get_length(&Size)) ? Size : 0; in getCodeByteSize()
H A DDIALineNumber.cpp59 return (S_OK == LineNumber->get_length(&Length)) ? Length : 0; in getLength()
H A DDIASectionContrib.cpp59 return PrivateGetDIAValue(Section, &IDiaSectionContrib::get_length); in getLength()
H A DDIARawSymbol.cpp922 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_length); in getLength()
/src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch_hier.h664 for (int j = 0; j < get_length(i); ++j) in allocate_hier()
880 int get_length(int level) const { in get_length() function
890 KMP_DEBUG_ASSERT(index < get_length(level)); in get_unit()
/src/sbin/camcontrol/
H A Dcamcontrol.c3975 bool get_length = true, use_12byte = false, first_pass = true; in readdefects() local
4069 get_length = true; in readdefects()
4172 if (get_length) { in readdefects()
4173 get_length = false; in readdefects()