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

/external/zlib/src/contrib/infback9/
H A Dinflate9.h18 BAD /* got a data error -- remain here until reset */ enumerator in enum:__anon34339
24 (most modes can go to the BAD mode -- not shown for clarity)
/external/freetype/src/gzip/
H A Dinflate.c10 #define BAD INFLATE_BAD macro
26 BAD} /* got an error--stay here */ enumerator in enum:__anon21552
42 uInt marker; /* if BAD, inflateSync's marker bytes count */
164 z->state->mode = BAD;
171 z->state->mode = BAD;
182 z->state->mode = BAD;
213 z->state->mode = BAD;
221 z->state->mode = BAD;
255 z->state->mode = BAD;
264 case BAD
[all...]
H A Dinfutil.h24 BAD} /* got a data error--stuck here */ enumerator in enum:__anon21557
/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::__anon19175
/external/chromium_org/third_party/zlib/
H A Dinflate.h50 BAD, /* got a data error -- remain here until reset */ enumerator in enum:__anon16405
58 (most modes can go to BAD or MEM on error -- not shown for clarity)
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dinflate.h50 BAD, /* got a data error -- remain here until reset */ enumerator in enum:__anon28594
58 (most modes can go to BAD or MEM on error -- not shown for clarity)
/external/qemu/distrib/zlib-1.2.8/
H A Dinflate.h50 BAD, /* got a data error -- remain here until reset */ enumerator in enum:__anon29633
58 (most modes can go to BAD or MEM on error -- not shown for clarity)
/external/zlib/src/
H A Dinflate.h50 BAD, /* got a data error -- remain here until reset */ enumerator in enum:__anon34355
58 (most modes can go to BAD or MEM on error -- not shown for clarity)
/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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...]
H A Dnumfmtst.cpp1902 static const UChar BAD[] = {63, 63, 63, 0}; /*???*/ local
1919 CurrencyUnit bad(BAD, ec);
/external/mksh/src/
H A Dexpr.c61 VAR, LIT, END, BAD enumerator in enum:token
209 curstate.tok = BAD;
269 case BAD:
705 es->tok = BAD;
H A Dsh.h247 #undef BAD /* AIX defines that somewhere */ macro
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c1828 # define BAD(_secname) \ macro
1860 BAD(".text");
1882 BAD(".data");
1904 BAD(".sdata");
1927 BAD(".rodata");
2012 BAD(".bss");
2066 BAD(".sbss");
2078 BAD(".got");
2090 BAD(".got.plt");
2107 BAD("
2183 # undef BAD macro
[all...]
/external/valgrind/main/coregrind/
H A Dm_transtab.c1084 # define BAD(_str) do { whassup = (_str); goto bad; } while (0) macro
1094 BAD("invalid sec->tt_n_inuse");
1097 BAD("sec->tc_next points outside tc");
1102 BAD("ec2tte_size/ec2tte mismatch(1)");
1104 BAD("ec2tte_size/ec2tte mismatch(2)");
1107 BAD("implausible ec2tte_used");
1120 BAD("implausible tteno");
1123 BAD("tteno points to non-inuse tte");
1125 BAD("tte->n_tte2ec out of range");
1132 BAD("tt
1205 # undef BAD macro
[all...]
/external/valgrind/main/helgrind/
H A Dhg_main.c849 #define BAD(_str) do { how = (_str); goto bad; } while (0) macro
857 if (!HG_(is_sane_Thread)(thr)) BAD("1");
861 if (!HG_(isSubsetOf)( univ_lsets, wsW, wsA )) BAD("7");
866 if (!HG_(is_sane_LockN)(lk)) BAD("2");
869 if (!thread_is_a_holder_of_Lock(thr,lk)) BAD("3");
876 #undef BAD macro
884 #define BAD(_str) do { how = (_str); goto bad; } while (0) macro
892 if (i != VG_(sizeFM)(map_locks)) BAD("1");
898 if (lk->guestaddr != gla) BAD("2");
905 if (!HG_(is_sane_LockN)(lk)) BAD("
942 #undef BAD macro
[all...]

Completed in 6282 milliseconds