Searched refs:uqword (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/mach_override/libudis86/
H A Dsyn.c164 case 64: v = op->lval.uqword; break;
183 case 64: v = op->lval.uqword; break;
H A Dtypes.h137 uint64_t uqword; member in union:ud_lval
H A Ddecode.c409 case 64: op->lval.uqword = inp_uint64(u); break;
438 op->lval.uqword = inp_uint64(u);
/external/mksh/src/
H A Dsyn.c986 int uqword; local
991 uqword = c == LWORD && *ident;
998 ret = (uqword && !strcmp(yylval.cp,
1010 } else if (uqword && (ret = test_isop(meta, ident)))
1014 ret = (uqword && !strcmp(yylval.cp,
H A Dexec.c1659 int uqword; local
1668 uqword = *p == EOS;
1671 if (uqword) {
1686 ret = (uqword && !strcmp(*te->pos.wp,

Completed in 326 milliseconds