Home
last modified time | relevance | path

Searched defs:F (Results 1 – 25 of 206) sorted by relevance

123456789

/netbsd/src/external/lgpl3/gmp/dist/tests/cxx/
Dt-ops3.cc28 #define FOR_ALL_SIGNED_BUILTIN(F) \ argument
36 #define FOR_ALL_BUILTIN(F) \ argument
44 #define FOR_ALL_GMPXX(F) \ argument
77 #define F(V) f(t,(V)u); in ffs() macro
81 #define F(V) f(t,-(V)u); in ffs() macro
87 #define F(V) f(t,(V)u); in ff() macro
91 #define F(V) f(t,-(V)u); in ff() macro
97 #define F(V) g(t,(V)u); in ggs() macro
105 #define F(V) g(t,(V)u); in gg() macro
/netbsd/src/sys/sys/
Dpslist.h293 #define _PSLIST_VALIDATE_CONTAINER(P, T, F) 0 argument
297 #define _PSLIST_VALIDATE_CONTAINER(P, T, F) \ argument
306 #define PSLIST_ENTRY_INIT(E, F) pslist_entry_init(&(E)->F) argument
307 #define PSLIST_ENTRY_DESTROY(E, F) pslist_entry_destroy(&(E)->F) argument
309 #define PSLIST_WRITER_INSERT_HEAD(H, V, F) \ argument
311 #define PSLIST_WRITER_INSERT_BEFORE(E, N, F) \ argument
314 #define PSLIST_WRITER_INSERT_AFTER(E, N, F) \ argument
317 #define PSLIST_WRITER_REMOVE(E, F) \ argument
319 #define PSLIST_WRITER_FIRST(H, T, F) \ argument
322 #define PSLIST_WRITER_NEXT(V, T, F) \ argument
[all …]
/netbsd/src/tests/kernel/
Dt_fdrestart.c55 waitforbarrier(struct fdrestart *F, const char *caller) in waitforbarrier()
71 doread(struct fdrestart *F) in doread()
104 dowrite(struct fdrestart *F) in dowrite()
152 struct fdrestart *F = cookie; in doit() local
167 testfdrestart(struct fdrestart *F) in testfdrestart()
191 struct fdrestart fdrestart, *F = &fdrestart; in ATF_TC_BODY() local
211 struct fdrestart fdrestart, *F = &fdrestart; in ATF_TC_BODY() local
232 struct fdrestart fdrestart, *F = &fdrestart; in ATF_TC_BODY() local
252 struct fdrestart fdrestart, *F = &fdrestart; in ATF_TC_BODY() local
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Dlwpintrin.h65 #define __lwpval32(D2, D1, F) \ argument
69 #define __lwpval64(D2, D1, F) \ argument
92 #define __lwpins32(D2, D1, F) \ argument
96 #define __lwpins64(D2, D1, F) \ argument
/netbsd/src/sys/external/bsd/common/include/linux/
Dstddef.h34 #define sizeof_field(T, F) sizeof(((T *)0)->F) argument
35 #define offsetofend(T, F) (offsetof(T, F) + sizeof_field(T, F)) argument
/netbsd/src/external/gpl2/xcvs/dist/lib/
Ddirname.h37 # define IS_ABSOLUTE_FILE_NAME(F) ISSLASH ((F)[FILE_SYSTEM_PREFIX_LEN (F)]) argument
38 # define IS_RELATIVE_FILE_NAME(F) (! IS_ABSOLUTE_FILE_NAME (F)) argument
/netbsd/src/include/
Dnsswitch.h119 #define NS_FILES_CB(F,C) { NSSRC_FILES, F, __UNCONST(C) }, argument
120 #define NS_COMPAT_CB(F,C) { NSSRC_COMPAT, F, __UNCONST(C) }, argument
123 # define NS_DNS_CB(F,C) { NSSRC_DNS, F, __UNCONST(C) }, argument
125 # define NS_DNS_CB(F,C) argument
129 # define NS_NIS_CB(F,C) { NSSRC_NIS, F, __UNCONST(C) }, argument
131 # define NS_NIS_CB(F,C) argument
/netbsd/src/sys/kern/
Dsubr_kmem.c112 #define KMEM_CACHE_SIZES(F) \ argument
137 #define KMEM_CACHE_BIG_SIZES(F) \ argument
145 #define F(SZ, NAME, PROBENAME) \ macro
156 #define F(SZ, NAME, PROBENAME) \ macro
177 #define F(SZ, NAME, PROBENAME) \ macro
182 #define F(SZ, NAME, PROBENAME) { SZ, #NAME }, macro
270 #define KMEM_CACHE_ALLOC_PROBE(I, P, RS, AS, F) \ argument
272 #define KMEM_CACHE_BIG_ALLOC_PROBE(I, P, RS, AS, F) \ argument
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/
Denvironment.c65 read_env_file(FILE *F, char ***env, int *assigned) in read_env_file()
136 FILE *F; in read_environment() local
/netbsd/src/sys/ufs/lfs/
Dlfs_accessors.h664 # define SHARE_IFLOCK(F) \ argument
668 # define UNSHARE_IFLOCK(F) \ argument
673 # define SHARE_IFLOCK(F) argument
674 # define UNSHARE_IFLOCK(F) argument
678 #define LFS_SEGENTRY(SP, F, IN, BP) do { \ argument
695 #define LFS_WRITESEGENTRY(SP, F, IN, BP) do { \ argument
831 #define LFS_IENTRY(IP, F, IN, BP) do { \ argument
851 #define LFS_IENTRY_NEXT(IP, F) do { \ argument
947 #define LFS_CLEANERINFO(CP, F, BP) do { \ argument
1502 #define LFS_EST_CMETA(F) (( \ argument
[all …]
Dlfs_alloc.c95 #define SET_BITMAP_FREE(F, I) do { \ argument
100 #define CLR_BITMAP_FREE(F, I) do { \ argument
106 #define ISSET_BITMAP_FREE(F, I) \ argument
/netbsd/src/external/bsd/kyua-cli/dist/utils/format/
Dmacros.hpp55 #define F(fmt) utils::format::formatter(fmt) macro
/netbsd/src/lib/libm/noieee_src/
Dn_log.c380 double F, f, g, q, u, u2, v, zero = 0.0, one = 1.0; in __weak_alias() local
452 double F, f, g, q, u, v, u2; in __log__D() local
/netbsd/src/lib/libm/arch/vax/
Dn_cbrt.S102 F : .float 0f1.607142857 # 45/28 label
/netbsd/src/sys/external/bsd/drm2/include/linux/
Dinterval_tree_generic.h39 #define INTERVAL_TREE_DEFINE(T, F, KT, KLAST, NSTART, NLAST, QUAL, PREFIX) \ argument
Drbtree.h47 #define rb_entry(P, T, F) container_of(P, T, F) argument
48 #define rb_entry_safe(P, T, F) \ argument
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dsel-sched-ir.h305 #define FENCE_INSN(F) ((F)->insn) argument
306 #define FENCE_STATE(F) ((F)->state) argument
307 #define FENCE_BNDS(F) ((F)->bnds) argument
308 #define FENCE_PROCESSED_P(F) ((F)->processed_p) argument
309 #define FENCE_SCHEDULED_P(F) ((F)->scheduled_p) argument
310 #define FENCE_ISSUED_INSNS(F) ((F)->cycle_issued_insns) argument
311 #define FENCE_CYCLE(F) ((F)->cycle) argument
312 #define FENCE_STARTS_CYCLE_P(F) ((F)->starts_cycle_p) argument
313 #define FENCE_AFTER_STALL_P(F) ((F)->after_stall_p) argument
314 #define FENCE_DC(F) ((F)->dc) argument
[all …]
/netbsd/src/external/lgpl3/mpfr/dist/tests/
Dtrint.c152 #define BASIC_TEST(F,J) \ argument
202 #define BASIC_TEST2(F,J,INEX) \ argument
355 #define TEST_FCT(F) test_fct (&F, &mpfr_##F, #F, (mpfr_rnd_t) r) argument
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
Dnsrecurs.cc41 namespace F namespace
/netbsd/src/lib/libm/src/
Ds_cbrtf.c35 F = 1.6071428061e+00, /* 45/28 = 0x3fcdb6db */ variable
Ds_cbrt.c38 F = 1.60714285714285720630e+00, /* 45/28 = 0x3FF9B6DB, 0x6DB6DB6E */ variable
Db_log.c371 double F, f, g, q, u, v, u2; in __log__D() local
/netbsd/src/sys/ufs/ext2fs/
Dext2fs_hash.h32 #define F(x, y, z) (((x) & (y)) | ((~x) & (z))) macro
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-moxie.h37 #define md_convert_frag(B, S, F) as_fatal (_("convert_frag\n")) argument
/netbsd/src/sys/dev/acpi/
Dacpi_ec.c114 #define EC_STATE_ENUM(F) \ argument
126 #define F(N, S) N, macro
133 #define F(N, S) [N] = S, macro
167 #define ACPIEC_DEBUG_ENUM(F) \ argument
175 #define F(N, S) N, macro
181 #define F(N, S) [N] = S, macro

123456789