Home
last modified time | relevance | path

Searched defs:off (Results 1 – 25 of 189) sorted by relevance

12345678

/external/bouncycastle/src/main/java/org/bouncycastle/crypto/util/
DPack.java5 public static int bigEndianToInt(byte[] bs, int off) in bigEndianToInt()
14 public static void intToBigEndian(int n, byte[] bs, int off) in intToBigEndian()
22 public static long bigEndianToLong(byte[] bs, int off) in bigEndianToLong()
29 public static void longToBigEndian(long n, byte[] bs, int off) in longToBigEndian()
/external/libffi/src/m68k/
Dsysv.S34 #define CFI_OFFSET(reg,off) .cfi_offset reg,off argument
35 #define CFI_DEF_CFA(reg,off) .cfi_def_cfa reg,off argument
39 #define CFI_OFFSET(reg,off) argument
40 #define CFI_DEF_CFA(reg,off) argument
/external/apache-http/src/org/apache/http/util/
DByteArrayBuffer.java62 public void append(final byte[] b, int off, int len) { in append()
90 public void append(final char[] b, int off, int len) { in append()
112 public void append(final CharArrayBuffer b, int off, int len) { in append()
116 append(b.buffer(), off, len); in append() local
DCharArrayBuffer.java64 public void append(final char[] b, int off, int len) { in append()
96 public void append(final CharArrayBuffer b, int off, int len) { in append()
119 public void append(final byte[] b, int off, int len) { in append()
145 public void append(final ByteArrayBuffer b, int off, int len) { in append()
149 append(b.buffer(), off, len); in append() local
/external/openssl/crypto/ec/
Deck_prn.c71 int ECPKParameters_print_fp(FILE *fp, const EC_GROUP *x, int off) in ECPKParameters_print_fp()
87 int EC_KEY_print_fp(FILE *fp, const EC_KEY *x, int off) in EC_KEY_print_fp()
120 int EC_KEY_print(BIO *bp, const EC_KEY *x, int off) in EC_KEY_print()
147 int ECPKParameters_print(BIO *bp, const EC_GROUP *x, int off) in ECPKParameters_print()
356 size_t len, int off) in print_bin()
/external/proguard/src/proguard/io/
DManifestRewriter.java122 public int read(char[] cbuf, int off, int len) throws IOException in read()
202 public void write(char[] cbuf, int off, int len) throws IOException in write()
211 public void write(String str, int off, int len) throws IOException in write()
213 write(str.toCharArray(), off, len); in write() local
/external/openssl/crypto/rsa/
Drsa_prn.c65 int RSA_print_fp(FILE *fp, const RSA *x, int off) in RSA_print_fp()
82 int RSA_print(BIO *bp, const RSA *x, int off) in RSA_print()
/external/bouncycastle/src/main/java/org/bouncycastle/util/encoders/
DEncoder.java12 int encode(byte[] data, int off, int length, OutputStream out) throws IOException; in encode()
14 int decode(byte[] data, int off, int length, OutputStream out) throws IOException; in decode()
DHex.java29 int off, in encode()
66 int off, in encode()
DHexEncoder.java47 int off, in encode()
77 int off, in decode()
/external/openssl/crypto/dsa/
Ddsa_prn.c65 int DSA_print_fp(FILE *fp, const DSA *x, int off) in DSA_print_fp()
98 int DSA_print(BIO *bp, const DSA *x, int off) in DSA_print()
/external/iproute2/tc/
Df_u32.c120 int off, int offmask) in pack_key()
152 int off, int offmask) in pack_key32()
160 int off, int offmask) in pack_key16()
176 static int pack_key8(struct tc_u32_sel *sel, __u32 key, __u32 mask, int off, int offmask) in pack_key8()
199 int parse_at(int *argc_p, char ***argv_p, int *off, int *offmask) in parse_at()
229 int off, int offmask) in parse_u32()
261 int off, int offmask) in parse_u16()
292 int off, int offmask) in parse_u8()
327 int off) in parse_ip_addr()
362 struct tc_u32_sel *sel, int off) in parse_ip6_addr()
[all …]
/external/apache-http/src/org/apache/http/impl/io/
DAbstractSessionInputBuffer.java101 int off = this.bufferlen; in fillBuffer() local
128 public int read(final byte[] b, int off, int len) throws IOException { in read()
238 int off = this.bufferpos; in lineFromReadBuffer() local
DChunkedOutputStream.java112 … protected void flushCacheWithAppend(byte bufferToAppend[], int off, int len) throws IOException { in flushCacheWithAppend()
159 public void write(byte src[], int off, int len) throws IOException { in write()
DAbstractSessionOutputBuffer.java98 public void write(final byte[] b, int off, int len) throws IOException { in write()
152 int off = 0; in writeLine() local
/external/elfutils/libdw/
Ddwarf_formstring.c46 uint64_t off; local
/external/guava/src/com/google/common/io/
DAppendableWriter.java50 @Override public void write(char cbuf[], int off, int len) in write()
87 @Override public void write(String str, int off, int len) throws IOException { in write()
DByteProcessor.java42 boolean processBytes(byte[] buf, int off, int len) throws IOException; in processBytes()
DNullOutputStream.java33 @Override public void write(byte[] b, int off, int len) { in write()
DByteStreams.java73 final byte[] b, final int off, final int len) { in newInputStreamSupplier()
/external/apache-http/src/org/apache/http/impl/conn/
DWire.java103 public void output(byte[] b, int off, int len) in output()
111 public void input(byte[] b, int off, int len) in input()
/external/grub/stage2/
Dfsys_ffs.c147 int logno, off, size, map, ret = 0; in ffs_read() local
186 int block, off, loc, map, ino = ROOTINO; in ffs_dir() local
Dfsys_ufs2.c171 int logno, off, size, ret = 0; in ufs2_read() local
210 int block, off, loc, ino = ROOTINO; in ufs2_dir() local
/external/iproute2/include/linux/tc_ematch/
Dtc_em_nbyte.h9 __u16 off; member
/external/openssl/crypto/asn1/
Dt_pkey.c66 unsigned char *buf, int off) in ASN1_bn_print()

12345678