Searched refs:cbase (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/external/bsd/byacc/dist/ |
| D | output.c | 422 find_conflict_base(int cbase) in find_conflict_base() argument 426 for (i = 0; i < cbase; i++) in find_conflict_base() 428 for (j = 0; j + cbase < nconflicts; j++) in find_conflict_base() 430 if (conflicts[i + j] != conflicts[cbase + j]) in find_conflict_base() 433 if (j + cbase >= nconflicts) in find_conflict_base() 448 Value_t cbase = 0; in token_actions() local 469 cbase = nconflicts; in token_actions() 481 j = find_conflict_base(cbase); in token_actions() 483 if (j == cbase) in token_actions() 485 cbase = nconflicts; in token_actions() [all …]
|
| /netbsd/src/external/lgpl3/mpfr/dist/tests/ |
| D | tset_str.c | 756 int cbase, climb, crnd; in main() local 766 for (cbase = 0; cbase < 3; cbase++) in main() 776 mpfr_get_str (str + 2, &exp, base[cbase], in main() 786 mpfr_set_str (y, str, base[cbase], rnd[2 - crnd]); in main() 791 "rnd=%s:\n", (unsigned int) nb_digit, base[cbase], in main()
|
| /netbsd/src/usr.sbin/makefs/ffs/ |
| D | mkfs.c | 613 daddr_t cbase, dmax; in initcg() local 624 cbase = cgbase(&sblock, cylno); in initcg() 625 dmax = cbase + sblock.fs_fpg; in initcg() 628 dlower = cgsblock(&sblock, cylno) - cbase; in initcg() 629 dupper = cgdmin(&sblock, cylno) - cbase; in initcg() 639 acg.cg_ndblk = dmax - cbase; in initcg()
|
| /netbsd/src/sbin/newfs/ |
| D | mkfs.c | 780 daddr_t cbase, dmax; in initcg() local 791 cbase = cgbase(&sblock, cylno); in initcg() 792 dmax = cbase + sblock.fs_fpg; in initcg() 795 dlower = cgsblock(&sblock, cylno) - cbase; in initcg() 796 dupper = cgdmin(&sblock, cylno) - cbase; in initcg() 808 acg.cg_ndblk = dmax - cbase; in initcg()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-ssa-loop-ivopts.cc | 3996 tree cbase = cand->iv->base, cstep = cand->iv->step; in get_computation_aff_1() local 3998 tree utype = TREE_TYPE (ubase), ctype = TREE_TYPE (cbase); in get_computation_aff_1() 4012 if (cand->orig_iv != NULL && CONVERT_EXPR_P (cbase) in get_computation_aff_1() 4016 inner_base = TREE_OPERAND (cbase, 0); in get_computation_aff_1() 4030 cbase = inner_base; in get_computation_aff_1() 4034 cbase = fold_convert (uutype, cbase); in get_computation_aff_1() 4062 common_type = determine_common_wider_type (&ubase, &cbase); in get_computation_aff_1() 4066 tree_to_aff_combination (cbase, common_type, &aff_cbase); in get_computation_aff_1() 4158 tree cbase = cand->iv->base, cstep = cand->iv->step; in get_debug_computation_at() local 4160 tree utype = TREE_TYPE (ubase), ctype = TREE_TYPE (cbase); in get_debug_computation_at() [all …]
|
| D | ChangeLog-2016 | 26357 cbase.
|
| D | ChangeLog-2019 | 7763 ubase or cbase here.
|
| D | ChangeLog-2010 | 7021 Adjust cbase if the use stmt is after iv update.
|