Searched defs:bufpos (Results 1 - 14 of 14) sorted by relevance

/external/libcups/cups/
H A Dfile-private.h103 bufpos; /* File position for start of buffer */ member in struct:_cups_file_s
/external/toybox/toys/pending/
H A Dcompress.c104 int bufpos = bb->bitpos>>3; local
106 if (bufpos == bb->len) {
108 bufpos = 0;
111 return (bb->buf[bufpos]>>(bb->bitpos++&7))&1;
/external/webrtc/webrtc/base/
H A Dstringutils.h170 size_t bufpos = 0; local
171 while (buffer[bufpos] && (bufpos < buflen)) {
172 ++bufpos;
174 return bufpos;
202 size_t bufpos = strlenn(buffer, buflen - 1);
203 return bufpos + strcpyn(buffer + bufpos, buflen - bufpos, source, srclen);
H A Dstringencode.cc33 size_t srcpos = 0, bufpos = 0;
34 while ((srcpos < srclen) && (bufpos + 1 < buflen)) {
37 if (bufpos + 2 >= buflen)
39 buffer[bufpos++] = escape;
41 buffer[bufpos++] = ch;
44 buffer[bufpos] = '\0';
45 return bufpos;
55 size_t srcpos = 0, bufpos = 0;
56 while ((srcpos < srclen) && (bufpos + 1 < buflen)) {
61 buffer[bufpos
99 size_t srcpos = 0, bufpos = 0; local
177 size_t srcpos = 0, bufpos = 0; local
446 size_t srcpos = 0, bufpos = 0; local
501 size_t srcpos = 0, bufpos = 0; local
[all...]
/external/syslinux/com32/rosh/
H A Drosh.c929 int bufpos, bufcnt; /* current position, count characters */ local
936 bufpos = 0;
937 bufp = buf + bufpos;
941 while (bufpos < buflen) {
962 printf("--(%d/%d @%d)\n", bufcnt, buflen, bufpos);
967 bufpos += bufcnt;
968 if (bufpos == buflen)
976 bufpos = buflen;
991 int bufpos; local
1000 bufpos
[all...]
/external/openssh/regress/
H A Dnetcat.c950 drainbuf(int fd, unsigned char *buf, size_t *bufpos) argument
955 n = write(fd, buf, *bufpos);
962 adjust = *bufpos - n;
965 *bufpos -= n;
971 fillbuf(int fd, unsigned char *buf, size_t *bufpos) argument
973 size_t num = BUFSIZE - *bufpos;
976 n = read(fd, buf + *bufpos, num);
982 *bufpos += n;
/external/syslinux/efi/
H A Dmain.c295 UINTN buf, bufpos; local
302 bufpos = buf;
304 for (i = 0; i < nr_entries; bufpos += desc_sz, i++) {
309 m = (EFI_MEMORY_DESCRIPTOR *)bufpos;
/external/svox/pico/lib/
H A Dpicoos.c1929 * position bufpos. */
1930 static picoos_uint8 os_matched( picoos_char * str, picoos_uint32 strlen, picoos_char * buf, picoos_int32 bufpos) { argument
1932 while (i >= 0 && buf[bufpos] == str[i]) {
1934 bufpos--;
1935 if (bufpos < 0) {
1936 bufpos = strlen-1;
1963 picoos_uint8 strlen, bufpos; local
1976 bufpos = strlen-1; /* last legal buf position */
1977 done = os_matched(str,strlen,buf,bufpos);
1980 bufpos
[all...]
/external/testng/ant/3rdparty/
H A Dcobertura.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/sourceforge/cobertura/ net/sourceforge/cobertura/ant/ ...
/external/guice/extensions/persist/lib/
H A Dognl-2.6.7.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/ASTAdd.class ASTAdd.java package ognl ...
/external/guice/extensions/struts2/lib/
H A Dognl-3.0.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/enhance/ ognl/internal/ ognl/SimpleNode.class SimpleNode ...
H A Djsp-api-2.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/resources/ ...
H A Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ...
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...

Completed in 720 milliseconds