HomeSort by relevance Sort by last modified time
    Searched defs:GetUint64 (Results 1 - 4 of 4) sorted by null

  /external/boringssl/src/crypto/evp/
scrypt_test.cc 29 static bool GetUint64(FileTest *t, uint64_t *out, const char *name) {
47 ASSERT_TRUE(GetUint64(t, &N, "N"));
48 ASSERT_TRUE(GetUint64(t, &r, "r"));
49 ASSERT_TRUE(GetUint64(t, &p, "p"));
51 ASSERT_TRUE(GetUint64(t, &max_mem, "MaxMemory"));
  /external/flatbuffers/go/
encode.go 53 // GetUint64 decodes a little-endian uint64 from a byte slice.
54 func GetUint64(buf []byte) (n uint64) {
109 x := GetUint64(buf)
table.go 92 // GetUint64 retrieves a uint64 at the given offset.
93 func (t *Table) GetUint64(off UOffsetT) uint64 {
94 return GetUint64(t.Bytes[off:])
259 return t.GetUint64(t.Pos + UOffsetT(off))
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h     [all...]

Completed in 486 milliseconds