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

1 2

  /device/google/contexthub/firmware/misc/variant/common/
stm32f401.map.lkr 19 MEMORY
stm32f411.map.lkr 17 MEMORY
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
rgn-at1.t 0 /* Memory region at test, >AT should propagate by default */
3 MEMORY {
rgn-at3.t 0 /* Memory region at test, >AT should propagate by default */
3 MEMORY {
rgn-over1.t 0 /* Memory region overflow tests: one region, first output sect doesn't fit. */
3 MEMORY {
rgn-over2.t 0 /* Memory region overflow tests: one region, first output sect fits,
4 MEMORY {
rgn-over3.t 0 /* Memory region overflow tests: two regions, each too small for the single
4 MEMORY {
rgn-over7.t 0 /* Memory region overflow tests: overflow r1 plus text/data collision. */
3 MEMORY {
rgn-at2.t 0 /* Memory region at test, >AT should propagate by default */
3 MEMORY {
rgn-at4.t 0 /* Memory region at test, >AT should propagate by default */
3 MEMORY {
rgn-over4.t 0 /* Memory region overflow tests: overflow VMA but not LMA. */
3 MEMORY {
rgn-over5.t 0 /* Memory region overflow tests: overflow LMA but not VMA. */
3 MEMORY {
rgn-over6.t 0 /* Memory region overflow tests: overflow LMA and VMA. */
3 MEMORY {
rgn-over8.t 0 /* Memory region overflow tests: bss to LMA doesn't cause overflow. */
3 MEMORY {
  /system/core/debuggerd/
utility.h 71 MEMORY,
utility.cpp 131 _LOG(log, logtype::MEMORY, "\n%s\n", log_msg.c_str());
147 // the next page only if it's within the amount of memory we would have
173 // Dump the code around memory as:
208 _LOG(log, logtype::MEMORY, "%s %s\n", logline.c_str(), ascii.c_str());
  /toolchain/binutils/binutils-2.25/opcodes/
xc16x-opc.c 902 /* add $reg8,$memory */
905 { { MNEM, ' ', OP (REG8), ',', OP (MEMORY), 0 } },
908 /* add $memory,$reg8 */
911 { { MNEM, ' ', OP (MEMORY), ',', OP (REG8), 0 } },
926 /* sub $reg8,$memory */
929 { { MNEM, ' ', OP (REG8), ',', OP (MEMORY), 0 } },
932 /* sub $memory,$reg8 */
935 { { MNEM, ' ', OP (MEMORY), ',', OP (REG8), 0 } },
950 /* addb $regb8,$memory */
953 { { MNEM, ' ', OP (REGB8), ',', OP (MEMORY), 0 } }
    [all...]
  /device/google/contexthub/firmware/misc/cpu/cortexm4f/
app.lkr 41 MEMORY
  /external/opencv3/samples/cpp/
filestorage.cpp 165 FileStorage fs(dataString, FileStorage::READ | FileStorage::MEMORY);
175 FileStorage fs(filename, FileStorage::WRITE | FileStorage::MEMORY | FileStorage::FORMAT_YAML);
  /external/libxml2/os400/
xmllint.cmd 82 PROMPT('Maximum dynamic memory')
121 (*MEMORY '--memory') +
  /external/opencv3/modules/core/test/
test_io.cpp 108 FileStorage fs(filename, FileStorage::WRITE + (mem ? FileStorage::MEMORY : 0));
193 if(!fs.open(mem ? content : filename, FileStorage::READ + (mem ? FileStorage::MEMORY : 0)))
  /external/v8/test/unittests/wasm/
module-decoder-unittest.cc 181 kMemI32, // memory type
212 64, // invalid memory type
248 kMemI32, // memory type
275 33, // memory type
287 33, // memory type
299 kMemF32, // memory type
302 kMemF64, // memory type
376 SECTION(MEMORY, 3),
415 SECTION(MEMORY, 3),
475 byte data[] = {SECTION(MEMORY, 3)
    [all...]
  /external/libpng/contrib/libtests/
pngimage.c 53 * produce data with a memory format that does not correspond to a PNG format.
346 * The original file is cached in memory. During write the output file is
347 * written to memory.
416 # define MEMORY ENOMEM
418 # define MEMORY ERANGE /* required by ANSI-C */
471 return MEMORY;
506 APP_ERROR, /* such as out-of-memory in a callback */
581 * memory is not freed.
637 /* Release any memory held in the display. */
    [all...]
  /frameworks/compile/mclinker/lib/Script/
ScriptScanner.ll 106 /* MEMORY Command */
107 <LDSCRIPT>"MEMORY" { return token::MEMORY; }
  /toolchain/binutils/binutils-2.25/gold/
yyscript.y 153 %token MEMORY
261 | MEMORY '{' memory_defs '}'
494 /* A memory specification for an output section. */
501 /* A memory specification for where to load an output section. */
707 /* A list of MEMORY definitions. */
713 /* A single MEMORY definition. */
724 /* The (optional) attributes of a MEMORY region. */

Completed in 2426 milliseconds

1 2