/src/usr.bin/systat/ |
convtbl.h | 56 extern double convert(const uintmax_t, const int);
|
convtbl.c | 108 convert(const uintmax_t size, const int scale) function in typeref:typename:double
|
ifstat.c | 132 convert(d##_##c, curscale), \ 138 convert(d##_##c, curscale), \ 148 convert(d##_##c, SC_AUTO), \ 153 convert(d##_##c, SC_AUTO), \
|
/src/usr.bin/tftp/ |
tftpsubs.c | 115 int convert) /* if true, convert to ascii */ 124 read_ahead(file, amt, convert); /* fill it */ 138 int convert) /* if true, convert to ascii */ 153 if (convert == 0) { 185 writeit(FILE *file, struct tftphdr **dpp, int ct, int convert) 190 if (write_behind(file, convert) == -1) /* flush it */ 204 write_behind(FILE *file, int convert) 226 if (convert == 0 [all...] |
tftp.c | 228 volatile int size, convert; local in function:sendfile 249 convert = !strcmp(mode, "netascii"); 261 size = readit(file, &dp, blksize, convert); 282 read_ahead(file, blksize, convert); 385 volatile int convert; /* true if converting crlf -> lf */ local in function:recvfile 393 convert = !strcmp(mode, "netascii"); 426 if (write_behind(file, convert) == -1) 507 size = writeit(file, &dp, n - 4, convert); 529 (void)write_behind(file, convert);
|
/src/lib/libc/arch/sparc/gen/ |
fixunsdfsi.S | 48 * Convert double to unsigned integer (for gcc). 73 fbul,a 1f ! if so, use fdtoi to convert to int 76 ! d does not fit in an int, so subtract 2^31, convert, 81 fdtoi %f0, %f0 ! convert to int
|
/src/lib/libc/arch/sparc64/gen/ |
fixunsdfsi.S | 50 * Convert double to unsigned integer (for gcc). 77 fbul,a 1f ! if so, use fdtoi to convert to int 80 ! d does not fit in an int, so subtract 2^63, convert, 85 fdtox %f0, %f0 ! convert to int
|
/src/games/number/ |
number.c | 80 static void convert(char *); 114 convert(line); 120 convert(*argv); 126 convert(char *line) function in typeref:typename:void
|
/src/lib/libc/arch/vax/string/ |
bcmp.S | 46 ashl $-2,%r0,%r3 # convert len to # of long words
|
memcmp.S | 43 ashl $-2,%r0,%r3 # convert len to long words
|
/src/lib/libc_fp/arch/mips/ |
fpsf.S | 121 sub.s $f0, $f12, $f0 # convert to signed 126 add v0, v0, v1 # convert to unsigned 135 sub.s $f0, $f12, $f0 # convert to signed 139 add v0, v0, v1 # convert to unsigned 162 dsub a0, a0, t0 # convert to signed 168 add.s $f0, $f0, $f2 # convert back to unsigned
|
fpdf.S | 122 sub.d $f0, $f12, $f0 # convert to signed 127 add v0, v0, v1 # convert to unsigned 137 sub.d $f0, $f12, $f0 # convert to signed 141 add v0, v0, v1 # convert to unsigned
|
/src/games/battlestar/ |
command1.c | 43 static void convert(int); 76 convert(int tothis) function in typeref:typename:void 122 convert(TODAY); 131 convert(TONIGHT);
|
/src/usr.bin/audio/play/ |
play.c | 53 typedef size_t (*convert)(void *inbuf, void *outbuf, size_t len); typedef in typeref:typename:size_t (*)(void * inbuf,void * outbuf,size_t len) 60 convert *); 245 /* Convert -1.0 to +1.0 into a 32 bit signed value */ 274 /* Convert -1.0 to +1.0 into a 32 bit signed value */ 288 audio_write(int fd, void *buf, size_t len, convert conv) 303 err(1, "malloc of convert buffer failed"); 313 convert conv = NULL; 411 convert conv = NULL; 474 audioctl_write_fromhdr(void *hdr, size_t fsz, int fd, off_t *datasize, const char *file, convert *conv)
|
/src/sbin/veriexecctl/ |
veriexecctl_parse.y | 137 n = convert($1, fp); 203 convert(char *fp, u_char *out)
|
/src/lib/libc/citrus/modules/ |
citrus_gbk2k.c | 219 goto convert; 225 goto convert; 236 goto convert; 241 convert:
|
/src/sys/lib/libsa/ |
ustarfs.c | 144 static int convert(const char *, int, int); 163 convert(const char *f, int base, int fw) function in typeref:typename:int 185 *xi = convert(s, 8, convert(f + 1, 10, 99));
|
/src/usr.bin/make/unit-tests/ |
hanoi-include.mk | 25 # Since make has no built-in arithmetic functions, convert N to a list of
|
/src/sys/arch/m68k/m68k/ |
compat_13_sigreturn13.s | 73 lsrw #1,%d1 | convert to word count
|
compat_16_sigreturn14.s | 73 lsrw #1,%d1 | convert to word count
|
mmu_subr.s | 198 lsrl %d1,%d0 | convert to page frame number
|
/src/common/lib/libc/arch/m68k/string/ |
memcmp.S | 86 lsrl #2,%d1 | convert count to longword count
|
/src/sys/arch/hpcmips/stand/romboot/ |
romboot.S | 80 subu a0, KSEG1_KSEG0_DIFF # convert to kseg0 address
|
/src/sys/arch/mips/mips/ |
spl.S | 132 sll a2, a0, INT_SCALESHIFT # convert IPL to array offset 158 sll a2, a0, INT_SCALESHIFT # convert IPL to array offset
|
/src/sbin/gpt/ |
migrate.c | 172 gpt_type_t (*convert)(gpt_t, u_int, u_int)) 214 type = (*convert)(gpt, i, dl->d_partitions[i].p_fstype); 248 gpt_warnx(gpt, "No MBR in disk to convert");
|