Searched refs:remaining (Results 126 - 150 of 155) sorted by relevance

1234567

/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v07.c1214 int remaining; local
1228 remaining = (1<<nbBits)+1;
1232 while ((remaining>1) && (charnum<=*maxSVPtr)) {
1261 { short const max = (short)((2*threshold-1)-remaining);
1274 remaining -= FSEv07_abs(count);
1277 while (remaining < threshold) {
1290 } } /* while ((remaining>1) && (charnum<=*maxSVPtr)) */
1291 if (remaining != 1) return ERROR(GENERIC);
4297 * Note that it may not consume the entire input, in which case it's up to the caller to present remaining input again.
4423 return (hSize - zbd->lhSize) + ZSTDv07_blockHeaderSize; /* remaining heade
[all...]
H A Dzstd_v02.c1185 int remaining; local
1199 remaining = (1<<nbBits)+1;
1203 while ((remaining>1) && (charnum<=*maxSVPtr))
1242 const short max = (short)((2*threshold-1)-remaining);
1258 remaining -= FSE_abs(count);
1261 while (remaining < threshold)
1282 if (remaining != 1) return ERROR(GENERIC);
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c2094 DEBUGLOG(5, "Building ML table (remaining space : %i)", (int)(oend-op));
2588 size_t remaining = srcSize; local
2600 while (remaining) {
2602 U32 const lastBlock = lastFrameChunk & (blockSize >= remaining);
2607 if (remaining < blockSize) blockSize = remaining;
2642 assert(remaining >= blockSize);
2643 remaining -= blockSize;
2844 size_t const remaining = (size_t)(iend - ip); local
2845 size_t const chunk = MIN(remaining, ZSTD_CHUNKSIZE_MA
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp969 size_t remaining = results.size() - cur_pos; local
970 size_t next_size = all ? remaining : std::min(page_size, remaining);
/freebsd-current/contrib/wpa/src/ap/
H A Dieee802_1x.c2948 struct os_reltime now, remaining; local
2976 os_reltime_sub(&sta->session_timeout, &now, &remaining);
2977 session_timeout = (remaining.sec > 0) ? remaining.sec : 1;
/freebsd-current/usr.sbin/ppp/
H A Dbundle.c1061 int remaining; local
1108 remaining = bundle_RemainingIdleTime(arg->bundle);
1109 if (remaining != -1)
1110 prompt_Printf(arg->prompt, " (%ds remaining)", remaining);
1184 /* Only increase from the current `remaining' value */
/freebsd-current/lib/libc/amd64/string/
H A Dstrlcpy.S173 add $16, %rdx # restore number of remaining bytes
/freebsd-current/crypto/openssl/crypto/sha/asm/
H A Dsha512-ppc.pl275 $PUSH $num,`$FRAME-$SIZE_T*25`($sp) ; save real remaining num
280 $POP $num,`$FRAME-$SIZE_T*25`($sp) ; restore real remaining num
/freebsd-current/stand/i386/btx/btx/
H A Dbtx.S223 movb $0x7,%cl # Set remaining
260 mov %cx,%es # remaining
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-subst.mk138 # When a word is replaced with nothing, the remaining words are separated by a
H A Dvarmod-edge.mk87 # After that, the remaining backslash would escape the parenthesis in
H A Dvar-op-expand.mk254 # remaining modifier ':tl' to each expression that is starting with an
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dsta.c1195 * ownership must be given to one of the remaining TIDs.
1543 /* now we're ready, any remaining races/concurrency will be
2075 /* first remove remaining keys */
4087 int remaining = cnt; local
4098 if (n_queued > remaining) {
4100 remaining = 0;
4103 remaining -= n_queued;
4105 sleep_tx_count = cnt - remaining;
4111 if (WARN_ON(cnt - remaining == 0)) {
/freebsd-current/crypto/openssl/crypto/evp/
H A De_aes.c3924 unsigned int remaining; local
3926 remaining = AES_BLOCK_SIZE - (*buf_len);
3927 if (remaining > len) {
3932 memcpy(buf + (*buf_len), in, remaining);
3937 len -= remaining;
3938 in += remaining;
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c267 unsigned int remaining; local
275 remaining = res.sec * 1000 + res.usec / 1000;
277 remaining = 0;
279 if (wpa_s->dpp_listen_freq == freq && remaining > wait_time)
284 wpa_s->dpp_listen_freq, remaining, freq, wait_time);
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c680 int l, li, remaining; local
683 remaining = length;
684 while (remaining > 0) {
685 l = remaining;
701 remaining -= l;
H A Darchive_read_support_format_xar.c1027 size_t *used, uint64_t remaining)
1041 if ((uint64_t)bytes > remaining)
1042 bytes = (ssize_t)remaining;
1026 rd_contents(struct archive_read *a, const void **buff, size_t *size, size_t *used, uint64_t remaining) argument
/freebsd-current/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh1169 No mirrors remaining, giving up.
2206 # Don't warn if the time remaining is more than 3 times the time
2616 these lines remaining in the file.
/freebsd-current/sys/contrib/openzfs/module/icp/asm-x86_64/modes/
H A Dghash-x86_64.S59 # aggregate more multiplications than it takes to perform remaining
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_cma.c3219 int low, high, remaining; local
3225 remaining = (high - low) + 1;
3227 rover = rand % remaining + low;
3241 if (--remaining) {
/freebsd-current/sys/dev/cxgbe/
H A Dadapter.h572 u_int remaining; member in struct:sge_fl
H A Dt4_main.c4048 int i, n, remaining; local
4116 for (remaining = n - 1; remaining > 0; remaining--, r++) {
4127 if (--remaining == 0)
4138 memcpy(r + 1, next, remaining * sizeof(*r));
11888 uint32_t addr, remaining, n; local
11904 remaining = mr->len;
11907 while (remaining) {
11908 n = min(remaining, MAX_READ_BUF_SIZ
[all...]
/freebsd-current/sys/contrib/zstd/programs/
H A Dfileio.c2121 /* not all remaining bytes are 0 */
2485 size_t remaining = readSize - pos; local
2487 nextToLoad = LZ4F_decompress(dCtx, ress->dstBuffer, &decodedBytes, (char*)(ress->srcBuffer)+pos, &remaining, NULL);
2493 pos += remaining;
/freebsd-current/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c1078 * Even if the caller is uninterested in querying the remaining valid
4997 int64_t remaining = (int64_t)tupregs[2].dttk_value; local
5013 remaining = (int64_t)size;
5018 if (index < 0 && index + remaining > 0) {
5019 remaining += index;
5025 remaining = 0;
5026 } else if (remaining < 0) {
5027 remaining += len - index;
5028 } else if (index + remaining > size) {
5029 remaining
[all...]
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Daesv8-armx.pl551 ldmia ip,{r4-r5} @ load remaining args
1256 ldmia ip,{r4-r5} @ load remaining args
1786 ldr r4, [ip] @ load remaining arg
3671 # fix up remaining legacy suffixes
3733 # fix up remaining new-style suffixes

Completed in 451 milliseconds

1234567