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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
fcntlmodule.c 424 ins(PyObject* d, char* symbol, long value) function
434 #define INS(x) if (ins(d, #x, (long)x)) return -1
439 if (ins(d, "LOCK_SH", (long)LOCK_SH)) return -1;
440 if (ins(d, "LOCK_EX", (long)LOCK_EX)) return -1;
441 if (ins(d, "LOCK_NB", (long)LOCK_NB)) return -1;
442 if (ins(d, "LOCK_UN", (long)LOCK_UN)) return -1;
445 if (ins(d, "LOCK_MAND", (long)LOCK_MAND)) return -1;
448 if (ins(d, "LOCK_READ", (long)LOCK_READ)) return -1;
451 if (ins(d, "LOCK_WRITE", (long)LOCK_WRITE)) return -1;
    [all...]
  /external/python/cpython2/Modules/
fcntlmodule.c 426 ins(PyObject* d, char* symbol, long value) function
436 #define INS(x) if (ins(d, #x, (long)x)) return -1
441 if (ins(d, "LOCK_SH", (long)LOCK_SH)) return -1;
442 if (ins(d, "LOCK_EX", (long)LOCK_EX)) return -1;
443 if (ins(d, "LOCK_NB", (long)LOCK_NB)) return -1;
444 if (ins(d, "LOCK_UN", (long)LOCK_UN)) return -1;
447 if (ins(d, "LOCK_MAND", (long)LOCK_MAND)) return -1;
450 if (ins(d, "LOCK_READ", (long)LOCK_READ)) return -1;
453 if (ins(d, "LOCK_WRITE", (long)LOCK_WRITE)) return -1
    [all...]
  /external/syslinux/core/lzo/
enter.ash 58 addl INS,%eax
leave.ash 41 addl INS,%edx
lzo_asm.h 180 #define INS 8+36(%esp)
  /external/llvm/lib/Target/Mips/
MipsSEFrameLowering.cpp 633 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::INS), Mips::K1)
641 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::INS), Mips::K1)
650 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::INS), Mips::K1)
    [all...]
  /external/v8/src/mips/
constants-mips.h 478 INS = ((0U << 3) + 4),
    [all...]
assembler-mips.cc     [all...]
simulator-mips.cc     [all...]
  /external/v8/src/mips64/
constants-mips64.h 493 INS = ((0U << 3) + 4),
    [all...]
assembler-mips64.cc     [all...]
simulator-mips64.cc     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
tables.go 168 INS
637 INS: "INS",
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
tables.go 168 INS
637 INS: "INS",
    [all...]
  /external/valgrind/none/tests/arm64/
fp_and_simd.stdout.exp     [all...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
nekohtml-1.9.6.2.jar 
maven-ant-tasks-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/nekohtml/nekohtml/1.9.6.2/
nekohtml-1.9.6.2.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.16/
nekohtml-1.9.16.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.20/
nekohtml-1.9.20.jar 
  /external/llvm/test/MC/AArch64/
arm64-advsimd.s 86 ; INS/DUP
213 ins.d v2[1], x5
214 ins.s v2[1], w5
215 ins.h v2[1], w5
216 ins.b v2[1], w5
218 ins v2.d[1], x5
219 ins v2.s[1], w5
220 ins v2.h[1], w5
221 ins v2.b[1], w5
223 ; CHECK: ins.d v2[1], x5 ; encoding: [0xa2,0x1c,0x18,0x4e
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9+181-r4173-1/
javac-9+181-r4173-1.jar 

Completed in 1956 milliseconds

1 2