/freebsd/usr.sbin/periodic/etc/daily/ |
H A D | 221.backup-gpart | 19 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 D | 223.backup-zfs | 18 rotate() { function 59 rotate "zpool_list" $show 62 rotate "zfs_list" $show 71 rotate "zfs_props" $show 74 rotate "zpool_props" $show
|
H A D | 222.backup-gmirror | 17 rotate() { function 62 rotate "$safe_name" $show
|
/freebsd/sys/contrib/openzfs/module/zcommon/ |
H A D | cityhash.c | 35 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 D | sha1-thumb.pl | 60 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 D | ng_vlan_rotate.c | 377 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 D | misc.sh | 316 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 D | ed.inputl.c | 56 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 D | vatpic.c | 71 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 D | disassem.c | 336 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 D | bit | 35 // [bit.rotate], rotating 77 # include <__bit/rotate.h>
|
/freebsd/contrib/googletest/docs/_sass/ |
H A D | main.scss | 69 transform: rotate(45deg); 193 transform: rotate(-135deg);
|
/freebsd/crypto/openssl/crypto/des/asm/ |
H A D | des_enc.m4 | 301 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 D | Hashing.h | 161 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 D | bit.cppm |
|
H A D | algorithm.cppm |
|
H A D | algorithm.inc | 326 // [alg.rotate], rotate 327 using std::rotate; 330 using std::ranges::rotate;
|
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | ranges_rotate.h | 14 #include <__algorithm/rotate.h> 61 inline constexpr auto rotate = __rotate::__fn{};
|
/freebsd/usr.sbin/newsyslog/ |
H A D | newsyslog.c | 177 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 D | mediatek-vpu.txt | 4 H.264/VP8/VP9 Decode, H.264/VP8 Encode and Image Processor (scale/rotate/color convert).
|
/freebsd/share/examples/BSD_daemon/ |
H A D | eps.patch | 34 /rot {rotate} bind def
|
/freebsd/sys/crypto/openssl/arm/ |
H A D | aes-armv4.S | 23 @ allows to merge logical or arithmetic operation with shift or rotate
|
/freebsd/sys/contrib/device-tree/Bindings/ |
H A D | xilinx.txt | 103 - rotate-display (empty) : rotate display 180 degrees.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MicroMipsInstrFormats.td | 362 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 D | MipsInstrFormats.td | 244 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;
|