HomeSort by relevance Sort by last modified time
    Searched refs:inp_fill (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mach_override/libudis86/
input.c 39 u->inp_fill = 0;
126 return (u->inp_curr == u->inp_fill) && u->inp_end;
134 * inp_curr and inp_fill are pointers to the cache. The program is
150 if (u->inp_curr != u->inp_fill) {
163 u->inp_curr = ++u->inp_fill;
165 u->inp_cache[u->inp_fill] = c;
types.h 177 uint8_t inp_fill; member in struct:ud

Completed in 33 milliseconds