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

1 2

  /external/valgrind/main/memcheck/tests/amd64/
bt_everything.stdout.exp 0 MEM-L: final res 0xbb05dc8f69ba36dc, carrydep 0x818f336625f01277
  /external/valgrind/main/none/tests/x86/
bt_everything.stdout.exp 0 MEM-L: final res 0xd2bfea53, carrydep 0x5b80deee
  /external/openssl/crypto/
mem_dbg.c 138 DECLARE_LHASH_OF(MEM);
139 static LHASH_OF(MEM) *mh=NULL; /* hash-table of memory requests
182 } MEM;
315 static int mem_cmp(const MEM *a, const MEM *b)
327 static IMPLEMENT_LHASH_COMP_FN(mem, MEM)
329 static unsigned long mem_hash(const MEM *a)
338 static IMPLEMENT_LHASH_HASH_FN(mem, MEM)
    [all...]
  /frameworks/compile/libbcc/bcinfo/
BitcodeTranslator.cpp 118 llvm::OwningPtr<llvm::MemoryBuffer> MEM(
127 module = llvm_3_0::ParseBitcodeFile(MEM.get(), *mContext, &error);
129 module = llvm_2_7::ParseBitcodeFile(MEM.get(), *mContext, &error);
MetadataExtractor.cpp 390 llvm::OwningPtr<llvm::MemoryBuffer> MEM(
396 mModule = llvm::ParseBitcodeFile(MEM.get(), *mContext, &error);
  /external/qemu/distrib/zlib-1.2.3/
inflate.h 49 MEM, /* got an inflate() memory error -- remain here until reset */
56 (most modes can go to the BAD or MEM mode -- not shown for clarity)
inflate.c     [all...]
  /external/zlib/
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...]
  /external/llvm/utils/TableGen/
EDEmitter.cpp 244 #define MEM(str) if (name == str) SET("kOperandTypeX86Memory");
293 MEM("i8mem");
294 MEM("i8mem_NOREX");
295 MEM("i16mem");
296 MEM("i32mem");
297 MEM("i32mem_TC");
298 MEM("f32mem");
299 MEM("ssmem");
300 MEM("opaque32mem");
301 MEM("opaque48mem")
    [all...]
  /external/valgrind/main/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...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.h 138 /* Structure used to describe the attributes of a MEM. These are hashed
142 /* ALIGN and SIZE are the alignment and size of the MEM itself,
144 stricter alignment; OFFSET is the offset of the MEM within that object. */
147 tree expr; /* expr corresponding to MEM. */
151 unsigned int align; /* Alignment of MEM in bits. */
156 mem_attrs does for MEM above. Note that the OFFSET field is calculated
245 /* 1 in a MEM if we should keep the alias set for this mem unchanged
252 1 in a MEM if it cannot trap.
256 /* 1 in a REG, MEM, or CONCAT if the value is set at most once, anywhere
    [all...]
rtl.def 53 an rtx code that can be used to represent an object (e.g, REG, MEM)
264 Operand 1 is the location (REG, MEM, PC, CC0 or whatever) assigned to.
348 This rtx needs to have as many (or more) fields as a MEM, since we
365 Thus, (SET (SUBREG:HI (REG...)) (MEM:HI ...))
367 but (SET (STRICT_LOW_PART (SUBREG:HI (REG...))) (MEM:HI ...))
389 alias set to which this MEM belongs. We use `0' instead of `w' for this
391 DEF_RTL_EXPR(MEM, "mem", "e0", RTX_OBJ)
487 containing MEM. These operations exist in only two cases:
    [all...]
genrtl.h 919 gen_rtx_fmt_e0 (MEM, (MODE), (ARG0))
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.h 138 /* Structure used to describe the attributes of a MEM. These are hashed
142 /* ALIGN and SIZE are the alignment and size of the MEM itself,
144 stricter alignment; OFFSET is the offset of the MEM within that object. */
147 tree expr; /* expr corresponding to MEM. */
151 unsigned int align; /* Alignment of MEM in bits. */
156 mem_attrs does for MEM above. Note that the OFFSET field is calculated
245 /* 1 in a MEM if we should keep the alias set for this mem unchanged
252 1 in a MEM if it cannot trap.
256 /* 1 in a REG, MEM, or CONCAT if the value is set at most once, anywhere
    [all...]
rtl.def 53 an rtx code that can be used to represent an object (e.g, REG, MEM)
264 Operand 1 is the location (REG, MEM, PC, CC0 or whatever) assigned to.
348 This rtx needs to have as many (or more) fields as a MEM, since we
365 Thus, (SET (SUBREG:HI (REG...)) (MEM:HI ...))
367 but (SET (STRICT_LOW_PART (SUBREG:HI (REG...))) (MEM:HI ...))
389 alias set to which this MEM belongs. We use `0' instead of `w' for this
391 DEF_RTL_EXPR(MEM, "mem", "e0", RTX_OBJ)
487 containing MEM. These operations exist in only two cases:
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.h 138 /* Structure used to describe the attributes of a MEM. These are hashed
142 /* ALIGN and SIZE are the alignment and size of the MEM itself,
144 stricter alignment; OFFSET is the offset of the MEM within that object. */
147 tree expr; /* expr corresponding to MEM. */
151 unsigned int align; /* Alignment of MEM in bits. */
156 mem_attrs does for MEM above. Note that the OFFSET field is calculated
245 /* 1 in a MEM if we should keep the alias set for this mem unchanged
252 1 in a MEM if it cannot trap.
256 /* 1 in a REG, MEM, or CONCAT if the value is set at most once, anywhere
    [all...]
rtl.def 53 an rtx code that can be used to represent an object (e.g, REG, MEM)
264 Operand 1 is the location (REG, MEM, PC, CC0 or whatever) assigned to.
348 This rtx needs to have as many (or more) fields as a MEM, since we
365 Thus, (SET (SUBREG:HI (REG...)) (MEM:HI ...))
367 but (SET (STRICT_LOW_PART (SUBREG:HI (REG...))) (MEM:HI ...))
389 alias set to which this MEM belongs. We use `0' instead of `w' for this
391 DEF_RTL_EXPR(MEM, "mem", "e0", RTX_OBJ)
487 containing MEM. These operations exist in only two cases:
    [all...]
  /external/openssl/crypto/stack/
safestack.h     [all...]
  /external/openssl/include/openssl/
safestack.h     [all...]
  /external/valgrind/unittest/
racecheck_unittest.cc 6165 void *mem[8]; local
6374 static char mem[4]; local
6379 static char mem[4]; local
6384 static char mem[4]; local
6389 static char mem[4]; local
6394 static char mem[4]; local
6399 static char mem[4]; local
6404 static char mem[4]; local
6409 static char mem[4]; local
6414 static char mem[4]; local
6419 static char mem[4]; local
6508 char *mem = (char*)malloc(100); local
6516 char *mem = (char*)calloc(30, 4); local
6524 char *mem = new char; local
6532 char *mem = new char [100]; local
6540 char *mem = new (std::nothrow) char; local
6547 char *mem = new (std::nothrow) char [100]; local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
arm.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
arm.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
arm.h     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/
arm.h     [all...]

Completed in 1260 milliseconds

1 2