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

/external/pdfium/third_party/zlib_v128/
H A Dgzread.c176 unsigned had; local
180 had = strm->avail_out;
209 state->x.have = had - strm->avail_out;
/external/zlib/src/
H A Dgzread.c176 unsigned had; local
180 had = strm->avail_out;
209 state->x.have = had - strm->avail_out;
/external/libxml2/
H A Dxzlib.c533 unsigned had; local
540 had = strm->avail_out;
593 state->have = had - strm->avail_out;
/external/v8/src/compiler/
H A Dverifier.cc1510 bool had = succ_doms->Contains(block->id().ToInt()); local
1511 if (had) succ_doms->Remove(block->id().ToInt());
1513 if (had) succ_doms->Add(block->id().ToInt());
/external/icu/icu4c/source/i18n/
H A DdecNumber.c569 if (dotchar!=NULL) break; /* .. unless had a dot */
615 /* had some digits; exponent is only valid sequence now */
1173 /* another sNaN) and set acc to NaN unless we had an sNaN */
2231 /* abandon if had overflow or terminal underflow */
3779 Flag had=0; /* 1=had non-zero */ local
3790 if (*c=='0' && !had) continue; /* skip leading zeros */
3791 had=1; /* had non-0 */
5505 /* abandon if have had overflo
[all...]

Completed in 4646 milliseconds