HomeSort by relevance Sort by last modified time
    Searched refs:bufp (Results 51 - 75 of 128) sorted by null

1 23 4 5 6

  /ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c 46 static regoff_t re_search_2_stub (struct re_pattern_buffer *bufp,
52 static regoff_t re_search_stub (struct re_pattern_buffer *bufp,
293 re_match() matches the compiled pattern in BUFP against the string,
305 If REGS is not NULL, and BUFP->no_sub is not set, the offsets of the match
315 re_match (bufp, string, length, start, regs)
316 struct re_pattern_buffer *bufp;
321 return re_search_stub (bufp, string, length, start, 0, length, regs, true);
328 re_search (bufp, string, length, start, range, regs)
329 struct re_pattern_buffer *bufp;
335 return re_search_stub (bufp, string, length, start, range, length, regs
    [all...]
regcomp.c 25 static void re_compile_fastmap_iter (regex_t *bufp,
211 compiles PATTERN (of length LENGTH) and puts the result in BUFP.
215 are set in BUFP on entry. */
219 re_compile_pattern (pattern, length, bufp)
222 struct re_pattern_buffer *bufp;
226 struct re_pattern_buffer *bufp)
234 bufp->no_sub = !!(re_syntax_options & RE_NO_SUB);
237 bufp->newline_anchor = 1;
239 ret = re_compile_internal (bufp, pattern, length, re_syntax_options);
278 re_compile_fastmap (bufp)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bytecode.h 140 * \param bufp byte representation destination buffer;
147 * the \a output_value calls: *bufp - bufstart.
159 int (*tobytes) (yasm_bytecode *bc, unsigned char **bufp,
279 (yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d,
  /external/libpcap/
pcap-dlpi.c 1141 recv_ack(int fd, int size, const char *what, char *bufp, char *ebuf, int *uerror)
1156 ctl.buf = bufp;
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_video.c 47 char bufp[BUFF_SIZE_128]; local
55 snprintf(bufp, BUFF_SIZE_128, "/data/v_%d.yuv", v_cnt);
59 file_fdp = open(bufp, O_RDWR | O_CREAT, 0777);
62 CDBG("cannot open file %s\n", bufp);
66 CDBG("%s:dump frame to '%s'\n", __func__, bufp);
mm_qcamera_snapshot.c 63 char bufp[BUFF_SIZE_128]; local
68 snprintf(bufp, BUFF_SIZE_128, "/data/main_raw_%d.yuv", raw_snapshot_cnt);
71 snprintf(bufp, BUFF_SIZE_128, "/data/main_%d.yuv", snapshot_cnt);
73 snprintf(bufp, BUFF_SIZE_128, "/data/thumb_%d.yuv", snapshot_cnt);
77 file_fdp = open(bufp, O_RDWR | O_CREAT, 0777);
80 CDBG("cannot open file %s\n", bufp);
84 CDBG("%s:dump snapshot frame to '%s'\n", __func__, bufp);
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
derb.c 421 char *bufp = buf, *bufend = buf + sizeof(buf) - 1 ; local
423 ucnv_fromUnicode(converter, &bufp, bufend, &str, strEnd, 0, 0, &err);
424 *bufp = 0;
441 UChar *bufp = buf, *bufend = buf + (sizeof(buf)/sizeof(buf[0])) - 1 ; local
443 ucnv_toUnicode(defaultConverter, &bufp, bufend, &str, strEnd, 0, 0, &err);
444 *bufp = 0;
446 printString(out, converter, buf, (int32_t)(bufp - buf));
  /external/icu4c/tools/genrb/
derb.c 421 char *bufp = buf, *bufend = buf + sizeof(buf) - 1 ; local
423 ucnv_fromUnicode(converter, &bufp, bufend, &str, strEnd, 0, 0, &err);
424 *bufp = 0;
441 UChar *bufp = buf, *bufend = buf + (sizeof(buf)/sizeof(buf[0])) - 1 ; local
443 ucnv_toUnicode(defaultConverter, &bufp, bufend, &str, strEnd, 0, 0, &err);
444 *bufp = 0;
446 printString(out, converter, buf, (int32_t)(bufp - buf));
  /external/valgrind/main/coregrind/m_gdbserver/
remote-utils.c 799 static unsigned char *bufp; local
803 return *bufp++;
840 bufp = buf;
849 return *bufp++;
  /ndk/sources/host-tools/make-3.81/
variable.h 121 extern void install_variable_buffer PARAMS ((char **bufp, unsigned int *lenp));
expand.c 571 install_variable_buffer (char **bufp, unsigned int *lenp)
573 *bufp = variable_buffer;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h     [all...]
  /external/icu4c/extra/uconv/
uconv.cpp 599 char *bufp; local
916 // Again 'bufp' will be placed behind the last converted character
924 bufp = outbuf;
929 ucnv_fromUnicode(convto, &bufp, outbuf + bufsz,
    [all...]
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 169 uint8_t *bufp; local
186 bufp = sf->buffer;
188 *bufp++ = marker;
194 *bufp++ = this_sz & 0xff;
198 *bufp++ = marker;
  /external/elfutils/libcpu/
i386_disasm.c 261 char *bufp; member in struct:output_data
323 .bufp = buf,
447 output_data.bufp = buf;
  /external/libmtp/src/
ptp-pack.c 986 uint32_t bufp = 0; local
1012 htod32a(&opldata[bufp],noitems);
1013 bufp += 4;
1018 htod32a(&opldata[bufp],packedobjecthandles[i]);
1019 bufp += sizeof(uint32_t);
1020 htod16a(&opldata[bufp],packedpropsids[i]);
1021 bufp += sizeof(uint16_t);
1022 htod16a(&opldata[bufp],packedpropstypes[i]);
1023 bufp += sizeof(uint16_t);
1025 memcpy(&opldata[bufp], packedprops[i], packedpropslens[i])
    [all...]
  /external/ipsec-tools/src/racoon/
privsep.c 102 privsep_recv(sock, bufp, lenp)
104 struct privsep_com_msg **bufp;
111 *bufp = NULL;
158 *bufp = (struct privsep_com_msg *)combuf;
  /external/kernel-headers/original/linux/
tty.h 286 extern int tty_read_raw_data(struct tty_struct *tty, unsigned char *bufp,
soundcard.h     [all...]
  /external/valgrind/main/coregrind/
vgdb.c 1520 static unsigned char *bufp; local
    [all...]
  /bionic/libc/kernel/common/linux/
soundcard.h     [all...]
  /development/ndk/platforms/android-3/include/linux/
soundcard.h 781 #define SEQ_SYSEX(dev, buf, len) {int ii, ll=(len); unsigned char *bufp=buf; if (ll>6)ll=6; _SEQ_NEEDBUF(8); _seqbuf[_seqbufptr] = EV_SYSEX; _seqbuf[_seqbufptr+1] = (dev); for(ii=0;ii<ll;ii++) _seqbuf[_seqbufptr+ii+2] = bufp[ii]; for(ii=ll;ii<6;ii++) _seqbuf[_seqbufptr+ii+2] = 0xff; _SEQ_ADVBUF(8);}
  /ndk/sources/host-tools/make-3.81/glob/
glob.c 250 # define getpwnam_r(name, bufp, buf, len, res) \
251 __getpwnam_r (name, bufp, buf, len, res)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
soundcard.h     [all...]

Completed in 3290 milliseconds

1 23 4 5 6