HomeSort by relevance Sort by last modified time
    Searched defs:sane (Results 1 - 12 of 12) 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) ||
  /external/toybox/toys/pending/
stty.c 18 -a Show all current settings (default differences from "sane").
26 Combo settings: cooked/raw, evenp/oddp/parity, nl, ek, sane
157 static void show_flags(tcflag_t actual, tcflag_t sane,
162 // Implement -a by ensuring that sane != actual so we'll show everything.
163 if (toys.optflags&FLAG_a) sane = ~actual;
168 if ((actual&mask)==value && (sane&mask)!=value) {
173 if ((actual&value) != (sane&value)) {
284 // POSIX has no opinion about what "sane" means. From "man stty".
319 struct termios old, sane; local
384 } else if (!strcmp(arg, "sane")) make_sane(&new)
    [all...]
  /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
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
inflate.h 122 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/python/cpython3/Modules/zlib/
inflate.h 122 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 122 int sane; /* if false, allow invalid distance too far */ member in struct:inflate_state
  /toolchain/binutils/binutils-2.27/zlib/
inflate.h 119 int sane; /* if false, allow invalid distance too far */ member in struct:inflate_state
  /external/scapy/scapy/
utils.py 56 def sane(x): function
171 s.append(sane(x))
264 cl += col(sane(line[j]))
    [all...]
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 311 bool sane; local
329 sane = t->sanitize (c);
330 if (sane) {
336 sane = t->sanitize (c);
339 sane = false;
359 DEBUG_MSG_FUNC (SANITIZE, c->start, sane ? "PASSED" : "FAILED");
360 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 95 milliseconds