Searched refs:too_large (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-resp.c463 int too_large; local
468 too_large = 0;
493 too_large = 1;
498 too_large = 1;
529 if (too_large || result != 1)
533 return (too_large ? -3 : result);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp54 case sampleprof_error::too_large:
H A DInstrProfReader.cpp67 return make_error<InstrProfError>(instrprof_error::too_large);
118 return make_error<InstrProfError>(instrprof_error::too_large);
H A DInstrProf.cpp92 case instrprof_error::too_large:
889 return make_error<InstrProfError>(instrprof_error::too_large);
H A DSampleProfReader.cpp1320 return sampleprof_error::too_large;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h48 too_large, member in class:llvm::sampleprof_error
H A DInstrProf.h288 too_large, member in class:llvm::instrprof_error

Completed in 232 milliseconds