Home
last modified time | relevance | path

Searched refs:Now (Results 1 – 25 of 219) sorted by relevance

123456789

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DExponentialBackoff.cpp15 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 Devpmd_mdc2.txt13 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 DSampleProfileInference.cpp218 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 Drss_limit_checker.h
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DPipePosix.cpp52 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 Dposix.mk22 @(echo Now we expect an error...; exit 1)
H A Dposix.exp20 Now we expect an error...
/freebsd/share/examples/netgraph/
H A Dngctl33 # 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 Dtest_canon_fullbuf.orch21 -- Now fill up the next block, but spill the VEOF over to a third block.
/freebsd/contrib/ntp/sntp/
H A Dbincheck.mf2 # in sbindir. Now that we offer a choice, look in the "other" installation
/freebsd/contrib/ntp/
H A Dbincheck.mf2 # in sbindir. Now that we offer a choice, look in the "other" installation
/freebsd/share/examples/printing/
H A Dmake-ps-header60 % Now show the boring particulars
/freebsd/crypto/openssl/providers/implementations/exchange/
H A Dbuild.info16 # Now that we have defined all the arch specific variables, use the
/freebsd/crypto/openssl/crypto/bf/
H A Dbuild.info7 # Now that we have defined all the arch specific variables, use the
/freebsd/crypto/openssl/crypto/rc5/
H A Dbuild.info7 # Now that we have defined all the arch specific variables, use the
/freebsd/tools/regression/netinet/tcpstream/
H A DREADME15 Now run the client on a second machine with the server's IP, port 8080, and
/freebsd/crypto/openssl/crypto/cast/
H A Dbuild.info8 # Now that we have defined all the arch specific variables, use the
/freebsd/contrib/file/magic/Magdir/
H A Dsccs15 # Now '\001h' happens to be the same as the 3B20's a.out magic number (0550).
/freebsd/contrib/one-true-awk/testdir/
H A DT.recache20 # Now evalutate an expression that uses two run-time REs
/freebsd/crypto/openssl/crypto/camellia/
H A Dbuild.info9 # Now that we have defined all the arch specific variables, use the
/freebsd/crypto/openssl/crypto/ripemd/
H A Dbuild.info7 # Now that we have defined all the arch specific variables, use the
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_div_impl.inc190 // 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 Dbuild.info12 # Now that we have defined all the arch specific variables, use the
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Dbuild.info25 # Now that we have defined all the arch specific variables, use the
/freebsd/crypto/openssl/crypto/chacha/
H A Dbuild.info20 # Now that we have defined all the arch specific variables, use the

123456789