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

1 2 3 4 5 6 78 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509NameEntryConverter.java 56 * @param off the index at which the encoding starts
61 int off)
65 byte[] data = new byte[(str.length() - off) / 2];
68 char left = str.charAt((index * 2) + off);
69 char right = str.charAt((index * 2) + off + 1);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
dxbc_assemble.cpp 49 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/dsa/
dsa_prn.c 65 int DSA_print_fp(FILE *fp, const DSA *x, int off)
76 ret=DSA_print(b,x,off);
98 int DSA_print(BIO *bp, const DSA *x, int off)
105 ret = EVP_PKEY_print_private(bp, pk, off, NULL);
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_ip6_var.h 107 #define IP6_EXTHDR_GET(val, typ, m, off, len) \
111 if ((m)->m_len >= (off) + (len)) \
112 (val) = (typ)(mtod((m), caddr_t) + (off)); \
114 t = m_pulldown((m), (off), (len), &tmp); \
  /external/compiler-rt/test/tsan/
unaligned_norace.cc 47 for (int off = 0; off < 8; off++) {
51 char *p = (char*)obj + off;
53 // printf("thr=%d off=%d sz1=%d sz2=%d rw=%d p=%p\n",
54 // main, off, sz1, sz2, rw, p);
58 // printf("thr=%d off=%d sz1=%d sz2=%d rw=%d p=%p\n",
59 // main, off, sz1, sz2, rw, p);
  /external/guava/guava/src/com/google/common/io/
ByteProcessor.java 37 * 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;
LineBuffer.java 45 * @param off the offset into the buffer
50 protected void add(char[] cbuf, int off, int len) throws IOException {
51 int pos = off;
60 for (int end = off + len; pos < end; pos++) {
80 line.append(cbuf, start, off + len - start);
NullOutputStream.java 36 @Override public void write(byte[] b, int off, int len) {
  /external/iproute2/include/linux/tc_ematch/
tc_em_cmp.h 10 __u16 off; member in struct:tcf_em_cmp
  /external/kernel-headers/original/uapi/linux/tc_ematch/
tc_em_cmp.h 10 __u16 off; member in struct:tcf_em_cmp
  /external/libunwind/src/coredump/
_UPT_get_dyn_info_list_addr.c 37 unsigned long lo, hi, off; local
46 while (maps_next (&mi, &lo, &hi, &off))
48 if (off)
59 di = tdep_find_unwind_table (&ui->edi, as, path, lo, off);
  /external/libunwind/src/ptrace/
_UPT_get_dyn_info_list_addr.c 36 unsigned long lo, hi, off; local
44 while (maps_next (&mi, &lo, &hi, &off))
46 if (off)
57 if (tdep_find_unwind_table (&ui->edi, as, path, lo, off, 0) > 0)
  /external/libunwind/tests/
test-init-remote.c 51 unw_word_t ip, sp, off; local
65 if (unw_get_proc_name (&cursor, name, sizeof (name), &off) == 0)
67 if (off)
68 snprintf (buf, sizeof (buf), "<%s+0x%lx>", name, (long) off);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
dxbc_assemble.cpp 49 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/dsa/
dsa_prn.c 65 int DSA_print_fp(FILE *fp, const DSA *x, int off)
76 ret=DSA_print(b,x,off);
98 int DSA_print(BIO *bp, const DSA *x, int off)
105 ret = EVP_PKEY_print_private(bp, pk, off, NULL);
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MySignature1.java 80 protected void engineUpdate(byte[] b, int off, int len)
83 if (off < 0 || off > b.length || off > len) {
84 throw new IllegalArgumentException("incorrect parameter off");
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
NullOutputStream.java 41 * @param off The start offset
44 public void write(byte[] b, int off, int len) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/tc_ematch/
tc_em_cmp.h 11 __u16 off; member in struct:tcf_em_cmp
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/tc_ematch/
tc_em_cmp.h 11 __u16 off; member in struct:tcf_em_cmp
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/tc_ematch/
tc_em_cmp.h 27 __u16 off; member in struct:tcf_em_cmp
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/tc_ematch/
tc_em_cmp.h 27 __u16 off; member in struct:tcf_em_cmp
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/tc_ematch/
tc_em_cmp.h 27 __u16 off; member in struct:tcf_em_cmp
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
HexEncoder.java 52 int off,
57 for (int i = off; i < (off + length); i++)
82 int off,
90 int end = off + length;
92 while (end > off)
102 int i = off;
  /external/apache-http/src/org/apache/http/impl/io/
ChunkedOutputStream.java 108 * @param off
112 protected void flushCacheWithAppend(byte bufferToAppend[], int off, int len) throws IOException {
115 this.out.write(bufferToAppend, off, len);
159 public void write(byte src[], int off, int len) throws IOException {
164 flushCacheWithAppend(src, off, len);
166 System.arraycopy(src, off, cache, this.cachePosition, len);
  /external/libvorbis/lib/
analysis.c 70 void _analysis_output_always(char *base,int i,float *v,int n,int bark,int dB,ogg_int64_t off){
85 if(off!=0)
86 fprintf(of,"%f ",(double)(j+off)/8000.);
105 ogg_int64_t off){
106 if(analysis_noisy)_analysis_output_always(base,i,v,n,bark,dB,off);

Completed in 928 milliseconds

1 2 3 4 5 6 78 91011>>