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

  /external/syslinux/com32/chain/
partiter.c 48 #define sane(s,l) ((s)+(l) > (s)) macro
157 /* Logical partition must be sane, meaning:
186 !sane(dp[0].start_lba, dp[0].length) ||
196 /* Extended partition must be sane, meaning:
225 !sane(dp[1].start_lba, dp[1].length) ||
235 /* Primary partition must be sane, meaning:
253 !sane(dp->start_lba, dp->length) ||
623 !sane(gpt_loff, gpt_lcnt) ||
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
inflate.h 119 int sane; /* if false, allow invalid distance too far */ member in struct:inflate_state
  /external/pdfium/third_party/zlib_v128/
inflate.h 119 int sane; /* if false, allow invalid distance too far */ member in struct:inflate_state
  /external/python/cpython2/Modules/zlib/
inflate.h 119 int sane; /* if false, allow invalid distance too far */ member in struct:inflate_state
  /external/syslinux/com32/lib/zlib/
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/harfbuzz_ng/src/
hb-open-type-private.hh 318 bool sane; local
336 sane = t->sanitize (c);
337 if (sane) {
343 sane = t->sanitize (c);
346 sane = false;
366 DEBUG_MSG_FUNC (SANITIZE, c->start, sane ? "PASSED" : "FAILED");
367 if (sane)
  /external/valgrind/coregrind/
m_transtab.c 884 // stay sane -- the patch point (dst) is in this sector's code cache
1384 Bool sane; local
1514 { Bool sane = sanity_check_sector_search_order(); local
1684 { Bool sane = sanity_check_sector_search_order(); local
2125 Bool sane = sanity_check_all_sectors(); local
2214 Bool sane = sanity_check_all_sectors(); local
    [all...]

Completed in 189 milliseconds