Searched refs:resl (Results 1 – 5 of 5) sorted by relevance
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | double-int.c | 1457 unsigned HOST_WIDE_INT resl, reml; in double_int_split_digit() local 1461 &resl, &resh, &reml, &remh); in double_int_split_digit() 1463 cst->low = resl; in double_int_split_digit()
|
H A D | double-int.cc | 1457 unsigned HOST_WIDE_INT resl, reml; in double_int_split_digit() local 1461 &resl, &resh, &reml, &remh); in double_int_split_digit() 1463 cst->low = resl; in double_int_split_digit()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/ |
H A D | double-int.c | 1457 unsigned HOST_WIDE_INT resl, reml; in double_int_split_digit() local 1461 &resl, &resh, &reml, &remh); in double_int_split_digit() 1463 cst->low = resl; in double_int_split_digit()
|
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMSchedule.td | 194 class BranchWriteRes<int lat, int uops, list<ProcResourceKind> resl, 196 SchedWriteRes<!listconcat(wr.ProcResources, resl)> {
|
/netbsd/external/mit/lua/dist/src/ |
H A D | lstrlib.c | 894 ptrdiff_t resl = get_onecapture(ms, *p - '1', s, e, &cap); in add_s() local 895 if (resl == CAP_POSITION) in add_s() 898 luaL_addlstring(b, cap, resl); in add_s()
|