HomeSort by relevance Sort by last modified time
    Searched defs:off (Results 1 - 25 of 171) sorted by null

1 2 3 4 5 6 7

  /external/elfutils/libdw/
dwarf_formstring.c 46 uint64_t off; local
49 off = read_8ubyte_unaligned (dbg, attrp->valp);
51 off = read_4ubyte_unaligned (dbg, attrp->valp);
53 if (off >= dbg->sectiondata[IDX_debug_str]->d_size)
56 return (const char *) dbg->sectiondata[IDX_debug_str]->d_buf + off;
  /external/iproute2/include/linux/tc_ematch/
tc_em_nbyte.h 9 __u16 off; member in struct:tcf_em_nbyte
tc_em_cmp.h 11 __u16 off; member in struct:tcf_em_cmp
  /external/openssl/crypto/des/
cbc3_enc.c 66 int off=((int)length-1)/8; local
75 memcpy(niv1,output[off],sizeof(DES_cblock));
81 memcpy(niv2,output[off],sizeof(DES_cblock));
86 memcpy(niv2,input[off],sizeof(DES_cblock));
92 memcpy(niv1,output[off],sizeof(DES_cblock));
  /frameworks/base/media/libstagefright/codecs/aacdec/
s_hcb.h 109 Int off; member in struct:__anon9253
unpack_idx.cpp 114 HuffCodebook->off = {0, 1, 4};
171 *(pQuantSpec) = *(pQuantSpec) - off;
177 *(pQuantSpec) = *(pQuantSpec) - off;
184 *(pQuantSpec) = *(pQuantSpec) - off;
188 *(pQuantSpec) = codeword_indx - off;
341 const Int off = pHuffCodebook->off; local
354 temp_spec -= off;
369 temp_spec -= off;
389 temp_spec -= off;
432 const Int off = pHuffCodebook->off; local
561 const Int off = pHuffCodebook->off; local
    [all...]
  /bionic/libc/stdio/
