Searched refs:offset (Results 51 - 75 of 5445) sorted by relevance

1234567891011>>

/external/valgrind/none/tests/s390x/
H A Dicm.c35 #define test(what, offset) do { \
36 icm(&a[0+offset], 0, what); cc = get_cc(); \
37 icm(&a[1+offset+cc], 1, what); cc = get_cc(); \
38 icm(&a[2+offset+cc], 2, what); cc = get_cc(); \
39 icm(&a[3+offset+cc], 3, what); cc = get_cc(); \
40 icm(&a[4+offset+cc], 4, what); cc = get_cc(); \
41 icm(&a[5+offset+cc], 5, what); cc = get_cc(); \
42 icm(&a[6+offset+cc], 6, what); cc = get_cc(); \
43 icm(&a[7+offset+cc], 7, what); cc = get_cc(); \
44 icm(&a[8+offset
[all...]
/external/elfutils/libdw/
H A Ddwarf_offdie.c1 /* Return DIE at given offset.
40 __libdw_offdie (Dwarf *dbg, Dwarf_Off offset, Dwarf_Die *result, argument
48 if (offset >= data->d_size)
58 result->addr = (char *) data->d_buf + offset;
61 result->cu = __libdw_findcu (dbg, offset, debug_types);
74 dwarf_offdie (Dwarf *dbg, Dwarf_Off offset, Dwarf_Die *result) argument
76 return __libdw_offdie (dbg, offset, result, false);
81 dwarf_offdie_types (Dwarf *dbg, Dwarf_Off offset, Dwarf_Die *result)
83 return __libdw_offdie (dbg, offset, result, true);
H A Ddwarf_haspc.c46 ptrdiff_t offset = 0; local
47 while ((offset = INTUSE(dwarf_ranges) (die, offset, &base,
52 return offset;
/external/libcxx/test/std/input.output/iostreams.base/fpos/fpos.operations/
H A Doffset.pass.cpp23 std::streamoff offset(p);
24 assert(offset == 7);
/external/libnetfilter_conntrack/src/expect/
H A Dsnprintf_default.c46 int ret = 0, size = 0, offset = 0; local
63 BUFFER_SIZE(ret, size, len, offset);
65 ret = __snprintf_expect_timeout(buf+offset, len, exp);
66 BUFFER_SIZE(ret, size, len, offset);
68 ret = __snprintf_expect_proto(buf+offset, len, exp);
69 BUFFER_SIZE(ret, size, len, offset);
71 ret = __snprintf_address(buf+offset, len, &exp->expected.orig,
73 BUFFER_SIZE(ret, size, len, offset);
75 ret = __snprintf_proto(buf+offset, len, &exp->expected.orig);
76 BUFFER_SIZE(ret, size, len, offset);
[all...]
/external/ltp/testcases/kernel/syscalls/preadv/
H A Dpreadv.h25 int preadv(int fd, const struct iovec *iov, int iovcnt, off_t offset) argument
27 return tst_syscall(__NR_preadv, fd, iov, iovcnt, offset);
/external/ltp/testcases/kernel/syscalls/pwritev/
H A Dpwritev.h25 int pwritev(int fd, const struct iovec *iov, int iovcnt, off_t offset) argument
27 return tst_syscall(__NR_pwritev, fd, iov, iovcnt, offset);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
H A DDexReader.java37 public DexReader(@Nonnull DexBackedDexFile dexFile, int offset) { argument
38 super(dexFile, offset);
/external/strace/tests/
H A Dfadvise64.c40 do_fadvise(long fd, long long offset, long long llen, long advice) argument
48 ret = syscall(__NR_fadvise64, fd, offset, llen, advice);
50 printf("fadvise64(%d, %lld, %llu, ", (int) fd, offset, llen);
53 LL_VAL_TO_PAIR(offset), LL_VAL_TO_PAIR(llen), advice);
55 printf("fadvise64(%d, %lld, %lld, ", (int) fd, offset, llen);
60 LL_VAL_TO_PAIR(offset), len, advice);
63 LL_VAL_TO_PAIR(offset), len, advice);
66 printf("fadvise64(%d, %lld, %lu, ", (int) fd, offset, len);
H A Dsync_file_range.c42 const off64_t offset = 0xdeadbeefbadc0dedULL; local
46 int rc = sync_file_range(fd, offset, nbytes, flags);
51 (long long) offset,
H A Dsync_file_range2.c42 const off64_t offset = 0xdeadbeefbadc0ded; local
46 int rc = sync_file_range(fd, offset, nbytes, flags);
51 (long long) offset,
/external/strace/tests-m32/
H A Dfadvise64.c40 do_fadvise(long fd, long long offset, long long llen, long advice) argument
48 ret = syscall(__NR_fadvise64, fd, offset, llen, advice);
50 printf("fadvise64(%d, %lld, %llu, ", (int) fd, offset, llen);
53 LL_VAL_TO_PAIR(offset), LL_VAL_TO_PAIR(llen), advice);
55 printf("fadvise64(%d, %lld, %lld, ", (int) fd, offset, llen);
60 LL_VAL_TO_PAIR(offset), len, advice);
63 LL_VAL_TO_PAIR(offset), len, advice);
66 printf("fadvise64(%d, %lld, %lu, ", (int) fd, offset, len);
H A Dsync_file_range.c42 const off64_t offset = 0xdeadbeefbadc0dedULL; local
46 int rc = sync_file_range(fd, offset, nbytes, flags);
51 (long long) offset,
H A Dsync_file_range2.c42 const off64_t offset = 0xdeadbeefbadc0ded; local
46 int rc = sync_file_range(fd, offset, nbytes, flags);
51 (long long) offset,
/external/strace/tests-mx32/
H A Dfadvise64.c40 do_fadvise(long fd, long long offset, long long llen, long advice) argument
48 ret = syscall(__NR_fadvise64, fd, offset, llen, advice);
50 printf("fadvise64(%d, %lld, %llu, ", (int) fd, offset, llen);
53 LL_VAL_TO_PAIR(offset), LL_VAL_TO_PAIR(llen), advice);
55 printf("fadvise64(%d, %lld, %lld, ", (int) fd, offset, llen);
60 LL_VAL_TO_PAIR(offset), len, advice);
63 LL_VAL_TO_PAIR(offset), len, advice);
66 printf("fadvise64(%d, %lld, %lu, ", (int) fd, offset, len);
/external/clang/test/CodeGenCXX/
H A D2008-05-07-CrazyOffsetOf.cpp8 int offset = (char *) &(((struct bork *) 0x10)->query) - (char *) 0x10; variable
/external/elfutils/libelf/
H A Delf_rand.c41 elf_rand (Elf *elf, size_t offset) argument
49 /* Save the old offset and set the offset. */
50 elf->state.ar.offset = elf->start_offset + offset;
62 return offset;
/external/fio/
H A Dhelpers.h9 extern int fallocate(int fd, int mode, off_t offset, off_t len);
10 extern int posix_fallocate(int fd, off_t offset, off_t len);
11 extern int sync_file_range(int fd, off64_t offset, off64_t nbytes,
13 extern int posix_fadvise(int fd, off_t offset, off_t len, int advice);
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dllseek.h9 llse_loff_t offset,
/external/syslinux/core/fs/lib/
H A Dclose.c6 file->offset = 0;
/external/valgrind/coregrind/m_gdbserver/
H A Dregdef.h35 /* The offset (in bits) of the value of this register in the buffer. */
36 int offset; member in struct:reg
/external/vboot_reference/tests/futility/
H A Dbinary_editor.c8 * offset with the specified 8-bit values.
19 uint32_t offset, curpos, curarg; local
27 offset = (uint32_t)strtoul(argv[1], 0, 0);
31 if (curpos == offset && curarg < argc) {
33 offset++;
/external/elfutils/tests/
H A Drun-readelf-gdb_index.sh70 GDB section [33] '.gdb_index' at offset 0xe76 contains 8383 bytes :
72 CU offset: 0x18
73 TU offset: 0x38
74 address offset: 0x50
75 symbol offset: 0x78
76 constant offset: 0x2078
78 CU list at offset 0x18 contains 2 entries:
82 TU list at offset 0x38 contains 1 entries:
83 [ 0] CU offset: 0, type offset
[all...]
/external/ltp/testcases/network/nfs/nfslock01/
H A Dnfs_flock.h10 #define read_lock(fd, offset, whence, len) \
11 lock_reg(fd, F_RDLCK, offset, whence, len, F_SETLK)
12 #define write_lock(fd, offset, whence, len) \
13 lock_reg(fd, F_WRLCK, offset, whence, len, F_SETLK)
14 #define un_lock(fd, offset, whence, len) \
15 lock_reg(fd, F_UNLCK, offset, whence, len, F_SETLK)
16 #define readb_lock(fd, offset, whence, len) \
17 lock_reg(fd, F_RDLCK, offset, whence, len, F_SETLKW)
18 #define writeb_lock(fd, offset, whence, len) \
19 lock_reg(fd, F_WRLCK, offset, whenc
[all...]
/external/strace/
H A Daccess.c8 decode_access(struct tcb *tcp, int offset) argument
10 printpath(tcp, tcp->u_arg[offset]);
12 printflags(access_flags, tcp->u_arg[offset + 1], "?_OK");

Completed in 1170 milliseconds

1234567891011>>