Home
last modified time | relevance | path

Searched refs:off1 (Results 1 – 18 of 18) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dmemcpy-2.c37 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 Dstrcpy-1.c34 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 Dstrcmp-1.c46 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 Dstrncmp-1.c46 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 Dshpcic.c1212 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 Dshpcicvar.h227 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/sys/arch/arm64/dev/
H A Daplsmc.c800 uint32_t off1 = SMC_KEY("off1"); in aplsmc_powerdown() local
809 aplsmc_write_key(sc, key, &off1, sizeof(off1)); in aplsmc_powerdown()
/openbsd/gnu/usr.bin/perl/t/op/
H A Dsprintf2.t1173 my ($off1, $off2);
1174 my $x = eval { sprintf "%n0%n\x{100}", $off1, $off2 };
1177 is($off1, 0, "offset at start");
/openbsd/lib/libcrypto/modes/asm/
H A Dghash-x86.pl631 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 Dgv.c3469 int off,off1; /* ... in sync with amagic_call() */ in Perl_amagic_applies() local
3501 if((cvp[off1=lt_amg] || cvp[off1=ncmp_amg]) in Perl_amagic_applies()
3725 int off = 0, off1, lr = 0, notfound = 0; in Perl_amagic_call() local
3820 if ((cvp[off1=lt_amg] || cvp[off1=ncmp_amg]) in Perl_amagic_call()
3823 if (off1==lt_amg) { in Perl_amagic_call()
/openbsd/gnu/gcc/gcc/
H A Dtree-ssa-loop-ivopts.c1794 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 Dbus.h519 bus_space_handle_t bsh1, bus_size_t off1, \
/openbsd/gnu/gcc/gcc/cp/
H A Dcall.c6060 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 Dcall.c5649 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 Decoff.c575 #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 Decoff.c609 #define FIX(off1, off2, type) \ argument
610 if (internal_symhdr->off1 == 0) \
614 + (internal_symhdr->off1 \
/openbsd/gnu/usr.bin/binutils/cpu/
H A Dfrv.cpu7322 (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 Dfrv.cpu7973 (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)))