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

  /external/valgrind/memcheck/tests/amd64/
bt_everything.stdout.exp 0 MEM-L: final res 0xbb05dc8f69ba36dc, carrydep 0x818f336625f01277
  /external/valgrind/none/tests/x86/
bt_everything.stdout.exp 0 MEM-L: final res 0xd2bfea53, carrydep 0x5b80deee
  /dalvik/dx/tests/131-perf/
run 28 MEM=4g
75 $TASKSET dx -JXmx$MEM -JXms$MEM $GC --dex $EXTRA --no-optimize $MULTIDEX $THREADS --output=out x.jar
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
inflate.h 51 MEM, /* got an inflate() memory error -- remain here until reset */
58 (most modes can go to BAD or MEM on error -- not shown for clarity)
fx_zlib_inflate.c     [all...]
  /external/zlib/src/
inflate.h 51 MEM, /* got an inflate() memory error -- remain here until reset */
58 (most modes can go to BAD or MEM on error -- not shown for clarity)
inflate.c     [all...]
  /frameworks/compile/libbcc/bcinfo/
BitcodeTranslator.cpp 122 std::unique_ptr<llvm::MemoryBuffer> MEM(
126 llvm::ErrorOr<llvm::MemoryBufferRef> MBOrErr = MEM->getMemBufferRef();
MetadataExtractor.cpp 500 std::unique_ptr<llvm::MemoryBuffer> MEM(
506 llvm::ErrorOr<llvm::Module* > errval = llvm::parseBitcodeFile(MEM.get()->getMemBufferRef(),
  /external/valgrind/drd/tests/
tsan_unittest.cpp 208 #define ANNOTATE_EXPECT_RACE_FOR_MACHINE(mem, descr, machine) \
210 ANNOTATE_EXPECT_RACE(mem, descr); \
214 #define ANNOTATE_EXPECT_RACE_FOR_TSAN(mem, descr) \
215 ANNOTATE_EXPECT_RACE_FOR_MACHINE(mem, descr, "MSM_THREAD_SANITIZER")
225 // Initialize *(mem) to 0 if Tsan_FastMode.
226 #define FAST_MODE_INIT(mem) do { if (Tsan_FastMode()) { *(mem) = 0; } } while(0)
    [all...]
  /external/libxml2/
Makefile.am     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
rtl.def 51 an rtx code that can be used to represent an object (e.g, REG, MEM)
262 Operand 1 is the location (REG, MEM, PC, CC0 or whatever) assigned to.
353 This rtx needs to have as many (or more) fields as a MEM, since we
370 Thus, (SET (SUBREG:HI (REG...)) (MEM:HI ...))
372 but (SET (STRICT_LOW_PART (SUBREG:HI (REG...))) (MEM:HI ...))
394 alias set to which this MEM belongs. We use `0' instead of `w' for this
396 DEF_RTL_EXPR(MEM, "mem", "e0", RTX_OBJ)
492 containing MEM. These operations exist in only two cases:
    [all...]
rtl.h 136 /* Structure used to describe the attributes of a MEM. These are hashed
141 /* The expression that the MEM accesses, or null if not known.
143 (In other words, the MEM might access only part of the object.) */
173 mem_attrs does for MEM above. Note that the OFFSET field is calculated
263 /* 1 in a MEM if we should keep the alias set for this mem unchanged
272 1 in a MEM if it cannot trap.
276 /* 1 in a REG, MEM, or CONCAT if the value is set at most once, anywhere.
287 /* 1 in a MEM or ASM_OPERANDS expression if the memory reference is volatile.
312 to record whether the MEM accessed part of a structure. *
    [all...]
genrtl.h 943 gen_rtx_fmt_e0 (MEM, (MODE), (ARG0))
    [all...]
  /external/libvncserver/x11vnc/
x11vnc.c 5193 int mem = (w * h * 4) \/ (1000 * 1000), MEM = 96; local
    [all...]

Completed in 586 milliseconds