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

  /external/zlib/src/
gzread.c 175 unsigned had; local
179 had = strm->avail_out;
208 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/icu4c/i18n/
decNumber.c 552 if (dotchar!=NULL) break; /* .. unless had a dot */
598 /* had some digits; exponent is only valid sequence now */
3762 Flag had=0; \/* 1=had non-zero *\/ local
    [all...]

Completed in 103 milliseconds