HomeSort by relevance Sort by last modified time
    Searched refs:uint64s (Results 1 - 17 of 17) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/internal/objfile/
macho.go 44 sort.Sort(uint64s(addrs))
121 type uint64s []uint64 type
123 func (x uint64s) Len() int { return len(x) }
124 func (x uint64s) Swap(i, j int) { x[i], x[j] = x[j], x[i] }
125 func (x uint64s) Less(i, j int) bool { return x[i] < x[j] }
plan9obj.go 52 sort.Sort(uint64s(addrs))
pe.go 94 sort.Sort(uint64s(addrs))
  /prebuilts/go/linux-x86/src/cmd/internal/objfile/
macho.go 44 sort.Sort(uint64s(addrs))
121 type uint64s []uint64 type
123 func (x uint64s) Len() int { return len(x) }
124 func (x uint64s) Swap(i, j int) { x[i], x[j] = x[j], x[i] }
125 func (x uint64s) Less(i, j int) bool { return x[i] < x[j] }
plan9obj.go 52 sort.Sort(uint64s(addrs))
pe.go 94 sort.Sort(uint64s(addrs))
  /prebuilts/go/darwin-x86/src/encoding/gob/
decoder.go 47 dec.countBuf = make([]byte, 9) // counts may be uint64s (unlikely!), require 9 bytes
encode.go 192 // Floating-point numbers are transmitted as uint64s holding the bits
decode.go 311 // Floating-point numbers are transmitted as uint64s holding the bits
    [all...]
  /prebuilts/go/darwin-x86/test/
divmod.go 58 // x and y are uint64s with at most 2 bits set.
  /prebuilts/go/linux-x86/src/encoding/gob/
decoder.go 47 dec.countBuf = make([]byte, 9) // counts may be uint64s (unlikely!), require 9 bytes
encode.go 192 // Floating-point numbers are transmitted as uint64s holding the bits
decode.go 311 // Floating-point numbers are transmitted as uint64s holding the bits
    [all...]
  /prebuilts/go/linux-x86/test/
divmod.go 58 // x and y are uint64s with at most 2 bits set.
  /external/protobuf/java/src/test/java/com/google/protobuf/
NanoTest.java 2817 long[] uint64s = {9, 10}; local
3067 long[] uint64s = {9, 10}; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/builtin/
runtime.go 120 // (and possibly on 32-bit systems if we start 64-bit aligning uint64s).
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/builtin/
runtime.go 120 // (and possibly on 32-bit systems if we start 64-bit aligning uint64s).

Completed in 331 milliseconds