HomeSort by relevance Sort by last modified time
    Searched refs:off (Results 326 - 350 of 3992) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/pe/
peseh-x64-5.d 8 Idx Name Size VMA LMA File off Algn
peseh-x64-6.d 8 Idx Name Size VMA LMA File off Algn
section-align-1.d 10 Idx Name *Size *VMA *LMA *File off *Algn
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ppc/
textalign-xcoff-001.d 8 Idx[ ]+Name[ ]+Size[ ]+VMA[ ]+LMA[ ]+File off[ ]+Algn
textalign-xcoff-002.d 8 Idx Name Size VMA LMA File off Algn
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/
align.d 7 Idx Name Size VMA + LMA + File off Algn
  /toolchain/binutils/binutils-2.27/gold/
tls.h 53 section_size_type view_size, int off)
55 typename elfcpp::Elf_types<size>::Elf_Addr offset = rel_offset + off;
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
libdso-10.d 11 LOAD off 0x0+ vaddr 0x0+ paddr 0x0+ align 2\*\*13
13 LOAD off 0x0+144 vaddr 0x0+2144 paddr 0x0+2144 align 2\*\*13
15 DYNAMIC off 0x0+144 vaddr 0x0+2144 paddr 0x0+2144 align 2\*\*2
25 Idx Name Size VMA LMA File off Algn
tls-dso-tpoffgotcomm1.d 13 LOAD off 0x0+ vaddr 0x0+ paddr 0x0+ align 2\*\*13
15 LOAD off .*
17 DYNAMIC off .*
19 TLS off .* vaddr .* paddr .* align 2\*\*2
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
align2a.d 7 Idx +Name +Size +VMA +LMA +File +off +Algn
align2b.d 7 Idx +Name +Size +VMA +LMA +File off +Algn
  /bionic/libc/arch-x86/atom/string/
ssse3-wcscat-atom.S 44 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off
52 # define cfi_adjust_cfa_offset(off) .cfi_adjust_cfa_offset off
  /external/apache-http/src/org/apache/http/io/
SessionInputBuffer.java 54 int read(byte[] b, int off, int len) throws IOException;
SessionOutputBuffer.java 54 void write(byte[] b, int off, int len) throws IOException;
  /external/dagger2/examples/simple/src/main/java/coffee/
CoffeeMaker.java 19 heater.get().off();
  /external/dtc/tests/
rw_tree1.c 41 #define OFF_CHECK(off, code) \
43 (off) = (code); \
44 if (off < 0) \
45 FAIL(#code ": %s", fdt_strerror(off)); \
  /external/elfutils/tests/
allfcts.c 77 Dwarf_Off off = 0; local
82 while (dwarf_nextcu (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0)
85 Dwarf_Die *die = dwarf_offdie (dbg, off + cuhl, &die_mem);
98 off = noff;
  /external/fio/lib/
lfsr.h 25 int lfsr_next(struct fio_lfsr *fl, uint64_t *off);
  /external/guava/guava/src/com/google/common/io/
CharSequenceReader.java 82 public synchronized int read(char[] cbuf, int off, int len) throws IOException {
83 checkPositionIndexes(off, off + len, cbuf.length);
90 cbuf[off + i] = seq.charAt(pos++);
  /external/libmicrohttpd/src/examples/
digest_auth_example.c 95 size_t off; local
111 off = 0;
112 while (off < 8)
123 off += len;
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
Parser.java 132 public MessageType parseFrom(byte[] data, int off, int len)
140 public MessageType parseFrom(byte[] data, int off, int len,
165 public MessageType parsePartialFrom(byte[] data, int off, int len)
173 public MessageType parsePartialFrom(byte[] data, int off, int len,
  /external/smali/util/src/main/java/org/jf/util/
WrappedIndentingWriter.java 108 @Override public void write(char[] cbuf, int off, int len) throws IOException {
110 write(cbuf[i+off]);
114 @Override public void write(String str, int off, int len) throws IOException {
116 write(str.charAt(i+off));
  /frameworks/base/core/java/android/util/
Base64OutputStream.java 98 public void write(byte[] b, int off, int len) throws IOException {
101 internalWrite(b, off, len, false);
136 private void internalWrite(byte[] b, int off, int len, boolean finish) throws IOException {
138 if (!coder.process(b, off, len, finish)) {
  /frameworks/layoutlib/remote/common/src/com/android/layout/remote/util/
RemoteInputStream.java 26 byte[] read(int off, int len) throws IOException;
  /libcore/luni/src/main/native/
ZipUtilities.cpp 46 void NativeZipStream::setDictionary(JNIEnv* env, jbyteArray javaDictionary, int off, int len,
53 env->GetByteArrayRegion(javaDictionary, off, len, &dictionaryBytes[0]);
68 void NativeZipStream::setInput(JNIEnv* env, jbyteArray buf, jint off, jint len) {
77 env->GetByteArrayRegion(buf, off, len, &input[0]);

Completed in 2294 milliseconds

<<11121314151617181920>>