/third_party/node/deps/npm/node_modules/lru-cache/dist/commonjs/ |
H A D | index.js | 765 const remain = ttl - (perf.now() - start); 766 entry.ttl = remain;
|
/third_party/node/deps/npm/node_modules/lru-cache/dist/esm/ |
H A D | index.js | 762 const remain = ttl - (perf.now() - start); 763 entry.ttl = remain;
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | strutil.cc | 1743 // of data bytes that must remain in the input to avoid aborting the in Base64UnescapeInternal() 1745 #define GET_INPUT(label, remain) \ in Base64UnescapeInternal() 1751 if (ascii_isspace(ch) && szsrc >= remain) \ in Base64UnescapeInternal() 1753 state = 4 - remain; \ in Base64UnescapeInternal()
|
/third_party/FatFs/source/ |
H A D | ff.c | 3550 FSIZE_t remain; in f_read() local 3561 remain = fp->obj.objsize - fp->fptr; in f_read() 3562 if (btr > remain) btr = (UINT)remain; /* Truncate btr by remaining bytes */ in f_read() 5488 FSIZE_t remain; local 5498 remain = fp->obj.objsize - fp->fptr; 5499 if (btf > remain) btf = (UINT)remain; /* Truncate btf by remaining bytes */
|
/third_party/curl/projects/ |
H A D | build-wolfssl.bat | 322 rem For tests to run properly the wolfSSL directory must remain the current.
|
/third_party/rust/crates/rustix/src/ |
H A D | io_uring.rs | 558 // dynamically allocated, so it'll remain valid for the duration of
|
/third_party/backends/backend/ |
H A D | nec.c | 909 size_t remain = *buf_size; in read_data() local 919 while (remain > 0) in read_data() 921 nread = remain; in read_data() 928 &buf[*buf_size - remain], &nread); in read_data() 934 remain -= nread; in read_data()
|
H A D | sharp.c | 1133 size_t remain = *buf_size; in read_data() local 1144 while (remain > 0) in read_data() 1146 nread = remain; in read_data() 1153 &buf[*buf_size - remain], &nread); in read_data() 1169 remain -= nread; in read_data()
|
H A D | fujitsu.c | 798 * remain unchanged and valid until (a) another call to this function 2853 * NULL. The returned option descriptor is guaranteed to remain valid 4623 opt->name = "ink-remain"; in sane_get_option_descriptor() 8666 int remain = s->bytes_tot[side] - s->bytes_rx[side]; in read_from_scanner() local 8685 if(bytes % 2 && bytes < remain){ in read_from_scanner() 8694 side, remain, s->buffer_size, bytes, avail); in read_from_scanner() 8999 int remain = s->buff_rx[side] - s->buff_tx[side]; in read_from_buffer() local 9004 if(bytes > remain){ in read_from_buffer() 9005 bytes = remain; in read_from_buffer() 9011 side, remain, max_le in read_from_buffer() [all...] |
/test/xts/hats/telephony/ril/hdi_v1.0/ |
H A D | hdf_ril_hdiService_test.cpp | 692 HDF_LOGI("GetBoolResult SetSimLock result : result = %{public}d, remain = %{public}d", lockStatus.result, in SetSimLockResponse() 693 lockStatus.remain); in SetSimLockResponse() 702 HDF_LOGI("GetBoolResult ChangeSimPassword result : result = %{public}d, remain = %{public}d", lockStatus.result, in ChangeSimPasswordResponse() 703 lockStatus.remain); in ChangeSimPasswordResponse() 711 HDF_LOGI("GetBoolResult UnlockPin result : result = %{public}d, remain = %{public}d", lockStatus.result, in UnlockPinResponse() 712 lockStatus.remain); in UnlockPinResponse() 720 HDF_LOGI("GetBoolResult UnlockPuk result : result = %{public}d, remain = %{public}d", lockStatus.result, in UnlockPukResponse() 721 lockStatus.remain); in UnlockPukResponse() 729 HDF_LOGI("GetBoolResult UnlockPin2 result : result = %{public}d, remain = %{public}d", lockStatus.result, in UnlockPin2Response() 730 lockStatus.remain); in UnlockPin2Response() [all...] |
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | Bench.cpp | 281 const size_t remain = Size - Pos;
282 if (size > remain)
283 size = (UInt32)remain;
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-dynamic.tex | 67 state not saved on the stack is assume to remain valid through the end
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | x86inc.asm | 899 ; (All 4 remain in sync through SWAP.)
|
/third_party/python/Objects/ |
H A D | unicodeobject.c | 4517 Py_ssize_t remain; in unicode_decode_call_errorhandler_writer() local 4551 remain = *inend - *input - *endinpos; in unicode_decode_call_errorhandler_writer() 4572 if (*inend - new_inptr > remain) { in unicode_decode_call_errorhandler_writer() 4578 writer->min_length += *inend - new_inptr - remain; in unicode_decode_call_errorhandler_writer() 4782 /* Some bits remain; they should be zero */ in PyUnicode_DecodeUTF7Stateful()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd.h | 783 unsigned int remain; member
|
H A D | dhd_linux.c | 18286 /* need to hold the lock before accessing 'present' and 'remain' ptrs */ in dhd_get_dld_len() 19919 dld_buf->remain = dld_buf_size[i]; in dhd_log_dump_init() 20168 if (dld_buf->remain < len) { 20171 dld_buf->remain = dld_buf_size[type]; 20177 dld_buf->remain -= len;
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 9725 % if we don't reset these, they will remain at "1 true in" of
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |