Home
last modified time | relevance | path

Searched refs:f (Results 51 – 75 of 4484) sorted by relevance

12345678910>>...180

/freebsd/stand/ficl/
H A Dfloat.c67 f += GETTOPF().f; in Fadd()
84 f = GETTOPF().f - f; in Fsub()
101 f *= GETTOPF().f; in Fmul()
117 f = -GETTOPF().f; in Fnegate()
134 f = GETTOPF().f / f; in Fdiv()
152 f += GETTOPF().f; in Faddi()
169 f = GETTOPF().f; in Fsubi()
188 f *= GETTOPF().f; in Fmuli()
205 f = GETTOPF().f; in Fdivi()
224 f -= GETTOPF().f; in isubf()
[all …]
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dfifo.c51 fifo_t *f; in fifo_new() local
55 return (f); in fifo_new()
67 if (f->f_tail == NULL) in fifo_add()
68 f->f_head = f->f_tail = fn; in fifo_add()
70 f->f_tail->fn_next = fn; in fifo_add()
71 f->f_tail = fn; in fifo_add()
77 fifo_remove(fifo_t *f) in fifo_remove() argument
87 f->f_tail = NULL; in fifo_remove()
119 free(f); in fifo_free()
123 fifo_len(fifo_t *f) in fifo_len() argument
[all …]
/freebsd/contrib/diff/src/
H A Difdef.c166 f = format_group (thenout, f, ':', groups); in format_group()
169 f = format_group (elseout, f + 1, ')', groups); in format_group()
170 if (*f) in format_group()
171 f++; in format_group()
192 f = do_printf_spec (out, f - 2, 0, 0, groups); in format_group()
291 f = do_printf_spec (out, f - 2, file, from, 0); in print_ifdef_lines()
292 if (f) in print_ifdef_lines()
295 f = f1; in print_ifdef_lines()
315 f++; in do_printf_spec()
333 f = scan_char_literal (f, &value); in do_printf_spec()
[all …]
/freebsd/sys/dev/sdio/
H A Dsdio_subr.c98 sdio_enable_func(struct sdio_func *f) in sdio_enable_func() argument
102 f->fn, true)); in sdio_enable_func()
106 sdio_disable_func(struct sdio_func *f) in sdio_disable_func() argument
110 f->fn, false)); in sdio_disable_func()
121 if (bs > f->max_blksize) in sdio_set_block_size()
127 pdev = device_get_parent(f->dev); in sdio_set_block_size()
136 f->cur_blksize = bs; in sdio_set_block_size()
147 error = SDIO_READ_DIRECT(device_get_parent(f->dev), f->fn, addr, &v); in sdio_read_1()
164 error = SDIO_WRITE_DIRECT(device_get_parent(f->dev), f->fn, addr, val); in sdio_write_1()
175 error = SDIO_READ_EXTENDED(device_get_parent(f->dev), f->fn, addr, in sdio_read_4()
[all …]
/freebsd/contrib/lua/src/
H A Dluac.c149 Proto* f; in combine() local
158 return f; in combine()
172 const Proto* f; in pmain() local
670 const char* s=f->source ? getstr(f->source) : "=?"; in PrintHeader()
679 f->linedefined,f->lastlinedefined, in PrintHeader()
680 S(f->sizecode),VOID(f)); in PrintHeader()
682 (int)(f->numparams),f->is_vararg?"+":"",SS(f->numparams), in PrintHeader()
683 S(f->maxstacksize),S(f->sizeupvalues)); in PrintHeader()
685 S(f->sizelocvars),S(f->sizek),S(f->sizep)); in PrintHeader()
691 n=f->sizek; in PrintDebug()
[all …]
/freebsd/contrib/sendmail/include/sm/
H A Dio.h192 (f).f_r = 0; \
193 (f).f_w = 0; \
194 (f).f_flags = 0L; \
195 (f).f_file = 0; \
200 (f).f_ival = 0; \
355 (--(f)->f_r < 0 ? \
356 sm_rget(f, t) : \
365 (--(f)->f_w < 0 ? \
366 (f)->f_w >= (f)->f_lbfsize ? \
367 (*(f)->f_p = (c)), *(f)->f_p != '\n' ? \
[all …]
/freebsd/usr.sbin/ngctl/
H A Ddot.c68 FILE *f = stdout; in DotCmd() local
93 if (f == NULL) { in DotCmd()
100 if (f != stdout) in DotCmd()
101 (void)fclose(f); in DotCmd()
132 fprintf(f, "\t};\n"); in DotCmd()
140 fprintf(f, "\t};\n"); in DotCmd()
210 fprintf(f, "}\n"); in DotCmd()
213 if (f != stdout) in DotCmd()
214 (void)fclose(f); in DotCmd()
217 if (f != stdout) in DotCmd()
[all …]
/freebsd/contrib/libarchive/tar/test/
H A Dtest_option_T_upper.c30 FILE *f = fopen(fn, "w"); in tryMakeFile() local
31 if (f == NULL) in tryMakeFile()
33 fclose(f); in tryMakeFile()
39 FILE *f; in DEFINE_TEST() local
58 if (!assert(f != NULL)) in DEFINE_TEST()
65 fclose(f); in DEFINE_TEST()
69 if (!assert(f != NULL)) in DEFINE_TEST()
72 fprintf(f, "d1/d2/f3"); in DEFINE_TEST()
74 fprintf(f, "d1/d2/f5"); in DEFINE_TEST()
77 fprintf(f, "d1/d2/f\x0a"); in DEFINE_TEST()
[all …]
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dbitfield.h38 static inline uint64_t ___lsb(uint64_t f) { return (f & -f); } in ___lsb() argument
39 static inline uint64_t ___bitmask(uint64_t f) { return (f / ___lsb(f)); } in ___bitmask() argument
45 return ((v & f) / ___lsb(f)); \
57 return ((le ## _n ## _to_cpu(v) & f) / ___lsb(f)); \
68 return ((v & ___bitmask(f)) * ___lsb(f)); \
80 return (cpu_to_le ## _n((v & ___bitmask(f)) * ___lsb(f))); \
90 uint ## _n ## _t v, uint ## _n ## _t f) \
92 *p = (*p & ~(cpu_to_le ## _n(f))) | \
93 le ## _n ## _encode_bits(v, f); \
105 *p = (*p & ~f) | u ## _n ## _encode_bits(v, f); \
[all …]
/freebsd/stand/libsa/
H A Dlseek.c67 struct open_file *f; in lseek() local
69 f = fd2open_file(fd); in lseek()
70 if (f == NULL || f->f_flags == 0) { in lseek()
75 if (f->f_flags & F_RAW) { in lseek()
81 f->f_offset = offset; in lseek()
84 f->f_offset += offset; in lseek()
90 return (f->f_offset); in lseek()
102 filepos = (f->f_ops->fo_seek)(f, 0, SEEK_CUR); in lseek()
130 offset -= f->f_ralen; in lseek()
135 f->f_ralen = 0; in lseek()
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/print/
H A Dtst.array.d43 this->f->a[0] = 1;
44 this->f->a[1] = 2;
45 this->f->a[2] = 3;
48 this->f->b[2] = 0;
52 this->f->d[0] = 4;
53 this->f->d[1] = 0;
54 this->f->d[2] = 0;
56 print(this->f->a);
57 print(this->f->b);
58 print(this->f->c);
[all …]
/freebsd/secure/caroot/trusted/
H A DHiPKI_Root_CA_-_G1.pem33 f9:e2:dc:2f:55:c8:37:3f:1f:a4:c0:9c:b3:e4:77:
44 50:dc:03:8f:83:3f:b2:42:57:5a:db:6a:e9:11:97:
49 97:4f:21:63:1e:5b:8f:d9:c1:5e:45:71:77:0f:81:
50 5d:5f:21:9a:ad:83:cc:fa:5e:d6:8d:23:5f:1b:3d:
62 3a:7e:c2:3f:7d:ee:fc:2f:14:3e:e6:85:dd:50:6f:
76 4a:a6:23:1d:0e:0d:47:d8:37:c7:6f:af:34:7f:4f:81:6b:35:
82 46:4a:ab:84:c3:1e:27:a1:1f:11:92:99:27:75:93:0f:bc:36:
83 3b:97:57:8f:26:5b:0c:bb:9c:0f:d4:6e:30:07:d4:dc:5f:36:
89 45:d4:f8:68:2f:96:8f:ae:e2:4a:1c:9c:16:0c:13:6f:38:87:
94 9f:d0:e6:35:fe:4e:9f:8b:cc:2b:92:45:5b:6e:25:60:85:46:
[all …]
H A DAutoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem31 20:42:e4:8b:0f:e6:df:5b:a6:03:92:2f:f5:11:e4:
37 83:0c:37:1f:c9:92:37:7f:d7:81:2d:e5:c4:b9:e0:
42 cf:e1:5f:af:20:be:a0:76:7f:76:e5:ec:1a:86:61:
43 33:3e:e7:7b:b4:3f:a0:0f:8e:a2:b9:6a:6f:b9:87:
45 19:8f:b2:ed:9b:9b:c9:90:f5:01:0c:df:19:3d:0f:
52 99:9d:13:24:46:f7:c5:e2:d8:9f:8e:7f:c7:8f:74:
78 74:87:28:02:2b:77:1f:66:89:64:ed:8f:74:2e:46:1c:bb:a8:
83 b0:db:2c:8a:60:0f:b7:6f:94:07:1e:1d:a6:c9:85:f6:bd:34:
85 f8:5f:1c:0b:1d:08:f2:b1:b0:89:7a:f2:f7:a0:e0:c4:8f:8b:
92 2f:a7:98:28:ee:45:fc:f1:b8:88:00:2c:8f:42:da:51:d5:9c:
[all …]
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_51.h252 f0 = f[0]; in fe25519_mul()
253 f1 = f[1]; in fe25519_mul()
254 f2 = f[2]; in fe25519_mul()
255 f3 = f[3]; in fe25519_mul()
256 f4 = f[4]; in fe25519_mul()
342 f0 = f[0]; in fe25519_sq()
343 f1 = f[1]; in fe25519_sq()
344 f2 = f[2]; in fe25519_sq()
345 f3 = f[3]; in fe25519_sq()
346 f4 = f[4]; in fe25519_sq()
[all …]
/freebsd/usr.bin/mkimg/tests/
H A Dimg-63x255-4096-ebr.vmdk.hex90 000009c0 00 0f 00 00 10 0f 00 00 20 0f 00 00 30 0f 00 00 |........ ...0...|
91 000009d0 40 0f 00 00 50 0f 00 00 60 0f 00 00 70 0f 00 00 |@...P...`...p...|
92 000009e0 80 0f 00 00 90 0f 00 00 a0 0f 00 00 b0 0f 00 00 |................|
93 000009f0 c0 0f 00 00 d0 0f 00 00 e0 0f 00 00 f0 0f 00 00 |................|
154 00000dc0 00 1f 00 00 10 1f 00 00 20 1f 00 00 30 1f 00 00 |........ ...0...|
155 00000dd0 40 1f 00 00 50 1f 00 00 60 1f 00 00 70 1f 00 00 |@...P...`...p...|
156 00000de0 80 1f 00 00 90 1f 00 00 a0 1f 00 00 b0 1f 00 00 |................|
157 00000df0 c0 1f 00 00 d0 1f 00 00 e0 1f 00 00 f0 1f 00 00 |................|
225 00001bc0 00 0f 00 00 10 0f 00 00 20 0f 00 00 30 0f 00 00 |........ ...0...|
226 00001bd0 40 0f 00 00 50 0f 00 00 60 0f 00 00 70 0f 00 00 |@...P...`...p...|
[all …]
H A Dimg-63x255-512-ebr.vmdk.hex90 000009c0 00 0f 00 00 10 0f 00 00 20 0f 00 00 30 0f 00 00 |........ ...0...|
91 000009d0 40 0f 00 00 50 0f 00 00 60 0f 00 00 70 0f 00 00 |@...P...`...p...|
92 000009e0 80 0f 00 00 90 0f 00 00 a0 0f 00 00 b0 0f 00 00 |................|
93 000009f0 c0 0f 00 00 d0 0f 00 00 e0 0f 00 00 f0 0f 00 00 |................|
154 00000dc0 00 1f 00 00 10 1f 00 00 20 1f 00 00 30 1f 00 00 |........ ...0...|
155 00000dd0 40 1f 00 00 50 1f 00 00 60 1f 00 00 70 1f 00 00 |@...P...`...p...|
156 00000de0 80 1f 00 00 90 1f 00 00 a0 1f 00 00 b0 1f 00 00 |................|
157 00000df0 c0 1f 00 00 d0 1f 00 00 e0 1f 00 00 f0 1f 00 00 |................|
225 00001bc0 00 0f 00 00 10 0f 00 00 20 0f 00 00 30 0f 00 00 |........ ...0...|
226 00001bd0 40 0f 00 00 50 0f 00 00 60 0f 00 00 70 0f 00 00 |@...P...`...p...|
[all …]
H A Dimg-1x1-4096-apm.vmdk.hex90 000009c0 20 0f 00 00 30 0f 00 00 40 0f 00 00 50 0f 00 00 | ...0...@...P...|
91 000009d0 60 0f 00 00 70 0f 00 00 80 0f 00 00 90 0f 00 00 |`...p...........|
92 000009e0 a0 0f 00 00 b0 0f 00 00 c0 0f 00 00 d0 0f 00 00 |................|
154 00000dc0 20 1f 00 00 30 1f 00 00 40 1f 00 00 50 1f 00 00 | ...0...@...P...|
155 00000dd0 60 1f 00 00 70 1f 00 00 80 1f 00 00 90 1f 00 00 |`...p...........|
156 00000de0 a0 1f 00 00 b0 1f 00 00 c0 1f 00 00 d0 1f 00 00 |................|
224 00001bc0 20 0f 00 00 30 0f 00 00 40 0f 00 00 50 0f 00 00 | ...0...@...P...|
225 00001bd0 60 0f 00 00 70 0f 00 00 80 0f 00 00 90 0f 00 00 |`...p...........|
226 00001be0 a0 0f 00 00 b0 0f 00 00 c0 0f 00 00 d0 0f 00 00 |................|
288 00001fc0 20 1f 00 00 30 1f 00 00 40 1f 00 00 50 1f 00 00 | ...0...@...P...|
[all …]
H A Dimg-63x255-512-apm.vmdk.hex90 000009c0 20 0f 00 00 30 0f 00 00 40 0f 00 00 50 0f 00 00 | ...0...@...P...|
91 000009d0 60 0f 00 00 70 0f 00 00 80 0f 00 00 90 0f 00 00 |`...p...........|
92 000009e0 a0 0f 00 00 b0 0f 00 00 c0 0f 00 00 d0 0f 00 00 |................|
154 00000dc0 20 1f 00 00 30 1f 00 00 40 1f 00 00 50 1f 00 00 | ...0...@...P...|
155 00000dd0 60 1f 00 00 70 1f 00 00 80 1f 00 00 90 1f 00 00 |`...p...........|
156 00000de0 a0 1f 00 00 b0 1f 00 00 c0 1f 00 00 d0 1f 00 00 |................|
224 00001bc0 20 0f 00 00 30 0f 00 00 40 0f 00 00 50 0f 00 00 | ...0...@...P...|
225 00001bd0 60 0f 00 00 70 0f 00 00 80 0f 00 00 90 0f 00 00 |`...p...........|
226 00001be0 a0 0f 00 00 b0 0f 00 00 c0 0f 00 00 d0 0f 00 00 |................|
288 00001fc0 20 1f 00 00 30 1f 00 00 40 1f 00 00 50 1f 00 00 | ...0...@...P...|
[all …]
H A Dimg-1x1-512-apm.vmdk.hex90 000009c0 20 0f 00 00 30 0f 00 00 40 0f 00 00 50 0f 00 00 | ...0...@...P...|
91 000009d0 60 0f 00 00 70 0f 00 00 80 0f 00 00 90 0f 00 00 |`...p...........|
92 000009e0 a0 0f 00 00 b0 0f 00 00 c0 0f 00 00 d0 0f 00 00 |................|
154 00000dc0 20 1f 00 00 30 1f 00 00 40 1f 00 00 50 1f 00 00 | ...0...@...P...|
155 00000dd0 60 1f 00 00 70 1f 00 00 80 1f 00 00 90 1f 00 00 |`...p...........|
156 00000de0 a0 1f 00 00 b0 1f 00 00 c0 1f 00 00 d0 1f 00 00 |................|
224 00001bc0 20 0f 00 00 30 0f 00 00 40 0f 00 00 50 0f 00 00 | ...0...@...P...|
225 00001bd0 60 0f 00 00 70 0f 00 00 80 0f 00 00 90 0f 00 00 |`...p...........|
226 00001be0 a0 0f 00 00 b0 0f 00 00 c0 0f 00 00 d0 0f 00 00 |................|
288 00001fc0 20 1f 00 00 30 1f 00 00 40 1f 00 00 50 1f 00 00 | ...0...@...P...|
[all …]
H A Dimg-63x255-4096-apm.vmdk.hex90 000009c0 20 0f 00 00 30 0f 00 00 40 0f 00 00 50 0f 00 00 | ...0...@...P...|
91 000009d0 60 0f 00 00 70 0f 00 00 80 0f 00 00 90 0f 00 00 |`...p...........|
92 000009e0 a0 0f 00 00 b0 0f 00 00 c0 0f 00 00 d0 0f 00 00 |................|
154 00000dc0 20 1f 00 00 30 1f 00 00 40 1f 00 00 50 1f 00 00 | ...0...@...P...|
155 00000dd0 60 1f 00 00 70 1f 00 00 80 1f 00 00 90 1f 00 00 |`...p...........|
156 00000de0 a0 1f 00 00 b0 1f 00 00 c0 1f 00 00 d0 1f 00 00 |................|
224 00001bc0 20 0f 00 00 30 0f 00 00 40 0f 00 00 50 0f 00 00 | ...0...@...P...|
225 00001bd0 60 0f 00 00 70 0f 00 00 80 0f 00 00 90 0f 00 00 |`...p...........|
226 00001be0 a0 0f 00 00 b0 0f 00 00 c0 0f 00 00 d0 0f 00 00 |................|
288 00001fc0 20 1f 00 00 30 1f 00 00 40 1f 00 00 50 1f 00 00 | ...0...@...P...|
[all …]
H A Dimg-63x255-4096-gpt.vmdk.hex90 000009c0 10 0f 00 00 20 0f 00 00 30 0f 00 00 40 0f 00 00 |.... ...0...@...|
91 000009d0 50 0f 00 00 60 0f 00 00 70 0f 00 00 80 0f 00 00 |P...`...p.......|
92 000009e0 90 0f 00 00 a0 0f 00 00 b0 0f 00 00 c0 0f 00 00 |................|
154 00000dc0 10 1f 00 00 20 1f 00 00 30 1f 00 00 40 1f 00 00 |.... ...0...@...|
155 00000dd0 50 1f 00 00 60 1f 00 00 70 1f 00 00 80 1f 00 00 |P...`...p.......|
156 00000de0 90 1f 00 00 a0 1f 00 00 b0 1f 00 00 c0 1f 00 00 |................|
227 00001bc0 10 0f 00 00 20 0f 00 00 30 0f 00 00 40 0f 00 00 |.... ...0...@...|
228 00001bd0 50 0f 00 00 60 0f 00 00 70 0f 00 00 80 0f 00 00 |P...`...p.......|
229 00001be0 90 0f 00 00 a0 0f 00 00 b0 0f 00 00 c0 0f 00 00 |................|
291 00001fc0 10 1f 00 00 20 1f 00 00 30 1f 00 00 40 1f 00 00 |.... ...0...@...|
[all …]
H A Dimg-1x1-4096-gpt.vmdk.hex90 000009c0 10 0f 00 00 20 0f 00 00 30 0f 00 00 40 0f 00 00 |.... ...0...@...|
91 000009d0 50 0f 00 00 60 0f 00 00 70 0f 00 00 80 0f 00 00 |P...`...p.......|
92 000009e0 90 0f 00 00 a0 0f 00 00 b0 0f 00 00 c0 0f 00 00 |................|
154 00000dc0 10 1f 00 00 20 1f 00 00 30 1f 00 00 40 1f 00 00 |.... ...0...@...|
155 00000dd0 50 1f 00 00 60 1f 00 00 70 1f 00 00 80 1f 00 00 |P...`...p.......|
156 00000de0 90 1f 00 00 a0 1f 00 00 b0 1f 00 00 c0 1f 00 00 |................|
227 00001bc0 10 0f 00 00 20 0f 00 00 30 0f 00 00 40 0f 00 00 |.... ...0...@...|
228 00001bd0 50 0f 00 00 60 0f 00 00 70 0f 00 00 80 0f 00 00 |P...`...p.......|
229 00001be0 90 0f 00 00 a0 0f 00 00 b0 0f 00 00 c0 0f 00 00 |................|
291 00001fc0 10 1f 00 00 20 1f 00 00 30 1f 00 00 40 1f 00 00 |.... ...0...@...|
[all …]
H A Dimg-63x255-4096-bsd.vmdk.hex90 000009c0 20 0f 00 00 30 0f 00 00 40 0f 00 00 50 0f 00 00 | ...0...@...P...|
91 000009d0 60 0f 00 00 70 0f 00 00 80 0f 00 00 90 0f 00 00 |`...p...........|
92 000009e0 a0 0f 00 00 b0 0f 00 00 c0 0f 00 00 d0 0f 00 00 |................|
154 00000dc0 20 1f 00 00 30 1f 00 00 40 1f 00 00 50 1f 00 00 | ...0...@...P...|
155 00000dd0 60 1f 00 00 70 1f 00 00 80 1f 00 00 90 1f 00 00 |`...p...........|
156 00000de0 a0 1f 00 00 b0 1f 00 00 c0 1f 00 00 d0 1f 00 00 |................|
224 00001bc0 20 0f 00 00 30 0f 00 00 40 0f 00 00 50 0f 00 00 | ...0...@...P...|
225 00001bd0 60 0f 00 00 70 0f 00 00 80 0f 00 00 90 0f 00 00 |`...p...........|
226 00001be0 a0 0f 00 00 b0 0f 00 00 c0 0f 00 00 d0 0f 00 00 |................|
288 00001fc0 20 1f 00 00 30 1f 00 00 40 1f 00 00 50 1f 00 00 | ...0...@...P...|
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write.c202 f = calloc(1, sizeof(*f)); in __archive_write_allocate_filter()
234 r = (f->write)(f, buff, length); in __archive_write_filter()
259 ret = (f->open)(f); in __archive_write_open_filter()
285 for (f = a->filter_first; f != NULL; f = f->next_filter) { in __archive_write_filters_close()
289 ret1 = (f->close)(f); in __archive_write_filters_close()
319 for (f = a->filter_first; f != NULL; f = f->next_filter) { in __archive_write_filters_flush()
321 ret1 = (f->flush)(f); in __archive_write_filters_flush()
833 f = f->next_filter; in filter_lookup()
843 return f == NULL ? -1 : f->code; in _archive_filter_code()
850 return f != NULL ? f->name : NULL; in _archive_filter_name()
[all …]
/freebsd/contrib/nvi/common/
H A Dutil.h11 #define FL_INIT(l, f) (l) = (f) /* Specific flags location. */ argument
12 #define FL_SET(l, f) ((l) |= (f)) argument
13 #define FL_CLR(l, f) ((l) &= ~(f)) argument
14 #define FL_ISSET(l, f) ((l) & (f)) argument
16 #define LF_INIT(f) FL_INIT(flags, f) /* Local variable flags. */ argument
17 #define LF_SET(f) FL_SET(flags, f) argument
18 #define LF_CLR(f) FL_CLR(flags, f) argument
19 #define LF_ISSET(f) FL_ISSET(flags, f) argument
22 #define F_SET(p, f) FL_SET((p)->flags, f) argument
23 #define F_CLR(p, f) FL_CLR((p)->flags, f) argument
[all …]

12345678910>>...180