Searched refs:END_BLOCK (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitCodes.h46 END_BLOCK = 0, // Must be zero to guarantee termination for broken bitcode. enumerator in enum:llvm::bitc::FixedAbbrevIDs
H A DBitstreamWriter.h233 // [END_BLOCK, <align4bytes>]
234 EmitCode(bitc::END_BLOCK);
H A DBitstreamReader.h409 if (Code == bitc::END_BLOCK) {
503 // [END_BLOCK, <align4bytes>]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dtrees.c49 #define END_BLOCK 256 macro
421 s->dyn_ltree[END_BLOCK].Freq = 1;
896 send_code(s, END_BLOCK, static_ltree);
908 send_code(s, END_BLOCK, static_ltree);
1116 send_code(s, END_BLOCK, ltree);
1117 s->last_eob_len = ltree[END_BLOCK].Len;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp288 if (MI.getOpcode() == WebAssembly::END_BLOCK ||
333 // Decide where in Header to put the END_BLOCK.
338 // END_BLOCK should precede existing LOOP and TRY markers.
362 TII.get(WebAssembly::END_BLOCK));
519 if (MI.getOpcode() == WebAssembly::END_BLOCK ||
612 // It is not possible for an END_BLOCK to be already in this block.
693 E->getOpcode() == WebAssembly::END_BLOCK &&
1178 case WebAssembly::END_BLOCK:
1248 case WebAssembly::END_BLOCK:
1317 case WebAssembly::END_BLOCK
[all...]
/freebsd-11-stable/sys/contrib/zlib/
H A Dtrees.c50 #define END_BLOCK 256 macro
417 s->dyn_ltree[END_BLOCK].Freq = 1;
900 send_code(s, END_BLOCK, static_ltree);
1108 send_code(s, END_BLOCK, ltree);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp140 case llvm::bitc::END_BLOCK:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyInstPrinter.cpp109 case WebAssembly::END_BLOCK:
H A DWebAssemblyMCTargetDesc.h577 case WebAssembly::END_BLOCK:
/freebsd-11-stable/sys/libkern/
H A Dzlib.c293 /* number of length codes, not counting the special END_BLOCK code */
299 /* number of Literal or Length codes, including the END_BLOCK code */
1892 #define END_BLOCK 256 macro
2186 s->dyn_ltree[END_BLOCK].Freq = 1;
2670 send_code(s, END_BLOCK, static_ltree);
2680 send_code(s, END_BLOCK, static_ltree);
2895 send_code(s, END_BLOCK, ltree);
2896 s->last_eob_len = ltree[END_BLOCK].Len;

Completed in 165 milliseconds