Searched refs:BASE (Results 1 - 25 of 411) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Delf-lib.h26 #define CRT_GET_RFIB_DATA(BASE) \
35 : "=d"(BASE))
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/i386/
H A Delf-lib.h26 #define CRT_GET_RFIB_DATA(BASE) \
35 : "=d"(BASE))
/netbsd-current/sys/arch/bebox/stand/boot_com0/
H A DMakefile3 BASE=boot_com0 macro
/netbsd-current/sys/arch/bebox/stand/boot_vga/
H A DMakefile3 BASE=boot_vga macro
/netbsd-current/sys/arch/prep/stand/boot_com0/
H A DMakefile3 BASE=boot_com0 macro
/netbsd-current/sys/arch/prep/stand/boot_com0_vreset/
H A DMakefile3 BASE=boot_com0_vreset macro
/netbsd-current/external/mit/isl/dist/
H A Dprint.c16 #undef BASE macro
17 #define BASE id macro
19 #undef BASE macro
20 #define BASE multi_id macro
22 #undef BASE macro
23 #define BASE val macro
25 #undef BASE macro
26 #define BASE multi_val macro
28 #undef BASE macro
29 #define BASE spac macro
31 #undef BASE macro
32 #define BASE macro
34 #undef BASE macro
35 #define BASE macro
37 #undef BASE macro
38 #define BASE macro
40 #undef BASE macro
41 #define BASE macro
43 #undef BASE macro
44 #define BASE macro
46 #undef BASE macro
47 #define BASE macro
49 #undef BASE macro
50 #define BASE macro
52 #undef BASE macro
53 #define BASE macro
55 #undef BASE macro
56 #define BASE macro
58 #undef BASE macro
59 #define BASE macro
61 #undef BASE macro
62 #define BASE macro
64 #undef BASE macro
65 #define BASE macro
67 #undef BASE macro
68 #define BASE macro
70 #undef BASE macro
71 #define BASE macro
73 #undef BASE macro
74 #define BASE macro
76 #undef BASE macro
77 #define BASE macro
79 #undef BASE macro
80 #define BASE macro
82 #undef BASE macro
83 #define BASE macro
85 #undef BASE macro
86 #define BASE macro
88 #undef BASE macro
89 #define BASE macro
91 #undef BASE macro
92 #define BASE macro
94 #undef BASE macro
95 #define BASE macro
97 #undef BASE macro
98 #define BASE macro
100 #undef BASE macro
101 #define BASE macro
103 #undef BASE macro
104 #define BASE macro
[all...]
H A Disl_multi_macro.h2 #define EL_BASE BASE
5 #define xMULTI(BASE) isl_multi_ ## BASE
6 #define MULTI(BASE) xMULTI(BASE)
H A Disl_multi_min_max_templ.c12 __isl_give MULTI(BASE) *FN(MULTI(BASE),min)(__isl_take MULTI(BASE) *multi1,
13 __isl_take MULTI(BASE) *multi2)
15 return FN(MULTI(BASE),bin_op)(multi1, multi2, &FN(EL,min));
20 __isl_give MULTI(BASE) *FN(MULTI(BASE),max)(__isl_take MULTI(BASE) *multi1,
21 __isl_take MULTI(BASE) *multi2)
23 return FN(MULTI(BASE),bin_o
[all...]
H A Disl_multi_floor.c14 __isl_give MULTI(BASE) *FN(MULTI(BASE),floor)(__isl_take MULTI(BASE) *multi)
16 S(MULTI(BASE),un_op_control) control = { .fn_el = &FN(EL,floor) };
17 return FN(MULTI(BASE),un_op)(multi, &control);
H A Disl_multi_no_explicit_domain.c21 static int FN(MULTI(BASE),has_explicit_domain)(__isl_keep MULTI(BASE) *multi)
29 static __isl_give MULTI(BASE) *FN(MULTI(BASE),init_explicit_domain)(
30 __isl_take MULTI(BASE) *multi)
38 static __isl_give MULTI(BASE) *FN(MULTI(BASE),intersect_explicit_domain)(
39 __isl_take MULTI(BASE) *dst, __isl_keep MULTI(BASE) *src)
48 static __isl_give MULTI(BASE) *F
[all...]
H A Disl_multi_locals_templ.c14 isl_bool FN(MULTI(BASE),involves_locals)(__isl_keep MULTI(BASE) *multi)
16 return FN(MULTI(BASE),any)(multi, FN(EL,involves_locals));
H A Disl_multi_nan_templ.c14 isl_bool FN(MULTI(BASE),involves_nan)(__isl_keep MULTI(BASE) *multi)
16 return FN(MULTI(BASE),any)(multi, &FN(EL,involves_nan));
H A Disl_multi_zero_space_templ.c17 __isl_give MULTI(BASE) *FN(isl_space_zero_multi,BASE)(
20 return FN(MULTI(BASE),zero)(space);
H A Disl_multi_arith_templ.c18 __isl_give MULTI(BASE) *FN(MULTI(BASE),add)(__isl_take MULTI(BASE) *multi1,
19 __isl_take MULTI(BASE) *multi2)
21 return FN(MULTI(BASE),bin_op)(multi1, multi2, &FN(EL,add));
26 __isl_give MULTI(BASE) *FN(MULTI(BASE),sub)(__isl_take MULTI(BASE) *multi1,
27 __isl_take MULTI(BASE) *multi2)
29 return FN(MULTI(BASE),bin_o
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/common/zmod/
H A Dadler32.c11 #define BASE 65521UL /* largest prime smaller than 65536 */ macro
13 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
25 if (a >= (BASE << 16)) a -= (BASE << 16); \
26 if (a >= (BASE << 15)) a -= (BASE << 15); \
27 if (a >= (BASE << 14)) a -= (BASE << 14); \
28 if (a >= (BASE << 13)) a -= (BASE << 1
[all...]
/netbsd-current/external/mpl/bind/bin/dnssec/dnssec-dsfromkey/
H A DMakefile3 BASE= ${.CURDIR:T} macro
4 MAN=${BASE}.1
/netbsd-current/external/mpl/bind/bin/dnssec/dnssec-cds/
H A DMakefile3 BASE= ${.CURDIR:T} macro
4 MAN=${BASE}.1
/netbsd-current/external/mit/isl/dist/include/isl/
H A Dmulti.h13 #define ISL_DECLARE_MULTI(BASE) \
14 isl_ctx *isl_multi_##BASE##_get_ctx( \
15 __isl_keep isl_multi_##BASE *multi); \
17 __isl_give isl_space *isl_multi_##BASE##_get_space( \
18 __isl_keep isl_multi_##BASE *multi); \
19 __isl_give isl_space *isl_multi_##BASE##_get_domain_space( \
20 __isl_keep isl_multi_##BASE *multi); \
22 __isl_give isl_##BASE##_list *isl_multi_##BASE##_get_list( \
23 __isl_keep isl_multi_##BASE *mult
[all...]
/netbsd-current/external/mpl/bind/bin/check/
H A DMakefile.inc16 PROG=${BASE}
17 SRCS=${BASE}.c check-tool.c
18 MAN?=${BASE}.1
/netbsd-current/external/mpl/bind/bin/check/named-checkconf/
H A DMakefile3 BASE= ${.CURDIR:T} macro
/netbsd-current/external/mpl/bind/bin/dnssec/dnssec-importkey/
H A DMakefile3 BASE= ${.CURDIR:T} macro
/netbsd-current/external/mpl/bind/bin/dnssec/dnssec-keyfromlabel/
H A DMakefile3 BASE= ${.CURDIR:T} macro
/netbsd-current/external/mpl/bind/bin/dnssec/dnssec-keygen/
H A DMakefile3 BASE= ${.CURDIR:T} macro
/netbsd-current/external/mpl/bind/bin/dnssec/dnssec-revoke/
H A DMakefile3 BASE= ${.CURDIR:T} macro

Completed in 214 milliseconds

1234567891011>>