Home
last modified time | relevance | path

Searched refs:functionCode (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/ecdsa/
Decdsa_s390x.go36 func canUseKDSA(c elliptic.Curve) (functionCode uint64, blockSize int, ok bool) {
77 functionCode, blockSize, ok := canUseKDSA(c)
119 switch kdsa(functionCode+136, &params) {
133 functionCode, blockSize, ok := canUseKDSA(c)
175 if kdsa(functionCode, &params) != 0 {
/aosp_15_r20/external/skia/src/pdf/
H A DSkPDFGradientShader.cpp828 SkDynamicMemoryWStream functionCode; in make_function_shader() local
831 linearCode(info, perspectiveInverseOnly, &functionCode); in make_function_shader()
834 radialCode(info, perspectiveInverseOnly, &functionCode); in make_function_shader()
848 twoPointConicalCode(infoCopy, perspectiveInverseOnly, &functionCode); in make_function_shader()
851 sweepCode(info, perspectiveInverseOnly, &functionCode); in make_function_shader()
862 make_ps_function(functionCode.detachAsStream(), std::move(domain), in make_function_shader()