Searched refs:rem (Results 76 - 100 of 171) sorted by relevance

1234567

/freebsd-11-stable/stand/ficl/powerpc/
H A Dsysdep.c47 result.rem = qx % y;
/freebsd-11-stable/stand/ficl/mips/
H A Dsysdep.c47 result.rem = qx % y;
/freebsd-11-stable/stand/ficl/riscv/
H A Dsysdep.c47 result.rem = qx % y;
/freebsd-11-stable/stand/ficl/sparc64/
H A Dsysdep.c47 result.rem = qx % y;
/freebsd-11-stable/contrib/apr-util/crypto/
H A Dapr_siphash.c61 unsigned int rem; \
70 rem = (unsigned int)(n & 0x7); \
71 for (ptr = s, end = ptr + n - rem; ptr < end; ptr += 8) { \
78 switch (rem) { \
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipf.c353 int fl = 0, rem; local
364 rem = fl;
395 printf("remove flags %s (%d)\n", arg, rem);
414 rem = fl;
434 printf("remove flags %s%s (%d)\n", (rem & FR_INQUE) ? "I" : "",
435 (rem & FR_OUTQUE) ? "O" : "", rem);
/freebsd-11-stable/sys/dev/usb/
H A Dusb_handle_request.c473 uint16_t rem; /* data remainder */ local
523 rem = UGETW(req.wLength);
527 rem = xfer->flags_int.control_rem;
528 off = UGETW(req.wLength) - rem;
543 "off=0x%x rem=0x%x, state=%d\n", req.bmRequestType,
544 req.bRequest, wValue, UGETW(req.wIndex), off, rem, state);
760 if (max_len > rem) {
761 max_len = rem;
768 if (rem > xfer->max_data_length) {
769 rem
[all...]
/freebsd-11-stable/usr.bin/mail/
H A Dutil.c162 gethfield(FILE *f, char linebuf[], int rem, char **colon) argument
169 if (--rem < 0)
188 if (rem <= 0)
195 rem--;
206 return (rem);
/freebsd-11-stable/usr.bin/dc/
H A Dinout.c315 BN_ULONG rem = BN_div_word(int_part->number, base); local
316 stack_pushstring(&stack, get_digit(rem, digits, base));
345 u_long rem; local
354 rem = BN_get_word(int_part->number);
355 p = get_digit(rem, digits, base);
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Dghash-armv4.S54 and r14,r4,#0xf @ rem
58 ldrh r8,[sp,r14] @ rem_4bit[rem]
73 and r12,r4,#0xf @ rem
81 ldrh r8,[sp,r12] @ rem_4bit[rem]
88 and r14,r4,#0xf @ rem
89 eor r7,r7,r8,lsl#16 @ ^= rem_4bit[rem]
104 eor r7,r7,r9,lsl#16 @ ^= rem_4bit[rem]
199 and r14,r4,#0xf @ rem
203 ldrh r8,[r2,r14] @ rem_4bit[rem]
216 and r12,r4,#0xf @ rem
[all...]
/freebsd-11-stable/contrib/one-true-awk/
H A Dlex.c133 char *rem; local
148 strtod(buf, &rem); /* parse the number */
149 if (rem == buf) { /* it wasn't a valid number at all */
152 unputstr(rem+1); /* put rest back for later */
154 unputstr(rem); /* put rest back for later */
155 rem[0] = 0; /* truncate buf after number part */
/freebsd-11-stable/bin/pax/
H A Dbuf_subs.c671 int rem; local
685 rem = sz;
703 if ((res = file_write(ofd,bufpt,cnt,&rem,&isem,sz,fnm)) <= 0) {
760 int rem; local
780 rem = sz;
791 res = file_write(fd2, buf, cnt, &rem, &isem, sz, fnm);
H A Dfile_subs.c738 * rem: how many bytes left in this file system block
748 file_write(int fd, char *str, int cnt, int *rem, int *isempt, int sz, argument
760 if (!*rem) {
767 *rem = sz;
774 wcnt = MIN(cnt, *rem);
776 *rem -= wcnt;
/freebsd-11-stable/contrib/blacklist/libexec/
H A Dblacklistd-helper88 rem)
101 /sbin/npfctl rule "$2" rem-id "$7"
/freebsd-11-stable/stand/ficl/i386/
H A Dsysdep.c50 result.rem = qx % y;
/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-x86_64.pl130 $rem="%rdx";
160 mov $Zlo,$rem
166 and \$0xf,$rem
174 xor ($rem_4bit,$rem,8),$Zhi
175 mov $Zlo,$rem
182 and \$0xf,$rem
189 xor ($rem_4bit,$rem,8),$Zhi
190 mov $Zlo,$rem
197 and \$0xf,$rem
204 xor ($rem_4bit,$rem,
[all...]
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-misc.c139 int nanosleep(const struct timespec *req, struct timespec *rem) argument
162 if (rem != NULL)
163 TIMEVAL_TO_TIMESPEC(&tremain, rem)
/freebsd-11-stable/include/
H A Dstdlib.h63 int rem; /* remainder */ member in struct:__anon120
68 long rem; member in struct:__anon121
135 long long rem; member in struct:__anon122
/freebsd-11-stable/sys/kern/
H A Dkern_sysctl.c192 ssize_t rem = sizeof(path); local
198 path[--rem] = 0;
202 rem -= len;
204 rem -= 1;
205 if (rem < 0) {
209 memcpy(path + rem, curr->oid_name, len);
211 path[rem + len] = '.';
223 if (getenv_array(path + rem, data, sizeof(data), &size,
230 if (getenv_array(path + rem, data, sizeof(data), &size,
237 if (getenv_array(path + rem, dat
[all...]
H A Dkern_sendfile.c530 off_t off, sbytes, rem, obj_size; local
563 rem = nbytes ? omin(nbytes, obj_size - offset) : obj_size - offset;
584 for (off = offset; rem > 0; ) {
622 if (space < rem &&
685 rem = nbytes ?
687 rem -= off;
691 if (space > rem)
692 space = rem;
698 * at this iteration. First, we allow readahead up to "rem".
703 rhpages = howmany(rem
[all...]
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.c52 long rem; local
61 rem = nsec % NSEC_PER_SEC;
62 if (rem < 0) {
64 rem += NSEC_PER_SEC;
66 tv.tv_usec = rem / 1000;
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsautil.c548 bit32 x, rem; local
599 rem = length%16;
600 if (rem)
607 for (x = 0; x < rem; x++)
670 rem = length%4;
671 if (rem)
678 for (x = 0; x < rem; x++)
/freebsd-11-stable/sys/dev/ips/
H A Dips_commands.c409 long days, rem, y; local
418 rem = sctime % IPS_SECSPERDAY;
420 command->hour = rem / IPS_SECSPERHOUR;
421 rem = rem % IPS_SECSPERHOUR;
423 command->minute = rem / IPS_SECSPERMIN;
424 command->second = rem % IPS_SECSPERMIN;
/freebsd-11-stable/usr.bin/kdump/
H A Dkdump.c286 int rem; local
289 invalid = !decoder(stdout, value, &rem);
292 printf("<invalid>%u", rem);
299 int rem; local
306 invalid = !decoder(stdout, value, &rem);
309 printf("<invalid>%u", rem);
316 fflags_t rem; local
323 invalid = !sysdecode_fileflags(stdout, value, &rem);
326 printf("<invalid>%u", rem);
333 int rem; local
350 uint32_t rem; local
363 u_long rem; local
[all...]
/freebsd-11-stable/tools/tools/net80211/w00t/prga/
H A Dprga.c260 int dlen, rem; local
273 rem = p->data_ptr - p->data;
274 rem = p->data_len - rem;
276 if (rem <= dlen) {
277 dlen = rem;

Completed in 323 milliseconds

1234567