HomeSort by relevance Sort by last modified time
    Searched refs:between (Results 126 - 150 of 1197) sorted by null

1 2 3 4 56 7 8 91011>>

  /device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/
ashrdi3.S 42 # Handle shifting between 0 and 31 bits
  /external/llvm/test/MC/Mips/
hilo-addressing.s 24 # Emit zeros so that difference between $L3 and $L1 is 0x30124 bytes.
  /libcore/ojluni/src/main/java/java/time/temporal/
ChronoUnit.java 122 * at midnight - when converting between calendar systems, the date should be
271 public long between(Temporal temporal1Inclusive, Temporal temporal2Exclusive) { method in class:ChronoUnit
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
24k-triple-stores-8.s 1 # Range check after alignment between adjacent offsets >= 24 ??
  /external/skia/src/pathops/
SkIntersections.cpp 15 if (!between(rangeStart, fT[0][index], rangeEnd)) {
35 if (fIsCoincident[0] == 3 && between(fT[0][0], one, fT[0][1])) {
135 if (!between(rangeStart, fT[0][index], rangeEnd)) {
SkDLineIntersection.cpp 119 if (between(0, numerA, denom) && between(0, numerB, denom)) {
224 if (between(left, xIntercept, right)) {
300 if (between(top, yIntercept, bottom)) {
SkOpSpan.h 123 *sOut = between(s1->fT, start2->fT, e1->fT) ? start2
124 : between(s2->fT, start1->fT, e2->fT) ? start1 : nullptr;
127 *eOut = between(s1->fT, end2->fT, e1->fT) ? end2
128 : between(s2->fT, end1->fT, e2->fT) ? end1 : nullptr;
  /external/skqp/src/pathops/
SkIntersections.cpp 15 if (!between(rangeStart, fT[0][index], rangeEnd)) {
35 if (fIsCoincident[0] == 3 && between(fT[0][0], one, fT[0][1])) {
135 if (!between(rangeStart, fT[0][index], rangeEnd)) {
SkDLineIntersection.cpp 119 if (between(0, numerA, denom) && between(0, numerB, denom)) {
224 if (between(left, xIntercept, right)) {
300 if (between(top, yIntercept, bottom)) {
SkOpSpan.h 123 *sOut = between(s1->fT, start2->fT, e1->fT) ? start2
124 : between(s2->fT, start1->fT, e2->fT) ? start1 : nullptr;
127 *eOut = between(s1->fT, end2->fT, e1->fT) ? end2
128 : between(s2->fT, end1->fT, e2->fT) ? end1 : nullptr;
  /prebuilts/go/darwin-x86/src/runtime/
sigqueue.go 14 // Synchronization between sigsend and signal_recv is based on the sig.state
21 // Transitions between states are done atomically with CAS.
36 // sig handles communication between the signal handler and os/signal.
42 // We access them atomically to minimize the race between setting them
45 // as there is no connection between handling a signal and receiving one,
159 // to a race between disabling a signal and receiving a signal.
  /prebuilts/go/linux-x86/src/runtime/
sigqueue.go 14 // Synchronization between sigsend and signal_recv is based on the sig.state
21 // Transitions between states are done atomically with CAS.
36 // sig handles communication between the signal handler and os/signal.
42 // We access them atomically to minimize the race between setting them
45 // as there is no connection between handling a signal and receiving one,
159 // to a race between disabling a signal and receiving a signal.
  /compatibility/cdd/5_multimedia/
5_6_audio-latency.md 9 * **output latency**. The interval between when an application writes a frame
17 * **input latency**. The interval between when a sound is presented by
34 difference between input and output streams.
  /compatibility/cdd/7_hardware-compatibility/
7_8_audio.md 63 following 3 ranges of equivalent impedance between the microphone and ground
73 * [C-1-6] MUST have a microphone bias voltage between 1.8V ~ 2.9V.
75 range of equivalent impedance between the microphone and ground conductors
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/proftest/
proftest.go 31 // differences between expected and actual output.
112 // _always_ adds spaces between arguments, unlike fmt.Sprint() which only
113 // adds them between arguments if neither is string.
  /prebuilts/go/darwin-x86/src/math/big/
calibrate_test.go 138 fmt.Printf("Looking for a timing difference for x between %d - %d words by %d step\n", from, to, step)
159 fmt.Printf("Found threshold = %d between %d - %d\n", threshold, from, to)
161 fmt.Printf("Found NO threshold between %d - %d\n", from, to)
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/proftest/
proftest.go 31 // differences between expected and actual output.
112 // _always_ adds spaces between arguments, unlike fmt.Sprint() which only
113 // adds them between arguments if neither is string.
  /prebuilts/go/linux-x86/src/math/big/
calibrate_test.go 138 fmt.Printf("Looking for a timing difference for x between %d - %d words by %d step\n", from, to, step)
159 fmt.Printf("Found threshold = %d between %d - %d\n", threshold, from, to)
161 fmt.Printf("Found NO threshold between %d - %d\n", from, to)
  /build/make/core/
node_fns.mk 93 # - Add needle between the first and second words of haystack.
170 $(warning Cycle detected between "$(2)" and "$(i)" for context "$(1)") \
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
PartialClasses.cs 38 // We can't tell the difference between "explicitly set to 0" and "not set"
50 // We can't tell the difference between "explicitly set to false" and "not set"
  /external/skia/tests/
PathOpsCubicReduceOrderTest.cpp 17 return between(cubic[0].fX, cubic[1].fX, cubic[3].fX)
18 && between(cubic[0].fX, cubic[2].fX, cubic[3].fX)
19 && between(cubic[0].fY, cubic[1].fY, cubic[3].fY)
20 && between(cubic[0].fY, cubic[2].fY, cubic[3].fY);
  /external/skqp/tests/
PathOpsCubicReduceOrderTest.cpp 17 return between(cubic[0].fX, cubic[1].fX, cubic[3].fX)
18 && between(cubic[0].fX, cubic[2].fX, cubic[3].fX)
19 && between(cubic[0].fY, cubic[1].fY, cubic[3].fY)
20 && between(cubic[0].fY, cubic[2].fY, cubic[3].fY);
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
objdump_test.go 66 // allowedMismatchObjdump reports whether the mismatch between text and dec
101 // GNU objdump misses spaces between operands for some instructions (e.g., "ld1 {v10.2s, v11.2s}, [x23],#16")
  /prebuilts/go/darwin-x86/src/sync/
pool_test.go 28 // between Put and Get calls.
70 // between Put and Get calls.
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
objdump_test.go 66 // allowedMismatchObjdump reports whether the mismatch between text and dec
101 // GNU objdump misses spaces between operands for some instructions (e.g., "ld1 {v10.2s, v11.2s}, [x23],#16")

Completed in 354 milliseconds

1 2 3 4 56 7 8 91011>>