| /openbsd-src/sys/lib/libz/ |
| H A D | trees.c | 217 Assert (code + bl_count[MAX_BITS] - 1 == (1 << MAX_BITS) - 1, in gen_codes() 253 Assert(length > 0 && length <= 15, "invalid length"); in send_bits() 323 Assert (length == 256, "tr_static_init: length != 256"); in tr_static_init() 338 Assert (dist == 256, "tr_static_init: dist != 256"); in tr_static_init() 346 Assert (dist == 256, "tr_static_init: 256 + dist != 512"); in tr_static_init() 390 Assert (header != NULL, "Can't open trees.h"); in gen_trees_header() 774 Assert(count >= 3 && count <= 6, " 3_6?"); in send_tree() 835 Assert (lcodes >= 257 && dcodes >= 1 && blcodes >= 4, "not enough codes"); in send_all_trees() 836 Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES, in send_all_trees() 929 Assert (cod in compress_block() [all...] |
| H A D | deflate.c | 252 Assert(s->lookahead < MIN_LOOKAHEAD, "already enough lookahead"); in fill_window() 297 Assert(more >= 2, "more < 2"); in fill_window() 362 Assert((ulg)s->strstart <= s->window_size - MIN_LOOKAHEAD, in fill_window() 1383 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever"); in longest_match() 1394 Assert((ulg)s->strstart <= s->window_size - MIN_LOOKAHEAD, in longest_match() 1398 Assert(cur_match < s->strstart, "no future"); in longest_match() 1425 Assert(scan[2] == match[2], "scan[2]?"); in longest_match() 1436 Assert(scan <= s->window + (unsigned)(s->window_size - 1), in longest_match() 1457 Assert(*scan == *match, "match[2]?"); in longest_match() 1469 Assert(sca in longest_match() [all...] |
| H A D | zutil.h | 242 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} 249 # define Assert(cond,msg) 238 # define Assert( global() macro 245 # define Assert( global() macro
|
| H A D | zutil.c | 248 Assert(0, "zcfree: ptr not found"); in zcfree()
|
| /openbsd-src/lib/libz/ |
| H A D | trees.c | 217 Assert (code + bl_count[MAX_BITS] - 1 == (1 << MAX_BITS) - 1, in gen_codes() 253 Assert(length > 0 && length <= 15, "invalid length"); in send_bits() 323 Assert (length == 256, "tr_static_init: length != 256"); in tr_static_init() 338 Assert (dist == 256, "tr_static_init: dist != 256"); in tr_static_init() 346 Assert (dist == 256, "tr_static_init: 256 + dist != 512"); in tr_static_init() 390 Assert (header != NULL, "Can't open trees.h"); in gen_trees_header() 774 Assert(count >= 3 && count <= 6, " 3_6?"); in send_tree() 835 Assert (lcodes >= 257 && dcodes >= 1 && blcodes >= 4, "not enough codes"); in send_all_trees() 836 Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES, in send_all_trees() 929 Assert (cod in compress_block() [all...] |
| H A D | deflate.c | 252 Assert(s->lookahead < MIN_LOOKAHEAD, "already enough lookahead"); in fill_window() 297 Assert(more >= 2, "more < 2"); in fill_window() 362 Assert((ulg)s->strstart <= s->window_size - MIN_LOOKAHEAD, in fill_window() 1383 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever"); in longest_match() 1394 Assert((ulg)s->strstart <= s->window_size - MIN_LOOKAHEAD, in longest_match() 1398 Assert(cur_match < s->strstart, "no future"); in longest_match() 1425 Assert(scan[2] == match[2], "scan[2]?"); in longest_match() 1436 Assert(scan <= s->window + (unsigned)(s->window_size - 1), in longest_match() 1457 Assert(*scan == *match, "match[2]?"); in longest_match() 1469 Assert(sca in longest_match() [all...] |
| H A D | zutil.h | 229 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} 236 # define Assert(cond,msg) 225 # define Assert( global() macro 232 # define Assert( global() macro
|
| H A D | zutil.c | 245 Assert(0, "zcfree: ptr not found"); in zcfree()
|
| /openbsd-src/gnu/llvm/clang/lib/ASTMatchers/ |
| H A D | GtestMatchers.cpp | 33 Assert, enumerator 63 case MacroType::Assert: in getMacroTypeName() 193 return gtestComparisonInternal(MacroType::Assert, Cmp, Left, Right); in gtestAssert() 203 return gtestThatInternal(MacroType::Assert, Actual, Matcher); in gtestAssertThat()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/ |
| H A D | trees.c | 218 Assert (code + bl_count[MAX_BITS] - 1 == (1 << MAX_BITS) - 1, 254 Assert(length > 0 && length <= 15, "invalid length"); in tr_static_init() 324 Assert (length == 256, "tr_static_init: length != 256"); 339 Assert (dist == 256, "tr_static_init: dist != 256"); in gen_trees_header() 347 Assert (dist == 256, "tr_static_init: 256 + dist != 512"); in gen_trees_header() 391 Assert (header != NULL, "Can't open trees.h"); in _tr_init() 774 Assert(count >= 3 && count <= 6, " 3_6?"); in send_tree() 835 Assert (lcodes >= 257 && dcodes >= 1 && blcodes >= 4, "not enough codes"); in send_all_trees() 836 Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES, in send_all_trees() 929 Assert (cod [all...] |
| H A D | deflate.c | 256 Assert(s->lookahead < MIN_LOOKAHEAD, "already enough lookahead"); in deflateInit2_() 301 Assert(more >= 2, "more < 2"); in deflateInit2_() 366 Assert((ulg)s->strstart <= s->window_size - MIN_LOOKAHEAD, in deflateInit2_() 1379 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever"); in longest_match() 1390 Assert((ulg)s->strstart <= s->window_size - MIN_LOOKAHEAD, in longest_match() 1394 Assert(cur_match < s->strstart, "no future"); in longest_match() 1421 Assert(scan[2] == match[2], "scan[2]?"); in longest_match() 1432 Assert(scan <= s->window + (unsigned)(s->window_size - 1), in longest_match() 1453 Assert(*scan == *match, "match[2]?"); in longest_match() 1465 Assert(sca in longest_match() [all...] |
| H A D | zutil.h | 224 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} 231 # define Assert(cond,msg) 249 # define Assert( global() macro 256 # define Assert( global() macro
|
| H A D | zutil.c | 247 Assert(0, "zcfree: ptr not found"); in zcfree()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/EventFacet/ |
| H A D | Assert.t | 6 use ok 'Test2::EventFacet::Assert'; 7 my $CLASS = 'Test2::EventFacet::Assert';
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | ValueHandle.h | 37 enum HandleBaseKind { Assert, Callback, Weak, WeakTracking }; enumerator 284 AssertingVH() : ValueHandleBase(Assert) {} 285 AssertingVH(ValueTy *P) : ValueHandleBase(Assert, GetAsValue(P)) {} 286 AssertingVH(const AssertingVH &RHS) : ValueHandleBase(Assert, RHS) {}
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/ |
| H A D | Assert.pm | 1 package Test2::EventFacet::Assert; 20 Test2::EventFacet::Assert - Facet representing an assertion.
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Value.cpp | 1139 for (ValueHandleBase Iterator(Assert, *Entry); Entry; Entry = Iterator.Next) { in ValueIsDeleted() 1145 case Assert: in ValueIsDeleted() 1165 if (pImpl->ValueHandles[V]->getKind() == Assert) in ValueIsDeleted() 1191 for (ValueHandleBase Iterator(Assert, *Entry); Entry; Entry = Iterator.Next) { in ValueIsRAUWd() 1197 case Assert: in ValueIsRAUWd()
|
| /openbsd-src/gnu/llvm/llvm/lib/TableGen/ |
| H A D | TGLexer.h | 50 Assert, Bit, Bits, Class, Code, Dag, Def, Defm, Defset, Defvar, ElseKW, enumerator
|
| H A D | TGParser.cpp | 516 return K == tgtok::Assert || K == tgtok::Class || K == tgtok::Def || in isObjectStart() 2983 if (Lex.getCode() == tgtok::Assert) in ParseBodyItem() 3416 assert(Lex.getCode() == tgtok::Assert && "Unknown tok"); in ParseAssert() 3656 case tgtok::Assert: in ParseMultiClass() 3825 case tgtok::Assert: return ParseAssert(MC); in ParseObject()
|
| H A D | TGLexer.cpp | 372 .Case("assert", tgtok::Assert) in LexIdentifier()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/InterceptResult/ |
| H A D | Event.t | 18 is_deeply($CLASS->facet_info('assert'), {class => 'Test2::EventFacet::Assert', list => 0, loaded => 1}, "Found 'assert' facet"); 73 ok(($one->facet('assert'))[0]->isa('Test2::EventFacet::Assert'), "Bless the assert facet"); 114 ok($one->the_facet('assert')->isa('Test2::EventFacet::Assert'), "Bless the assert facet"); 473 # Assert 534 # Assert
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/ |
| H A D | Event.pm | 16 use Test2::EventFacet::Assert(); 32 'assert' => 'Test2::EventFacet::Assert', 560 L<Test2::EventFacet::Assert>
|
| /openbsd-src/gnu/llvm/lldb/docs/resources/ |
| H A D | test.rst | 327 | **Assert** | **Description** … 329 | ``assertSuccess`` | Assert that an ``lldb.SBError`` is in the "succes… 331 | ``assertState`` | Assert that two states (``lldb.eState*``) are equ… 333 | ``assertStopReason`` | Assert that two stop reasons (``lldb.eStopReason*…
|
| /openbsd-src/gnu/usr.bin/perl/t/porting/ |
| H A D | known_pod_issues.dat | 46 Carp::Assert
|
| /openbsd-src/gnu/llvm/libunwind/ |
| H A D | CMakeLists.txt | 256 # Assert
|