Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/tcpdump/
H A Dprint-resp.c456 int too_large; in resp_get_length() local
460 too_large = 0; in resp_get_length()
484 too_large = 1; in resp_get_length()
489 too_large = 1; in resp_get_length()
519 if (too_large || result != 1) in resp_get_length()
523 return (too_large ? -3 : result); in resp_get_length()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp69 case sampleprof_error::too_large: in message()
H A DInstrProf.cpp105 case instrprof_error::too_large: in getInstrProfErrString()
1118 return make_error<InstrProfError>(instrprof_error::too_large); in getValueProfData()
H A DSampleProfWriter.cpp129 return sampleprof_error::too_large; in writeWithSizeLimitInternal()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h332 too_large, enumerator
H A DSampleProf.h51 too_large, enumerator