Searched defs:had (Results 1 - 3 of 3) sorted by relevance

/external/zlib/src/
H A Dgzread.c175 unsigned had; local
179 had = strm->avail_out;
208 state->x.have = had - strm->avail_out;
/external/libppp/src/
H A Droute.c217 int mib[6], have, had; local
260 had = have;
262 if (had)
277 memset(ifs + had, '\0', sizeof(char *) * (have - had));
/external/icu4c/i18n/
H A DdecNumber.c552 if (dotchar!=NULL) break; /* .. unless had a dot */
598 /* had some digits; exponent is only valid sequence now */
1156 /* another sNaN) and set acc to NaN unless we had an sNaN */
2214 /* abandon if had overflow or terminal underflow */
3762 Flag had=0; /* 1=had non-zero */ local
3773 if (*c=='0' && !had) continue; /* skip leading zeros */
3774 had=1; /* had non-0 */
5482 /* abandon if have had overflo
[all...]

Completed in 7236 milliseconds