Searched defs:BAD (Results 1 - 10 of 10) sorted by relevance

/external/zlib/src/contrib/infback9/
H A Dinflate9.h18 BAD /* got a data error -- remain here until reset */ enumerator in enum:__anon16689
24 (most modes can go to the BAD mode -- not shown for clarity)
/external/clang/test/Sema/
H A Dtype-spec-struct-union.c56 SQUAT, FLAG, DICT4, DICT3, DICT2, DICT1, DICT0, HOP, CHECK4, CHECK3, CHECK2, CHECK1, DONE, BAD enumerator in enum:bar_baz::__anon4596
/external/qemu/distrib/zlib-1.2.3/
H A Dinflate.h48 BAD, /* got a data error -- remain here until reset */ enumerator in enum:__anon11336
56 (most modes can go to the BAD or MEM mode -- not shown for clarity)
/external/zlib/src/
H A Dinflate.h50 BAD, /* got a data error -- remain here until reset */ enumerator in enum:__anon16705
58 (most modes can go to BAD or MEM on error -- not shown for clarity)
/external/icu4c/test/intltest/
H A Dtzregts.cpp594 const int32_t BAD = 0; local
605 BAD, UCAL_DECEMBER, 5, UCAL_SATURDAY, 24*60*60*1000+1,
606 BAD, UCAL_DECEMBER, 5, UCAL_SATURDAY, -1,
607 BAD, UCAL_JANUARY, -6, UCAL_SUNDAY, 0,
608 BAD, UCAL_DECEMBER, 6, UCAL_SATURDAY, 24*60*60*1000,
611 BAD, UCAL_APRIL, 31, 0, 0,
612 BAD, UCAL_DECEMBER, 32, 0, 0,
613 BAD, UCAL_JANUARY-1, 1, UCAL_SUNDAY, 0,
614 BAD, UCAL_DECEMBER+1, 1, UCAL_SUNDAY, 0,
617 BAD, UCAL_DECEMBE
707 const int32_t GOOD = 1, BAD = 0; local
769 const int32_t GOOD = 1, BAD = 0; local
[all...]
/external/mksh/src/
H A Dexpr.c53 VAR, LIT, END, BAD enumerator in enum:token
258 case BAD:
569 es->tok = BAD;
H A Dsh.h285 #undef BAD /* AIX defines that somewhere */ macro
/external/valgrind/main/coregrind/
H A Dm_transtab.c449 # define BAD(_str) do { whassup = (_str); goto bad; } while (0) macro
459 BAD("invalid sec->tt_n_inuse");
462 BAD("sec->tc_next points outside tc");
467 BAD("ec2tte_size/ec2tte mismatch(1)");
469 BAD("ec2tte_size/ec2tte mismatch(2)");
472 BAD("implausible ec2tte_used");
485 BAD("implausible tteno");
488 BAD("tteno points to non-inuse tte");
490 BAD("tte->n_tte2ec out of range");
497 BAD("tt
570 # undef BAD macro
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c1708 # define BAD(_secname) \ macro
1740 BAD(".text");
1762 BAD(".data");
1784 BAD(".sdata");
1807 BAD(".rodata");
1892 BAD(".bss");
1946 BAD(".sbss");
1958 BAD(".got");
1970 BAD(".got.plt");
1985 BAD("
2059 # undef BAD macro
[all...]
/external/valgrind/main/helgrind/
H A Dhg_main.c813 #define BAD(_str) do { how = (_str); goto bad; } while (0) macro
821 if (!HG_(is_sane_Thread)(thr)) BAD("1");
825 if (!HG_(isSubsetOf)( univ_lsets, wsW, wsA )) BAD("7");
830 if (!HG_(is_sane_LockN)(lk)) BAD("2");
833 if (!thread_is_a_holder_of_Lock(thr,lk)) BAD("3");
840 #undef BAD macro
848 #define BAD(_str) do { how = (_str); goto bad; } while (0) macro
856 if (i != VG_(sizeFM)(map_locks)) BAD("1");
862 if (lk->guestaddr != gla) BAD("2");
869 if (!HG_(is_sane_LockN)(lk)) BAD("
906 #undef BAD macro
[all...]

Completed in 479 milliseconds