/openbsd/regress/usr.bin/seq/ |
H A D | seqtest.sh | 12 SEQ=$1 25 ${SEQ} -f foo 3 33 ${SEQ} 1 0 1 37 ${SEQ} 1 .1 -1 45 ${SEQ} 1 0.1 0 52 ${SEQ} 0 56 ${SEQ} 1 60 ${SEQ} -1 64 ${SEQ} 1 1 68 ${SEQ} 1 2 [all …]
|
H A D | Makefile | 3 SEQ?= /usr/bin/seq macro 9 sh ${.CURDIR}/$@.sh ${SEQ} $@.out
|
/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | d10v-opc.c | 191 { "bra.l", LONG_B, 3, MU, BRANCH|SEQ, 0x24000000, 0x3fff0000, { ANUM16 } }, 194 { "brf0f.l", LONG_B, 3, MU, SEQ, 0x25000000, 0x3fff0000, { ANUM16 } }, 197 { "brf0t.l", LONG_B, 3, MU, SEQ, 0x25800000, 0x3fff0000, { ANUM16 } }, 210 { "cmpi.l", LONG_L, 1, MU, SEQ, 0x3000000, 0x3f0f0000, { RSRC2, NUM16 } }, 216 { "divs", LONG_L, 1, BOTH, SEQ, 0x14002800, 0x3f10fe21, { RDSTE, RSRC } }, 225 { "exp", LONG_R, 1, IU, SEQ, 0x15002a00, 0x3ffffe03, { RDST, RSRCE } }, 226 { "exp", LONG_R, 1, IU, SEQ, 0x15002a02, 0x3ffffe0f, { RDST, ASRC } }, 243 { "ldi.l", LONG_L, 1, MU, SEQ, 0x20000000, 0x3f0f0000, { RDST, NUM16 } }, 293 { "rep", LONG_L, 2, MU, SEQ, 0x27000000, 0x3ff00000, { RSRC, ANUM16 } }, 341 { "tst0i", LONG_L, 1, MU, SEQ, 0x7000000, 0x3f0f0000, { RSRC2, NUM16 } }, [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | d10v-opc.c | 191 { "bra.l", LONG_B, 3, MU, BRANCH|SEQ, 0x24000000, 0x3fff0000, { ANUM16 } }, 194 { "brf0f.l", LONG_B, 3, MU, SEQ, 0x25000000, 0x3fff0000, { ANUM16 } }, 197 { "brf0t.l", LONG_B, 3, MU, SEQ, 0x25800000, 0x3fff0000, { ANUM16 } }, 210 { "cmpi.l", LONG_L, 1, MU, SEQ, 0x3000000, 0x3f0f0000, { RSRC2, NUM16 } }, 216 { "divs", LONG_L, 1, BOTH, SEQ, 0x14002800, 0x3f10fe21, { RDSTE, RSRC } }, 225 { "exp", LONG_R, 1, IU, SEQ, 0x15002a00, 0x3ffffe03, { RDST, RSRCE } }, 226 { "exp", LONG_R, 1, IU, SEQ, 0x15002a02, 0x3ffffe0f, { RDST, ASRC } }, 243 { "ldi.l", LONG_L, 1, MU, SEQ, 0x20000000, 0x3f0f0000, { RDST, NUM16 } }, 293 { "rep", LONG_L, 2, MU, SEQ, 0x27000000, 0x3ff00000, { RSRC, ANUM16 } }, 341 { "tst0i", LONG_L, 1, MU, SEQ, 0x7000000, 0x3f0f0000, { RSRC2, NUM16 } }, [all …]
|
/openbsd/usr.bin/vi/common/ |
H A D | seq.c | 40 SEQ *lastqp, *qp; in seq_set() 68 CALLOC(sp, qp, 1, sizeof(SEQ)); in seq_set() 132 SEQ *qp; in seq_delete() 146 seq_mdel(SEQ *qp) in seq_mdel() 164 SEQ * 165 seq_find(SCR *sp, SEQ **lastqp, EVENT *e_input, CHAR_T *c_input, size_t ilen, in seq_find() 168 SEQ *lqp, *qp; in seq_find() 246 SEQ *qp; in seq_close() 268 SEQ *qp; in seq_dump() 312 SEQ *qp; in seq_save()
|
H A D | common.h | 35 typedef struct _seq SEQ; typedef
|
H A D | key.c | 502 SEQ *qp; in v_event_get()
|
/openbsd/gnu/usr.bin/perl/cpan/Encode/t/ |
H A D | utf8strict.t | 3 our (%ORD, %SEQ, $NTESTS); 45 %SEQ = ( 54 %SEQ = ( 104 $NTESTS += scalar keys %SEQ; 121 for my $s (sort keys %SEQ){ 126 is($t, $SEQ{$s}, "sequence: $s");
|
/openbsd/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/ |
H A D | sequencing-0.txt | 25 # RUN: FileCheck --check-prefix CHECK-SEQ < %t.out %s 27 # CHECK-SEQ: first-line 28 # CHECK-SEQ: second-line
|
/openbsd/gnu/usr.bin/perl/dist/Tie-File/lib/Tie/ |
H A D | File.pm | 1736 SEQ => 0, constant 1820 if ($self->[$i][SEQ] > $item->[SEQ]) { # inserted item is older 1855 $ii = $self->[$L][SEQ] < $self->[$R][SEQ] ? $L : $R; 1879 $self->[$n][SEQ] = $self->_nseq; 1888 $dir = $self->[$L][SEQ] < $self->[$R][SEQ] ? $L : $R; 1953 if ($seq{$self->[$i][SEQ]}) { 1954 my $seq = $self->[$i][SEQ]; 1958 $seq{$self->[$i][SEQ]} = $i; 1973 if ($self->[$n][SEQ] >= $self->[$c]) { 1985 my @nodes = sort {$a->[SEQ] <=> $b->[SEQ]} $self->_nodes;
|
/openbsd/usr.bin/vi/include/ |
H A D | com_extern.h | 99 int seq_mdel(SEQ *); 100 SEQ *seq_find 101 (SCR *, SEQ **, EVENT *, CHAR_T *, size_t, seq_t, int *);
|
/openbsd/gnu/usr.bin/binutils/include/opcode/ |
H A D | d10v.h | 73 #define SEQ 2 /* must be sequential */ macro
|
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/ |
H A D | d10v.h | 73 #define SEQ 2 /* must be sequential */ macro
|
/openbsd/usr.bin/vi/cl/ |
H A D | cl_term.c | 79 SEQ *qp; in cl_term_init() 139 SEQ *qp, *nqp; in cl_term_end()
|
/openbsd/gnu/gcc/gcc/ |
H A D | rtl-factoring.c | 147 #define RECOMPUTE_COST(SEQ) \ argument 150 rtx x = SEQ->insn; \ 151 SEQ->cost = 0; \ 152 for (l = 0; l < SEQ->abstracted_length; l++) \ 154 SEQ->cost += compute_rtx_cost (x); \
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-d10v.c | 826 if (opcode1->exec_type & SEQ || opcode2->exec_type & SEQ) 944 if ((op1->exec_type & SEQ) != 0 || (op2->exec_type & SEQ) != 0 1069 if ((op1->exec_type & SEQ) 1077 if ((op2->exec_type & SEQ)
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-d10v.c | 735 if ((op1->exec_type & SEQ) in check_resource_conflict() 743 if ((op2->exec_type & SEQ) in check_resource_conflict() 872 if ((op1->exec_type & SEQ) != 0 || (op2->exec_type & SEQ) != 0 in parallel_ok() 1038 if (opcode1->exec_type & SEQ || opcode2->exec_type & SEQ) in write_2_short()
|
/openbsd/regress/lib/libc/db/ |
H A D | dbtest.c | 49 enum S { COMMAND, COMPARE, GET, PUT, REMOVE, SEQ, SEQFLAG, KEY, DATA }; enumerator 224 command = SEQ; in main() 297 case SEQ: in main()
|
/openbsd/usr.bin/vi/docs/internals/ |
H A D | structures | 57 SEQ In nvi/seq.h. An abbreviation or a map entry.
|
/openbsd/sbin/isakmpd/ |
H A D | isakmp_num.cst | 58 SEQ 18 # RFC 3547, Sequence Number
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | VPIntrinsics.def | 567 // Note we by default map from the VP intrinsic to the SEQ ISD opcode, which 568 // can then be relaxed to the non-SEQ ISD opcode if the 'reassoc' flag is set.
|
/openbsd/gnu/usr.bin/perl/ext/Devel-Peek/t/ |
H A D | Peek.t | 1619 $out =~ s/ *SEQ = .*\n//;
|
/openbsd/sys/dev/microcode/aic7xxx/ |
H A D | aic79xx.reg | 300 * Clear SEQ Interrupt 322 * SEQ New SCB Queue Offset 332 * SEQ Empty SCB Queue Offset 341 * SEQ Done SCB Queue Offset 2301 * SEQ Interrupts 2333 * SEQ Interrupt Enabled (Shared)
|
/openbsd/gnu/gcc/gcc/config/m32r/ |
H A D | predicates.md | 314 ;; used is SEQ/SNE. We can use either XOR of the value or ADD of the
|
/openbsd/gnu/gcc/gcc/config/sh/ |
H A D | sh.h | 3177 #define MD_CAN_REDIRECT_BRANCH(INSN, SEQ) \ argument 3178 sh_can_redirect_branch ((INSN), (SEQ))
|