Home
last modified time | relevance | path

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

/freebsd/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/sys/contrib/openzfs/module/zfs/
H A Dddt_log.c461 const boolean_t too_large = in ddt_log_swap() local
473 if (!(too_large || too_old || force)) in ddt_log_swap()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp69 case sampleprof_error::too_large: in message()
H A DInstrProf.cpp107 case instrprof_error::too_large: in getInstrProfErrString()
1236 return make_error<InstrProfError>(instrprof_error::too_large); in getValueProfData()
H A DSampleProfWriter.cpp129 return sampleprof_error::too_large; in writeWithSizeLimitInternal()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h352 too_large, enumerator
H A DSampleProf.h51 too_large, enumerator