| /src/external/gpl3/gdb.old/dist/gdb/syscalls/ |
| update-linux-defaults.sh | 36 pre () function 62 pre
|
| update-linux-from-src.sh | 86 pre () function 155 pre "$f" "$start_date" "$h"
|
| /src/external/gpl3/gdb/dist/gdb/syscalls/ |
| update-linux-defaults.sh | 36 pre () function 62 pre
|
| update-linux-from-src.sh | 86 pre () function 155 pre "$f" "$start_date" "$h"
|
| /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/crypto/external/apache2/openssl/dist/apps/lib/ |
| log.c | 47 BIO *bio, *pre = BIO_new(BIO_f_prefix()); local 50 (void)BIO_set_prefix(pre, prefix); 51 bio = BIO_push(pre, bio_err); 55 (void)BIO_pop(pre); 56 BIO_free(pre);
|
| /src/external/lgpl3/gmp/dist/tests/mpn/ |
| 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...] |
| 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...] |
| /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/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/external/lgpl3/mpc/dist/src/ |
| fma.c | 68 mpfr_prec_t pre, pim, wpre, wpim; local 75 pre = mpfr_get_prec (mpc_realref(r)); 77 wpre = pre + mpc_ceil_log2 (pre) + 10; 96 pre + (MPC_RND_RE (rnd) == MPFR_RNDN));
|
| /src/crypto/external/apache2/openssl/dist/crypto/ |
| core_algorithm.c | 19 int (*pre)(OSSL_PROVIDER *, int operation_id, int no_store, void *data, member in struct:algorithm_data_st 52 /* Do we fulfill pre-conditions? */ 53 if (data->pre == NULL) { 54 /* If there is no pre-condition function, assume "yes" */ 56 } else if (!data->pre(provider, cur_operation, no_store, data->data, 64 * If pre-condition not fulfilled don't add this set of implementations, 139 int (*pre)(OSSL_PROVIDER *, int operation_id, 156 cbdata.pre = pre;
|
| /src/crypto/external/bsd/openssl/dist/crypto/ |
| core_algorithm.c | 19 int (*pre)(OSSL_PROVIDER *, int operation_id, int no_store, void *data, member in struct:algorithm_data_st 52 /* Do we fulfill pre-conditions? */ 53 if (data->pre == NULL) { 54 /* If there is no pre-condition function, assume "yes" */ 56 } else if (!data->pre(provider, cur_operation, no_store, data->data, 64 * If pre-condition not fulfilled don't add this set of implementations, 139 int (*pre)(OSSL_PROVIDER *, int operation_id, 154 cbdata.pre = pre;
|
| /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/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/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/external/gpl3/gcc/dist/gcc/c/ |
| c-fold.cc | 205 tree pre = C_MAYBE_CONST_EXPR_PRE (expr); local 215 if (pre && !in_init) 216 ret = build2 (COMPOUND_EXPR, TREE_TYPE (expr), pre, inner);
|
| /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/gpl3/gcc.old/dist/gcc/c/ |
| c-fold.cc | 205 tree pre = C_MAYBE_CONST_EXPR_PRE (expr); local 215 if (pre && !in_init) 216 ret = build2 (COMPOUND_EXPR, TREE_TYPE (expr), pre, inner);
|
| /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/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/arch/alpha/stand/standtest/ |
| test.c | 179 const char *pre, *post; local 212 pre = "invalid command word"; 216 pre = "ambiguous command word"; 221 printf("%s \"", pre);
|
| /src/external/bsd/mdocml/dist/ |
| man_html.c | 43 int (*pre)(MAN_ARGS); member in struct:man_html_act 234 if (man_html_acts[n->tok - MAN_TH].pre != NULL) 235 child = (*man_html_acts[n->tok - MAN_TH].pre)(man,
|
| /src/external/bsd/nsd/dist/ |
| nsd-control.c | 481 char pre[10]; local 487 snprintf(pre, sizeof(pre), "NSDCT%d ", NSD_CONTROL_VERSION); 488 remote_write(ssl, fd, pre, strlen(pre));
|