Home
last modified time | relevance | path

Searched defs:bnd (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/sys/arch/prep/stand/boot/
H A Dio.c107 uint32_t bnd; in _wbinv() local
118 uint32_t bnd, off; in _inv() local
/netbsd-src/sys/arch/bebox/stand/boot/
H A Dio.c125 uint32_t bnd; in _wbinv() local
136 uint32_t bnd, off; in _inv() local
/netbsd-src/external/mit/isl/dist/
H A Disl_multi_bind_templ.c25 DOM *bnd; in FN() local
/netbsd-src/sys/external/bsd/acpica/dist/include/platform/
H A Dacmsvcex.h88 #define _Bnd(X, bnd) (((sizeof (X)) + (bnd)) & (~(bnd))) argument
/netbsd-src/external/mpl/dhcp/dist/server/
H A Ddb.c54 write_binding_scope(FILE *db_file, struct binding *bnd, char *prepend) { in write_binding_scope()
525 struct binding *bnd; in write_ia() local
/netbsd-src/sys/arch/sandpoint/stand/altboot/
H A Dbrdsetup.c1060 uint32_t bnd; in _wb() local
1071 uint32_t bnd; in _wbinv() local
1082 uint32_t bnd, off; in _inv() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsel-sched.c1574 bnd_t bnd = BLIST_BND (bnds); in collect_unavailable_regs_from_bnds() local
4878 move_cond_jump (rtx_insn *insn, bnd_t bnd) in move_cond_jump()
5008 bnd_t bnd = BLIST_BND (bnds); in remove_insns_for_debug() local
5033 bnd_t bnd = BLIST_BND (bnds); in compute_av_set_on_boundaries() local
5081 find_sequential_best_exprs (bnd_t bnd, expr_t expr_vliw, bool for_moveop) in find_sequential_best_exprs()
5167 prepare_place_to_insert (bnd_t bnd) in prepare_place_to_insert()
5206 move_exprs_to_boundary (bnd_t bnd, expr_t expr_vliw, in move_exprs_to_boundary()
5373 update_boundaries (fence_t fence, bnd_t bnd, insn_t insn, blist_t *bndsp, in update_boundaries()
5411 schedule_expr_on_boundary (bnd_t bnd, expr_t expr_vliw, int seqno) in schedule_expr_on_boundary()
5570 bnd_t bnd = BLIST_BND (*bndsp); in fill_insns() local
H A Dsel-sched-dump.c507 bnd_t bnd = BLIST_BND (bnds); in dump_blist() local
H A Dtree-ssa-loop-niter.c546 mpz_t offc0, offc1, loffx, loffy, bnd; in refine_bounds_using_guard() local
897 number_of_iterations_ne_max (mpz_t bnd, bool no_overflow, tree c, tree s, in number_of_iterations_ne_max()
3203 widest_int bnd, max, cst; in derive_constant_upper_bound_ops() local
H A Dsel-sched-ir.h348 struct _bnd bnd; member
H A Dsel-sched-ir.c200 bnd_t bnd; in blist_add() local
H A Dtree-ssa-loop-ivopts.c5326 aff_tree bnd; in may_eliminate_iv() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsel-sched.cc1574 bnd_t bnd = BLIST_BND (bnds); in collect_unavailable_regs_from_bnds() local
4878 move_cond_jump (rtx_insn *insn, bnd_t bnd) in move_cond_jump()
5008 bnd_t bnd = BLIST_BND (bnds); in remove_insns_for_debug() local
5033 bnd_t bnd = BLIST_BND (bnds); in compute_av_set_on_boundaries() local
5081 find_sequential_best_exprs (bnd_t bnd, expr_t expr_vliw, bool for_moveop) in find_sequential_best_exprs()
5167 prepare_place_to_insert (bnd_t bnd) in prepare_place_to_insert()
5206 move_exprs_to_boundary (bnd_t bnd, expr_t expr_vliw, in move_exprs_to_boundary()
5373 update_boundaries (fence_t fence, bnd_t bnd, insn_t insn, blist_t *bndsp, in update_boundaries()
5411 schedule_expr_on_boundary (bnd_t bnd, expr_t expr_vliw, int seqno) in schedule_expr_on_boundary()
5570 bnd_t bnd = BLIST_BND (*bndsp); in fill_insns() local
H A Dsel-sched-dump.cc507 bnd_t bnd = BLIST_BND (bnds); in dump_blist() local
H A Dtree-ssa-loop-niter.cc564 mpz_t offc0, offc1, loffx, loffy, bnd; in refine_bounds_using_guard() local
915 number_of_iterations_ne_max (mpz_t bnd, bool no_overflow, tree c, tree s, in number_of_iterations_ne_max()
3317 widest_int bnd, max, cst; in derive_constant_upper_bound_ops() local
H A Dsel-sched-ir.h348 struct _bnd bnd; member
H A Dsel-sched-ir.cc200 bnd_t bnd; in blist_add() local
H A Dtree-ssa-loop-ivopts.cc5391 aff_tree bnd; in may_eliminate_iv() local
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dunwind.c640 long *bnd = (long*) ((char*) cinfo + sizeof (Common_info)); in compute_uid() local
698 long *bnd = (long*) ((char*) cinfo + cinfo->hsize); in compute_uid() local
760 long *bnd = (long*) (arg->bytes); in __collector_getUID() local
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dunwind.c646 long *bnd = (long*) ((char*) cinfo + sizeof (Common_info)); in compute_uid() local
704 long *bnd = (long*) ((char*) cinfo + cinfo->hsize); in compute_uid() local
766 long *bnd = (long*) (arg->bytes); in __collector_getUID() local
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dsimplify.cc2479 gfc_expr *bnd; in gfc_simplify_eoshift() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsimplify.c2446 gfc_expr *bnd; in gfc_simplify_eoshift() local