HomeSort by: relevance | last modified time | path
    Searched refs:pre (Results 1 - 25 of 599) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/usr.bin/make/unit-tests/
varmod-sysv.exp 7 pre-middle-suffix = "pre-middle-suffix"
11 pre-middle-suffix =NS "pre-middle-suffixNS"
15 pre-middle-suffix =% "pre-middle-suffix%"
19 pre-middle-suffix =%NS "pre-middle-suffix%NS"
23 pre-middle-suffix =NPre% "pre-middle-suffixNPre%
    [all...]
dir.exp 10 Expanding "{pre-,}{patch,configure}"... Expanding "pre-{patch,configure}"... pre-patch pre-configure
11 Expanding "{patch,configure}"... pre-patch pre-configure patch configure
12 pre-patch pre-configure patch configure
35 : pre-patch
36 : pre-configur
    [all...]
  /src/external/lgpl3/gmp/dist/tests/mpn/
t-instrument.c 105 pre (const char *str) function
140 pre ("mpn_add_n");
145 pre ("mpn_add_nc");
151 pre ("mpn_addlsh1_n");
157 pre ("mpn_and_n");
163 pre ("mpn_andn_n");
168 pre ("mpn_addmul_1");
173 pre ("mpn_addmul_1c");
179 pre ("mpn_com");
185 pre ("mpn_copyd")
    [all...]
t-mod_1.c 34 mp_limb_t pre[4]; local
35 mpn_mod_1_1p_cps (pre, b);
36 r = mpn_mod_1_1p (ap, n, b << pre[1], pre);
45 mp_limb_t pre[5]; local
46 mpn_mod_1s_2p_cps (pre, b);
47 r = mpn_mod_1s_2p (ap, n, b << pre[1], pre);
56 mp_limb_t pre[6]; local
57 mpn_mod_1s_3p_cps (pre, b)
67 mp_limb_t pre[7]; local
    [all...]
  /src/external/gpl2/groff/bin/html/
Makefile 11 PROG_CXX= pre-grohtml
12 SRCS= pre-html.cpp pushback.cpp
  /src/external/gpl3/binutils/dist/gas/
input-file.h 64 void input_file_open (const char *filename, int pre);
  /src/external/gpl3/binutils.old/dist/gas/
input-file.h 64 void input_file_open (const char *filename, int pre);
  /src/external/lgpl3/gmp/dist/mpn/sparc64/
mod_1.c 208 mp_limb_t pre[4]; local
209 mpn_mod_1_1p_cps (pre, b);
210 return mpn_mod_1_1p (ap, n, b, pre);
221 mp_limb_t pre[4]; local
222 mpn_mod_1_1p_cps (pre, b);
223 return mpn_mod_1_1p (ap, n, b << pre[1], pre);
227 mp_limb_t pre[5]; local
228 mpn_mod_1s_2p_cps (pre, b);
229 return mpn_mod_1s_2p (ap, n, b << pre[1], pre)
233 mp_limb_t pre[7]; local
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/generic/
mod_1.c 80 #define mpn_mod_1_1p(ap, n, b, pre) \
81 (mod_1_1p_method == 1 ? mpn_mod_1_1p_1 (ap, n, b, pre) \
82 : (mod_1_1p_method == 2 ? mpn_mod_1_1p_2 (ap, n, b, pre) \
83 : __gmpn_mod_1_1p (ap, n, b, pre)))
86 #define mpn_mod_1_1p_cps(pre, b) \
87 (mod_1_1p_method == 1 ? mpn_mod_1_1p_cps_1 (pre, b) \
88 : (mod_1_1p_method == 2 ? mpn_mod_1_1p_cps_2 (pre, b) \
89 : __gmpn_mod_1_1p_cps (pre, b)))
250 mp_limb_t pre[4]; local
251 mpn_mod_1_1p_cps (pre, b)
263 mp_limb_t pre[4]; local
269 mp_limb_t pre[5]; local
275 mp_limb_t pre[7]; local
    [all...]
  /src/external/lgpl3/gmp/dist/tests/mpf/
t-inp_str.c 80 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" included in the count when non-zero *
    [all...]
  /src/external/lgpl3/gmp/dist/tests/mpz/
