Searched defs:offset (Results 1 - 25 of 2568) sorted by relevance

1234567891011>>

/external/clang/test/CodeGenCXX/
H A D2008-05-07-CrazyOffsetOf.cpp8 int offset = (char *) &(((struct bork *) 0x10)->query) - (char *) 0x10; variable
/external/compiler-rt/test/asan/TestCases/
H A Ddebug_mapping.cc1 // Checks that the debugging API returns correct shadow scale and offset.
14 size_t scale, offset; local
15 __asan_get_shadow_mapping(&scale, &offset);
18 fprintf(stderr, "offset: %lx\n", offset);
21 // CHECK: offset: [[OFFSET]]
/external/llvm/test/CodeGen/SystemZ/Large/
H A Dbranch-range-07.py55 offset = 4096 + b % 500000 variable
57 print ' %%ptr%d = getelementptr i8, i8 *%%base, i64 %d' % (i, offset)
H A Dbranch-range-08.py56 offset = 4096 + b % 500000 variable
58 print ' %%ptr%d = getelementptr i8, i8 *%%base, i64 %d' % (i, offset)
H A Dbranch-range-01.py91 offset = 4096 + b % 500000 variable
93 print ' %%ptr%d = getelementptr i8, i8 *%%base, i64 %d' % (i, offset)
H A Dbranch-range-03.py92 offset = 4096 + b % 500000 variable
94 print ' %%ptr%d = getelementptr i8, i8 *%%base, i64 %d' % (i, offset)
H A Dbranch-range-04.py96 offset = 4096 + b % 500000 variable
98 print ' %%ptr%d = getelementptr i8, i8 *%%base, i64 %d' % (i, offset)
H A Dbranch-range-05.py95 offset = 4096 + b % 500000 variable
97 print ' %%ptr%d = getelementptr i8, i8 *%%base, i64 %d' % (i, offset)
H A Dbranch-range-06.py95 offset = 4096 + b % 500000 variable
97 print ' %%ptr%d = getelementptr i8, i8 *%%base, i64 %d' % (i, offset)
H A Dbranch-range-09.py92 offset = 4096 + b % 500000 variable
94 print ' %%ptr%d = getelementptr i8, i8 *%%base, i64 %d' % (i, offset)
H A Dbranch-range-10.py96 offset = 4096 + b % 500000 variable
98 print ' %%ptr%d = getelementptr i8, i8 *%%base, i64 %d' % (i, offset)
H A Dbranch-range-11.py112 offset = 4096 + b % 500000 variable
114 print ' %%ptr%d = getelementptr i8, i8 *%%base, i64 %d' % (i, offset)
/external/strace/
H A Daccess.c8 decode_access(struct tcb *tcp, int offset) argument
11 printpath(tcp, tcp->u_arg[offset]);
13 printflags(access_flags, tcp->u_arg[offset + 1], "?_OK");
H A Dchmod.c4 decode_chmod(struct tcb *tcp, int offset) argument
7 printpath(tcp, tcp->u_arg[offset]);
8 tprintf(", %#lo", tcp->u_arg[offset + 1]);
H A Dlseek.c6 * fs/read_write.c::SYSCALL_DEFINE3(lseek, unsigned, fd, off_t, offset, unsigned, origin)
9 * which means that on x32 we need to use tcp->ext_arg[N] to get offset argument.
15 long long offset; local
20 offset = tcp->ext_arg[1];
23 tprintf(", %llu, ", offset);
25 tprintf(", %lld, ", offset);
33 long offset; local
38 offset = tcp->u_arg[1];
41 tprintf(", %lu, ", offset);
43 tprintf(", %ld, ", offset);
[all...]
H A Dreadlink.c4 decode_readlink(struct tcb *tcp, int offset) argument
7 printpath(tcp, tcp->u_arg[offset]);
11 tprintf("%#lx", tcp->u_arg[offset + 1]);
20 printstr(tcp, tcp->u_arg[offset + 1], tcp->u_rval);
21 tprintf(", %lu", tcp->u_arg[offset + 2]);
/external/v8/test/webkit/
H A Ddfg-inline-unused-this-method-check.js41 var offset = 0; variable
45 offset = 42;
52 shouldBe("baz(object, " + i + ", " + (i * 2) + ")", "" + (offset + i + i * 2));
H A Ddfg-inline-unused-this.js41 var offset = 0; variable
45 offset = 42;
55 shouldBe("baz(object, " + i + ", " + (i * 2) + ")", "" + (offset + i + i * 2));
H A Ddfg-intrinsic-unused-this-method-check.js37 var offset = 0; variable
41 offset = 42;
48 shouldBe("baz(object, " + i + ", " + (i * 2) + ")", "" + (offset + Math.max(i, i * 2)));
H A Ddfg-intrinsic-unused-this.js37 var offset = 0; variable
41 offset = 42;
51 shouldBe("baz(object, " + i + ", " + (i * 2) + ")", "" + (offset + Math.max(i, i * 2)));
/external/elfutils/src/libdw/
H A Ddwarf_offabbrev.c1 /* Get abbreviation at given offset.
38 dwarf_offabbrev (Dwarf *dbg, Dwarf_Off offset, size_t *lengthp, argument
44 Dwarf_Abbrev *abbrev = __libdw_getabbrev (dbg, NULL, offset, lengthp,
/external/elfutils/src/libdwfl/
H A Ddwfl_getmodules.c36 ptrdiff_t offset)
42 But continuing from an offset is slow that way. So when
46 choose the style of place-holder when we return an offset,
51 if ((offset & 3) == 1)
53 offset >>= 2;
54 for (ptrdiff_t pos = 0; pos < offset; ++pos)
60 else if (((offset & 3) == 2) && likely (dwfl->lookup_module != NULL))
62 offset >>= 2;
64 if ((size_t) offset - 1 == dwfl->lookup_elts)
67 if (unlikely ((size_t) offset
32 dwfl_getmodules(Dwfl *dwfl, int (*callback) (Dwfl_Module *, void **, const char *, Dwarf_Addr, void *), void *arg, ptrdiff_t offset) argument
[all...]
/external/elfutils/src/libelf/
H A Delf_getshdrstrndx.c94 size_t offset; local
109 offset = elf->state.elf32.ehdr->e_shoff;
115 + elf->start_offset + offset))
120 if (unlikely (elf->maximum_size - offset
131 + offset))->sh_link;
140 sizeof (Elf32_Shdr), offset)
170 size_t offset = elf->state.elf64.ehdr->e_shoff; local
176 + elf->start_offset + offset))
181 if (unlikely (elf->maximum_size - offset
192 + offset))
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcallcoll.h35 int32_t offset; member in struct:OrderAndOffset
/external/icu/icu4c/source/test/intltest/
H A Dtscoll.h29 int32_t offset; member in struct:IntlTestCollator::Order

Completed in 1337 milliseconds

1234567891011>>