Searched refs:rest (Results 51 - 75 of 95) sorted by relevance

1234

/freebsd-current/sys/crypto/skein/amd64/
H A Dskein_block_asm.S1128 # now process the rest, using the "real" registers
1224 #save rest of X[] state on stack so debug routines can access it
1288 .irp _rr_,rax,rbx,rcx,rbp,r8,r9,r10,r11,r12,r13,r14,r15 #save the rest of the regs
/freebsd-current/tests/sys/netmap/
H A Dctrl-api-test.c2115 char *rest; local
2125 *k = strtol(scan, &rest, 10);
2127 scan = rest;
2137 *k = strtol(scan, &rest, 10);
2138 scan = rest;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivsi3.S102 srl %o5,1,%o5 ! rest of %o5
H A Dmodsi3.S102 srl %o5,1,%o5 ! rest of %o5
/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1022 U32 rest = total - weightTotal; local
1023 U32 verif = 1 << FSE_highbit32(rest);
1024 U32 lastWeight = FSE_highbit32(rest) + 1;
1025 if (verif != rest) return (size_t)-FSE_ERROR_corruptionDetected; /* last value must be a clean power of 2 */
H A Dzstd_v03.c1600 U32 rest = total - weightTotal; local
1601 U32 verif = 1 << BIT_highbit32(rest);
1602 U32 lastWeight = BIT_highbit32(rest) + 1;
1603 if (verif != rest) return ERROR(corruption_detected); /* last value must be a clean power of 2 */
/freebsd-current/sys/contrib/zstd/doc/educational_decoder/
H A Dzstd_decompress.c1344 // "The rest of the dictionary is its content. The content act
1480 // "Content : The rest of the dictionary is its content. The content act as
1797 const u16 rest = STREAM_read_bits(src, bits, offset); local
1801 *state = ((*state << bits) + rest) & (((u16)1 << dtable->max_bits) - 1);
2024 const u16 rest = STREAM_read_bits(src, bits, offset); local
2025 *state = dtable->new_state_base[*state] + rest;
2149 // Place the rest in the table
/freebsd-current/usr.sbin/rtadvd/
H A Drtadvd.c995 struct timespec interval, now, min_delay, tm_tmp, *rest; local
1009 rest = rtadvd_timer_rest(ifi->ifi_ra_timer);
1010 if (TS_CMP(rest, &interval, <)) {
1012 "the rest of the current timer", __func__);
1013 interval = *rest;
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_bsd.c1503 int len, rest; local
1515 rest = len;
1516 while (rest >= sizeof(struct ieee80211req_scan_result)) {
1520 rest -= sr->isr_len;
/freebsd-current/crypto/openssl/util/
H A Dcheck-format.pl642 ($cmt_text, my $rest) = ($opt_minus.$1, $2);
643 $_ = "$head@@".blind_nonspace($cmt_text)."@@".$rest;
736 sub split_line_head { # split line contents into header containing leading spaces and the first non-space char, and the rest of the line
751 my $intra = shift; # the rest of the line contents
/freebsd-current/stand/lua/
H A Dcli.lua244 -- Used for splitting cli varargs into cmd_name and the rest of argv
/freebsd-current/contrib/bmake/mk/
H A Ddirdeps-cache-update.mk45 # in parallel with the rest of the build.
/freebsd-current/sys/conf/
H A Dkern.opts.mk16 # Note: bsd.own.mk must be included before the rest of kern.opts.mk to make
/freebsd-current/sys/dev/sym/
H A Dsym_hipd.c4188 * to transfer the rest of the current block.
4193 u32 rest; local
4212 rest = dbc & 0xffffff;
4245 (dfifo & 0xff)) - rest) & 0x3ff;
4247 delta = ((dfifo & 0xff) - rest) & 0x7f;
4252 * the target -> add the amount to the rest
4256 rest += delta;
4258 if (ss0 & OLF) rest++;
4260 if (ss0 & ORF) rest++;
4263 if (ss2 & OLF1) rest
[all...]
/freebsd-current/sys/crypto/openssl/arm/
H A Darmv4-mont.S211 ldmia ip,{r4,r5} @ load rest of parameter block
/freebsd-current/lib/libc/amd64/string/
H A Dstpncpy.S225 .Lrunt: movdqa %xmm1, bounce+16(%rsp) # clear out rest of on-stack copy
/freebsd-current/stand/i386/boot0/
H A Dboot0.S507 movw %di,%si # Display the rest
/freebsd-current/contrib/bmake/unit-tests/
H A Dcond-func-empty.mk186 # the condition should have stopped at this point, and the rest of the
H A Dcond-token-plain.mk209 # modifier ':?:' allowed unquoted string literals for the rest of the
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc25 * can be defined at one time and the rest definitions will be filtered out by
/freebsd-current/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc25 * can be defined at one time and the rest definitions will be filtered out by
/freebsd-current/contrib/unbound/daemon/
H A Dremote.c2111 char* rest; local
2116 if(!find_arg2(ssl, args, &rest))
2130 args = rest;
2134 if(!find_arg2(ssl, args, &rest))
2137 args = rest;
2493 /** ssl failure? stop writing and skip the rest. If the tcp
/freebsd-current/contrib/unbound/validator/
H A Dautotrust.c714 /* fixup rest of ptrs */
1036 /* try to do the rest */
2014 time_t rnd, rest; local
2022 rest = wait-rnd;
2024 return (time_t)(*env->now + rest + rnd);
/freebsd-current/sys/dev/sound/pci/hda/
H A Dhdaa.c822 char *key, *value, *rest, *bad; local
826 rest = buf;
827 while ((key = strsep(&rest, "=")) != NULL) {
828 value = strsep(&rest, " \t");
916 char *key, *value, *rest; local
920 rest = buf;
921 while ((key = strsep(&rest, "=")) != NULL) {
922 value = strsep(&rest, " \t");
/freebsd-current/share/mk/
H A Dsrc.opts.mk284 # Default the rest of the LLVM_TARGETs to the value of MK_LLVM_TARGET_ALL.

Completed in 481 milliseconds

1234