HomeSort by relevance Sort by last modified time
    Searched refs:off (Results 26 - 50 of 1982) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/elfutils/0.153/libdw/
dwarf_nextcu.c 60 dwarf_next_unit (dwarf, off, next_off, header_sizep, versionp, abbrev_offsetp,
63 Dwarf_Off off;
81 if (off == (Dwarf_Off) -1l
86 || unlikely (off + 4 >= dwarf->sectiondata[sec_idx]->d_size))
95 const unsigned char *bytes = data + off;
138 if (unlikely (DIE_OFFSET_FROM_CU_OFFSET (off, offset_size, debug_types)
172 if (unlikely (type_offset < (size_t) (bytes - (data + off))))
182 *header_sizep = bytes - (data + off);
199 *next_off = off + 2 * offset_size - 4 + length;
206 dwarf_nextcu (dwarf, off, next_off, header_sizep, abbrev_offsetp
209 Dwarf_Off off; variable
    [all...]
  /libcore/luni/src/main/java/java/util/zip/
CheckedOutputStream.java 73 * Writes n bytes of data from {@code buf} starting at offset {@code off} to
78 * @param off
87 public void write(byte[] buf, int off, int nbytes) throws IOException {
88 out.write(buf, off, nbytes);
89 check.update(buf, off, nbytes);
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 316 const unsigned int off = 0xffffffff;
319 on, off, on, off, on, off, on, off,
320 off, on, off, on, off, on, off, on,
321 on, off, on, off, on, off, on, off
    [all...]
  /bionic/libc/kernel/uapi/linux/tc_ematch/
tc_em_nbyte.h 25 __u16 off; member in struct:tcf_em_nbyte
  /development/ndk/platforms/android-L/include/linux/tc_ematch/
tc_em_nbyte.h 25 __u16 off; member in struct:tcf_em_nbyte
  /external/apache-http/src/org/apache/http/util/
CharArrayBuffer.java 64 public void append(final char[] b, int off, int len) {
68 if ((off < 0) || (off > b.length) || (len < 0) ||
69 ((off + len) < 0) || ((off + len) > b.length)) {
79 System.arraycopy(b, off, this.buffer, this.len, len);
96 public void append(final CharArrayBuffer b, int off, int len) {
100 append(b.buffer, off, len);
119 public void append(final byte[] b, int off, int len) {
123 if ((off < 0) || (off > b.length) || (len < 0) |
149 append(b.buffer(), off, len); local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
Signer.java 24 public void update(byte[] in, int off, int len);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_read_bit_buffer.c 17 const size_t off = rb->bit_offset; local
18 const size_t p = off / CHAR_BIT;
19 const int q = CHAR_BIT - 1 - (int)off % CHAR_BIT;
25 rb->bit_offset = off + 1;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_write_bit_buffer.c 18 const int off = (int)wb->bit_offset; local
19 const int p = off / CHAR_BIT;
20 const int q = CHAR_BIT - 1 - off % CHAR_BIT;
27 wb->bit_offset = off + 1;
  /external/chromium_org/third_party/openssl/openssl/crypto/rsa/
rsa_prn.c 65 int RSA_print_fp(FILE *fp, const RSA *x, int off)
76 ret=RSA_print(b,x,off);
82 int RSA_print(BIO *bp, const RSA *x, int off)
89 ret = EVP_PKEY_print_private(bp, pk, off, NULL);
  /external/compiler-rt/test/tsan/
bench_shadow_flush.cc 34 for (uptr off = 0; off < mem_size; off += stride)
35 mem[off] = 42;
  /external/iproute2/include/linux/tc_ematch/
tc_em_nbyte.h 8 __u16 off; member in struct:tcf_em_nbyte
  /external/kernel-headers/original/uapi/linux/tc_ematch/
tc_em_nbyte.h 8 __u16 off; member in struct:tcf_em_nbyte
  /external/libvpx/libvpx/vp9/decoder/
vp9_read_bit_buffer.c 17 const size_t off = rb->bit_offset; local
18 const size_t p = off / CHAR_BIT;
19 const int q = CHAR_BIT - 1 - (int)off % CHAR_BIT;
25 rb->bit_offset = off + 1;
  /external/libvpx/libvpx/vp9/encoder/
vp9_write_bit_buffer.c 18 const int off = (int)wb->bit_offset; local
19 const int p = off / CHAR_BIT;
20 const int q = CHAR_BIT - 1 - off % CHAR_BIT;
27 wb->bit_offset = off + 1;
  /external/openssl/crypto/rsa/
rsa_prn.c 65 int RSA_print_fp(FILE *fp, const RSA *x, int off)
76 ret=RSA_print(b,x,off);
82 int RSA_print(BIO *bp, const RSA *x, int off)
89 ret = EVP_PKEY_print_private(bp, pk, off, NULL);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_read_bit_buffer.c 17 const size_t off = rb->bit_offset; local
18 const size_t p = off / CHAR_BIT;
19 const int q = CHAR_BIT - 1 - (int)off % CHAR_BIT;
25 rb->bit_offset = off + 1;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_write_bit_buffer.c 18 const int off = (int)wb->bit_offset; local
19 const int p = off / CHAR_BIT;
20 const int q = CHAR_BIT - 1 - off % CHAR_BIT;
27 wb->bit_offset = off + 1;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
config.hpp 25 #pragma parse_func_templ off
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
RootInputStream.java 90 public int read(byte[] b, int off, int len) throws IOException {
95 int n = is.read(b, off, len);
96 for (int i = off; i < off + n; i++) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/tc_ematch/
tc_em_nbyte.h 9 __u16 off; member in struct:tcf_em_nbyte
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/tc_ematch/
tc_em_nbyte.h 9 __u16 off; member in struct:tcf_em_nbyte
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/tc_ematch/
tc_em_nbyte.h 25 __u16 off; member in struct:tcf_em_nbyte
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/tc_ematch/
tc_em_nbyte.h 25 __u16 off; member in struct:tcf_em_nbyte
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/tc_ematch/
tc_em_nbyte.h 25 __u16 off; member in struct:tcf_em_nbyte

Completed in 1630 milliseconds

12 3 4 5 6 7 8 91011>>