| /openbsd-src/gnu/usr.bin/perl/cpan/JSON-PP/t/ |
| H A D | 022_comment_at_eof.t | 16 sub decoder { 35 is( decoder( "[]" ), '[]', 'array baseline' ); 36 is( decoder( " []" ), '[]', 'space ignored before array' ); 37 is( decoder( "\n[]" ), '[]', 'newline ignored before array' ); 38 is( decoder( "# foo\n[]" ), '[]', 'comment ignored before array' ); 39 is( decoder( "# fo[o\n[]"), '[]', 'comment ignored before array' ); 40 is( decoder( "# fo]o\n[]"), '[]', 'comment ignored before array' ); 41 is( decoder( "[# fo]o\n]"), '[]', 'comment ignored inside array' ); 43 is( decoder( "" ), 'undef', 'eof baseline' ); 44 is( decoder( " " ), 'undef', 'space ignored before eof' ); [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | LibiptDecoder.cpp | 32 auto InsnDecoderDeleter = [](pt_insn_decoder *decoder) { in __anona5faac290102() argument 33 pt_insn_free_decoder(decoder); in __anona5faac290102() 36 auto QueryDecoderDeleter = [](pt_query_decoder *decoder) { in __anona5faac290202() argument 37 pt_qry_free_decoder(decoder); in __anona5faac290202() 86 static Error SetupMemoryImage(pt_insn_decoder *decoder, Process &process) { in SetupMemoryImage() argument 87 pt_image *image = pt_insn_get_image(decoder); in SetupMemoryImage() 136 PSBBlockAnomalyDetector(pt_insn_decoder &decoder, in PSBBlockAnomalyDetector() argument 139 : m_decoder(decoder), m_decoded_thread(decoded_thread) { in PSBBlockAnomalyDetector() 572 Expected<PSBBlockDecoder> decoder = PSBBlockDecoder::Create( in DecodeSingleTraceForThread() local 577 if (!decoder) in DecodeSingleTraceForThread() [all …]
|
| H A D | TraceIntelPT.cpp | 213 for (auto &decoder : storage.thread_decoders) { in FindBeginningOfTimeNanos() local 214 Expected<std::optional<uint64_t>> tsc = decoder.second->FindLowestTSC(); in FindBeginningOfTimeNanos()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/Parse/CPAN/ |
| H A D | Meta.pm | 84 if (my $decoder = $ENV{CPAN_META_JSON_DECODER}) { 85 _can_load( $decoder ) 86 or croak "Could not load CPAN_META_JSON_DECODER '$decoder'\n"; 87 $decoder->can('decode_json') 88 or croak "No decode_json sub provided by CPAN_META_JSON_DECODER '$decoder'\n"; 89 return $decoder;
|
| /openbsd-src/gnu/usr.bin/perl/dist/encoding-warnings/lib/encoding/ |
| H A D | warnings.pm | 187 my $decoder = bless( 196 ${^ENCODING} = $decoder;
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stack_store.cpp | 214 SLeb128Decoder decoder(from, from_end); in UncompressDelta() local 216 for (; decoder != end; ++to, ++decoder) *to = *decoder; in UncompressDelta() 230 SLeb128Decoder decoder(from, from_end); in UncompressLzw() local 232 to = LzwDecode<uptr>(decoder, end, to); in UncompressLzw()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Encode/t/ |
| H A D | utf8warnings.t | 20 … | LEAVE_SRC) }, 'Surrogate UTF-8 byte sequence \xED\xA0\x80 is decoded with strict UTF-8 decoder'; 26 …FB_CROAK | LEAVE_SRC) }, 'Invalid byte sequence \xED\xA0 is not decoded with strict UTF-8 decoder'; 32 …CROAK | LEAVE_SRC) }, 'Invalid byte sequence \xED\xA0 is not decoded with non-strict utf8 decoder';
|
| /openbsd-src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
| H A D | screen.py | 93 self.decoder = codecs.getincrementaldecoder(encoding)(encoding_errors) 95 self.decoder = None 107 if self.decoder is not None: 108 return self.decoder.decode(s)
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZSchedule.td | 11 // These resources are used to express decoder grouping rules. The number of 12 // decoder slots needed by an instructions is normally one, but there are
|
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | ppro.md | 39 ;; So, the P6 CPUs have out-of-order cores, but the instruction decoder and 54 ;; decoder. 59 ;; - Include decoder latencies in the total reservation latencies. 61 ;; instruction that it never blocks a decoder. 76 ;; the decoder are simple: 79 ;; - an instruction with 1 to 4 uops can be decoded only by decoder 0 82 ;; decoder 0, and this takes an unspecified number of cycles. 91 ;; decoder1 and decoder2 from being reserved until decoder 0 is 137 ;; on decoder 0, and say that it takes a little while before the result
|
| H A D | k6.md | 65 ;; be decoded in either the long or the vector decoder. For all practical 66 ;; purposes, the long and vector decoder can be modelled as one decoder.
|
| H A D | athlon.md | 10 ;; Three DirectPath instructions decoders and only one VectorPath decoder 56 ;; In order to avoid dependence between reservation of decoder 57 ;; and other units, we model decoder as two stage fully pipelined unit 64 ;; We solve that by specialized vector decoder unit and exclusion set.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/ |
| H A D | ppro.md | 25 ;; decoder 0. 27 ;; cycles to decode in decoder 0.
|
| H A D | k6.md | 40 ;; The decoder specification is in the PPro section above!
|
| H A D | athlon.md | 39 ;; Three DirectPath instructions decoders and only one VectorPath decoder
|
| /openbsd-src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/ |
| H A D | ptyprocess.py | 808 self.decoder = codecs.getincrementaldecoder(encoding)(errors=codec_errors) 819 return self.decoder.decode(b, final=False) 828 return self.decoder.decode(b, final=False)
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | unwind-ia64.c | 1076 unw_decoder decoder; in unw_decode() local 1080 decoder = unw_decode_table[inside_body][code >> 5]; in unw_decode() 1081 return (*decoder) (dp, code, ptr_inside_body); in unw_decode()
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | unwind-ia64.c | 1076 unw_decoder decoder; in unw_decode() local 1080 decoder = unw_decode_table[inside_body][code >> 5]; in unw_decode() 1081 return (*decoder) (dp, code, ptr_inside_body); in unw_decode()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Target/ |
| H A D | Target.td | 464 // Is the instruction decoder method able to completely determine if the 467 // hasCompleteDecoder flag says whether the decoder method fully handles the 469 // If not then the decoder attempts to continue decoding when the decoder 475 // * InstB with bitpattern 0b000000?? but the associated decoder method 478 // The decoder tries to decode a bitpattern that matches both InstA and 482 // hasCompleteDecoder = 0 in InstB, the decoder is informed that 484 // valid or not. If DecodeInstB() returns Fail the decoder will attempt to 799 /// You can use `encoder` or `decoder` to specify a custom encoder or decoder 803 /// (operand "$src", 4, (encoder "encodeMyImm"), (decoder "decodeMyImm")) 804 /// The ordering of `encoder` and `decoder` in the same `operand` or `slice` [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/bin/ |
| H A D | zipdetails | 163 # decoder 185 sub decoder 1185 my $handler = Signatures::decoder($signature); 1357 my $handler = Signatures::decoder($signature); 3960 my ($who, $decoder, $local_min, $local_max, $central_min, $central_max) = @{ $Extras{$lookID} // ['', undef, undef, undef, undef, undef ] }; 3986 if (! defined $decoder) 4001 $decoder->($lookID, $subLen, $entry) ; 4492 my $decoder = undef; 4496 ($tagname, $decoder) = @{ $openVMS_tags->{$tag} } ; 4502 if (defined $decoder) [all...] |
| /openbsd-src/gnu/gcc/gcc/config/arm/ |
| H A D | arm926ejs.md | 66 ;; These really stall in the decoder, in order to read
|
| /openbsd-src/gnu/llvm/lldb/docs/use/ |
| H A D | intel_pt.rst | 33 decoder library [LibIPT library](https://github.com/intel/libipt).
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/ia64/ |
| H A D | unwind-ia64.c | 1436 unw_decoder decoder; in unw_decode() local 1440 decoder = unw_decode_table[inside_body][code >> 5]; in unw_decode() 1441 dp = (*decoder) (dp, code, arg); in unw_decode()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
| H A D | M68kInstrFormats.td | 335 (decoder "DecodeImm32")) 353 (decoder "DecodeImm32")),
|
| /openbsd-src/gnu/gcc/gcc/config/ia64/ |
| H A D | unwind-ia64.c | 1441 unw_decoder decoder; in unw_decode() local 1445 decoder = unw_decode_table[inside_body][code >> 5]; in unw_decode() 1446 dp = (*decoder) (dp, code, arg); in unw_decode()
|