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

1 2

  /external/ltp/testcases/open_posix_testsuite/bin/
run-all-posix-option-group-tests.sh 13 for option_group in AIO MEM MSG SEM SIG THR TMR TPS; do
run-posix-option-group-test.sh 15 usage: $(basename "$0") [AIO|MEM|MSG|SEM|SIG|THR|TMR|TPS]
68 MEM)
  /dalvik/dx/tests/131-perf/
run 32 MEM=4g
79 $TASKSET dx -JXmx$MEM -JXms$MEM $GC --dex $EXTRA --no-optimize $MULTIDEX $THREADS --output=out x.jar || exit 1
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
platform.c 55 case MEM:
92 if (unit < MEM)
106 if (unit < MEM)
111 case MEM:
io.h 41 #define MEM 0x101
  /external/swiftshader/third_party/LLVM/utils/TableGen/
EDEmitter.cpp 244 #define MEM(str) if (name == str) SET("kOperandTypeX86Memory");
292 MEM("i8mem");
293 MEM("i8mem_NOREX");
294 MEM("i16mem");
295 MEM("i32mem");
296 MEM("i32mem_TC");
297 MEM("f32mem");
298 MEM("ssmem");
299 MEM("opaque32mem");
300 MEM("opaque48mem")
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/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)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
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)
  /external/bcc/scripts/
build_bpf_demo.sh 16 -M, --mem NUM Number of MB to reserve to the instance (default 4094)
23 TEMP=$(getopt -o b:c:k:m:M:n:p:s: --long bridge:,cpu:,kickstart:,mirror:,mem:,name:,password:size: -- "$@")
38 -M|--mem) MEM="$2"; shift 2 ;;
52 MEM=${MEM:-4094}
104 --ram $MEM \
  /external/u-boot/lib/zlib/
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)
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/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)
  /external/python/cpython2/Modules/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)
  /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)
  /external/autotest/server/site_tests/firmware_Cr50DeepSleepStress/
firmware_Cr50DeepSleepStress.py 20 @param reset_type: a str with the cycle type: 'mem' or 'reboot'
27 MEM = 'mem'
112 suspend_state=self.MEM)
129 reset_type. There are two valid reset types: mem and reboot. The test
138 @param reset_type: a str with the cycle type: 'mem' or 'reboot'
154 elif reset_type == 'mem':
157 raise error.TestNAError('Invalid reset_type. Use "mem" or "reboot"')
  /external/fec/
ssebfly27.s 159 .macro PSUBUSBM REG,MEM
160 movq \MEM,%mm7
162 movq %mm7,\MEM
ssebfly29.s 206 .macro PSUBUSBM REG,MEM
207 movq \MEM,%mm7
209 movq %mm7,\MEM
  /external/capstone/bindings/ocaml/
test_mips.ml 30 | MIPS_OP_MEM mem -> ( printf "\t\top[%d]: MEM\n" i;
31 if mem.base != 0 then
32 printf "\t\t\toperands[%u].mem.base: REG = %s\n" i (cs_reg_name handle mem.base);
33 if mem.disp != 0 then
34 printf "\t\t\toperands[%u].mem.disp: 0x%x\n" i mem.disp;
test_xcore.ml 28 | XCORE_OP_MEM mem -> ( printf "\t\top[%d]: MEM\n" i;
29 if mem.base != 0 then
30 printf "\t\t\toperands[%u].mem.base: REG = %s\n" i (cs_reg_name handle mem.base);
31 if mem.index != 0 then
32 printf "\t\t\toperands[%u].mem.index: 0x%x\n" i mem.index;
33 if mem.disp != 0 then
34 printf "\t\t\toperands[%u].mem.disp: 0x%x\n" i mem.disp
    [all...]
test_arm64.ml 31 | ARM64_OP_MEM mem -> ( printf "\t\top[%d]: MEM\n" i;
32 if mem.base != 0 then
33 printf "\t\t\toperands[%u].mem.base: REG = %s\n" i (cs_reg_name handle mem.base);
34 if mem.index != 0 then
35 printf "\t\t\toperands[%u].mem.index: REG = %s\n" i (cs_reg_name handle mem.index);
36 if mem.disp != 0 then
37 printf "\t\t\toperands[%u].mem.disp: 0x%x\n" i mem.disp
    [all...]
test_ppc.ml 28 | PPC_OP_MEM mem -> ( printf "\t\top[%d]: MEM\n" i;
29 if mem.base != 0 then
30 printf "\t\t\toperands[%u].mem.base: REG = %s\n" i (cs_reg_name handle mem.base);
31 if mem.disp != 0 then
32 printf "\t\t\toperands[%u].mem.disp: 0x%x\n" i mem.disp;
test_sparc.ml 31 | SPARC_OP_MEM mem -> ( printf "\t\top[%d]: MEM\n" i;
32 if mem.base != 0 then
33 printf "\t\t\toperands[%u].mem.base: REG = %s\n" i (cs_reg_name handle mem.base);
34 if mem.index != 0 then
35 printf "\t\t\toperands[%u].mem.index: 0x%x\n" i mem.index;
36 if mem.disp != 0 then
37 printf "\t\t\toperands[%u].mem.disp: 0x%x\n" i mem.disp
    [all...]
test_systemz.ml 31 | SYSZ_OP_MEM mem -> ( printf "\t\top[%d]: MEM\n" i;
32 if mem.base != 0 then
33 printf "\t\t\toperands[%u].mem.base: REG = %s\n" i (cs_reg_name handle mem.base);
34 if mem.index != 0 then
35 printf "\t\t\toperands[%u].mem.index: 0x%x\n" i mem.index;
36 if mem.length != 0L then
37 printf "\t\t\toperands[%u].mem.length: 0x%Lx\n" i mem.length
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
GCNHazardRecognizer.cpp 310 int GCNHazardRecognizer::checkSoftClauseHazards(MachineInstr *MEM) {
316 bool IsSMRD = TII.isSMRD(*MEM);
348 if (MEM->mayStore())
351 addClauseInst(*MEM);
  /external/u-boot/include/
lattice.h 143 #define MEM 0x19 /*
  /frameworks/base/cmds/incident_helper/src/parsers/
CpuInfoParser.cpp 77 if (stripPrefix(&line, "Mem:")) {
78 writeSuffixLine(&proto, CpuInfoProto::MEM, line, COMMA_DELIMITER,

Completed in 550 milliseconds

1 2