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

1 2

  /external/autotest/client/tests/monotonic_time/src/
cpuset.c 112 char *bufp = buf; local
125 if ((n = show_range(bufp, len, sep, start, end)) < 0)
128 bufp += n;
136 if ((n = show_range(bufp, len, sep, start, end)) < 0)
138 bufp += n;
141 return bufp - buf;
  /external/libselinux/src/
init.c 33 char *bufp; local
56 while ((bufp = fgets(buf, sizeof buf - 1, fp)) != NULL) {
74 while ((bufp = fgets(buf, sizeof buf - 1, fp)) != NULL) {
90 if (bufp)
  /external/boringssl/src/crypto/asn1/
f_enum.c 102 unsigned char *bufp; local
133 bufp=(unsigned char *)buf;
137 if ((bufp[0] == '0') && (buf[1] == '0'))
139 bufp+=2;
171 m=bufp[k+n];
f_int.c 107 unsigned char *bufp; local
138 bufp=(unsigned char *)buf;
142 if ((bufp[0] == '0') && (buf[1] == '0'))
144 bufp+=2;
175 m=bufp[k+n];
f_string.c 102 unsigned char *bufp; local
139 bufp=(unsigned char *)buf;
169 m=bufp[k+n];
  /system/core/libcutils/
open_memstream.c 28 * - The values at "*bufp" and "*sizep" should be considered read-only,
38 * - After fclose(), the caller must eventually free(*bufp).
66 char** bufp; /* pointer to buffer pointer */ member in struct:__anon74323
104 stream->bufp, *stream->bufp, newSize));
105 char* newBuf = (char*) realloc(*stream->bufp, newSize);
109 *stream->bufp = newBuf;
132 memset(*stream->bufp + stream->eof, '\0',
137 memcpy(*stream->bufp + stream->offset, buf, size);
148 *(*stream->bufp + stream->offset), stream->offset))
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_video.c 55 char bufp[BUFF_SIZE_128]; local
63 snprintf(bufp, BUFF_SIZE_128, "/data/v_%d.yuv", v_cnt);
67 file_fdp = open(bufp, O_RDWR | O_CREAT, 0777);
70 CDBG("cannot open file %s\n", bufp);
74 CDBG("%s:dump frame to '%s'\n", __func__, bufp);
  /external/selinux/policycoreutils/run_init/
run_init.c 302 char buf[255], *bufp; local
322 bufp = buf;
323 while (*bufp && isspace(*bufp))
324 bufp++;
326 if (*bufp) {
327 *context = strdup(bufp);
  /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);
  /external/libpcap/
pcap-libdlpi.c 318 u_char *bufp; local
324 bufp = p->bp;
340 bufp = p->buffer + p->offset;
342 retv = dlpi_recv(pd->dlpi_hd, NULL, NULL, bufp,
362 return (pcap_process_pkts(p, callback, user, count, bufp, len));
  /external/ppp/pppd/
cbcp.c 369 u_char *bufp = buf; local
388 PUTCHAR(CB_CONF_USER, bufp);
390 PUTCHAR(len , bufp);
391 PUTCHAR(5, bufp); /* delay */
392 PUTCHAR(1, bufp);
393 BCOPY(us->us_number, bufp, slen + 1);
400 PUTCHAR(CB_CONF_ADMIN, bufp);
402 PUTCHAR(len, bufp);
403 PUTCHAR(5, bufp); /* delay */
410 PUTCHAR(CB_CONF_NO, bufp);
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
epiphany-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
    [all...]
fr30-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
    [all...]
frv-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
    [all...]
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
iq2000-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
    [all...]
lm32-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
m32c-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
    [all...]
m32r-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
    [all...]
mep-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
    [all...]
mt-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
    [all...]
or1k-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
xc16x-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
    [all...]
xstormy16-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
    [all...]
  /external/boringssl/src/crypto/obj/
obj.c 367 const unsigned char *bufp; local
401 bufp = buf;
402 op = d2i_ASN1_OBJECT(NULL, &bufp, total_len);

Completed in 1170 milliseconds

1 2