/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | ExponentialBackoff.cpp | 15 auto Now = std::chrono::steady_clock::now(); in waitForNextAttempt() local 16 if (Now >= EndTime) in waitForNextAttempt() 24 duration WaitDuration = std::min(duration(Dist(RandDev)), EndTime - Now); in waitForNextAttempt()
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evpmd_mdc2.txt | 13 Input = "Now is the time for all " 19 Input = "Now is the time for all " 25 Input = "Now is the time for all "
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SampleProfileInference.cpp | 218 uint64_t Now = Target; in computeAugmentingPathCapacity() local 219 while (Now != Source) { in computeAugmentingPathCapacity() 220 uint64_t Pred = Nodes[Now].ParentNode; in computeAugmentingPathCapacity() 221 auto &Edge = Edges[Pred][Nodes[Now].ParentEdgeIndex]; in computeAugmentingPathCapacity() 227 Now = Pred; in computeAugmentingPathCapacity() 296 uint64_t Now = Target; in augmentFlowAlongPath() local 297 while (Now != Source) { in augmentFlowAlongPath() 298 uint64_t Pred = Nodes[Now].ParentNode; in augmentFlowAlongPath() 299 auto &Edge = Edges[Pred][Nodes[Now].ParentEdgeIndex]; in augmentFlowAlongPath() 300 auto &RevEdge = Edges[Now][Edge.RevEdgeIndex]; in augmentFlowAlongPath() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | rss_limit_checker.h |
|
/freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
H A D | PipePosix.cpp | 52 static std::chrono::time_point<std::chrono::steady_clock> Now() { in Now() function 181 const auto finish_time = Now() + timeout; in OpenAsWriterWithTimeout() 185 const auto dur = duration_cast<microseconds>(finish_time - Now()).count(); in OpenAsWriterWithTimeout()
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | posix.mk | 22 @(echo Now we expect an error...; exit 1)
|
H A D | posix.exp | 20 Now we expect an error...
|
/freebsd/share/examples/netgraph/ |
H A D | ngctl | 33 # Now let's create a ng_ksocket(4) node, in the family PF_DIVERT, 56 # Now lets bind the socket associated with the ksocket node to a port 78 # types when parsing. Now since we didn't ask for a specific port 102 # Now watch what happens when we try to ping from that machine:
|
/freebsd/tests/sys/kern/tty/ |
H A D | test_canon_fullbuf.orch | 21 -- Now fill up the next block, but spill the VEOF over to a third block.
|
/freebsd/contrib/ntp/sntp/ |
H A D | bincheck.mf | 2 # in sbindir. Now that we offer a choice, look in the "other" installation
|
/freebsd/contrib/ntp/ |
H A D | bincheck.mf | 2 # in sbindir. Now that we offer a choice, look in the "other" installation
|
/freebsd/share/examples/printing/ |
H A D | make-ps-header | 60 % Now show the boring particulars
|
/freebsd/crypto/openssl/providers/implementations/exchange/ |
H A D | build.info | 16 # Now that we have defined all the arch specific variables, use the
|
/freebsd/crypto/openssl/crypto/bf/ |
H A D | build.info | 7 # Now that we have defined all the arch specific variables, use the
|
/freebsd/crypto/openssl/crypto/rc5/ |
H A D | build.info | 7 # Now that we have defined all the arch specific variables, use the
|
/freebsd/tools/regression/netinet/tcpstream/ |
H A D | README | 15 Now run the client on a second machine with the server's IP, port 8080, and
|
/freebsd/crypto/openssl/crypto/cast/ |
H A D | build.info | 8 # Now that we have defined all the arch specific variables, use the
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | sccs | 15 # Now '\001h' happens to be the same as the 3B20's a.out magic number (0550).
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | T.recache | 20 # Now evalutate an expression that uses two run-time REs
|
/freebsd/crypto/openssl/crypto/camellia/ |
H A D | build.info | 9 # Now that we have defined all the arch specific variables, use the
|
/freebsd/crypto/openssl/crypto/ripemd/ |
H A D | build.info | 7 # Now that we have defined all the arch specific variables, use the
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | fp_div_impl.inc | 190 // Now, we should multiply UQ0.HW and UQ1.(HW-1) numbers, naturally 203 // Now, either no overflow occurred or x_UQ0_hw is 0 or 1 in its half_rep_t 336 // Now 1/b - (2*P) * 2^-W < x < 1/b 341 // Now, a/b - 4*P * 2^-W < q < a/b for q=<quotient_UQ1:dummy> in UQ1.(SB+1+W). 362 // Now, q cannot be greater than a/b and can differ by at most 8*P * 2^-W + 2^-SB 386 // Now, quotient_UQ1_SB <= the correctly-rounded result
|
/freebsd/crypto/openssl/crypto/whrlpool/ |
H A D | build.info | 12 # Now that we have defined all the arch specific variables, use the
|
/freebsd/crypto/openssl/providers/implementations/keymgmt/ |
H A D | build.info | 25 # Now that we have defined all the arch specific variables, use the
|
/freebsd/crypto/openssl/crypto/chacha/ |
H A D | build.info | 20 # Now that we have defined all the arch specific variables, use the
|