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

  /prebuilts/go/darwin-x86/src/debug/dwarf/
typeunit.go 58 to64 := b.uint64()
59 if to64 != uint64(uint32(to64)) {
63 toff = uint32(to64)
  /prebuilts/go/linux-x86/src/debug/dwarf/
typeunit.go 58 to64 := b.uint64()
59 if to64 != uint64(uint32(to64)) {
63 toff = uint32(to64)
  /frameworks/native/libs/gui/
BufferItem.cpp 37 static inline constexpr T to64(const uint32_t lo, const uint32_t hi) { function in namespace:android
240 mTimestamp = to64<int64_t>(timestampLo, timestampHi);
245 mFrameNumber = to64<uint64_t>(frameNumberLo, frameNumberHi);
  /prebuilts/go/darwin-x86/src/runtime/
softfloat64_test.go 151 testu(t, "to64", trunc32, to64sw, h)
  /prebuilts/go/linux-x86/src/runtime/
softfloat64_test.go 151 testu(t, "to64", trunc32, to64sw, h)

Completed in 534 milliseconds