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

  /external/openssh/
md5crypt.c 27 to64(unsigned long v, int n) function
145 strlcat(passwd, to64(l, 4), sizeof(passwd));
147 strlcat(passwd, to64(l, 4), sizeof(passwd));
149 strlcat(passwd, to64(l, 4), sizeof(passwd));
151 strlcat(passwd, to64(l, 4), sizeof(passwd));
153 strlcat(passwd, to64(l, 4), sizeof(passwd));
155 strlcat(passwd, to64(l, 2), sizeof(passwd));
162 (void)to64(0, 4);
  /prebuilts/go/darwin-x86/src/debug/dwarf/
typeunit.go 63 to64 := b.uint64()
64 if to64 != uint64(uint32(to64)) {
68 toff = uint32(to64)
  /prebuilts/go/linux-x86/src/debug/dwarf/
typeunit.go 63 to64 := b.uint64()
64 if to64 != uint64(uint32(to64)) {
68 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
228 mTimestamp = to64<int64_t>(timestampLo, timestampHi);
233 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 269 milliseconds