HomeSort by relevance Sort by last modified time
    Searched refs:swaps (Results 1 - 25 of 29) sorted by null

1 2

  /external/mesa3d/docs/specs/
MESA_swap_frame_usage.spec 51 completion of the two swaps. If the value is in the range [0,1], the
133 Missed frame swaps can be tracked by calling the following function:
144 The current missed frame count and total number of swaps since
155 number of swaps that have been committed. This value may not match the
156 number of swaps that have been requested since swaps may be
161 swaps that missed the specified frame. The frame usage for the
170 This function will not return until all swaps have occurred. The
MESA_swap_control.spec 35 of color buffer swaps, measured in video frame periods.
91 If <interval> is set to a value of 0, buffer swaps are not synchro-
  /prebuilts/go/darwin-x86/src/reflect/
swapper.go 9 // Swapper returns a function that swaps the elements in the provided
  /prebuilts/go/linux-x86/src/reflect/
swapper.go 9 // Swapper returns a function that swaps the elements in the provided
  /prebuilts/go/darwin-x86/src/math/rand/
rand.go 216 // In the following loop, the iteration when i=0 always swaps m[0] with m[0].
231 // swap swaps the elements with indexes i and j.
342 // swap swaps the elements with indexes i and j.
  /prebuilts/go/darwin-x86/src/sort/
sort_test.go 315 maxswap int // number of swaps allowed
326 d.t.Errorf("%s: used %d swaps sorting slice of %d", d.desc, d.nswap, len(d.data))
424 // Uncomment if you are trying to improve the number of compares/swaps.
sort.go 20 // Swap swaps the elements with indexes i and j.
398 // swapping rotate uses only O(M+N) Swaps.
514 Thus block swapping rotation needs |u|+|v| calls to Swaps.
518 typically count the number of assignments instead of swaps:
551 size bs at n/bs blocks: O(bs*n) Swaps and Less during insertion sort.
  /prebuilts/go/linux-x86/src/math/rand/
rand.go 216 // In the following loop, the iteration when i=0 always swaps m[0] with m[0].
231 // swap swaps the elements with indexes i and j.
342 // swap swaps the elements with indexes i and j.
  /prebuilts/go/linux-x86/src/sort/
sort_test.go 315 maxswap int // number of swaps allowed
326 d.t.Errorf("%s: used %d swaps sorting slice of %d", d.desc, d.nswap, len(d.data))
424 // Uncomment if you are trying to improve the number of compares/swaps.
sort.go 20 // Swap swaps the elements with indexes i and j.
398 // swapping rotate uses only O(M+N) Swaps.
514 Thus block swapping rotation needs |u|+|v| calls to Swaps.
518 typically count the number of assignments instead of swaps:
551 size bs at n/bs blocks: O(bs*n) Swaps and Less during insertion sort.
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
p256_amd64.go 206 // p256GetScalar endian-swaps the big-endian scalar value from in and writes it
p256.go 47 // p256GetScalar endian-swaps the big-endian scalar value from in and writes it
    [all...]
  /prebuilts/go/linux-x86/src/crypto/elliptic/
p256_amd64.go 206 // p256GetScalar endian-swaps the big-endian scalar value from in and writes it
p256.go 47 // p256GetScalar endian-swaps the big-endian scalar value from in and writes it
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
gnu.go 27 // DC E0, DC F0: libopcodes swaps FSUBR/FSUB and FDIVR/FDIV, at least
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
gnu.go 27 // DC E0, DC F0: libopcodes swaps FSUBR/FSUB and FDIVR/FDIV, at least
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
inl.go 10 // The debug['l'] flag controls the aggressiveness. Note that main() swaps level 0 and 1,
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
rulegen.go 788 // argument swaps to the commutable ops in r.
S390XOps.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
inl.go 10 // The debug['l'] flag controls the aggressiveness. Note that main() swaps level 0 and 1,
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
rulegen.go 788 // argument swaps to the commutable ops in r.
S390XOps.go     [all...]
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm 1076 ; Hence these macros. Insert a PERMUTE or some SWAPs at the end of a macro that
1093 %macro SWAP 2+ ; swaps a single chain (sometimes more concise than pairs)
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/syntax/
parse.go 1172 // swapVerticalBar swaps the two and returns true.
    [all...]
  /prebuilts/go/linux-x86/src/regexp/syntax/
parse.go 1172 // swapVerticalBar swaps the two and returns true.
    [all...]

Completed in 968 milliseconds

1 2