Searched defs:offset (Results 126 - 150 of 4384) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A D2003-06-26-CFECrash.c4 long offset; member in struct:min_info
/external/dtc/tests/
H A Dadd_subnode_with_nops.c52 int offset; local
79 OFF_CHECK(offset, fdt_add_subnode(fdt, 0, "subnode"));
H A Dget_phandle.c32 int offset; local
35 offset = fdt_path_offset(fdt, path);
36 if (offset < 0)
39 phandle = fdt_get_phandle(fdt, offset);
H A Dnode_check_compatible.c34 int offset, err; local
36 offset = fdt_path_offset(fdt, path);
37 if (offset < 0)
38 FAIL("fdt_path_offset(%s): %s", path, fdt_strerror(offset));
40 err = fdt_node_check_compatible(fdt, offset, compat);
H A Dnode_offset_by_phandle.c33 int offset; local
35 offset = fdt_node_offset_by_phandle(fdt, phandle);
37 if (offset != target)
39 "instead of %d", phandle, offset, target);
H A Dnotfound.c40 int offset; local
60 offset = fdt_subnode_offset(fdt, 0, "nonexistant-subnode");
61 check_error("fdt_subnode_offset(\"nonexistant-subnode\")", offset);
63 offset = fdt_subnode_offset(fdt, 0, "subsubnode");
64 check_error("fdt_subnode_offset(\"subsubnode\")", offset);
66 offset = fdt_path_offset(fdt, "/nonexistant-subnode");
67 check_error("fdt_path_offset(\"/nonexistant-subnode\")", offset);
H A Dpath_offset_aliases.c33 int offset, offset_a; local
35 offset = fdt_path_offset(fdt, full_path);
38 if (offset != offset_a)
40 full_path, offset, alias_path, offset_a);
/external/e2fsprogs/ext2ed/
H A Dsuper_com.c123 unsigned long copy_num,offset; local
134 offset=file_system_info.super_block_offset+copy_num*file_system_info.no_blocks_in_group*file_system_info.block_size;
136 if (offset > file_system_info.file_system_size) {
141 device_offset=offset;
/external/elfutils/libdw/
H A Ddwarf_formref_die.c46 Dwarf_Off offset; local
49 /* This has an absolute offset. */
65 ref_size, &offset, IDX_debug_info, 0))
68 return INTUSE(dwarf_offdie) (dbg_ret, offset, result);
75 /* This doesn't have an offset, but instead a value we
96 offset = cu->start + cu->type_offset;
100 /* Other forms produce an offset from the CU. */
101 if (unlikely (__libdw_formref (attr, &offset) != 0))
108 if (unlikely (offset >= size))
115 result->addr = (char *) datap + offset;
[all...]
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_siblingof.c73 Dwarf_Off offset; local
75 if (unlikely (__libdw_formref (&sibattr, &offset) != 0))
83 if (unlikely (offset >= size || offset <= die_off))
90 addr = sibattr.cu->startp + offset;
/external/elfutils/libelf/
H A Dgelf_getnote.c1 /* Get note information at the supplied offset.
40 gelf_getnote (Elf_Data *data, size_t offset, GElf_Nhdr *result, argument
60 offset is OK. */
61 if (unlikely (offset > data->d_size
62 || data->d_size - offset < sizeof (GElf_Nhdr)))
65 offset = 0;
69 const GElf_Nhdr *n = data->d_buf + offset;
70 offset += sizeof *n;
76 if (unlikely (offset > data->d_size
77 || data->d_size - offset < names
[all...]
/external/elfutils/tests/
H A Ddwarf-getstring.c37 Dwarf_Off offset = 0; local
56 const char *str = dwarf_getstring (NULL, offset, &len);
59 /* Use insane offset. */
66 str = dwarf_getstring (dbg, offset, &len);
70 offset += len + 1;
H A Ddwfl-bug-getmodules.c55 ptrdiff_t offset = dwfl_getmodules (dwfl, &iterate, dwfl, 0); local
56 if (offset <= 0)
59 offset = dwfl_getmodules (dwfl, &iterate, NULL, offset);
60 if (offset != 0)
61 error (1, 0, "dwfl_getmodules (%d): %s", (int) offset, dwfl_errmsg (-1));
/external/emma/core/java12/com/vladium/jcd/opcodes/
H A DIOpcodeVisitor.java20 void visit (int opcode, boolean wide, int offset, Object ctx); argument
/external/fio/lib/
H A Dmemalign.c11 unsigned int offset; member in struct:align_footer
25 f->offset = (uintptr_t) ret - (uintptr_t) ptr;
35 free(ptr - f->offset);
/external/icu/icu4c/source/i18n/unicode/
H A Dplurfmt.h94 * offsetValue = "offset:" number
114 * the <code>PluralRules</code> with the input number <em>minus the offset</em>.
115 * (The offset defaults to 0 if it is omitted from the pattern string.)
120 * is replaced by the input number minus the offset.
121 * The number-minus-offset value is formatted using a
125 * <strong>Note:</strong> That argument is formatting without subtracting the offset!
126 * If you need a custom format and have a non-zero offset, then you need to pass the
127 * number-minus-offset value as a separate parameter.
485 * Before calling, set parse_pos.index to the offset you want to start
574 double offset; member in class:PluralFormat
[all...]
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/
H A DProvider.java24 * @param offset Offset at which to start storing characters
29 public int read(char buffer[], int offset, int len) throws IOException; argument
/external/libexif/libexif/canon/
H A Dexif-mnote-data-canon.h41 unsigned int offset; member in struct:_ExifMnoteDataCanon
/external/libexif/libexif/fuji/
H A Dexif-mnote-data-fuji.h38 unsigned int offset; member in struct:_ExifMnoteDataFuji
/external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DUnion.java29 protected abstract void encode(Encoder encoder, int offset); argument
/external/libnl/include/netlink/route/
H A Dpktloc.h30 uint16_t offset; member in struct:rtnl_pktloc
/external/linux-kselftest/tools/testing/selftests/timers/
H A Dset-tai.c1 /* Set tai offset
28 int set_tai(int offset) argument
35 tx.constant = offset;
55 printf("tai offset started at %i\n", ret);
/external/llvm/unittests/Support/
H A DDataExtractorTest.cpp28 uint32_t offset = 0; local
30 EXPECT_EQ(0x80U, DE.getU8(&offset));
31 EXPECT_EQ(1U, offset);
32 offset = 0;
33 EXPECT_EQ(0x8090U, DE.getU16(&offset));
34 EXPECT_EQ(2U, offset);
35 offset = 0;
36 EXPECT_EQ(0x8090FFFFU, DE.getU32(&offset));
37 EXPECT_EQ(4U, offset);
38 offset
76 uint32_t offset = 0; local
93 uint32_t offset = 0; local
103 uint32_t offset = 0; local
[all...]
/external/ltp/testcases/network/nfs/nfslock01/
H A Dnfs_flock.c21 int offset = 0; local
50 if (mac == 1) { /* Set the offset to even lines */
53 offset = 0;
55 offset += 2 * BYTES;
58 } else { /* Set the offset to odd lines */
61 offset = BYTES;
63 offset += 2 * BYTES;
68 if (writeb_lock(fd, offset, SEEK_SET, BYTES) < 0)
71 lseek(fd, offset, SEEK_SET);
76 if (unb_lock(fd, offset, SEEK_SE
[all...]

Completed in 581 milliseconds

1234567891011>>