HomeSort by relevance Sort by last modified time
    Searched refs:offset (Results 276 - 300 of 16262) sorted by null

<<11121314151617181920>>

  /external/syslinux/gpxe/src/net/
dhcpopts.c 59 * @v offset Offset within options block
63 dhcp_option ( struct dhcp_options *options, unsigned int offset ) {
64 return ( ( struct dhcp_option * ) ( options->data + offset ) );
68 * Get offset of a DHCP option
72 * @ret offset Offset within options block
99 * @ret encap_offset Offset of encapsulating DHCP option
100 * @ret offset Offset of DHCP option, or negative erro
119 int offset = 0; local
264 int offset; local
342 int offset; local
361 int offset; local
380 int offset; local
407 int offset = 0; local
    [all...]
  /dalvik/dx/src/com/android/dx/cf/iface/
ParseObserver.java 38 * @param offset offset into {@code bytes} for the start of the
43 public void startParsingMember(ByteArray bytes, int offset, String name,
50 * @param offset offset into {@code bytes} for the end of the
56 public void endParsingMember(ByteArray bytes, int offset, String name,
63 * @param offset offset into {@code bytes} for what was parsed
67 public void parsed(ByteArray bytes, int offset, int len, String human);
  /external/ImageMagick/MagickCore/
monitor.h 33 static inline MagickBooleanType QuantumTick(const MagickOffsetType offset,
38 if (offset == (MagickOffsetType) (span-1))
40 if ((offset % (span/100)) == 0)
  /external/emma/core/java12/com/vladium/jcd/cls/
IMethodCollection.java 30 * Returns {@link Method_info} descriptor at a given offset.
32 * @param offset method offset [must be in [0, size()) range; input not checked]
35 * @throws IndexOutOfBoundsException if 'offset' is outside of valid range
37 Method_info get (int offset);
77 * Replaces the Method_info descriptor at a given offset. No duplicate
82 * @param offset method offset [must be in [0, size()) range; input not checked]
84 * @return previous method descriptor at this offset [never null]
86 * @throws IndexOutOfBoundsException if 'offset' is outside of valid rang
    [all...]
  /external/strace/
chmod.c 4 decode_chmod(struct tcb *tcp, const int offset)
6 printpath(tcp, tcp->u_arg[offset]);
8 print_numeric_umode_t(tcp->u_arg[offset + 1]);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
BinaryObject.h 194 inline void fixByte(uint8_t B, uint32_t offset) {
195 Data[offset] = B;
200 inline void fixWord16(uint16_t W, uint32_t offset) {
202 fixWord16LE(W, offset);
204 fixWord16BE(W, offset);
209 inline void fixWord16LE(uint16_t W, uint32_t offset) {
210 Data[offset] = (uint8_t)(W >> 0);
211 Data[++offset] = (uint8_t)(W >> 8);
216 inline void fixWord16BE(uint16_t W, uint32_t offset) {
217 Data[offset] = (uint8_t)(W >> 8)
    [all...]
  /external/syslinux/com32/gpllib/disk/
swsusp.c 16 int offset; local
20 offset = ptab->start_lba;
21 if (read_sectors(drive_info, &header_p, offset, PAGE_SIZE / SECTOR) == -1) {
  /external/syslinux/gpxe/src/include/gpxe/efi/
efi_uaccess.h 36 * @v offset Offset from user pointer
40 UACCESS_INLINE ( efi, user_to_phys ) ( userptr_t userptr, off_t offset ) {
41 return ( userptr + offset );
50 UACCESS_INLINE ( efi, user_to_virt ) ( userptr_t userptr, off_t offset ) {
51 return trivial_user_to_virt ( userptr, offset );
55 UACCESS_INLINE ( efi, userptr_add ) ( userptr_t userptr, off_t offset ) {
56 return trivial_userptr_add ( userptr, offset );
74 UACCESS_INLINE ( efi, memset_user ) ( userptr_t buffer, off_t offset,
76 trivial_memset_user ( buffer, offset, c, len )
    [all...]
  /frameworks/minikin/tests/unittest/
UnicodeUtilsTest.cpp 26 size_t offset; local
28 ParseUnicode(buf, BUF_SIZE, "U+000D U+1F431 | 'a'", &size, &offset);
30 EXPECT_EQ(offset, 3u);
  /libcore/ojluni/src/main/java/java/text/
IcuIteratorWrapper.java 267 * (i.e., the CharacterIterator's starting offset).
269 * @return The offset of the beginning of the text.
277 * (i.e., the CharacterIterator's ending offset).
279 * @return The text's past-the-end offset.
292 * @return The character offset of the boundary position n boundaries away from
318 * Throw IllegalArgumentException unless begin <= offset < end.
320 protected static final void checkOffset(int offset, CharacterIterator text) {
321 if (offset < text.getBeginIndex() || offset > text.getEndIndex()) {
322 throw new IllegalArgumentException("offset out of bounds")
    [all...]
  /libcore/ojluni/src/main/java/javax/crypto/spec/
IvParameterSpec.java 58 * bytes in <code>iv</code>, beginning at <code>offset</code>
62 * <code>iv[offset]</code> and <code>iv[offset+len-1]</code> inclusive.
65 * bytes of the buffer beginning at <code>offset</code> inclusive
67 * @param offset the offset in <code>iv</code> where the IV
71 * or {@code (iv.length - offset < len)}
72 * @throws ArrayIndexOutOfBoundsException is thrown if <code>offset</code>
75 public IvParameterSpec(byte[] iv, int offset, int len) {
79 if (iv.length - offset < len)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/share/clang/
clang-rename.py 31 offset = int(vim.eval('line2byte(line("."))+col(".")')) - 2
32 if offset < 0:
45 '-offset', str(offset),
  /prebuilts/clang/host/darwin-x86/clang-4479392/share/clang/
clang-rename.py 31 offset = int(vim.eval('line2byte(line("."))+col(".")')) - 2
32 if offset < 0:
45 '-offset', str(offset),
  /prebuilts/clang/host/darwin-x86/clang-4579689/share/clang/
clang-rename.py 31 offset = int(vim.eval('line2byte(line("."))+col(".")')) - 2
32 if offset < 0:
45 '-offset', str(offset),
  /prebuilts/clang/host/darwin-x86/clang-4630689/share/clang/
clang-rename.py 31 offset = int(vim.eval('line2byte(line("."))+col(".")')) - 2
32 if offset < 0:
45 '-offset', str(offset),
  /prebuilts/clang/host/darwin-x86/clang-4639204/share/clang/
clang-rename.py 31 offset = int(vim.eval('line2byte(line("."))+col(".")')) - 2
32 if offset < 0:
45 '-offset', str(offset),
  /prebuilts/clang/host/darwin-x86/clang-4691093/share/clang/
clang-rename.py 31 offset = int(vim.eval('line2byte(line("."))+col(".")')) - 2
32 if offset < 0:
45 '-offset', str(offset),
  /prebuilts/clang/host/linux-x86/clang-4393122/share/clang/
clang-rename.py 31 offset = int(vim.eval('line2byte(line("."))+col(".")')) - 2
32 if offset < 0:
45 '-offset', str(offset),
  /prebuilts/clang/host/linux-x86/clang-4479392/share/clang/
clang-rename.py 31 offset = int(vim.eval('line2byte(line("."))+col(".")')) - 2
32 if offset < 0:
45 '-offset', str(offset),
  /prebuilts/clang/host/linux-x86/clang-4579689/share/clang/
clang-rename.py 31 offset = int(vim.eval('line2byte(line("."))+col(".")')) - 2
32 if offset < 0:
45 '-offset', str(offset),
  /prebuilts/clang/host/linux-x86/clang-4630689/share/clang/
clang-rename.py 31 offset = int(vim.eval('line2byte(line("."))+col(".")')) - 2
32 if offset < 0:
45 '-offset', str(offset),
  /prebuilts/clang/host/linux-x86/clang-4639204/share/clang/
clang-rename.py 31 offset = int(vim.eval('line2byte(line("."))+col(".")')) - 2
32 if offset < 0:
45 '-offset', str(offset),
  /prebuilts/clang/host/linux-x86/clang-4691093/share/clang/
clang-rename.py 31 offset = int(vim.eval('line2byte(line("."))+col(".")')) - 2
32 if offset < 0:
45 '-offset', str(offset),
  /external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
Encoder.java 21 * It also keeps track of the associated handles, and the offset of the current data section.
100 * Base offset in the byte buffer for writing.
157 * Encode a byte at the given offset.
159 public void encode(byte v, int offset) {
160 mEncoderState.byteBuffer.put(mBaseOffset + offset, v);
164 * Encode a boolean at the given offset.
166 public void encode(boolean v, int offset, int bit) {
168 byte encodedValue = mEncoderState.byteBuffer.get(mBaseOffset + offset);
170 mEncoderState.byteBuffer.put(mBaseOffset + offset, encodedValue);
175 * Encode a short at the given offset
258 encode(mEncoderState.handles.size(), offset); local
280 encode(handler.passHandle(), offset, nullable); local
303 encode(v.passHandle(), offset, nullable); local
    [all...]
  /external/dtc/tests/
get_name.c 32 int offset; local
41 offset = fdt_path_offset(fdt, path);
42 if (offset < 0)
45 getname = fdt_get_name(fdt, offset, &len);
47 offset, getname, len);
49 FAIL("fdt_get_name(%d): %s", offset, fdt_strerror(len));
60 getname2 = fdt_get_name(fdt, offset, NULL);
62 FAIL("fdt_get_name(%d, NULL) failed", offset);
65 offset, getname2, getname);

Completed in 415 milliseconds

<<11121314151617181920>>