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

12 3 4 5 6 7 8 9

  /external/syslinux/com32/lib/sys/
xserial_write.c 51 const char *bufp = buf; local
65 unsigned char ch = *bufp++;
vesacon_write.c 167 const unsigned char *bufp = buf; local
177 __ansi_putchar(&ti, *bufp++);
ansicon_write.c 183 const unsigned char *bufp = buf; local
192 __ansi_putchar(&ti, *bufp++);
  /prebuilts/go/darwin-x86/src/os/
dir_plan9.go 26 if d.bufp >= d.nbuf {
30 d.bufp, d.nbuf = 0, nb
44 b := d.buf[d.bufp:]
56 d.bufp += m
dir_unix.go 63 if d.bufp >= d.nbuf {
64 d.bufp = 0
77 nb, nc, names = syscall.ParseDirent(d.buf[d.bufp:d.nbuf], n, names)
78 d.bufp += nb
  /prebuilts/go/linux-x86/src/os/
dir_plan9.go 26 if d.bufp >= d.nbuf {
30 d.bufp, d.nbuf = 0, nb
44 b := d.buf[d.bufp:]
56 d.bufp += m
dir_unix.go 63 if d.bufp >= d.nbuf {
64 d.bufp = 0
77 nb, nc, names = syscall.ParseDirent(d.buf[d.bufp:d.nbuf], n, names)
78 d.bufp += nb
  /external/curl/src/
tool_easysrc.c 111 char *bufp; local
114 bufp = curlx_mvaprintf(fmt, ap);
116 if(! bufp) {
120 ret = easysrc_add(plist, bufp);
121 curl_free(bufp);
tool_paramhlp.c 59 ParameterError file2string(char **bufp, FILE *file)
83 *bufp = string;
87 ParameterError file2memory(char **bufp, size_t *size, FILE *file)
130 *bufp = buffer;
  /toolchain/binutils/binutils-2.25/libiberty/
regex.c 75 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \
76 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
77 # define re_match(bufp, string, size, pos, regs) \
78 __re_match (bufp, string, size, pos, regs)
79 # define re_search(bufp, string, size, startpos, range, regs) \
80 __re_search (bufp, string, size, startpos, range, regs)
81 # define re_compile_pattern(pattern, length, bufp) \
82 __re_compile_pattern (pattern, length, bufp)
84 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \
85 __re_search_2 (bufp, st1, s1, st2, s2, startpos, range, regs, stop
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
bfd.c 602 char *bufp;
617 bufp = buf;
636 memcpy (bufp, fmt, len + 1);
644 memcpy (bufp, fmt, len);
645 bufp += len;
654 *bufp++ = '*';
655 *bufp++ = '*';
656 *bufp = '\0';
668 snprintf (bufp, avail, "%s(%s)",
671 snprintf (bufp, avail, "%s", abfd->filename)
600 char *bufp; local
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
cgen-ibld.in 86 unsigned char *bufp)
91 x = cgen_get_insn_value (cd, bufp, word_length);
101 cgen_put_insn_value (cd, bufp, word_length, (bfd_vma) x);
223 unsigned char *bufp = (unsigned char *) buffer + word_offset / 8;
225 insert_1 (cd, value, start, length, word_length, bufp);
378 unsigned char *bufp,
384 x = cgen_get_insn_value (cd, bufp, word_length);
471 unsigned char *bufp = ex_info->insn_bytes + word_offset / 8;
479 value = extract_1 (cd, ex_info, start, length, word_length, bufp, pc);
ip2k-ibld.c 86 unsigned char *bufp)
91 x = cgen_get_insn_value (cd, bufp, word_length);
101 cgen_put_insn_value (cd, bufp, word_length, (bfd_vma) x);
223 unsigned char *bufp = (unsigned char *) buffer + word_offset / 8;
225 insert_1 (cd, value, start, length, word_length, bufp);
378 unsigned char *bufp,
384 x = cgen_get_insn_value (cd, bufp, word_length);
471 unsigned char *bufp = ex_info->insn_bytes + word_offset / 8;
479 value = extract_1 (cd, ex_info, start, length, word_length, bufp, pc);
222 unsigned char *bufp = (unsigned char *) buffer + word_offset \/ 8; local
469 unsigned char *bufp = ex_info->insn_bytes + word_offset \/ 8; local
  /system/extras/ioshark/
ioshark_bench_mmap.c 107 char **bufp, int *buflen, u_int64_t *op_counts,
115 p = get_buf(bufp, buflen, len, 0);
131 p = get_buf(bufp, buflen, len, 1);
146 p = get_buf(bufp, buflen, len, 0);
167 char **bufp, int *buflen, u_int64_t *op_counts,
189 bufp, buflen, op_counts,
198 mmap_do_io(db_node, prot, offset, len, bufp, buflen,
  /toolchain/binutils/binutils-2.25/gas/
input-scrub.c 314 input_scrub_next_buffer (char **bufp)
335 *bufp = input_scrub_pop (next_saved_file);
341 *bufp = from_sb.ptr + sb_index;
346 *bufp = buffer_start + BEFORE_SIZE;
376 *bufp = buffer_start + BEFORE_SIZE;
384 *bufp = input_scrub_pop (next_saved_file);
414 *bufp = input_scrub_pop (next_saved_file); /* Pop state */
ecoff.h 53 filled in relative to the start of the *BUFP. It sets *BUFP to a
55 length of *BUFP. */
57 (HDRR *hdr, char **bufp, const struct ecoff_debug_swap *);
stabs.c 522 char *bufp; local
540 bufp = buf = (char *) xmalloc (2 * strlen (file) + strlen (sym) + 12);
542 *bufp++ = '"';
552 strncpy (bufp, tmp, len);
555 bufp += len;
558 *bufp++ = '\\';
561 sprintf (bufp, "\",%d,0,0,%s\n", type, sym);
  /external/syslinux/libinstaller/
syslxcom.c 61 char *bufp = (char *)buf; local
66 rv = pread(fd, bufp, count, offset);
76 bufp += rv;
88 const char *bufp = (const char *)buf; local
93 rv = pwrite(fd, bufp, count, offset);
103 bufp += rv;
  /external/syslinux/mtools/
syslinux.c 66 char *bufp = (char *)buf; local
71 rv = pread(fd, bufp, count, offset);
81 bufp += rv;
93 const char *bufp = (const char *)buf; local
98 rv = pwrite(fd, bufp, count, offset);
108 bufp += rv;
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 1216 char *bufp, *countptr;
1454 char *bufp; local
1555 char *bufp; local
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
reggnu.c 74 re_search(regex_t* bufp, const char* string, int size, int startpos, int range,
77 return onig_search(bufp, (UChar* )string, (UChar* )(string + size),
  /external/syslinux/com32/gpllib/disk/
read.c 81 char *bufp = data; local
141 memcpy(bufp, buf, sectors * SECTOR);
  /external/libpcap/
pcap-libdlpi.c 335 u_char *bufp; local
341 bufp = p->bp;
357 bufp = (u_char *)p->buffer + p->offset;
359 retv = dlpi_recv(pd->dlpi_hd, NULL, NULL, bufp,
379 return (pcap_process_pkts(p, callback, user, count, bufp, len));
  /prebuilts/go/darwin-x86/src/io/ioutil/
ioutil.go 141 bufp := blackHolePool.Get().(*[]byte)
144 readSize, err = r.Read(*bufp)
147 blackHolePool.Put(bufp)
  /prebuilts/go/linux-x86/src/io/ioutil/
ioutil.go 141 bufp := blackHolePool.Get().(*[]byte)
144 readSize, err = r.Read(*bufp)
147 blackHolePool.Put(bufp)

Completed in 1270 milliseconds

12 3 4 5 6 7 8 9