Searched refs:mem (Results 176 - 200 of 996) sorted by relevance

1234567891011>>

/external/capstone/bindings/java/
H A DTestXcore.java48 if (i.value.mem.base != XCORE_REG_INVALID)
49 System.out.printf("\t\t\toperands[%d].mem.base: REG = %s\n", c, ins.regName(i.value.mem.base));
50 if (i.value.mem.index != XCORE_REG_INVALID)
51 System.out.printf("\t\t\toperands[%d].mem.index: REG = %s\n", c, ins.regName(i.value.mem.index));
52 if (i.value.mem.disp != 0)
53 System.out.printf("\t\t\toperands[%d].mem.disp: 0x%x\n", c, i.value.mem.disp);
54 if (i.value.mem
[all...]
H A DTestSparc.java50 if (i.value.mem.base != SPARC_REG_INVALID)
51 System.out.printf("\t\t\toperands[%d].mem.base: REG = %s\n", c, ins.regName(i.value.mem.base));
52 if (i.value.mem.index != SPARC_REG_INVALID)
53 System.out.printf("\t\t\toperands[%d].mem.index: REG = %s\n", c, ins.regName(i.value.mem.index));
54 if (i.value.mem.disp != 0)
55 System.out.printf("\t\t\toperands[%d].mem.disp: 0x%x\n", c, i.value.mem.disp);
/external/capstone/tests/
H A Dtest_xcore.c57 if (op->mem.base != XCORE_REG_INVALID)
58 printf("\t\t\toperands[%u].mem.base: REG = %s\n",
59 i, cs_reg_name(handle, op->mem.base));
60 if (op->mem.index != XCORE_REG_INVALID)
61 printf("\t\t\toperands[%u].mem.index: REG = %s\n",
62 i, cs_reg_name(handle, op->mem.index));
63 if (op->mem.disp != 0)
64 printf("\t\t\toperands[%u].mem.disp: 0x%x\n", i, op->mem.disp);
65 if (op->mem
[all...]
H A Dtest_x86.c109 if (op->mem.segment != X86_REG_INVALID)
110 printf("\t\t\toperands[%u].mem.segment: REG = %s\n", i, cs_reg_name(handle, op->mem.segment));
111 if (op->mem.base != X86_REG_INVALID)
112 printf("\t\t\toperands[%u].mem.base: REG = %s\n", i, cs_reg_name(handle, op->mem.base));
113 if (op->mem.index != X86_REG_INVALID)
114 printf("\t\t\toperands[%u].mem.index: REG = %s\n", i, cs_reg_name(handle, op->mem.index));
115 if (op->mem
[all...]
H A Dtest_arm64.c66 if (op->mem.base != ARM64_REG_INVALID)
67 printf("\t\t\toperands[%u].mem.base: REG = %s\n", i, cs_reg_name(handle, op->mem.base));
68 if (op->mem.index != ARM64_REG_INVALID)
69 printf("\t\t\toperands[%u].mem.index: REG = %s\n", i, cs_reg_name(handle, op->mem.index));
70 if (op->mem.disp != 0)
71 printf("\t\t\toperands[%u].mem.disp: 0x%x\n", i, op->mem.disp);
H A Dtest_sparc.c57 if (op->mem.base != X86_REG_INVALID)
58 printf("\t\t\toperands[%u].mem.base: REG = %s\n",
59 i, cs_reg_name(handle, op->mem.base));
60 if (op->mem.index != X86_REG_INVALID)
61 printf("\t\t\toperands[%u].mem.index: REG = %s\n",
62 i, cs_reg_name(handle, op->mem.index));
63 if (op->mem.disp != 0)
64 printf("\t\t\toperands[%u].mem.disp: 0x%x\n", i, op->mem.disp);
/external/elfutils/libelf/
H A Dnlist.c146 struct hashentry mem; local
150 sym = INTUSE(gelf_getsym) (data, cnt, &mem.sym);
155 mem.str = INTUSE(elf_strptr) (elf, shdr->sh_link, sym->st_name);
156 if (mem.str == NULL)
160 if (mem.str[0] == '\0')
170 (void) nlist_fshash_overwrite (table, mem.str, 0, &mem);
/external/icu/icu4c/source/tools/icuinfo/
H A Dtestplug.c169 static void U_CALLCONV myMemFree(const void *context, void *mem) { argument
172 free(mem);
173 fprintf(stderr, "MEM: free(%p)\n", mem);
176 static void * U_CALLCONV myMemRealloc(const void *context, void *mem, size_t size) { argument
181 if(mem==NULL) {
184 retPtr = realloc(mem, size);
186 fprintf(stderr, "MEM: realloc(%p, %d) = %p\n", mem, (int32_t)size, retPtr);
/external/capstone/bindings/ocaml/
H A Dtest_ppc.ml28 | 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;
/external/doclava/src/com/google/doclava/
H A DLinkReference.java140 String mem;
143 mem = text.substring(1, linkend);
146 mem = text.substring(pound + 1, linkend);
149 mem = null;
156 if (mem != null) {
157 index = mem.indexOf('(');
161 len = mem.length();
172 char c = mem.charAt(i);
182 if (mem.length() > i+2 && mem
[all...]
/external/syslinux/core/lwip/src/include/lwip/
H A Dstats.h37 #include "lwip/mem.h"
139 struct stats_mem mem; member in struct:stats_
232 #define MEM_STATS_AVAIL(x, y) lwip_stats.mem.x = y
233 #define MEM_STATS_INC(x) STATS_INC(mem.x)
234 #define MEM_STATS_INC_USED(x, y) STATS_INC_USED(mem, y)
235 #define MEM_STATS_DEC_USED(x, y) lwip_stats.mem.x -= y
236 #define MEM_STATS_DISPLAY() stats_display_mem(&lwip_stats.mem, "HEAP")
276 void stats_display_mem(struct stats_mem *mem, char *name);
277 void stats_display_memp(struct stats_mem *mem, int index);
283 #define stats_display_mem(mem, nam
[all...]
/external/valgrind/none/tests/mips64/
H A Dcvm_atomic.c41 #define TEST1_32(instruction, offset,mem) \
53 : "r" (mem) , "r" (offset) \
60 #define TEST1_64(instruction, offset,mem) \
72 : "r" (mem) , "r" (offset) \
110 #define TEST3(instruction, offset, mem, value) \
123 : "r" (mem) , "r" (offset), "r" (value) \
126 printf("%s :: value: 0x%llx, memPre: 0x%lx, mem: 0x%lx\n", \
139 #define TEST4_32(instruction, offset, mem) \
151 : "r" (mem) , "r" (offset) \
158 #define TEST4_64(instruction, offset, mem) \
[all...]
/external/zlib/src/examples/
H A Denough.c152 Each element in the array is further indexed by the (mem, rem) doublet,
153 where mem is the amount of inflate table space used so far, and rem is the
156 not. Since the ranges for mem and rem are not known a priori, each bit
158 states. mem and rem are used to calculate a single index in a triangular
159 array. Since the range of mem is expected in the default case to be about
161 memory usage, with eight times the range for mem than for rem. See the
256 has a variable size bit vector indexed by (mem,rem). The bit vector is
257 lengthened if needed to allow setting the (mem,rem) bit. */
258 local int beenhere(int syms, int len, int left, int mem, int rem) argument
266 /* point to vector for (syms,left,len), bit in vector for (mem,re
322 examine(int syms, int len, int left, int mem, int rem) argument
[all...]
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dmap.c156 void* mem = value_memory(&v); local
157 native_slot_mark(self->value_type, mem);
284 void* mem = value_memory(&v); local
287 mem);
335 void* mem = value_memory(&v); local
338 mem);
363 void* mem = value_memory(&v); local
364 return native_slot_get(self->value_type, self->value_type_class, mem);
385 void* mem; local
388 mem
440 void* mem = value_memory(&v); local
509 void* mem = value_memory(&v); local
537 void* mem = value_memory(&v); local
600 void* mem = value_memory(&v); local
641 void* mem = value_memory(&v); local
677 void* mem = value_memory(&v); local
780 void* mem = value_memory(&v); local
[all...]
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dcpuset.h74 * cpuset_cpumemdist(cpu, mem) - [optional] Hardware distance from CPU to Memory Node
117 * cpuset_c_rel_to_sys_mem(cp, mem) - Map cpuset relative mem to system wide
118 * cpuset_c_sys_to_rel_mem(cp, mem) - Map system wide mem to cpuset relative
121 * cpuset_p_rel_to_sys_mem(pid, mem) - Map cpuset relative mem to system wide
122 * cpuset_p_sys_to_rel_mem(pid, mem) - Map system wide mem to cpuset relative
147 * cpuset_membind(mem)
[all...]
/external/strace/tests/
H A Dkexec_load.c50 void *mem; member in struct:segm
89 segms[0].buf = segms[0].mem = NULL;
112 printf("kexec_load(%#lx, %lu, [{buf=NULL, bufsz=%zu, mem=NULL, "
117 printf("{buf=%p, bufsz=%zu, mem=%p, memsz=%zu}, ",
119 segms[i].mem, segms[i].memsz);
129 printf("{buf=%p, bufsz=%zu, mem=%p, memsz=%zu}, ",
131 segms[i].mem, segms[i].memsz);
144 printf("{buf=%p, bufsz=%zu, mem=%p, memsz=%zu}%s",
146 segms[i].mem, segms[i].memsz,
156 printf("{buf=%p, bufsz=%zu, mem
[all...]
/external/strace/tests-m32/
H A Dkexec_load.c50 void *mem; member in struct:segm
89 segms[0].buf = segms[0].mem = NULL;
112 printf("kexec_load(%#lx, %lu, [{buf=NULL, bufsz=%zu, mem=NULL, "
117 printf("{buf=%p, bufsz=%zu, mem=%p, memsz=%zu}, ",
119 segms[i].mem, segms[i].memsz);
129 printf("{buf=%p, bufsz=%zu, mem=%p, memsz=%zu}, ",
131 segms[i].mem, segms[i].memsz);
144 printf("{buf=%p, bufsz=%zu, mem=%p, memsz=%zu}%s",
146 segms[i].mem, segms[i].memsz,
156 printf("{buf=%p, bufsz=%zu, mem
[all...]
/external/strace/tests-mx32/
H A Dkexec_load.c50 void *mem; member in struct:segm
89 segms[0].buf = segms[0].mem = NULL;
112 printf("kexec_load(%#lx, %lu, [{buf=NULL, bufsz=%zu, mem=NULL, "
117 printf("{buf=%p, bufsz=%zu, mem=%p, memsz=%zu}, ",
119 segms[i].mem, segms[i].memsz);
129 printf("{buf=%p, bufsz=%zu, mem=%p, memsz=%zu}, ",
131 segms[i].mem, segms[i].memsz);
144 printf("{buf=%p, bufsz=%zu, mem=%p, memsz=%zu}%s",
146 segms[i].mem, segms[i].memsz,
156 printf("{buf=%p, bufsz=%zu, mem
[all...]
/external/chromium-trace/catapult/common/py_utils/py_utils/
H A Dmemory_debug.py52 mem = psutil.virtual_memory()
54 FormatBytes(mem.used), FormatBytes(mem.total))
/external/clang/test/CodeGen/
H A Dbuiltins-systemz.c12 void test_htm1(struct __htm_tdb *tdb, int reg, int *mem, uint64_t *mem64) { argument
92 __builtin_non_tx_store (&g, *mem);
103 __builtin_tx_assist (*mem);
/external/honggfuzz/examples/libjpeg/
H A Dpersistent-jpeg.c71 cinfo.mem->max_memory_to_use = (1024 * 1024 * 1024);
72 cinfo.mem->max_alloc_chunk = (1024 * 128 * 256);
77 JSAMPARRAY buffer = (*cinfo.mem->alloc_sarray)((j_common_ptr)&cinfo, JPOOL_IMAGE, row_stride, 1);
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/validator/chunks/
H A DCommonValidators.java32 n.getMembers().forEach(mem -> {
33 if (mem instanceof InitializerDeclaration) {
34 reporter.report(mem, "An interface cannot have initializers.");
/external/boringssl/src/crypto/bytestring/
H A Dasn1_compat.c22 #include <openssl/mem.h>
/external/capstone/contrib/windows_kernel/
H A Dlibc.cpp90 void* mem = malloc(size); local
91 if (!mem)
95 memcpy(mem, inblock.get(), min(CONTAINING_RECORD(inblock.get(), MEMBLOCK, data)->size, size));
96 return mem;
/external/curl/tests/
H A Dmem-include-scan.pl27 # You can also mark a C source as fine by using 'mem-include-scan' anywhere in
55 elsif($_ =~ /mem-include-scan/) {

Completed in 1308 milliseconds

1234567891011>>