HomeSort by relevance Sort by last modified time
    Searched defs:had (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/zlib/
gzread.c 237 unsigned had; local
242 had = strm->avail_out;
271 state->have = had - strm->avail_out;
  /external/zlib/src/
gzread.c 176 unsigned had; local
180 had = strm->avail_out;
209 state->x.have = had - strm->avail_out;
  /external/libppp/src/
route.c 217 int mib[6], have, had; local
260 had = have;
262 if (had)
277 memset(ifs + had, '\0', sizeof(char *) * (have - had));
  /external/chromium_org/third_party/icu/source/i18n/
decNumber.c 552 if (dotchar!=NULL) break; /* .. unless had a dot */
598 /* had some digits; exponent is only valid sequence now */
3754 Flag had=0; \/* 1=had non-zero *\/ local
    [all...]
  /external/icu4c/i18n/
decNumber.c 565 if (dotchar!=NULL) break; /* .. unless had a dot */
3775 Flag had=0; \/* 1=had non-zero *\/ local
    [all...]

Completed in 1152 milliseconds