Home
last modified time | relevance | path

Searched refs:repeated (Results 1 – 25 of 104) sorted by relevance

12345

/freebsd/usr.bin/uniq/tests/
H A Duniq_test.sh38 atf_test_case repeated
46 atf_check_uniq --repeated
60 atf_check_uniq --count --repeated
61 atf_check_uniq --repeated --count
73 atf_check_uniq --all-repeated
74 atf_check_uniq --all-repeated=none
77 atf_check_uniq --all-repeated=prepend
80 atf_check_uniq --all-repeated=separate
96 atf_check_uniq --all-repeated --count
97 atf_check_uniq --all-repeated=none --count
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dsh-dots.exp6 repeated repeated
19 repeated delayed repeated
20 repeated delayed twice repeated
H A Dsh-dots.mk9 all: first hidden repeated commented indirect indirect-space
49 repeated: .IGNORE
50 @echo repeated ${.TARGET}
52 @echo repeated delayed ${.TARGET}
54 @echo repeated delayed twice ${.TARGET}
/freebsd/contrib/expat/fuzz/
H A Dxml_lpm_fuzzer.proto56 repeated Action actions = 2;
57 repeated int32 fail_allocations = 3;
/freebsd/contrib/pkgconf/tests/lib1/
H A Dsysroot-dir.pc2 Description: Package for testing whether sysroot dirs are repeated or not
H A Dsysroot-dir-2.pc4 Description: Package for testing whether sysroot dirs are repeated or not
H A Dsysroot-dir-5.pc6 Description: Package for testing whether sysroot dirs are repeated or not
H A Dsysroot-dir-3.pc6 Description: Package for testing whether sysroot dirs are repeated or not
H A Dsysroot-dir-4.pc6 Description: Package for testing whether sysroot dirs are repeated or not
/freebsd/contrib/llvm-project/llvm/include/
H A Dmodule.modulemap11 // This is intended for (repeated) textual inclusion.
49 // These are intended for (repeated) textual inclusion.
187 // These are intended for (repeated) textual inclusion.
270 // These are intended for (repeated) textual inclusion.
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOpts.td72 "whitespace is stripped from each line. May be repeated to read "
194 "be repeated to read symbols from many files">,
221 "be repeated to read symbols from many files">,
235 "be repeated to read symbols from many files">,
/freebsd/crypto/openssl/doc/man3/
H A DBN_add.pod85 repeated computations using the same modulus, see
99 (C<r=a^p>). This function is faster than repeated applications of
H A DBN_CTX_new.pod24 is rather expensive when used in conjunction with repeated subroutine
H A DSSL_write.pod122 When a write function call has to be repeated because L<SSL_get_error(3)>
123 returned B<SSL_ERROR_WANT_READ> or B<SSL_ERROR_WANT_WRITE>, it must be repeated
H A DRSA_generate_key.pod86 The process is then repeated for prime q and other primes (if any)
H A DSSL_CTX_set_cert_verify_callback.pod51 This process may even be repeated if need be.
/freebsd/stand/i386/mbr/
H A Dmbr.S53 # zero from the repeated string instruction above. We save the offset of
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_cacheversion.m494 # useless repeated clearings.
/freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/docs/
H A Dhtr.rst31 A *pass* is applied to a *layer* to extract useful information (summarization) and compress the trace representation into a new *layer*. The idea is to have a series of passes where each pass specializes in extracting certain information about the trace. Some examples of potential passes include: identifying functions, identifying loops, or a more general purpose such as identifying long sequences of instructions that are repeated (i.e. Basic Super Block). Below you will find a description of each pass currently implemented in lldb.
/freebsd/contrib/ncurses/ncurses/
H A DREADME.IZ72 repeated (with "shifted" pointer to a buffer, of course) to
/freebsd/lib/libc/amd64/string/
H A Dstrspn.S209 imul %r8, %rsi # repeated 8 times
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Ddlg,da7280.txt51 pointed to by PS_SEQ_ID or GPI(N)_SEQUENCE_ID is repeated.
/freebsd/sys/contrib/openzfs/tests/unit/
H A Dmunit.c2303 int repeated = 0; in munit_hexdump() local
2318 if (repeated) { in munit_hexdump()
2322 repeated = 1; in munit_hexdump()
2331 repeated = 0; in munit_hexdump()
/freebsd/crypto/openssl/doc/man7/
H A DEVP_KDF-KB.pod10 (KBKDF). KBKDF derives a key from repeated application of a keyed MAC to an
/freebsd/bin/sh/
H A DTOUR59 *p++ = c; /* repeated as many times as needed */
64 STPUTC(c, p); /* repeated as many times as needed */

12345