Searched refs:pre (Results 1 - 25 of 386) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/powerpc/
H A Daltivec-26.c10 #error __APPLE_ALTIVEC__ not pre-defined
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/html/
H A DMakefile.sub1 PROG=pre-grohtml$(EXEEXT)
2 # MAN1=pre-grohtml.n
6 OBJS=pre-html.$(OBJEXT) pushback.$(OBJEXT)
7 CCSRCS=$(srcdir)/pre-html.cpp $(srcdir)/pushback.cpp
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mmix/
H A Dprefix2.s2 PREFIX pre
H A Dprefix1.s6 PREFIX pre
8 :pre:c TETRA :pre:d
12 :pre:fix:c TETRA :pre:fix:d
H A Dprefix1.d13 0+c l \.text 0+ pre:c
15 0+14 l \.text 0+ pre:fix:c
21 0+ \*UND\* 0+ pre:d
23 0+ \*UND\* 0+ pre:fix:d
32 0+c R_MMIX_32 pre:d
34 0+14 R_MMIX_32 pre:fix:d
/netbsd-6-1-5-RELEASE/gnu/usr.bin/groff/src/preproc/html/
H A DMakefile7 PROG= pre-grohtml
8 SRCS= pre-html.cpp pushback.cpp
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-instrument.c106 pre (const char *str) function
141 pre ("mpn_add_n");
146 pre ("mpn_add_nc");
152 pre ("mpn_addlsh1_n");
158 pre ("mpn_and_n");
164 pre ("mpn_andn_n");
169 pre ("mpn_addmul_1");
174 pre ("mpn_addmul_1c");
180 pre ("mpn_com");
186 pre ("mpn_copy
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/testsuite/
H A Darm_branch_range.t27 .text.pre : { *(.text.pre) }
H A Dthumb2_branch_range.t27 .text.pre : { *(.text.pre) }
H A Dthumb_branch_range.t27 .text.pre : { *(.text.pre) }
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dinput-file.h65 void input_file_open (char *filename, int pre);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Dspec9.C16 T pre; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/template/
H A Dspec9.C16 T pre; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dloop-20.c6 typedef struct gfc_se { int pre; } gfc_se; member in struct:gfc_se
16 a (se->pre, b (dest, dest_index), c (src, src_index));
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/generic/
H A Dmod_1.c220 mp_limb_t pre[4]; local
221 mpn_mod_1_1p_cps (pre, b);
222 return mpn_mod_1_1p (ap, n, b, pre);
233 mp_limb_t pre[4]; local
234 mpn_mod_1_1p_cps (pre, b);
235 return mpn_mod_1_1p (ap, n, b << pre[1], pre);
239 mp_limb_t pre[5]; local
240 mpn_mod_1s_2p_cps (pre, b);
241 return mpn_mod_1s_2p (ap, n, b << pre[
245 mp_limb_t pre[7]; local
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-inp_str.c80 int i, pre, post, j, got_nread, want_nread; local
88 for (pre = 0; pre <= 3; pre++)
99 for (j = 0; j < pre; j++)
118 printf (" pre %d\n", pre);
136 printf (" pre %d\n", pre);
143 /* only expect "pre" include
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-inp_str.c77 int i, pre, post, j, got_nread, want_nread; local
85 for (pre = 0; pre <= 3; pre++)
96 for (j = 0; j < pre; j++)
115 printf (" pre %d\n", pre);
133 printf (" pre %d\n", pre);
140 /* only expect "pre" include
[all...]
/netbsd-6-1-5-RELEASE/external/mit/xorg/share/nls/
H A DMakefile.nls15 ${_F}.ct: ${_F}.pre
23 FILESNAME_${_F}.ct= ${_F:S/.pre$//}
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c/detail/
H A Dsanity_test.c54 enum type { inv, pre, post, unreachable }; enumerator in enum:type
89 case pre:
153 case pre:
202 ATF_TC(pre); variable
203 ATF_TC_HEAD(pre, tc)
207 ATF_TC_BODY(pre, tc)
211 do_test(pre, false);
212 do_test(pre, true);
248 ATF_TP_ADD_TC(tp, pre);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c/detail/
H A Dsanity_test.c56 enum type { inv, pre, post, unreachable }; enumerator in enum:type
91 case pre:
155 case pre:
204 ATF_TC(pre); variable
205 ATF_TC_HEAD(pre, tc)
209 ATF_TC_BODY(pre, tc)
213 do_test(pre, false);
214 do_test(pre, true);
250 ATF_TP_ADD_TC(tp, pre);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/ec/
H A Decp_nistp224.c1175 NISTP224_PRE_COMP *pre = pre_; local
1177 if (!pre)
1180 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
1184 OPENSSL_free(pre);
1190 NISTP224_PRE_COMP *pre = pre_; local
1192 if (!pre)
1195 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
1199 OPENSSL_cleanse(pre, sizeof *pre);
1200 OPENSSL_free(pre);
1328 NISTP224_PRE_COMP *pre = NULL; local
1520 NISTP224_PRE_COMP *pre = NULL; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/
H A DMakefile.inc12 -mllvm -inline-threshold=3 -mllvm -enable-load-pre=false
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/cris/
H A Drd-v32s-2.s2 ; take 32-bit immediate operands, as opposed to pre-v32 CRIS.
H A Dv32-err-3.s2 ; #1: Error for pre-v32 flags for v32.
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20040629-1.c28 #define T(n, pre, post, op) \
29 void fn1_##n (unsigned int x) { pre b.i post; } \
30 void fn2_##n (unsigned int x) { pre b.j post; } \
31 void fn3_##n (unsigned int x) { pre b.k post; } \
32 void fn4_##n (unsigned int x) { pre c.i post; } \
33 void fn5_##n (unsigned int x) { pre c.j post; } \
34 void fn6_##n (unsigned int x) { pre c.k post; } \
35 void fn7_##n (unsigned int x) { pre d.i post; } \
36 void fn8_##n (unsigned int x) { pre d.j post; } \
37 void fn9_##n (unsigned int x) { pre
[all...]

Completed in 191 milliseconds

1234567891011>>