Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-resp.c463 int too_large; in resp_get_length() local
468 too_large = 0; in resp_get_length()
493 too_large = 1; in resp_get_length()
498 too_large = 1; in resp_get_length()
529 if (too_large || result != 1) in resp_get_length()
533 return (too_large ? -3 : result); in resp_get_length()
/external/tensorflow/tensorflow/core/kernels/
Dsoftplus_op.h45 auto too_large = features > features.constant(-threshold); in operator() local
50 activations.device(d) = too_large.select( in operator()
/external/llvm/lib/ProfileData/
DSampleProf.cpp37 case sampleprof_error::too_large: in message()
DInstrProf.cpp52 case instrprof_error::too_large: in getInstrProfErrString()
626 return make_error<InstrProfError>(instrprof_error::too_large); in getValueProfData()
DInstrProfReader.cpp47 return make_error<InstrProfError>(instrprof_error::too_large); in create()
83 return make_error<InstrProfError>(instrprof_error::too_large); in create()
DSampleProfReader.cpp744 return sampleprof_error::too_large; in setupMemoryBuffer()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DSampleProf.cpp46 case sampleprof_error::too_large: in message()
DInstrProfReader.cpp65 return make_error<InstrProfError>(instrprof_error::too_large); in create()
103 return make_error<InstrProfError>(instrprof_error::too_large); in create()
DInstrProf.cpp92 case instrprof_error::too_large: in getInstrProfErrString()
766 return make_error<InstrProfError>(instrprof_error::too_large); in getValueProfData()
DSampleProfReader.cpp842 return sampleprof_error::too_large; in setupMemoryBuffer()
/external/llvm/include/llvm/ProfileData/
DSampleProf.h35 too_large, enumerator
DInstrProf.h287 too_large, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DSampleProf.h45 too_large, enumerator
DInstrProf.h288 too_large, enumerator