Home
last modified time | relevance | path

Searched refs:cbase (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sbin/growfs/
H A Dgrowfs.c360 cbase = cgbase(&sblock, cylno); in initcg()
361 dmax = cbase + sblock.fs_fpg; in initcg()
381 acg.cg_ndblk = dmax - cbase; in initcg()
458 if (d < dmax - cbase) { in initcg()
660 daddr_t cbase, dmax, dupper; in updjcg() local
705 cbase = cgbase(&sblock, cylno); in updjcg()
706 dmax = cbase + sblock.fs_fpg; in updjcg()
737 acg.cg_ndblk = dmax - cbase; in updjcg()
763 i>=osblock.fs_size-cbase; in updjcg()
814 i>=osblock.fs_size-cbase; in updjcg()
[all …]
/dragonfly/contrib/byacc/
H A Doutput.c443 Value_t cbase = 0; in token_actions() local
464 cbase = nconflicts; in token_actions()
478 if (j == cbase) in token_actions()
480 cbase = nconflicts; in token_actions()
485 cbase++; in token_actions()
517 if (cbase) in token_actions()
518 cbase--; in token_actions()
534 if (j == cbase) in token_actions()
536 cbase = nconflicts; in token_actions()
541 cbase++; in token_actions()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-loop-ivopts.c2969 cbase = fold_convert (uutype, cbase); in get_computation_aff()
3920 STRIP_NOPS (cbase); in get_loop_invariant_expr_id()
3922 cb = cbase; in get_loop_invariant_expr_id()
3943 cbase = TREE_OPERAND (cbase, 0); in get_loop_invariant_expr_id()
3994 tree_to_aff_combination (cbase, TREE_TYPE (cbase), &cbase_aff); in get_loop_invariant_expr_id()
4026 tree cbase, cstep; in get_computation_cost_at() local
4041 cbase = cand->iv->base; in get_computation_cost_at()
4043 ctype = TREE_TYPE (cbase); in get_computation_cost_at()
4093 STRIP_NOPS (cbase); in get_computation_cost_at()
4144 cbase in get_computation_cost_at()
[all …]
/dragonfly/sbin/hammer/
H A Dcmd_cleanup.c162 char *cbase; in do_cleanup() local
400 cbase = config.config.text; in do_cleanup()
402 while ((cptr = strchr(cbase, '\n')) != NULL) { in do_cleanup()
403 bcopy(cbase, buf, cptr - cbase); in do_cleanup()
404 buf[cptr - cbase] = 0; in do_cleanup()
405 cbase = cptr + 1; in do_cleanup()
/dragonfly/sbin/newfs/
H A Dmkfs.c767 daddr_t cbase, d, dlower, dupper, dmax, blkno; in initcg() local
780 cbase = cgbase(&sblock, cylno); in initcg()
781 dmax = cbase + sblock.fs_fpg; in initcg()
784 dlower = cgsblock(&sblock, cylno) - cbase; in initcg()
785 dupper = cgdmin(&sblock, cylno) - cbase; in initcg()
798 acg.cg_ndblk = dmax - cbase; in initcg()
867 for (d = dupper; d + sblock.fs_frag <= dmax - cbase; ) { in initcg()
878 if (d < dmax - cbase) { in initcg()
879 acg.cg_frsum[dmax - cbase - d]++; in initcg()
880 for (; d < dmax - cbase; d++) { in initcg()
/dragonfly/usr.sbin/makefs/ffs/
H A Dmkfs.c662 makefs_daddr_t cbase, dmax; in initcg() local
676 cbase = cgbase(&sblock, cylno); in initcg()
677 dmax = cbase + sblock.fs_fpg; in initcg()
680 dlower = cgsblock(&sblock, cylno) - cbase; in initcg()
681 dupper = cgdmin(&sblock, cylno) - cbase; in initcg()
692 acg.cg_ndblk = dmax - cbase; in initcg()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-loop-ivopts.c3858 tree cbase = cand->iv->base, cstep = cand->iv->step; variable
3860 tree utype = TREE_TYPE (ubase), ctype = TREE_TYPE (cbase);
3874 if (cand->orig_iv != NULL && CONVERT_EXPR_P (cbase)
3878 inner_base = TREE_OPERAND (cbase, 0);
3892 cbase = inner_base;
3896 cbase = fold_convert (uutype, cbase);
3924 common_type = determine_common_wider_type (&ubase, &cbase);
3928 tree_to_aff_combination (cbase, common_type, &aff_cbase);
4580 tree ubase = use->iv->base, cbase = cand->iv->base; in get_computation_cost() local
4581 tree utype = TREE_TYPE (ubase), ctype = TREE_TYPE (cbase); in get_computation_cost()
/dragonfly/sys/dev/raid/ciss/
H A Dciss.c574 uintptr_t cbase, csize, cofs; in ciss_init_pci() local
632 cbase = (uintptr_t)rman_get_virtual(sc->ciss_cfg_resource); in ciss_init_pci()
636 cbase = (uintptr_t)rman_get_virtual(sc->ciss_regs_resource); in ciss_init_pci()
650 sc->ciss_cfg = (struct ciss_config_table *)(cbase + cofs); in ciss_init_pci()
694 sc->ciss_perf = (struct ciss_perf_config *)(cbase + cofs + in ciss_init_pci()