Searched defs:off (Results 1 - 25 of 488) sorted by relevance

1234567891011>>

/external/elfutils/0.153/libdw/
H A Ddwarf_formstring.c81 uint64_t off; local
83 attrp->cu->offset_size, &off, IDX_debug_str, 1))
86 return (const char *) dbg->sectiondata[IDX_debug_str]->d_buf + off;
H A Ddwarf_addrdie.c66 Dwarf_Off off; local
71 NULL, NULL, &off) != 0)
74 return INTUSE(dwarf_offdie) (dbg, off, result);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dnegequ.asm2 off equ -4 define
5 mov [ebp+off], eax
7 mov [ebp-off], eax
/external/iproute2/include/linux/tc_ematch/
H A Dtc_em_nbyte.h8 __u16 off; member in struct:tcf_em_nbyte
/external/kernel-headers/original/uapi/linux/tc_ematch/
H A Dtc_em_nbyte.h8 __u16 off; member in struct:tcf_em_nbyte
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DNullOutputStream.java18 public void write(byte[] buf, int off, int len) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_write_bit_buffer.c18 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/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
H A Ddxbc_assemble.cpp49 uint32_t off = sizeof(struct dxbc_container_header) + num_chunks * sizeof(uint32_t); local
52 chunk_offsets[i] = bswap_le32(off);
54 memcpy((char*)header + off, chunks[i], chunk_full_size);
55 off += chunk_full_size;
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Dt_pkey.c66 unsigned char *buf, int off)
73 if(!BIO_indent(bp,off,128))
105 || !BIO_indent(bp,off+4,128))
65 ASN1_bn_print(BIO *bp, const char *number, const BIGNUM *num, unsigned char *buf, int off) argument
/external/chromium_org/third_party/openssl/openssl/crypto/rsa/
H A Drsa_prn.c65 int RSA_print_fp(FILE *fp, const RSA *x, int off) argument
76 ret=RSA_print(b,x,off);
82 int RSA_print(BIO *bp, const RSA *x, int off) argument
89 ret = EVP_PKEY_print_private(bp, pk, off, NULL);
/external/guava/guava/src/com/google/common/io/
H A DByteProcessor.java37 * from {@code buf[off]} through {@code buf[off + len - 1]}
41 * @param off the initial offset into the array
45 boolean processBytes(byte[] buf, int off, int len) throws IOException; argument
H A DNullOutputStream.java36 @Override public void write(byte[] b, int off, int len) { argument
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/
H A Dseekp2.pass.cpp15 // basic_ostream<charT,traits>& seekp(off_type off, ios_base::seekdir dir);
32 seekoff(typename base::off_type off, std::ios_base::seekdir way, argument
38 return off;
H A Dtellp.pass.cpp32 seekoff(typename base::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which) argument
34 assert(off == 0);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_write_bit_buffer.c18 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/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
H A Ddxbc_assemble.cpp49 uint32_t off = sizeof(struct dxbc_container_header) + num_chunks * sizeof(uint32_t); local
52 chunk_offsets[i] = bswap_le32(off);
54 memcpy((char*)header + off, chunks[i], chunk_full_size);
55 off += chunk_full_size;
/external/openssl/crypto/asn1/
H A Dt_pkey.c66 unsigned char *buf, int off)
73 if(!BIO_indent(bp,off,128))
105 || !BIO_indent(bp,off+4,128))
65 ASN1_bn_print(BIO *bp, const char *number, const BIGNUM *num, unsigned char *buf, int off) argument
/external/openssl/crypto/rsa/
H A Drsa_prn.c65 int RSA_print_fp(FILE *fp, const RSA *x, int off) argument
76 ret=RSA_print(b,x,off);
82 int RSA_print(BIO *bp, const RSA *x, int off) argument
89 ret = EVP_PKEY_print_private(bp, pk, off, NULL);
/external/apache-http/src/org/apache/http/impl/io/
H A DContentLengthOutputStream.java104 public void write(byte[] b, int off, int len) throws IOException { argument
113 this.out.write(b, off, len);
H A DIdentityInputStream.java82 public int read(final byte[] b, int off, int len) throws IOException { argument
86 return this.in.read(b, off, len);
H A DIdentityOutputStream.java82 public void write(byte[] b, int off, int len) throws IOException { argument
86 this.out.write(b, off, len);
/external/apache-http/src/org/apache/http/io/
H A DSessionInputBuffer.java49 int read(byte[] b, int off, int len) throws IOException; argument
H A DSessionOutputBuffer.java49 void write(byte[] b, int off, int len) throws IOException; argument
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/bc/
H A DBcDigestCalculatorProvider.java55 public void write(byte[] bytes, int off, int len) argument
58 dig.update(bytes, off, len);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DConstructedOctetStream.java20 public int read(byte[] b, int off, int len) throws IOException argument
44 int numRead = _currentStream.read(b, off + totalRead, len - totalRead);

Completed in 4863 milliseconds

1234567891011>>