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

  /external/chromium_org/third_party/zlib/
inflate.h 119 int sane; /* if false, allow invalid distance too far */ member in struct:inflate_state
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
inflate.h 119 int sane; /* if false, allow invalid distance too far */ member in struct:inflate_state
  /external/qemu/distrib/zlib-1.2.8/
inflate.h 119 int sane; /* if false, allow invalid distance too far */ member in struct:inflate_state
  /external/zlib/src/
inflate.h 119 int sane; /* if false, allow invalid distance too far */ member in struct:inflate_state
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh 284 bool sane; local
302 sane = t->sanitize (c);
303 if (sane) {
309 sane = t->sanitize (c);
312 sane = false;
332 DEBUG_MSG_FUNC (SANITIZE, blob, sane ? "PASSED" : "FAILED");
333 if (sane)
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 293 bool sane; local
311 sane = t->sanitize (c);
312 if (sane) {
318 sane = t->sanitize (c);
321 sane = false;
341 DEBUG_MSG_FUNC (SANITIZE, blob, sane ? "PASSED" : "FAILED");
342 if (sane)
  /external/valgrind/main/coregrind/
m_transtab.c 762 // stay sane -- the patch point (dst) is in this sector's code cache
853 // stay sane: both src and dst for this unchaining are
1255 Bool sane; local
1357 { Bool sane = sanity_check_sector_search_order(); local
1493 { Bool sane = sanity_check_sector_search_order(); local
1903 Bool sane = sanity_check_all_sectors(); local
1988 Bool sane = sanity_check_all_sectors(); local
    [all...]

Completed in 1120 milliseconds