fgetln.c 75 size_t off; local
103 * As a bonus, though, we can leave off the __SMOD.
111 for (len = fp->_r, off = 0;; len += fp->_r) {
121 (void)memcpy((void *)(fp->_lb._base + off), (void *)fp->_p,
122 len - off);
123 off = len;
135 (void)memcpy((void *)(fp->_lb._base + off), (void *)fp->_p,
fseek.c 167 curoff += fp->_r; /* kill off ungetc */
248 off_t off = offset; local
250 return(fseeko(fp, off, whence));
  /external/bluetooth/bluez/src/
oui.c 46 char *str, *map, *off, *end; local
79 off = strstr(map, oui);
80 if (off) {
81 off += 18;
82 end = strpbrk(off, "\r\n");
83 strncpy(str, off, end - off);
textfile.c 166 char *map, *off, *end, *str; local
202 off = find_key(map, size, key, len, icase);
203 if (!off) {
212 base = off - map;
214 end = strpbrk(off, "\r\n");
220 if (value && ((ssize_t) strlen(value) == end - off - len - 1) &&
221 !strncmp(off + len + 1, value, end - off - len - 1))
289 char *map, *off, *end, *str = NULL; local
316 off = find_key(map, size, key, len, icase)
384 char *map, *off, *end, *key, *value; local
    [all...]
  /system/core/init/
parser.c 56 int off; local
60 off = strlen(buf);
63 vsnprintf(buf + off, 128 - off, fmt, ap);
  /external/openssl/crypto/asn1/
a_d2i_fp.c 152 long off=0; local
154 int off=0; local
168 if (want >= (len-off))
170 want-=(len-off);
178 if ((i < 0) && ((len-off) == 0))
188 p=(unsigned char *)&(b->data[off]);
191 len-off);
203 off+=i; /* end of data */
224 if (want > (len-off))
226 want-=(len-off);
    [all...]
  /external/qemu/slirp/
ip_output.c 51 * header (with len, off, ttl, proto, tos, src, dst).
61 int len, off, error = 0; local
133 for (off = hlen + len; off < (u_int16_t)ip->ip_len; off += len) {
152 mhip->ip_off = ((off - hlen) >> 3) + (ip->ip_off & ~IP_MF);
155 if (off + len >= (u_int16_t)ip->ip_len)
156 len = (u_int16_t)ip->ip_len - off;
161 if (m_copy(m, m0, off, len) < 0) {
tcp_output.c 71 int off, flags, error; local
97 off = tp->snd_nxt - tp->snd_una;
128 if (off < so->so_snd.sb_cc)
137 len = min(so->so_snd.sb_cc, win) - off;
180 len + off >= so->so_snd.sb_cc)
361 sbcopy(&so->so_snd, off, (int) len, mtod(m, caddr_t) + hdrlen);
365 * m->m_next = m_copy(so->so_snd.sb_mb, off, (int) len);
376 if (off + len == so->so_snd.sb_cc)
  /external/qemu/slirp-android/
ip_output.c 51 * header (with len, off, ttl, proto, tos, src, dst).
61 int len, off, error = 0; local
133 for (off = hlen + len; off < (u_int16_t)ip->ip_len; off += len) {
152 mhip->ip_off = ((off - hlen) >> 3) + (ip->ip_off & ~IP_MF);
155 if (off + len >= (u_int16_t)ip->ip_len)
156 len = (u_int16_t)ip->ip_len - off;
161 if (m_copy(m, m0, off, len) < 0) {
tcp_output.c 71 int off, flags, error; local
97 off = tp->snd_nxt - tp->snd_una;
128 if (off < so->so_snd.sb_cc)
137 len = min(so->so_snd.sb_cc, win) - off;
180 len + off >= so->so_snd.sb_cc)
361 sbcopy(&so->so_snd, off, (int) len, mtod(m, caddr_t) + hdrlen);
365 * m->m_next = m_copy(so->so_snd.sb_mb, off, (int) len);
376 if (off + len == so->so_snd.sb_cc)
  /system/extras/libpagemap/
pm_kernel.c 117 off_t off; local
122 off = lseek(ker->kpagecount_fd, pfn * sizeof(uint64_t), SEEK_SET);
123 if (off == (off_t)-1)
133 off_t off; local
138 off = lseek(ker->kpageflags_fd, pfn * sizeof(uint64_t), SEEK_SET);
139 if (off == (off_t)-1)
  /external/iproute2/include/linux/tc_act/
tc_pedit.h 22 __u32 off; /*offset */ member in struct:tc_pedit_key
  /external/apache-http/src/org/apache/http/util/
ByteArrayBuffer.java 62 public void append(final byte[] b, int off, int len) {
66 if ((off < 0) || (off > b.length) || (len < 0) ||
67 ((off + len) < 0) || ((off + len) > b.length)) {
77 System.arraycopy(b, off, this.buffer, this.len, len);
90 public void append(final char[] b, int off, int len) {
94 if ((off < 0) || (off > b.length) || (len < 0) ||
95 ((off + len) < 0) || ((off + len) > b.length))
116 append(b.buffer(), off, len); local
    [all...]
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/grub/stage2/
fsys_ffs.c 147 int logno, off, size, map, ret = 0; local
151 off = blkoff (SUPERBLOCK, filepos);
158 size -= off;
165 devread (fsbtodb (SUPERBLOCK, map), off, size, buf); local
186 int block, off, loc, map, ino = ROOTINO; local
251 if (!(off = blkoff (SUPERBLOCK, loc)))
266 dp = (struct direct *) (FSYS_BUF + off);
  /external/openssl/ssl/
s2_pkt.c 322 int i,off,newb; local
347 off=0;
353 off=s->packet_length;
356 (unsigned int)newb+off);
369 /* off is the offset to start writing too.
380 i=BIO_read(s->rbio,(char *)&(s->s2->rbuf[off+newb]),
402 s->s2->rbuf_offs=n+off;
  /external/proguard/src/proguard/io/
ManifestRewriter.java 122 public int read(char[] cbuf, int off, int len) throws IOException
134 cbuf[off + count++] = (char)c;
202 public void write(char[] cbuf, int off, int len) throws IOException
206 write(cbuf[off + count]);
211 public void write(String str, int off, int len) throws IOException
213 write(str.toCharArray(), off, len); local
  /frameworks/base/core/java/com/android/server/
ResettableTimeout.java 43 public abstract void off(); method in class:ResettableTimeout
49 * <p>3. At the timeout, calls off()<p>
81 * Cancel the timeout and call off now.
93 off(); method
109 off(); method
125 // turn it off at this time.
  /external/chromium/third_party/libevent/
event_tagging.c 93 int off = 1, nibbles = 0; local
98 if (off & 0x1)
99 data[off/2] = (data[off/2] & 0xf0) | (number & 0x0f);
101 data[off/2] = (data[off/2] & 0x0f) |
104 off++;
107 if (off > 2)
108 nibbles = off - 2;
110 /* Off - 1 is the number of encoded nibbles *
    [all...]

Completed in 783 milliseconds

1 2 3 4 5 6 7