HomeSort by relevance Sort by last modified time
    Searched refs:intr (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/qemu-pc-bios/vgabios/tests/
testbios.c 42 intr(0x10,regs);
50 intr(0x10,regs);
58 intr(0x10,regs);
65 intr(0x10,regs);
68 intr(0x10,regs);
78 intr(0x10,regs);
88 intr(0x10,regs);
96 intr(0x10,regs);
103 intr(0x10,regs);
109 intr(0x10,regs);
    [all...]
  /frameworks/native/include/binder/
IInterface.h 92 android::sp<I##INTERFACE> intr; \
94 intr = static_cast<I##INTERFACE*>( \
97 if (intr == NULL) { \
98 intr = new Bp##INTERFACE(obj); \
101 return intr; \