HomeSort by relevance Sort by last modified time
    Searched refs:uqword (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/mach_override/libudis86/
syn.c 164 case 64: v = op->lval.uqword; break;
183 case 64: v = op->lval.uqword; break;
types.h 137 uint64_t uqword; member in union:ud_lval
decode.c 409 case 64: op->lval.uqword = inp_uint64(u); break;
438 op->lval.uqword = inp_uint64(u);
  /external/mksh/src/
syn.c 979 int 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,
exec.c 1672 int uqword; local
    [all...]

Completed in 2254 milliseconds