Searched refs:sequence (Results 1 - 25 of 160) sorted by relevance

1234567

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/
H A Dconsec.c8 sequence (a, b, c, d);
9 sequence (d, c, b, a);
14 sequence (111, 0, 0, 222, 0, 333);
/openbsd-current/gnu/llvm/llvm/bindings/python/llvm/tests/
H A Dtest_disassembler.py12 sequence = '\x67\xe3\x81' # jcxz -127
17 count, s = disassembler.get_instruction(sequence)
26 sequence = '\x67\xe3\x81\x01\xc7' # jcxz -127; addl %eax, %edi
30 instructions = list(disassembler.get_instructions(sequence))
37 sequence = '\x10\x40\x2d\xe9'
42 count, s = disassembler.get_instruction(sequence)
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D920625-1.c40 insn_t *sequence,
64 sequence[n_insns] = insn;
66 synth(sequence, n_insns + 1, values, n_values,
77 sequence[n_insns] = insn;
78 test_sequence(sequence, n_insns + 1);
82 synth(insn_t *sequence, argument
97 last_dest = sequence[n_insns - 1].d;
115 recurse(ADD_CIO, n_values, s1, s2, v, 1, sequence, n_insns, values, n_values + 1, goal_value, allowed_cost, co, CY_JUST_SET);
117 recurse(ADD_CI, n_values, s1, s2, v, 1, sequence, n_insns, values, n_values + 1, goal_value, allowed_cost, co, prune_hint & ~CY_JUST_SET);
120 recurse(SUB_CIO, n_values, s1, s2, v, 1, sequence, n_insn
34 recurse(opcode_t opcode, int d, int s1, int s2, word v, int cost, insn_t *sequence, int n_insns, word *values, int n_values, const word goal_value, int allowed_cost, int cy, int prune_flags) argument
[all...]
H A D920625-1.x1 # The problem on IA-64 is that if-conversion creates a sequence
/openbsd-current/sys/dev/pci/drm/include/linux/
H A Dseqlock.h15 unsigned int sequence; member in struct:__anon1382
22 s->sequence = 0;
36 r = s->sequence;
55 return (s->sequence != start);
68 s->sequence++;
76 s->sequence++;
82 unsigned int r = s->sequence;
161 return READ_ONCE(sm->seq.sequence);
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DPriorityQueue.h31 const Sequence &sequence = Sequence())
32 : std::priority_queue<T, Sequence, Compare>(compare, sequence)
38 const Sequence &sequence = Sequence())
39 : std::priority_queue<T, Sequence, Compare>(begin, end, compare, sequence)
/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DLineTable.cpp29 for (const auto &sequence : sequences) {
30 LineSequenceImpl *seq = static_cast<LineSequenceImpl *>(sequence.get());
70 LineSequence *sequence, lldb::addr_t file_addr, uint32_t line,
74 assert(sequence != nullptr);
75 LineSequenceImpl *seq = reinterpret_cast<LineSequenceImpl *>(sequence);
105 void LineTable::InsertSequence(LineSequence *sequence) { argument
106 assert(sequence != nullptr);
107 LineSequenceImpl *seq = reinterpret_cast<LineSequenceImpl *>(sequence);
112 // If the first entry address in this sequence is greater than or equal to
128 // We should never insert a sequence i
69 AppendLineEntryToSequence( LineSequence *sequence, lldb::addr_t file_addr, uint32_t line, uint16_t column, uint16_t file_idx, bool is_start_of_statement, bool is_start_of_basic_block, bool is_prologue_end, bool is_epilogue_begin, bool is_terminal_entry) argument
408 LineSequenceImpl sequence; local
[all...]
/openbsd-current/usr.bin/uuencode/
H A Duuencode.c154 int rv, sequence; local
156 sequence = 0;
160 ++sequence;
164 fprintf(output, "%s%s", buf2, (sequence % GROUPS) ? "" : "\n");
166 if (sequence % GROUPS)
/openbsd-current/regress/lib/libcrypto/asn1/
H A Dasn1evp.c91 if (at->value.sequence->type != V_ASN1_OCTET_STRING) {
96 if (compare_data("sequence", at->value.sequence->data,
97 at->value.sequence->length, asn1_atios, sizeof(asn1_atios)) == -1)
/openbsd-current/gnu/llvm/clang/tools/clang-format/
H A Dclang-format.py84 sequence = difflib.SequenceMatcher(None, ondisk, vim.current.buffer)
86 for op in reversed(sequence.get_opcodes()):
144 sequence = difflib.SequenceMatcher(None, buf, lines)
145 for op in reversed(sequence.get_opcodes()):
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dutf8.pm90 treated as being part of a literal UTF-8 sequence. This includes most
113 sequence in the native encoding (Latin-1 or EBCDIC) to UTF-8. The
114 logical character sequence itself is unchanged. If I<$string> is already
145 equivalent octet sequence in the native encoding (Latin-1 or EBCDIC). The
146 logical character sequence itself is unchanged. If I<$string> is already
151 Fails if the original UTF-8 sequence cannot be represented in the
157 If your code expects an octet sequence this can be used to validate
172 Converts in-place the character sequence to the corresponding octet
173 sequence in Perl's extended UTF-8. That is, every (possibly wide) character
174 gets replaced with a sequence o
[all...]
/openbsd-current/usr.sbin/tcpdump/
H A Dprint-cnfp.c50 u_int32_t sequence; /* v5 flow sequence number */ member in struct:nfhdr
91 printf("#%u, ", htonl(nh->sequence));
94 nr = (struct nfrec *)&nh->sequence;
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Ddoloop.c416 rtx sequence; local
494 sequence = get_insns ();
496 emit_insn_before (sequence, loop->start);
512 sequence = get_insns ();
514 emit_insn_after (sequence, loop->start);
559 rtx sequence; local
741 sequence = get_insns ();
743 emit_insn_before (sequence, loop->start);
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dfdpexpect.py113 def writelines(self, sequence):
114 "Call self.write() for each item in sequence"
115 for s in sequence:
/openbsd-current/lib/libcrypto/pkcs7/
H A Dpk7_attr.c91 p = cap->value.sequence->data;
93 ASN1_item_d2i(NULL, &p, cap->value.sequence->length,
/openbsd-current/lib/libcrypto/evp/
H A Devp_pbe.c250 param->value.sequence == NULL) {
259 pbuf = param->value.sequence->data;
260 if (!(pbe = d2i_PBEPARAM(NULL, &pbuf, param->value.sequence->length))) {
429 param->value.sequence == NULL) {
434 pbuf = param->value.sequence->data;
435 plen = param->value.sequence->length;
535 pbuf = param->value.sequence->data;
536 plen = param->value.sequence->length;
610 param->value.sequence == NULL) {
615 pbuf = param->value.sequence
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/
H A DInputObjects.pm68 An object corresponding to an interior sequence command from the POD
419 An object representing a POD interior sequence command.
441 and returns a reference to the new interior sequence object. It should
443 corresponding left-delimiter of the interior sequence (e.g. 'E<lt>').
445 sequence command, such as C<I> or C<B> or C<C>. The C<-file> and
447 to the beginning of the interior sequence. If the C<$ptree> argument is
504 The name of the interior sequence command.
554 Prepends the given string or parse-tree or sequence object to the parse-tree
555 of this interior sequence.
573 Appends the given string or parse-tree or sequence objec
[all...]
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_vblank.c1038 e->event.vbl.sequence = seq;
1049 e->event.seq.sequence = seq;
1079 * function call or the atomic commit operation. A possible sequence could be:
1093 * commit sequence has run to completion. If the hardware does not have such a
1111 e->sequence = drm_crtc_accurate_vblank_count(crtc) + 1;
1121 * Updates sequence # and timestamp on event for the most recently processed
1405 e->sequence, seq);
1731 e->sequence = req_seq;
1735 vblwait->reply.sequence = seq;
1739 vblwait->reply.sequence
[all...]
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dbtc_dpm.h43 const u32 *sequence, u32 count);
/openbsd-current/gnu/gcc/gcc/
H A Dloop-doloop.c295 rtx sequence; local
366 sequence = get_insns ();
368 emit_insn_after (sequence, BB_END (loop_preheader_edge (loop)->src));
417 sequence = get_insns ();
419 emit_insn_after (sequence, BB_END (set_zero));
445 sequence = get_insns ();
447 emit_insn_after (sequence, BB_END (loop_preheader_edge (loop)->src));
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/module/
H A Dtrue-color.t85 # This is a hash of test escape sequences to the invalid sequence that should
108 qr{ \A No [ ] name [ ] for [ ] escape [ ] sequence [ ] \Q$invalid\E
/openbsd-current/lib/librpcsvc/
H A Dnlm_prot.x115 int sequence;
218 int sequence;
/openbsd-current/gnu/llvm/lld/MachO/
H A DConcatOutputSection.h100 uint8_t sequence = 0; // how many thunks created so-far? member in struct:lld::macho::ThunkInfo
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_ctx.h40 uint64_t sequence; member in struct:amdgpu_ctx_entity
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-alpha.c88 long sequence;
503 unsigned int require_seq : 1; /* require a sequence number */
504 unsigned int allow_seq : 1; /* allow a sequence number */
538 /* Maximum # digits needed to hold the largest sequence # */
541 /* Structure to hold explicit sequence information. */
547 long sequence; /* sequence # */
555 char string[1]; /* printable form of sequence to hash with */
1677 get_alpha_reloc_tag (sequence)
1678 long sequence;
87 long sequence; member in struct:alpha_insn
542 long sequence; /* sequence # */ member in struct:alpha_reloc_tag
[all...]

Completed in 347 milliseconds

1234567