Home
last modified time | relevance | path

Searched full:rotated (Results 1 – 25 of 130) sorted by relevance

123456

/freebsd/contrib/dialog/samples/
H A Dchecklist-8bit20 "`./rotated-data 0 "$SAMPLE"`" "It's an `./rotated-data 0 "$SAMPLE"`." off \
21 "`./rotated-data 1 "$SAMPLE"`" "No, that's not my `./rotated-data 1 "$SAMPLE"`." ON \
22 "`./rotated-data 2 "$SAMPLE"`" "Yeah, that's `./rotated-data 2 "$SAMPLE"`." off \
23 "`./rotated-data 3 "$SAMPLE"`" "Normally not a `./rotated-data 3 "$SAMPLE"`." off \
24 "`./rotated-data 4 "$SAMPLE"`" "No, never put a `./rotated-data 4 "$SAMPLE"` there!" oN \
25 "`./rotated-data 5 "$SAMPLE"`" "Cats like `./rotated-data 5 "$SAMPLE"`." On \
26 … "`./rotated-data 6 "$SAMPLE"`" "You `./rotated-data 6 "$SAMPLE"` how it is." on 2> $tempfile
H A Dmenubox-8bit20 "`./rotated-data 0 "$SAMPLE"`" "The Great Unix Clone for 386/486" \
21 "`./rotated-data 1 "$SAMPLE"`" "Another free Unix Clone for 386/486" \
22 "`./rotated-data 2 "$SAMPLE"`" "IBM OS/2" \
23 "`./rotated-data 3 "$SAMPLE"`" "Microsoft Windows NT" \
24 "`./rotated-data 4 "$SAMPLE"`" "IBM PC DOS" \
25 "`./rotated-data 5 "$SAMPLE"`" "Microsoft DOS" 2> $tempfile
H A Dmsgbox4-8bit15 \Z1`./rotated-data 0 "$SAMPLE"` \Z2`./rotated-data 1 "$SAMPLE"` \Z3`./rotated-data 2 "$SAMPLE"` \Z4…
H A Drotated-data2 # $Id: rotated-data,v 1.2 2019/12/10 23:59:24 tom Exp $
H A Drun_test.sh47 $THIS|dft-*|killall|listing|rotated-data|shortlist|with-*)
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dia32intrin.h550 /// The unsigned 8-bit value to be rotated.
553 /// \returns The rotated value.
568 /// The unsigned 8-bit value to be rotated.
571 /// \returns The rotated value.
586 /// The unsigned 16-bit value to be rotated.
589 /// \returns The rotated value.
605 /// The unsigned 16-bit value to be rotated.
608 /// \returns The rotated value.
624 /// The unsigned 32-bit value to be rotated.
627 /// \returns The rotated value.
[all …]
/freebsd/sys/crypto/openssl/arm/
H A Dghashv8-armx.S51 vmov d3,d0 @ Xm is rotated Xl
90 vmov d3,d0 @ Xm is rotated Xl
111 vld1.64 {q0},[r0] @ load [rotated] Xi
112 @ "[rotated]" means that
114 @ to be rotated in order to
133 vld1.64 {q8},[r2]! @ load [rotated] I[0]
141 vld1.64 {q9},[r2],r12 @ load [rotated] I[1]
165 vld1.64 {q8},[r2],r12 @ load [rotated] I[i+2]
175 vld1.64 {q9},[r2],r12 @ load [rotated] I[i+3]
186 vmov d3,d0 @ Xm is rotated Xl
[all …]
/freebsd/usr.sbin/newsyslog/
H A Dnewsyslog.conf.535 Configuration may designate that logs are rotated based on
46 to determine which logs may potentially be rotated and archived.
149 (That is, read and write permissions for the rotated log may be specified for
319 when, and sometimes why the log file was rotated.
340 indicates that the log file should not be rotated when its
364 should consider the rotated log file as compressible.
372 when this log file is rotated.
374 indicates that the zero-th rotated file should not be compressed.
396 should consider the rotated log file as compressible.
405 should consider the rotated log file as compressible.
[all …]
H A Dnewsyslog.8144 For any log file which is rotated, this option will usually also
145 mean the rotated log file will not be compressed if there is a
155 .Dq rotated
217 rotated.
H A Dnewsyslog.conf4 # syslogd process to be signalled when that log file is rotated. This
8 # rotated, then the entry for that file should include the 'N' flag.
H A Dnewsyslog.c175 char *r_reason; /* The reason this file is being rotated */
177 int rotate; /* Non-zero if this file should be rotated */
344 * Rotate all the files which need to be rotated. Note that in main()
356 * them to close and re-open the log file(s) we have rotated. in main()
379 * have been rotated. in main()
383 printf("Compress all rotated log file(s)...\n"); in main()
640 * Figure out if this logfile needs to be rotated. in do_entry()
662 * If the file needs to be rotated, then rotate it. in do_entry()
798 * logfile is rotated, and if a file *is* rotated, in parse_args()
799 * then it will still rotated at the "real now" time. in parse_args()
[all …]
/freebsd/usr.bin/grep/
H A Dqueue.c80 bool rotated; in enqueue() local
84 rotated = false; in enqueue()
91 rotated = true; in enqueue()
104 return (rotated); in enqueue()
/freebsd/crypto/openssl/crypto/modes/asm/
H A Dghashv8-armx.pl146 vmov $Xm#hi,$Xl#lo @ Xm is rotated Xl
185 vmov $Xm#hi,$Xl#lo @ Xm is rotated Xl
229 vmov $Xm#hi,$Xl#lo @ Xm is rotated Xl
273 vmov $Xm#hi,$Xl#lo @ Xm is rotated Xl
337 vmov $Xm#hi,$Xl#lo @ Xm is rotated Xl
378 vld1.64 {$Xl},[$Xi] @ load [rotated] Xi
379 @ "[rotated]" means that
381 @ to be rotated in order to
399 vld1.64 {$t0},[$inp],#16 @ load [rotated] I[0]
415 vld1.64 {$t1},[$inp],$inc @ load [rotated] I[1]
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp43 "Number of loops not rotated due to the header size");
48 STATISTIC(NumRotated, "Number of loops rotated");
55 // Probability that a rotated loop has zero trip count / is never entered.
403 /// Rotate loop LP. Return true if the loop is rotated.
421 bool Rotated = false; in rotateLoop() local
428 return Rotated; in rotateLoop()
431 // either this loop is already rotated or it is not in rotateLoop()
434 return Rotated; in rotateLoop()
437 // loop is already rotated. in rotateLoop()
439 return Rotated; in rotateLoop()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DSourceLocationEncoding.h102 // Prev stores the rotated last nonzero location.
118 UIntTy Rotated = SourceLocationEncoding::encodeRaw(Raw); in encodeRaw() local
120 return Prev = Rotated; in encodeRaw()
121 UIntTy Delta = Rotated - Prev; in encodeRaw()
122 Prev = Rotated; in encodeRaw()
/freebsd/usr.bin/caesar/
H A Dcaesar.666 Rotated postings to
70 program are rotated by 13 characters.
/freebsd/usr.sbin/periodic/
H A Dperiodic.conf41 # wish to log the daily output and have the files rotated by newsyslog(8)
117 daily_accounting_compress="NO" # Gzip rotated files
205 # wish to log the weekly output and have the files rotated by newsyslog(8)
237 # wish to log the monthly output and have the files rotated by newsyslog(8)
/freebsd/contrib/elftoolchain/libpe/
H A Dpe_rich.c86 * Add the bytes before the Rich header to the checksum, rotated in pe_rich_header_validate()
97 /* Add each compid rotated left by its count to the checksum. */ in pe_rich_header_validate()
/freebsd/crypto/krb5/src/lib/gssapi/krb5/
H A Dunwrap.c255 /* Place a rotated copy of data in *storage and return it, or return data if no
285 uint8_t flags, filler, *rotated = NULL; in unwrap_v3() local
316 payload = rotate_left(in->ptr, in->len, rrc, &rotated); in unwrap_v3()
369 free(rotated); in unwrap_v3()
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dvideo-interface-devices.yaml266 'Rp' being rotated 180 degrees relatively to 'Rc':
285 The image once captured to memory will then be rotated by 180 degrees:
348 rotated by 90 degrees in the counter-clockwise direction relatively to the
351 The image once captured to memory will be rotated:
/freebsd/sys/crypto/openssl/aarch64/
H A Dghashv8-armx.S235 ld1 {v0.2d},[x0] //load [rotated] Xi
236 //"[rotated]" means that
238 //to be rotated in order to
256 ld1 {v16.2d},[x2],#16 //load [rotated] I[0]
264 ld1 {v17.2d},[x2],x12 //load [rotated] I[1]
287 ld1 {v16.2d},[x2],x12 //load [rotated] I[i+2]
296 ld1 {v17.2d},[x2],x12 //load [rotated] I[i+3]
330 eor v17.16b,v16.16b,v18.16b //v17.16b is rotated inp^Xi
365 ld1 {v0.2d},[x0] //load [rotated] Xi
/freebsd/contrib/bc/include/
H A Drand.h174 * @return The rotated state.
263 * @return The semi-rotated state.
386 * @return The semi-rotated state.
403 * @return The rotated value.
/freebsd/usr.bin/fortune/strfile/
H A Dstrfile.c63 * x - set rotated bit
98 static int Xflag = false; /* set rotated bit */
273 case 'x': /* set the rotated bit */ in getargs()
/freebsd/sys/contrib/device-tree/Bindings/iio/
H A Dmount-matrix.txt133 along the (z) axis if rotated clockwise, and a positive value if rotated
/freebsd/libexec/rc/rc.d/
H A Daccounting60 # anything having actually rotated the old .0 file out of the way.

123456