t-inp_str.c 87 int i, pre, post, j, got_nread, want_nread; local
95 for (pre = 0; pre <= 3; pre++)
106 for (j = 0; j < pre; j++)
125 printf (" pre %d\n", pre);
143 printf (" pre %d\n", pre);
150 /* only expect "pre" included in the count when non-zero *
    [all...]
  /src/sys/arch/arm/sunxi/
sunxi_ccu_prediv.c 45 u_int rate, pre, div, sel; local
61 pre = __SHIFTOUT(val, prediv->prediv);
63 pre = 0;
76 pre = prediv->prediv_fixed;
78 pre++;
81 pre *= 2;
84 return rate / pre / div;
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify-me.cc 157 gimple_seq pre = NULL; local
167 gimplify_expr (gimple_cond_lhs_ptr (cond_stmt), &pre, NULL, local
169 gimplify_expr (gimple_cond_rhs_ptr (cond_stmt), &pre, NULL, local
175 &pre, NULL, is_gimple_val, fb_rvalue);
180 &pre, NULL, is_gimple_val, fb_rvalue);
198 gimplify_expr (&TREE_VALUE (op), &pre, NULL, local
211 gimplify_expr (&TREE_VALUE (op), &pre, NULL, local
214 gimplify_expr (&TREE_VALUE (op), &pre, NULL, local
231 gimplify_expr (&op, &pre, NULL, is_gimple_lvalue, fb_lvalue);
235 gimplify_expr (&op, &pre, NULL
258 gimplify_expr (gimple_assign_rhs1_ptr (stmt), &pre, NULL, local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gimplify-me.cc 157 gimple_seq pre = NULL; local
167 gimplify_expr (gimple_cond_lhs_ptr (cond_stmt), &pre, NULL, local
169 gimplify_expr (gimple_cond_rhs_ptr (cond_stmt), &pre, NULL, local
175 &pre, NULL, is_gimple_val, fb_rvalue);
180 &pre, NULL, is_gimple_val, fb_rvalue);
198 gimplify_expr (&TREE_VALUE (op), &pre, NULL, local
211 gimplify_expr (&TREE_VALUE (op), &pre, NULL, local
214 gimplify_expr (&TREE_VALUE (op), &pre, NULL, local
231 gimplify_expr (&op, &pre, NULL, is_gimple_lvalue, fb_lvalue);
235 gimplify_expr (&op, &pre, NULL
258 gimplify_expr (gimple_assign_rhs1_ptr (stmt), &pre, NULL, local
    [all...]
  /src/external/bsd/atf/dist/atf-c/detail/
sanity_test.c 54 enum type { inv, pre, post, unreachable }; enumerator in enum:type
74 case pre:
75 PRE(td->m_cond);
133 case pre:
182 ATF_TC(pre); variable
183 ATF_TC_HEAD(pre, tc)
185 atf_tc_set_md_var(tc, "descr", "Tests the PRE macro");
187 ATF_TC_BODY(pre, tc)
191 do_test(pre, false);
192 do_test(pre, true)
    [all...]
  /src/usr.bin/gzip/
unpack.c 93 * reading from the pre buffer.
95 * The pre/prelen are not part of unpack_descriptor_t{} as it is passed as
100 char **pre, size_t *prelen)
105 return (unsigned char)*((*pre)++);
169 unpack_parse_header(int in, int out, char **pre, size_t *prelen, off_t *bytes_in,
180 memcpy(hdr, *pre, copysize);
181 (*pre) += copysize;
184 *pre = NULL;
232 if ((thisbyte = unpack_fgetc_in(unpackd, pre, prelen)) == EOF)
260 thisbyte = unpack_fgetc_in(unpackd, pre, prelen)
353 unpack_parse_header(dup(in), dup(out), &pre, &prelen, bytes_in, &unpackd); local
    [all...]
  /src/lib/libc/locale/
_wcstod.h 46 #define INT_NAME_(pre, middle, post) pre ## middle ## post
47 #define INT_NAME(pre, middle, post) INT_NAME_(pre, middle, post)
_wcstoul.h 48 #define INT_FUNCNAME_(pre, name, post) pre ## name ## post
49 #define INT_FUNCNAME(pre, name, post) INT_FUNCNAME_(pre, name, post)
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
mmio_context.h 49 void intel_gvt_switch_mmio(struct intel_vgpu *pre,
mmio_context.c 397 static void switch_mocs(struct intel_vgpu *pre, struct intel_vgpu *next,
413 dev_priv = pre ? pre->gvt->dev_priv : next->gvt->dev_priv;
420 if (!pre && !gen9_render_mocs.initialized)
425 if (pre)
426 old_v = vgpu_vreg_t(pre, offset);
443 if (pre)
444 old_v = vgpu_vreg_t(pre, l3_offset);
473 static void switch_mmio(struct intel_vgpu *pre,
482 dev_priv = pre ? pre->gvt->dev_priv : next->gvt->dev_priv
    [all...]
  /src/external/lgpl3/gmp/dist/
gen-trialdivtab.c 37 several types of pre-computed inverses. It refers to tables of the type
64 mpz_t pre[7]; local
92 mpz_init (pre[i]);
126 mpn_mod_1s_4p_cps (pre, acc);
127 stop = sumspills (acc, pre + 2, 5);
179 mpn_mod_1s_4p_cps (pre, acc);
180 stop = sumspills (acc, pre + 2, 5);
185 mpn_mod_1s_4p_cps (pre, ppp);
188 printf ("),{CNST_LIMB(0x"); mpz_out_str (stdout, 16, pre[0]);
189 printf ("),%d", (int) PTR(pre[1])[0])
    [all...]
  /src/sys/dev/rcons/
raster_op.c 103 ** the source code 16 times smaller. The pre and pst args are code
113 #define ROP_DST(op,pre,d,pst) \
117 pre \
122 pre \
130 pre \
138 #define ROP_DSTCOLOR(op,pre,d,c,pst) \
142 pre \
147 pre \
155 pre \
163 #define ROP_SRCDST(op,pre,s,d,pst)
    [all...]
  /src/external/bsd/bzip2/dist/
bzip.css 7 #626262 dark gray pre border
8 #eeeeee very light gray pre background
64 code, tt, pre { font-size: 120%; }
67 div.literallayout, pre.programlisting, pre.screen {
  /src/external/bsd/ntp/dist/scripts/deprecated/
html2man.in 90 $pre = 0;
100 if (!$pre) {
161 if($token->[1] eq "pre") {
163 $pre = 1;
213 if($token->[1] eq "pre") {
215 $pre = 0;
  /src/common/lib/libc/stdlib/
_strtoi.h 59 #define INT_FUNCNAME_(pre, name, post) pre ## name ## post
60 #define INT_FUNCNAME(pre, name, post) INT_FUNCNAME_(pre, name, post)

Completed in 53 milliseconds

1 2 3 4 5 6 7 8 91011>>