Searched defs:ist (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ppapi/generators/test_cgen/
H A Dinterface.h31 /* struct ist { void* X; }; */
32 struct ist { struct
46 * int32_t (*mem2)(const struct ist* a);
47 * int32_t (*mem3)(struct ist* b);
55 int32_t (*mem2)(const struct ist* a);
56 int32_t (*mem3)(struct ist* b);
/external/qemu/target-i386/
H A Dseg_helper.c726 int type, dpl, selector, cpl, ist; local
766 ist = e2 & 7;
781 if ((!(e2 & DESC_C_MASK) && dpl < cpl) || ist != 0) {
783 if (ist != 0)
784 esp = get_rsp_from_tss(env, ist + 3);
795 if (ist != 0)
796 esp = get_rsp_from_tss(env, ist + 3);

Completed in 134 milliseconds