/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | memcpy-2.c | 37 int off1, off2, len, i; in main() local 40 for (off1 = 0; off1 < MAX_OFFSET; off1++) in main() 52 p = memcpy (u1.buf + off1, u2.buf + off2, len); in main() 53 if (p != u1.buf + off1) in main() 57 for (i = 0; i < off1; i++, q++) in main()
|
H A D | strcpy-1.c | 34 int off1, off2, len, i; in main() local 37 for (off1 = 0; off1 < MAX_OFFSET; off1++) in main() 50 p = strcpy (u1.buf + off1, u2.buf + off2); in main() 51 if (p != u1.buf + off1) in main() 55 for (i = 0; i < off1; i++, q++) in main()
|
H A D | strcmp-1.c | 46 size_t off1, off2, len, i; in main() local 51 for (off1 = 0; off1 < MAX_OFFSET; off1++) in main() 56 for (i = 0; i < off1; i++) in main()
|
H A D | strncmp-1.c | 46 size_t off1, off2, len, i; in main() local 51 for (off1 = 0; off1 < MAX_OFFSET; off1++) in main() 56 for (i = 0; i < off1; i++) in main()
|
/openbsd/sys/arch/sh/dev/ |
H A D | shpcic.c | 1212 off1 += 1; in shpcic_io_copy_1() 1221 off1 -= 1; in shpcic_io_copy_1() 1239 off1 += 2; in shpcic_io_copy_2() 1248 off1 -= 2; in shpcic_io_copy_2() 1266 off1 += 4; in shpcic_io_copy_4() 1275 off1 -= 4; in shpcic_io_copy_4() 1293 off1 += 1; in shpcic_mem_copy_1() 1302 off1 -= 1; in shpcic_mem_copy_1() 1320 off1 += 2; in shpcic_mem_copy_2() 1329 off1 -= 2; in shpcic_mem_copy_2() [all …]
|
H A D | shpcicvar.h | 227 bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, 230 bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, 233 bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, 236 bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, 239 bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, 242 bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2,
|
/openbsd/gnu/usr.bin/perl/t/op/ |
H A D | sprintf2.t | 1173 my ($off1, $off2); 1174 my $x = eval { sprintf "%n0%n\x{100}", $off1, $off2 }; 1177 is($off1, 0, "offset at start");
|
/openbsd/sys/arch/arm64/dev/ |
H A D | aplsmc.c | 802 uint32_t off1 = SMC_KEY("off1"); in aplsmc_powerdown() local 811 aplsmc_write_key(sc, key, &off1, sizeof(off1)); in aplsmc_powerdown()
|
/openbsd/lib/libcrypto/modes/asm/ |
H A D | ghash-x86.pl | 631 my ($off1,$off2,$i) = (0,0,); 646 &movq (&QWP($off1-128,"edi"),$lo[1]) if ($i>0 && $i<17); 648 &movq (&QWP($off1,"edi"),$hi[1]) if ($i>0 && $i<17); 659 $off1 += 8 if ($i>0);
|
/openbsd/gnu/usr.bin/perl/ |
H A D | gv.c | 3488 int off,off1; /* ... in sync with amagic_call() */ in Perl_amagic_applies() local 3520 if((cvp[off1=lt_amg] || cvp[off1=ncmp_amg]) in Perl_amagic_applies() 3772 int off = 0, off1, lr = 0, notfound = 0; in Perl_amagic_call() local 3867 if ((cvp[off1=lt_amg] || cvp[off1=ncmp_amg]) in Perl_amagic_call() 3870 if (off1==lt_amg) { in Perl_amagic_call()
|
/openbsd/gnu/gcc/gcc/ |
H A D | tree-ssa-loop-ivopts.c | 1794 unsigned HOST_WIDE_INT off0, off1, st; in strip_offset_1() local 1819 op1 = strip_offset_1 (op1, false, false, &off1); in strip_offset_1() 1821 *offset = (code == PLUS_EXPR ? off0 + off1 : off0 - off1); in strip_offset_1() 1850 op1 = strip_offset_1 (op1, false, false, &off1); in strip_offset_1() 1851 *offset = off1 * st; in strip_offset_1() 3801 unsigned HOST_WIDE_INT off1, off2; in difference_cost() local 3803 e1 = strip_offset (e1, &off1); in difference_cost() 3805 *offset += off1 - off2; in difference_cost()
|
/openbsd/sys/arch/luna88k/include/ |
H A D | bus.h | 519 bus_space_handle_t bsh1, bus_size_t off1, \
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | call.c | 6060 int off1 = 0, off2 = 0; in joust() local 6101 off1 = 1; in joust() 6108 conversion *t1 = cand1->convs[i + off1]; in joust() 6302 if (CONVERSION_RANK (cand1->convs[i+off1]) > rank1) in joust() 6303 rank1 = CONVERSION_RANK (cand1->convs[i+off1]); in joust()
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | call.c | 5649 int i, off1 = 0, off2 = 0, len; local 5685 off1 = 1; 5694 tree t1 = TREE_VEC_ELT (cand1->convs, i+off1); 5887 if (ICS_RANK (TREE_VEC_ELT (cand1->convs, i+off1)) > rank1) 5888 rank1 = ICS_RANK (TREE_VEC_ELT (cand1->convs, i+off1));
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | ecoff.c | 575 #define FIX(off1, off2, type) \ in _bfd_ecoff_slurp_symbolic_info() argument 576 if (internal_symhdr->off1 == 0) \ in _bfd_ecoff_slurp_symbolic_info() 580 + (internal_symhdr->off1 \ in _bfd_ecoff_slurp_symbolic_info()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | ecoff.c | 609 #define FIX(off1, off2, type) \ argument 610 if (internal_symhdr->off1 == 0) \ 614 + (internal_symhdr->off1 \
|
/openbsd/gnu/usr.bin/binutils/cpu/ |
H A D | frv.cpu | 7322 (define-pmacro (extract-hilo reg1 off1 reg2 off2 arg1hi arg1lo arg2hi arg2lo) 7324 (set arg1hi (add (halfword hi reg1 off1) (mul reg1 0))) 7325 (set arg1lo (add (halfword lo reg1 off1) (mul reg1 0)))
|
/openbsd/gnu/usr.bin/binutils-2.17/cpu/ |
H A D | frv.cpu | 7973 (define-pmacro (extract-hilo reg1 off1 reg2 off2 arg1hi arg1lo arg2hi arg2lo) 7975 (set arg1hi (add (halfword hi reg1 off1) (mul reg1 0))) 7976 (set arg1lo (add (halfword lo reg1 off1) (mul reg1 0)))
|