Home
last modified time | relevance | path

Searched defs:zeroSource (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dexample_test.go18 type zeroSource struct{} struct
20 func (zeroSource) Read(b []byte) (n int, err error) {
Dhandshake_test.go385 type zeroSource struct{} struct
387 func (zeroSource) Read(b []byte) (n int, err error) {
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DVertexRoutine.cpp201 Pointer<Byte> zeroSource = As<Pointer<Byte>>(&zero); in readStream() local