Searched defs:offset (Results 201 - 225 of 2568) sorted by relevance

1234567891011>>

/external/squashfs-tools/kernel/fs/squashfs/
H A Dfragment.c55 int offset = SQUASHFS_FRAGMENT_INDEX_OFFSET(fragment); local
61 &offset, sizeof(fragment_entry));
H A Did.c52 int offset = SQUASHFS_ID_BLOCK_OFFSET(index); local
57 err = squashfs_read_metadata(sb, &disk_id, &start_block, &offset,
H A Dsquashfs_fs_i.h28 int offset; member in struct:squashfs_inode_info
H A Dsymlink.c53 int offset = squashfs_i(inode)->offset; local
60 "%llx, offset %x\n", page->index, block, offset);
66 bytes = squashfs_read_metadata(sb, NULL, &block, &offset,
71 squashfs_i(inode)->offset);
83 for (bytes = 0; bytes < length; offset = 0, bytes += copied) {
88 squashfs_i(inode)->offset);
94 copied = squashfs_copy_data(pageaddr + bytes, entry, offset,
/external/squashfs-tools/kernel/include/linux/
H A Dsquashfs_fs_i.h28 int offset; member in struct:squashfs_inode_info
/external/squashfs-tools/kernel-2.4/include/linux/
H A Dsquashfs_fs_i.h28 unsigned int offset; member in struct:squashfs_inode_info
/external/strace/
H A Dopen.c85 decode_open(struct tcb *tcp, int offset) argument
88 printpath(tcp, tcp->u_arg[offset]);
91 tprint_open_modes(tcp->u_arg[offset + 1]);
92 if (tcp->u_arg[offset + 1] & O_CREAT) {
94 tprintf(", %#lo", tcp->u_arg[offset + 2]);
/external/toybox/toys/posix/
H A Dstrings.c35 off_t offset = 0; local
42 for (i = 0; i < nread; i++, offset++) {
50 printf("%7lld ",(long long)(offset - wlen));
/external/valgrind/coregrind/
H A Dpub_core_aspacemgr.h164 ( Addr a, SizeT len, UInt prot, UInt flags, Int fd, Off64T offset );
197 ( Addr start, SizeT length, UInt prot, UInt flags, Int fd, Off64T offset);
211 ( Addr start, SizeT length, UInt prot, Int fd, Off64T offset );
213 ( Addr start, SizeT length, UInt prot, Int fd, Off64T offset, const HChar *name );
234 ( SizeT length, UInt prot, Int fd, Off64T offset );
240 ( SizeT length, UInt prot, Int fd, Off64T offset );
357 Off64T offset; // Not used for removed segs. member in struct:__anon16174
/external/valgrind/memcheck/
H A Dmc_machine.c68 /* Let (offset,szB) describe a reference to the guest state section
69 [offset, offset+szB).
87 from Put and Get). References whose offset is not known until run
100 static Int get_otrack_shadow_offset_wrk ( Int offset, Int szB ); /*fwds*/
102 Int MC_(get_otrack_shadow_offset) ( Int offset, Int szB ) argument
104 Int cand = get_otrack_shadow_offset_wrk( offset, szB );
113 static Int get_otrack_shadow_offset_wrk ( Int offset, Int szB ) argument
125 Int o = offset;
236 /* For the various byte sized XER/CR pieces, use offset
[all...]
/external/valgrind/memcheck/tests/
H A Dthreadname.c13 void bad_things(int offset) argument
15 char* m = malloc(sizeof(char)*offset);
16 m[offset] = 0;
/external/vboot_reference/host/lib/
H A Dfmap.c30 ssize_t offset, align; local
39 for (offset = align; offset <= lim; offset += align * 2)
40 if (is_fmap(ptr + offset))
41 return (FmapHeader *)(ptr + offset);
/external/vboot_reference/utility/include/
H A Dtpmextras.h23 uint32_t offset; member in struct:tdTPM_WRITE_INFO
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs39 public int Put(byte[] source, int offset, int count) argument
44 _buffer[(_tail+i) % _capacity] = source[offset+i];
61 public int Get(byte[] destination, int offset, int count) argument
65 destination[offset + i] = _buffer[(_head+i) % _capacity];
H A DInflater.cs51 /// <param name="offset">The index of the first byte to add from <c>data</c></param>
54 public override void Add(byte[] data, int offset, int count) argument
57 if (offset < 0 || count < 0) throw new ArgumentOutOfRangeException();
58 if ((offset+count) > data.Length) throw new ArgumentException();
61 int inputIndex = offset;
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
H A DMockRectF.java57 public void offset(float dx, float dy) { method in class:MockRectF
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
H A DMacSpiTest.java142 protected void engineUpdate(byte[] input, int offset, int len) { argument
/external/apache-harmony/crypto/src/test/support/common/java/org/apache/harmony/crypto/tests/support/
H A DMyKeyAgreementSpi.java57 protected int engineGenerateSecret(byte[] sharedSecret, int offset) argument
H A DMyMacSpi.java60 protected void engineUpdate(byte[] input, int offset, int len) { argument
61 if (offset >= 0 && len >= 0) {
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_StringReader.java125 * stores them at <code>offset</code> in the character array
130 * @param offset offset in buf to store the read characters
136 public int read(char buf[], int offset, int count) throws IOException { argument
138 if (0 <= offset && offset <= buf.length && 0 <= count
139 && count <= buf.length - offset) {
147 str.getChars(pos, end, buf, offset);
/external/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs102 int.Parse(replacement.Attribute("offset").Value),
128 /// Formats the text range starting at offset of the given length.
130 private string RunClangFormat(string text, int offset, int length, string path) argument
141 process.StartInfo.Arguments = " -offset " + offset +
/external/clang/tools/libclang/
H A DCXLoadedDiagnostic.h66 /// \brief Decode the CXSourceLocation into file, line, column, and offset.
71 unsigned *offset);
77 unsigned offset; member in struct:clang::CXLoadedDiagnostic::Location
79 Location() : line(0), column(0), offset(0) {}
/external/compiler-rt/lib/asan/tests/
H A Dasan_fake_stack_test.cc49 uptr offset = 0; local
54 EXPECT_EQ(offset, FakeStack::FlagsOffset(stack_size_log, class_id));
55 // printf("%zd: %zd => %zd %zd\n", stack_size_log, class_id, offset,
57 offset += num_flags;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_freebsd.cc51 bool MemoryMappingLayout::Next(uptr *start, uptr *end, uptr *offset, argument
59 if (!offset) offset = &dummy;
65 *offset = (uptr)VmEntry->kve_offset;
H A Dsanitizer_procmaps_linux.cc29 bool MemoryMappingLayout::Next(uptr *start, uptr *end, uptr *offset, argument
37 if (!offset) offset = &dummy;
61 *offset = ParseHex(&current_);

Completed in 2422 milliseconds

1234567891011>>