Searched refs:get_length (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Doutput.cpp135 * get_length - returns the number of characters buffered
138 int word_list::get_length (void) function in class:word_list
222 if ((col + n + last_word.get_length() + 1 > max_line_length) && (newlines)) {
236 if ((col + last_word.get_length() + 1 > max_line_length) && (newlines)) {
238 if (last_word.get_length() > 0) {
244 if (last_word.get_length() != 0) {
349 int len=last_word.get_length();
H A Dhtml.h41 int get_length (void);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.cpp28 return (S_OK == SourceFile->get_length(&Size)) ? Size : 0;
H A DDIALineNumber.cpp59 return (S_OK == LineNumber->get_length(&Length)) ? Length : 0;
H A DDIASectionContrib.cpp59 return PrivateGetDIAValue(Section, &IDiaSectionContrib::get_length);
H A DDIARawSymbol.cpp922 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_length);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch_hier.h662 for (int j = 0; j < get_length(i); ++j)
874 int get_length(int level) const {
884 KMP_DEBUG_ASSERT(index < get_length(level));
/freebsd-11-stable/sbin/camcontrol/
H A Dcamcontrol.c3691 int get_length = 1, first_pass = 1; local
3886 if (get_length != 0) {
3887 get_length = 0;
3910 get_length = 1;
3927 get_length = 1;
3943 get_length = 1;
3960 get_length = 1;
3979 get_length = 1;

Completed in 117 milliseconds