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

  /prebuilts/go/darwin-x86/src/crypto/elliptic/
elliptic.go 313 yBytes := y.Bytes()
314 copy(ret[1+2*byteLen-len(yBytes):], yBytes)
  /prebuilts/go/linux-x86/src/crypto/elliptic/
elliptic.go 313 yBytes := y.Bytes()
314 copy(ret[1+2*byteLen-len(yBytes):], yBytes)
  /prebuilts/go/darwin-x86/src/bytes/
buffer_test.go 478 yBytes := Repeat(y, growLen)
482 buf.Write(yBytes)
491 if !Equal(buf.Bytes()[startLen-readBytes:startLen-readBytes+growLen], yBytes) {
  /prebuilts/go/linux-x86/src/bytes/
buffer_test.go 478 yBytes := Repeat(y, growLen)
482 buf.Write(yBytes)
491 if !Equal(buf.Bytes()[startLen-readBytes:startLen-readBytes+growLen], yBytes) {
  /external/fonttools/Lib/fontTools/ttLib/tables/
_g_l_y_f.py 737 xBytes = yBytes = 0
743 yBytes = 1
745 yBytes = 2
746 coordBytes += (xBytes + yBytes) * repeat
  /external/conscrypt/common/src/jni/main/cpp/conscrypt/
native_crypto.cc     [all...]

Completed in 123 milliseconds