Home
last modified time | relevance | path

Searched full:incur (Results 1 – 25 of 487) sorted by relevance

12345678910>>...20

/external/lzma/C/
DLzma2Dec.c218 SizeT inCur = inSize - *srcLen; in Lzma2Dec_DecodeToDic() local
230 if (inCur == 0) in Lzma2Dec_DecodeToDic()
242 if (inCur > outCur) in Lzma2Dec_DecodeToDic()
243 inCur = outCur; in Lzma2Dec_DecodeToDic()
244 if (inCur == 0) in Lzma2Dec_DecodeToDic()
247 LzmaDec_UpdateWithUncompressed(&p->decoder, src, inCur); in Lzma2Dec_DecodeToDic()
249 src += inCur; in Lzma2Dec_DecodeToDic()
250 *srcLen += inCur; in Lzma2Dec_DecodeToDic()
251 p->unpackSize -= (UInt32)inCur; in Lzma2Dec_DecodeToDic()
266 if (inCur > p->packSize) in Lzma2Dec_DecodeToDic()
[all …]
DLzma2DecMt.c1047 SizeT inCur; in Lzma2DecMt_Read() local
1059 inCur = (SizeT)(p->inLim - p->inPos); in Lzma2DecMt_Read()
1063 p->inBuf + p->inPos, &inCur, finishMode, &status); in Lzma2DecMt_Read()
1065 p->inPos += inCur; in Lzma2DecMt_Read()
1066 p->inProcessed += inCur; in Lzma2DecMt_Read()
1067 *inStreamProcessed += inCur; in Lzma2DecMt_Read()
1088 if (inCur == 0 && outCur == 0) in Lzma2DecMt_Read()
DZstdDec.c3258 SizeT inCur = inSize - *srcLen; local
3298 if (outCur > inCur)
3299 outCur = inCur;
3379 || inCur < rem // available input data size is smaller than compressed block size
3382 if (inCur > rem)
3383 inCur = rem;
3384 if (inCur)
3391 memcpy(p->inTemp + inTempPos + kTempBuffer_PreSize, src, inCur);
3393 src += inCur;
3394 *srcLen += inCur;
[all …]
/external/mesa3d/src/util/
Du_call_once.h35 * hot path it's only incur an extra load instruction cost.
55 * so when util_call_once_data are called in hot path it's only incur an extra
/external/python/google-api-python-client/docs/
Dauth.md15 …. If someone obtains your key, they could use it to consume your quota or incur charges against yo…
33 …eone obtains your client secret, they could use it to consume your quota, incur charges against yo…
/external/libchrome/mojo/public/cpp/system/
Dmessage_pipe.h65 // it does incur an extra copy of the message payload.
78 // it does incur an extra copy of the message payload.
/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/
DReflectionMethodInvoker.java28 …* calls to initialize() or invoke() will not incur the reflection cost of searching for the method…
73 …* not incur an initialization cost. If the call fails because the target method could not be found…
/external/rust/android-crates-io/crates/http/src/header/
Dmod.rs21 //! incur any allocation overhead, however longer strings will require an
42 //! will not incur allocation overhead. However, once the underlying vector
/external/rust/android-crates-io/extra_versions/crates/http/src/header/
Dmod.rs21 //! incur any allocation overhead, however longer strings will require an
42 //! will not incur allocation overhead. However, once the underlying vector
/external/pytorch/torch/distributed/algorithms/ddp_comm_hooks/
Ddebugging_hooks.py12 …Return a future that wraps the input, so it is a no-op that does not incur any communication overh…
/external/pytorch/aten/src/ATen/cuda/detail/
DDeviceThreadHandles.h82 // so in the common case handle access doesn't incur either handle creation or a mutex lock.
109 // that incur move-constructor and destructor calls. See comments in Handle above. in reserve()
/external/aws-crt-java/.github/ISSUE_TEMPLATE/
Dfeature-request.yml46 - label: This feature might incur a breaking change
/external/aws-sdk-java-v2/.changes/2.20.x/
D2.20.44.json27 …to increase the inspection size further, up to 64 KB. Sizes over 16 KB can incur additional costs."
D2.20.38.json39 …to increase the inspection size further, up to 64 KB. Sizes over 16 KB can incur additional costs."
/external/tensorflow/tensorflow/compiler/jit/
Dcluster_scoping_pass.h26 // can incur great performance degradation.
/external/aws-sdk-java-v2/.github/ISSUE_TEMPLATE/
Dfeature-request.yml46 - label: This feature might incur a breaking change
/external/pytorch/torch/testing/_internal/distributed/rpc/
Dfaulty_rpc_agent_test_fixture.py17 # The following messages incur the corresponding delay in seconds while being
/external/bcc/man/man8/
Dbtrfsdist.864 the file system cache will incur extra overhead while tracing. Such reads and
/external/webrtc/api/
Drtc_event_log_output_file.h46 // want to incur the overhead of a virtual function call if called from inside
/external/tensorflow/tensorflow/core/platform/profile_utils/
Dcpu_utils.h128 // the first call will incur overhead, but not subsequent calls.
139 // the first call will incur overhead, but not subsequent calls.
/external/cronet/stable/third_party/libc++/src/test/configs/
Darmv7m-picolibc-libc++.cfg.in11 # "large atomic operation may incur significant performance penalty; the
/external/cronet/tot/third_party/libc++/src/test/configs/
Darmv7m-picolibc-libc++.cfg.in11 # "large atomic operation may incur significant performance penalty; the
/external/pytorch/docs/source/
Dcheckpoint.rst12 RNG states can incur a moderate performance hit depending on the runtime
/external/cronet/tot/third_party/llvm-libc/src/benchmarks/
DLibcBenchmark.cpp21 "noisy and will incur extra overhead."); in checkRequirements()
/external/cronet/stable/third_party/llvm-libc/src/benchmarks/
DLibcBenchmark.cpp21 "noisy and will incur extra overhead."); in checkRequirements()

12345678910>>...20