Home
last modified time | relevance | path

Searched refs:resl (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/
H A Ddouble-int.c1457 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 Ddouble-int.cc1457 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 Ddouble-int.c1457 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 DARMSchedule.td194 class BranchWriteRes<int lat, int uops, list<ProcResourceKind> resl,
196 SchedWriteRes<!listconcat(wr.ProcResources, resl)> {
/netbsd/external/mit/lua/dist/src/
H A Dlstrlib.c894 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()