OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getUint64
(Results
1 - 11
of
11
) sorted by null
/external/deqp/framework/common/
tcuRandomValueIterator.hpp
51
template <> inline deUint64 getRandomValue<deUint64> (de::Random& rnd) { return rnd.
getUint64
(); }
55
template <> inline deInt64 getRandomValue<deInt64> (de::Random& rnd) { return (deInt64)rnd.
getUint64
(); }
/prebuilts/go/darwin-x86/src/crypto/cipher/
gcm.go
42
// standard and make
getUint64
suitable for marshaling these values, the bits
90
getUint64
(key[:8]),
91
getUint64
(key[8:]),
245
y.low ^=
getUint64
(blocks)
246
y.high ^=
getUint64
(blocks[8:])
352
func
getUint64
(data []byte) uint64 {
/prebuilts/go/linux-x86/src/crypto/cipher/
gcm.go
42
// standard and make
getUint64
suitable for marshaling these values, the bits
90
getUint64
(key[:8]),
91
getUint64
(key[8:]),
245
y.low ^=
getUint64
(blocks)
246
y.high ^=
getUint64
(blocks[8:])
352
func
getUint64
(data []byte) uint64 {
/external/deqp/framework/delibs/decpp/
deRandom.cpp
78
//
getUint64
()
84
DE_TEST_ASSERT(expected[i] == rnd.
getUint64
());
deRandom.hpp
52
deUint64
getUint64
(void) { deUint32 upper = getUint32(); return (deUint64)upper << 32ull | (deUint64)getUint32(); }
/external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryMappingTests.cpp
527
const size_t pos = (size_t)(rng.
getUint64
() % (deUint64)m_range.size);
540
const size_t pos = (size_t)(rng.
getUint64
() % (deUint64)m_range.size);
554
const size_t pos = (size_t)(rng.
getUint64
() % (deUint64)m_range.size);
570
? atomSize * (1 + (VkDeviceSize)(rng.
getUint64
() % (deUint64)maxSizeInAtoms))
579
? atomSize * (VkDeviceSize)(rng.
getUint64
() % (deUint64)(maxOffsetInAtoms + 1))
[
all
...]
vktMemoryAllocationTests.cpp
442
const VkDeviceSize allocationSize = 1 + (m_rng.
getUint64
() % maxAllocSize);
vktMemoryPipelineBarrierTests.cpp
[
all
...]
/external/llvm/lib/CodeGen/MIRParser/
MIParser.cpp
172
bool
getUint64
(uint64_t &Result);
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp
[
all
...]
/external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp
[
all
...]
Completed in 586 milliseconds