Searched defs:offset (Results 101 - 125 of 4384) sorted by relevance

1234567891011>>

/external/skqp/src/sksl/ast/
H A DSkSLASTReturnStatement.h20 ASTReturnStatement(int offset, std::unique_ptr<ASTExpression> expression) argument
21 : INHERITED(offset, kReturn_Kind)
/external/skqp/src/sksl/ir/
H A DSkSLExtension.h19 Extension(int offset, String name) argument
20 : INHERITED(offset, kExtension_Kind)
H A DSkSLIRNode.h20 IRNode(int offset) argument
21 : fOffset(offset) {}
27 // character offset of this element within the program being compiled, for error reporting
H A DSkSLReturnStatement.h20 ReturnStatement(int offset) argument
21 : INHERITED(offset, kReturn_Kind) {}
/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/
H A Dmknod.c41 decode_mknod(struct tcb *tcp, int offset) argument
43 unsigned short mode = tcp->u_arg[offset + 1];
46 printpath(tcp, tcp->u_arg[offset]);
52 dev = tcp->u_arg[offset + 2];
/external/strace/tests/
H A Dllseek.c41 const long long offset = 0xfacefeeddeadbeefLL; local
46 offset, &result, rc, errno2name());
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 Dllseek.c41 const long long offset = 0xfacefeeddeadbeefLL; local
46 offset, &result, rc, errno2name());
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 Dllseek.c41 const long long offset = 0xfacefeeddeadbeefLL; local
46 offset, &result, rc, errno2name());
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/swiftshader/third_party/LLVM/unittests/Support/
H A DDataExtractorTest.cpp27 uint32_t offset = 0; local
29 EXPECT_EQ(0x80U, DE.getU8(&offset));
30 EXPECT_EQ(1U, offset);
31 offset = 0;
32 EXPECT_EQ(0x8090U, DE.getU16(&offset));
33 EXPECT_EQ(2U, offset);
34 offset = 0;
35 EXPECT_EQ(0x8090FFFFU, DE.getU32(&offset));
36 EXPECT_EQ(4U, offset);
37 offset
75 uint32_t offset = 0; local
92 uint32_t offset = 0; local
102 uint32_t offset = 0; local
[all...]
/external/syslinux/com32/gpllib/disk/
H A Dswsusp.c16 int offset; local
20 offset = ptab->start_lba;
21 if (read_sectors(drive_info, &header_p, offset, PAGE_SIZE / SECTOR) == -1) {
/external/syslinux/core/fs/xfs/
H A Dxfs_dinode.c34 uint64_t offset; local
39 offset = XFS_INO_TO_OFFSET(XFS_INFO(fs), ino) << XFS_INFO(fs)->inode_shift;
40 if (offset > BLOCK_SIZE(fs)) {
41 xfs_error("Invalid inode offset in block!");
42 xfs_debug("offset: 0x%llx", offset);
46 xfs_debug("blk %llu block offset 0x%llx", blk, blk << BLOCK_SHIFT(fs));
47 xfs_debug("inode offset in block (in bytes) is 0x%llx", offset);
49 core = (xfs_dinode_t *)((uint8_t *)get_cache(fs->fs_dev, blk) + offset);
[all...]
/external/toybox/toys/lsb/
H A Dkillall.c38 int offset = 0; local
50 if (TT.names[offset] == name) {
51 TT.err[offset] = errno;
53 } else offset++;
/external/tpm2/
H A DNV_Write_fp.h16 UINT16 offset; member in struct:__anon27116
H A DPolicyCounterTimer_fp.h15 UINT16 offset; member in struct:__anon27134
/external/vboot_reference/firmware/stub/
H A Dvboot_api_stub_region.c17 enum vb_firmware_region region, uint32_t offset,
16 VbExRegionRead(VbCommonParams *cparams, enum vb_firmware_region region, uint32_t offset, uint32_t size, void *buf) argument
/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/vixl/test/
H A Dtest-utils.cc46 void ExecuteMemory(byte* buffer, size_t size, int offset) { argument
49 VIXL_ASSERT((offset >= 0) && (static_cast<size_t>(offset) < size));
53 entry_point += offset;
/external/brotli/csharp/org/brotli/dec/
H A DUtils.cs24 /// <param name="offset">the first byte to fill</param>
26 internal static void FillWithZeroes(byte[] dest, int offset, int length) argument
32 System.Array.Copy(ByteZeroes, 0, dest, offset + cursor, step);
46 /// <param name="offset">the first item to fill</param>
48 internal static void FillWithZeroes(int[] dest, int offset, int length) argument
54 System.Array.Copy(IntZeroes, 0, dest, offset + cursor, step);

Completed in 1736 milliseconds

1234567891011>>