Home
last modified time | relevance | path

Searched defs:bufend (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/src/system_wrappers/source/android/
Dcpu-features.c98 char* bufend = buffer + buflen; in extract_cpuinfo_field() local
150 const char* bufend = buffer + buflen; in count_cpuinfo_field() local
/external/webp/src/dsp/
Dcpu-features.c98 char* bufend = buffer + buflen; in extract_cpuinfo_field() local
150 const char* bufend = buffer + buflen; in count_cpuinfo_field() local
/external/chromium_org/third_party/icu/source/tools/genrb/
Dderb.c421 char *bufp = buf, *bufend = buf + sizeof(buf) - 1 ; in printString() local
441 UChar *bufp = buf, *bufend = buf + (sizeof(buf)/sizeof(buf[0])) - 1 ; in printCString() local
/external/icu4c/tools/genrb/
Dderb.c421 char *bufp = buf, *bufend = buf + sizeof(buf) - 1 ; in printString() local
441 UChar *bufp = buf, *bufend = buf + (sizeof(buf)/sizeof(buf[0])) - 1 ; in printCString() local
/external/libppp/src/
Dchat.h56 char *bufend; /* end of relevent data */ member
/external/stlport/src/
Dnum_put.cpp127 char* bufend = tmp+64; in __write_integer() local
/external/qemu/android/
Dhw-events.c123 char* bufend ) in eventList_bufprintCode()
/external/openssh/openbsd-compat/
Dglob.c172 Char *bufnext, *bufend, patbuf[MAXPATHLEN]; in glob() local