| /external/lzma/C/ |
| D | Lzma2Dec.c | 218 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 …]
|
| D | Lzma2DecMt.c | 1047 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()
|
| D | ZstdDec.c | 3258 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/ |
| D | u_call_once.h | 35 * 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/ |
| D | auth.md | 15 …. 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/ |
| D | message_pipe.h | 65 // 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/ |
| D | ReflectionMethodInvoker.java | 28 …* 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/ |
| D | mod.rs | 21 //! 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/ |
| D | mod.rs | 21 //! 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/ |
| D | debugging_hooks.py | 12 …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/ |
| D | DeviceThreadHandles.h | 82 // 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/ |
| D | feature-request.yml | 46 - label: This feature might incur a breaking change
|
| /external/aws-sdk-java-v2/.changes/2.20.x/ |
| D | 2.20.44.json | 27 …to increase the inspection size further, up to 64 KB. Sizes over 16 KB can incur additional costs."
|
| D | 2.20.38.json | 39 …to increase the inspection size further, up to 64 KB. Sizes over 16 KB can incur additional costs."
|
| /external/tensorflow/tensorflow/compiler/jit/ |
| D | cluster_scoping_pass.h | 26 // can incur great performance degradation.
|
| /external/aws-sdk-java-v2/.github/ISSUE_TEMPLATE/ |
| D | feature-request.yml | 46 - label: This feature might incur a breaking change
|
| /external/pytorch/torch/testing/_internal/distributed/rpc/ |
| D | faulty_rpc_agent_test_fixture.py | 17 # The following messages incur the corresponding delay in seconds while being
|
| /external/bcc/man/man8/ |
| D | btrfsdist.8 | 64 the file system cache will incur extra overhead while tracing. Such reads and
|
| /external/webrtc/api/ |
| D | rtc_event_log_output_file.h | 46 // want to incur the overhead of a virtual function call if called from inside
|
| /external/tensorflow/tensorflow/core/platform/profile_utils/ |
| D | cpu_utils.h | 128 // 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/ |
| D | armv7m-picolibc-libc++.cfg.in | 11 # "large atomic operation may incur significant performance penalty; the
|
| /external/cronet/tot/third_party/libc++/src/test/configs/ |
| D | armv7m-picolibc-libc++.cfg.in | 11 # "large atomic operation may incur significant performance penalty; the
|
| /external/pytorch/docs/source/ |
| D | checkpoint.rst | 12 RNG states can incur a moderate performance hit depending on the runtime
|
| /external/cronet/tot/third_party/llvm-libc/src/benchmarks/ |
| D | LibcBenchmark.cpp | 21 "noisy and will incur extra overhead."); in checkRequirements()
|
| /external/cronet/stable/third_party/llvm-libc/src/benchmarks/ |
| D | LibcBenchmark.cpp | 21 "noisy and will incur extra overhead."); in checkRequirements()
|