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.c979 bool uqword; local
984 uqword = c == LWORD && *ident;
991 ret = (uqword && !strcmp(yylval.cp,
1003 } else if (uqword && (ret = test_isop(meta, ident)))
1007 ret = (uqword && !strcmp(yylval.cp,
H A Dexec.c1671 bool uqword; local
1680 uqword = *p == EOS;
1683 if (uqword) {
1698 ret = (uqword && !strcmp(*te->pos.wp,

Completed in 183 milliseconds