Home
last modified time | relevance | path

Searched refs:rotate (Results 1 – 25 of 90) sorted by relevance

1234

/freebsd/usr.sbin/periodic/etc/daily/
H A D221.backup-gpart19 rotate() { function
51 rotate "kern.geom.conftxt" $show
70 rotate "$safe_name" $show
82 rotate "$safe_name"
94 rotate "$safe_name"
116 rotate "$safe_name"
H A D223.backup-zfs18 rotate() { function
59 rotate "zpool_list" $show
62 rotate "zfs_list" $show
71 rotate "zfs_props" $show
74 rotate "zpool_props" $show
H A D222.backup-gmirror17 rotate() { function
62 rotate "$safe_name" $show
/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dcityhash.c35 rotate(uint64_t val, int shift) in rotate() function
60 return (cityhash_helper(rotate(a + b, 43) + rotate(c, 30) + d, in cityhash_impl()
61 a + rotate(b + HASH_K2, 18) + c, mul)); in cityhash_impl()
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dsha1-thumb.pl60 sub rotate { subroutine
80 $code.=$inline?&rotate():"\tbl .Lrotate\n";
90 $code.=$inline?&rotate():"\tbl .Lrotate\n";
103 $code.=$inline?&rotate():"\tbl .Lrotate\n";
253 $code.=".Lrotate:\n".&rotate()."\tmov pc,lr\n" if (!$inline);
/freebsd/sys/netgraph/
H A Dng_vlan_rotate.c377 int8_t rotate; in ng_vlanrotate_rcvdata() local
384 rotate = +vrp->conf.rot; in ng_vlanrotate_rcvdata()
387 rotate = -vrp->conf.rot; in ng_vlanrotate_rcvdata()
431 if ((vlans < vrp->conf.min) || (vlans <= abs(rotate))) { in ng_vlanrotate_rcvdata()
439 if (rotate == 0) { in ng_vlanrotate_rcvdata()
441 } else if (rotate > 0) { in ng_vlanrotate_rcvdata()
442 ng_vlanrotate_rotate(evsh->vlan_stack, rotate, vlans); in ng_vlanrotate_rcvdata()
444 ng_vlanrotate_rotate(evsh->vlan_stack, vlans + rotate, vlans); in ng_vlanrotate_rcvdata()
/freebsd/tests/sys/geom/class/multipath/
H A Dmisc.sh316 atf_test_case rotate cleanup
335 atf_check -s exit:0 gmultipath rotate "$name"
338 atf_check -s exit:0 gmultipath rotate "$name"
341 atf_check -s exit:0 gmultipath rotate "$name"
361 atf_add_test_case rotate
/freebsd/contrib/tcsh/
H A Ded.inputl.c56 static int rotate = 0; variable
364 rotate = 0; in Inputl()
370 rotate = 0; in Inputl()
375 rotate = 1; in Inputl()
380 rotate = 1; in Inputl()
385 if (InputBuf[curlen] && rotate) { in Inputl()
478 if (InputBuf[curlen] && rotate) { in Inputl()
/freebsd/sys/amd64/vmm/io/
H A Dvatpic.c71 bool rotate; member
367 atpic->rotate = ((val & OCW2_R) != 0); in vatpic_ocw2()
383 if (atpic->rotate) in vatpic_ocw2()
386 } else if ((val & OCW2_SL) != 0 && atpic->rotate == true) { in vatpic_ocw2()
592 if (atpic->rotate == true) in vatpic_pin_accepted()
831 SNAPSHOT_VAR_OR_LEAVE(atpic->rotate, meta, ret, done); in vatpic_snapshot()
/freebsd/sys/arm/arm/
H A Ddisassem.c336 int rotate= ((insn >> 7) & 0x1e); in disasm() local
339 (insn & 0xff) << (32 - rotate) | in disasm()
340 (insn & 0xff) >> rotate); in disasm()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dbit35 // [bit.rotate], rotating
77 # include <__bit/rotate.h>
/freebsd/contrib/googletest/docs/_sass/
H A Dmain.scss69 transform: rotate(45deg);
193 transform: rotate(-135deg);
/freebsd/crypto/openssl/crypto/des/asm/
H A Ddes_enc.m4301 srl out1, 4, local0 ! rotate 4 right
311 sll out1, 28, out1 ! rotate
316 or out1, local0, out1 ! rotate
363 srl out0, 4, local0 ! rotate 4 right
366 sll out0, 28, out0 ! rotate
374 or out0, local0, out0 ! rotate
415 srl out1, 4, local0 ! rotate
423 sll out1, 28, out1 ! rotate
428 or out1, local0, out1 ! rotate
475 srl out0, 4, local0 ! rotate
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DHashing.h161 inline uint64_t rotate(uint64_t val, size_t shift) { in rotate() function
198 return hash_16_bytes(seed ^ a, rotate(b + len, len)) ^ b; in hash_9to16_bytes()
419 std::rotate(buffer, buffer_ptr, buffer_end);
569 std::rotate(buffer, buffer_ptr, buffer_end);
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dbit.cppm
H A Dalgorithm.cppm
H A Dalgorithm.inc326 // [alg.rotate], rotate
327 using std::rotate;
330 using std::ranges::rotate;
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_rotate.h14 #include <__algorithm/rotate.h>
61 inline constexpr auto rotate = __rotate::__fn{};
/freebsd/usr.sbin/newsyslog/
H A Dnewsyslog.c177 int rotate; /* Non-zero if this file should be rotated */ member
428 tempwork->rotate = 0; in init_entry()
448 tempwork->rotate = 0; in init_entry()
561 ent->rotate = 0; in do_entry()
644 ent->rotate = 1; in do_entry()
648 ent->rotate = 1; in do_entry()
651 ent->rotate = 1; in do_entry()
655 ent->rotate = 1; in do_entry()
658 ent->rotate = 1; in do_entry()
664 if (ent->rotate && !norotate) { in do_entry()
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dmediatek-vpu.txt4 H.264/VP8/VP9 Decode, H.264/VP8 Encode and Image Processor (scale/rotate/color convert).
/freebsd/share/examples/BSD_daemon/
H A Deps.patch34 /rot {rotate} bind def
/freebsd/sys/crypto/openssl/arm/
H A Daes-armv4.S23 @ allows to merge logical or arithmetic operation with shift or rotate
/freebsd/sys/contrib/device-tree/Bindings/
H A Dxilinx.txt103 - rotate-display (empty) : rotate display 180 degrees.
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsInstrFormats.td362 class SRA_FM_MM<bits<10> funct, bit rotate> : MMArch {
373 let Inst{10} = rotate;
377 class SRLV_FM_MM<bits<10> funct, bit rotate> : MMArch {
388 let Inst{10} = rotate;
H A DMipsInstrFormats.td244 class SRA_FM<bits<6> funct, bit rotate> : StdArch {
253 let Inst{21} = rotate;
260 class SRLV_FM<bits<6> funct, bit rotate> : StdArch {
272 let Inst{6} = rotate;

1234