Home
last modified time | relevance | path

Searched refs:iwhich (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/
H A Dpp_sort.c339 int iwhich; in S_sortsv_flags_impl() local
367 iwhich = level & 1; in S_sortsv_flags_impl()
368 list1 = which[iwhich]; /* area where runs are now */ in S_sortsv_flags_impl()
369 list2 = which[++iwhich]; /* area for merged runs */ in S_sortsv_flags_impl()
490 iwhich = level & 1; in S_sortsv_flags_impl()
500 if (iwhich) { /* Belongs in aux, currently in base */ in S_sortsv_flags_impl()
519 if (!iwhich) { /* Merged runs belong in aux, copy 1st */ in S_sortsv_flags_impl()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dexcept.c2990 unsigned HOST_WIDE_INT iwhich; local
2998 iwhich = tree_low_cst (which, 1);
2999 iwhich = EH_RETURN_DATA_REGNO (iwhich);
3000 if (iwhich == INVALID_REGNUM)
3004 iwhich = DWARF_FRAME_REGNUM (iwhich);
3006 iwhich = DBX_REGISTER_NUMBER (iwhich);
3009 return GEN_INT (iwhich);
/openbsd-src/gnu/gcc/gcc/
H A Dexcept.c2879 unsigned HOST_WIDE_INT iwhich; in expand_builtin_eh_return_data_regno() local
2887 iwhich = tree_low_cst (which, 1); in expand_builtin_eh_return_data_regno()
2888 iwhich = EH_RETURN_DATA_REGNO (iwhich); in expand_builtin_eh_return_data_regno()
2889 if (iwhich == INVALID_REGNUM) in expand_builtin_eh_return_data_regno()
2893 iwhich = DWARF_FRAME_REGNUM (iwhich); in expand_builtin_eh_return_data_regno()
2895 iwhich = DBX_REGISTER_NUMBER (iwhich); in expand_builtin_eh_return_data_regno()
2898 return GEN_INT (iwhich); in expand_builtin_eh_return_data_regno()