HomeSort by relevance Sort by last modified time
    Searched full:bufe (Results 1 - 3 of 3) sorted by null

  /frameworks/native/cmds/installd/
commands.c 852 int bufp, bufe, bufi, readlen; local
884 bufe = 0;
889 while (bufi < bufe && buf[bufi] != '\n') {
892 if (bufi < bufe) {
976 if (bufp < bufe) {
980 } else if (bufp < bufe) {
981 memcpy(buf, buf+bufp, bufe-bufp);
982 bufe -= bufp;
985 readlen = read(subfd, buf+bufe, PKG_PATH_MAX-bufe);
    [all...]
  /external/kernel-headers/original/linux/
cdrom.h 1071 __u8 bufe : 1; member in struct:__anon9654
    [all...]
  /external/valgrind/main/exp-sgcheck/
sg_main.c     [all...]

Completed in 1373 milliseconds