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

  /src/sys/arch/bebox/stand/boot/
io.c 125 uint32_t bnd; local
128 for (bnd = adr + siz; adr < bnd; adr += dcache_line_size)
136 uint32_t bnd, off; local
150 bnd = adr + siz;
151 off = bnd & (dcache_line_size - 1);
154 asm volatile("dcbf 0,%0" :: "r"(bnd) : "memory"); /* it's OK */
159 for (bnd = adr + siz; adr < bnd; adr += dcache_line_size) {
  /src/sys/arch/prep/stand/boot/
io.c 107 uint32_t bnd; local
110 for (bnd = adr + siz; adr < bnd; adr += dcache_line_size)
118 uint32_t bnd, off; local
132 bnd = adr + siz;
133 off = bnd & (dcache_line_size - 1);
136 asm volatile("dcbf 0,%0" :: "r"(bnd) : "memory"); /* it's OK */
141 for (bnd = adr + siz; adr < bnd; adr += dcache_line_size) {
  /src/external/gpl3/gcc/dist/contrib/
dg-out-generator.pl 42 my $bnd = join '', (map chr 64 + rand 27, 1 .. floor $sz);
43 return $bnd unless index ($str, $bnd) >= 0;
  /src/sys/external/bsd/acpica/dist/include/platform/
acmsvcex.h 88 #define _Bnd(X, bnd) (((sizeof (X)) + (bnd)) & (~(bnd)))
  /src/external/mit/isl/dist/
isl_multi_bind_templ.c 25 DOM *bnd; local
44 bnd = FN(EL,bind_id)(el, id);
53 bnd_i = FN(DOM,align_params)(bnd_i, FN(DOM,get_space)(bnd));
54 bnd = FN(DOM,align_params)(bnd, FN(DOM,get_space)(bnd_i));
55 bnd = FN(DOM,intersect)(bnd, bnd_i);
60 return bnd;
  /src/external/mpl/dhcp/dist/server/
db.c 40 static isc_result_t write_binding_scope(FILE *db_file, struct binding *bnd,
54 write_binding_scope(FILE *db_file, struct binding *bnd, char *prepend) {
57 if ((db_file == NULL) || (bnd == NULL) || (prepend == NULL))
60 if (bnd->value->type == binding_data) {
61 if (bnd->value->value.data.data != NULL) {
62 s = quotify_buf(bnd->value->value.data.data,
63 bnd->value->value.data.len, '"', MDL);
67 prepend, bnd->name, s);
75 } else if (bnd->value->type == binding_numeric) {
78 bnd->name, bnd->value->value.intval)
525 struct binding *bnd; local
    [all...]
confpars.c 4766 struct binding *bnd;
4957 bnd = find_binding(scope, val);
4966 bnd = NULL;
4969 if (bnd == NULL) {
4970 bnd = dmalloc(sizeof(*bnd),
4972 if (bnd == NULL) {
4977 bnd->name = dmalloc(strlen(val) + 1,
4979 if (bnd->name == NULL) {
4983 strcpy(bnd->name, val)
    [all...]
  /src/sys/arch/sandpoint/stand/altboot/
brdsetup.c 1060 uint32_t bnd; local
1063 for (bnd = adr + siz; adr < bnd; adr += dcache_line_size)
1071 uint32_t bnd; local
1074 for (bnd = adr + siz; adr < bnd; adr += dcache_line_size)
1082 uint32_t bnd, off; local
1096 bnd = adr + siz;
1097 off = bnd & (dcache_line_size - 1);
1100 asm volatile("dcbf 0,%0" :: "r"(bnd) : "memory"); /* it's OK *
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
sel-sched.cc 1580 bnd_t bnd = BLIST_BND (bnds);
1584 if (!av_set_is_in_p (BND_AV1 (bnd), EXPR_VINSN (expr)))
1589 orig_ops = find_sequential_best_exprs (bnd, expr, false);
1592 res = find_used_regs (BND_TO (bnd), orig_ops, used_regs,
4007 max_issue). BND and FENCE are current boundary and fence,
4898 move_cond_jump (rtx_insn *insn, bnd_t bnd)
4905 block_bnd = BLOCK_FOR_INSN (BND_TO (bnd));
4906 prev = BND_TO (bnd);
4929 BND_TO (bnd) = insn;
5028 bnd_t bnd = BLIST_BND (bnds)
1574 bnd_t bnd = BLIST_BND (bnds); local
5016 bnd_t bnd = BLIST_BND (bnds); local
5041 bnd_t bnd = BLIST_BND (bnds); local
5578 bnd_t bnd = BLIST_BND (*bndsp); local
    [all...]
tree-ssa-loop-niter.cc 561 mpz_t offc0, offc1, loffx, loffy, bnd; local
682 mpz_init (bnd);
683 mpz_sub (bnd, loffx, loffy);
684 mpz_add (bnd, bnd, offc1);
685 mpz_sub (bnd, bnd, offc0);
688 mpz_sub_ui (bnd, bnd, 1);
692 mpz_neg (bnd, bnd)
952 wi::to_mpz (wi::to_wide (c), bnd, UNSIGNED); local
3707 widest_int bnd, max, cst; local
    [all...]
sel-sched-dump.cc 510 bnd_t bnd = BLIST_BND (bnds);
512 sel_print ("[to: %d; ptr: ", INSN_UID (BND_TO (bnd)));
513 dump_ilist (BND_PTR (bnd));
507 bnd_t bnd = BLIST_BND (bnds); local
sel-sched-ir.cc 203 bnd_t bnd;
206 bnd = BLIST_BND (*lp);
208 BND_TO (bnd) = to;
209 BND_PTR (bnd) = ptr;
210 BND_AV (bnd) = NULL;
211 BND_AV1 (bnd) = NULL;
212 BND_DC (bnd) = dc;
200 bnd_t bnd; local
sel-sched-ir.h 239 #define BLIST_BND(L) (&(L)->u.bnd)
348 struct _bnd bnd; member in union:_list_node::__anon13868
tree-ssa-loop-ivopts.cc 5441 aff_tree bnd; local
5523 cand_value_at (loop, cand, use->stmt, desc, &bnd);
5526 aff_combination_to_tree (&bnd));
  /src/external/gpl3/gcc.old/dist/gcc/
sel-sched.cc 1580 bnd_t bnd = BLIST_BND (bnds);
1584 if (!av_set_is_in_p (BND_AV1 (bnd), EXPR_VINSN (expr)))
1589 orig_ops = find_sequential_best_exprs (bnd, expr, false);
1592 res = find_used_regs (BND_TO (bnd), orig_ops, used_regs,
3999 max_issue). BND and FENCE are current boundary and fence,
4890 move_cond_jump (rtx_insn *insn, bnd_t bnd)
4897 block_bnd = BLOCK_FOR_INSN (BND_TO (bnd));
4898 prev = BND_TO (bnd);
4921 BND_TO (bnd) = insn;
5020 bnd_t bnd = BLIST_BND (bnds)
1574 bnd_t bnd = BLIST_BND (bnds); local
5008 bnd_t bnd = BLIST_BND (bnds); local
5033 bnd_t bnd = BLIST_BND (bnds); local
5570 bnd_t bnd = BLIST_BND (*bndsp); local
    [all...]
tree-ssa-loop-niter.cc 564 mpz_t offc0, offc1, loffx, loffy, bnd; local
685 mpz_init (bnd);
686 mpz_sub (bnd, loffx, loffy);
687 mpz_add (bnd, bnd, offc1);
688 mpz_sub (bnd, bnd, offc0);
691 mpz_sub_ui (bnd, bnd, 1);
695 mpz_neg (bnd, bnd)
964 wi::to_mpz (wi::to_wide (c), bnd, UNSIGNED); local
3300 widest_int bnd, max, cst; local
    [all...]
sel-sched-dump.cc 510 bnd_t bnd = BLIST_BND (bnds);
512 sel_print ("[to: %d; ptr: ", INSN_UID (BND_TO (bnd)));
513 dump_ilist (BND_PTR (bnd));
507 bnd_t bnd = BLIST_BND (bnds); local
sel-sched-ir.cc 203 bnd_t bnd;
206 bnd = BLIST_BND (*lp);
208 BND_TO (bnd) = to;
209 BND_PTR (bnd) = ptr;
210 BND_AV (bnd) = NULL;
211 BND_AV1 (bnd) = NULL;
212 BND_DC (bnd) = dc;
200 bnd_t bnd; local
sel-sched-ir.h 239 #define BLIST_BND(L) (&(L)->u.bnd)
348 struct _bnd bnd; member in union:_list_node::__anon16296
tree-ssa-loop-ivopts.cc 5392 aff_tree bnd; local
5474 cand_value_at (loop, cand, use->stmt, desc, &bnd);
5477 aff_combination_to_tree (&bnd));
  /src/external/gpl3/binutils/dist/gprofng/src/
gp-gmon.cc 291 long *bnd = (long*) ((char*) cinfo + sizeof (Common_info)); local
294 while (ptr > bnd)
353 long *bnd = (long*) ((char*) cinfo + cinfo->hsize); local
358 while (ptr < bnd - 1)
378 char *s = (char*) bnd;
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
unwind.c 651 long *bnd = (long*) ((char*) cinfo + sizeof (Common_info)); local
653 while (ptr > bnd)
709 long *bnd = (long*) ((char*) cinfo + cinfo->hsize); local
714 while (ptr < bnd - 1)
734 char *s = (char*) bnd;
771 long *bnd = (long*) (arg->bytes); local
772 while (ptr > bnd)
817 bnd = (long*) ((char*) arg->bytes + arg->length);
823 while (ptr < bnd)
829 if ((bnd - ptr) > sizeof (uidt)
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
unwind.c 651 long *bnd = (long*) ((char*) cinfo + sizeof (Common_info)); local
653 while (ptr > bnd)
709 long *bnd = (long*) ((char*) cinfo + cinfo->hsize); local
714 while (ptr < bnd - 1)
734 char *s = (char*) bnd;
771 long *bnd = (long*) (arg->bytes); local
772 while (ptr > bnd)
817 bnd = (long*) ((char*) arg->bytes + arg->length);
823 while (ptr < bnd)
829 if ((bnd - ptr) > sizeof (uidt)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
simplify.cc 2508 gfc_expr *bnd; local
2561 bnd = gfc_get_int_expr (array->ts.kind, NULL, 0);
2565 bnd = gfc_get_logical_expr (array->ts.kind, NULL, 0);
2569 bnd = gfc_get_constant_expr (array->ts.type, array->ts.kind, &gfc_current_locus);
2570 mpfr_set_ui (bnd->value.real, 0, GFC_RND_MODE);
2574 bnd = gfc_get_constant_expr (array->ts.type, array->ts.kind, &gfc_current_locus);
2575 mpc_set_ui (bnd->value.complex, 0, GFC_RND_MODE);
2580 bnd = gfc_get_character_expr (array->ts.kind, &gfc_current_locus, NULL, s_len);
2591 bnd = boundary;
2639 if (bnd->rank > 0
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
simplify.cc 2479 gfc_expr *bnd; local
2532 bnd = gfc_get_int_expr (array->ts.kind, NULL, 0);
2536 bnd = gfc_get_logical_expr (array->ts.kind, NULL, 0);
2540 bnd = gfc_get_constant_expr (array->ts.type, array->ts.kind, &gfc_current_locus);
2541 mpfr_set_ui (bnd->value.real, 0, GFC_RND_MODE);
2545 bnd = gfc_get_constant_expr (array->ts.type, array->ts.kind, &gfc_current_locus);
2546 mpc_set_ui (bnd->value.complex, 0, GFC_RND_MODE);
2551 bnd = gfc_get_character_expr (array->ts.kind, &gfc_current_locus, NULL, s_len);
2562 bnd = boundary;
2610 if (bnd->rank > 0
    [all...]

Completed in 120 milliseconds