Searched defs:curve (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DWaveShaperNode.cpp45 void WaveShaperNode::setCurve(Float32Array* curve) argument
51 Float32Array* WaveShaperNode::curve() function in class:WebCore::WaveShaperNode
H A DWaveShaperProcessor.h57 Float32Array* curve() { return m_curve.get(); } function in class:WebCore::WaveShaperProcessor
H A DWaveShaperProcessor.cpp52 void WaveShaperProcessor::setCurve(Float32Array* curve) argument
H A DAudioParamTimeline.h79 ParamEvent(Type type, float value, float time, float timeConstant, float duration, PassRefPtr<Float32Array> curve) argument
94 Float32Array* curve() { return m_curve.get(); } function in class:WebCore::AudioParamTimeline::ParamEvent
H A DAudioParam.h92 void setValueCurveAtTime(Float32Array* curve, float time, float duration) { m_timeline.setValueCurveAtTime(curve, time, duration); } argument
H A DWaveShaperDSPKernel.cpp83 Float32Array* curve = waveShaperProcessor()->curve(); local
[all...]
H A DAudioParamTimeline.cpp59 void AudioParamTimeline::setValueCurveAtTime(Float32Array* curve, float time, float duration) argument
282 Float32Array* curve = event.curve(); local
[all...]
/macosx-10.10/OpenSSH-189/openssh/
H A Dbufec.c50 buffer_put_ecpoint_ret(Buffer *buffer, const EC_GROUP *curve, argument
88 buffer_put_ecpoint(Buffer *buffer, const EC_GROUP *curve, argument
96 buffer_get_ecpoint_ret(Buffer *buffer, const EC_GROUP *curve, argument
139 buffer_get_ecpoint(Buffer *buffer, const EC_GROUP *curve, argument
[all...]
H A Dssh-agent.c484 char *curve; local
H A Dkey.c1476 char *ktype = NULL, *curve = NULL; local
[all...]
H A Dpacket.c641 packet_put_ecpoint(const EC_GROUP *curve, const EC_POINT *point) argument
1569 packet_get_ecpoint(const EC_GROUP *curve, EC_POINT *point) argument
/macosx-10.10/postfix-255/postfix/src/tls/
H A Dtls_dh.c211 const char *curve; local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalcalg3.el[all...]
H A Dcalc-graph.el[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/Security/
H A DsslCrypto.c359 tls_named_curve curve = SecECKeyGetNamedCurve(pubkey); local
H A DsslContext.c2205 unsigned int curve = tls_handshake_get_negotiated_curve(ctx->hdsk); local
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A DsslCrypto.c359 tls_named_curve curve = SecECKeyGetNamedCurve(pubkey); local
H A DsslContext.c2205 unsigned int curve = tls_handshake_get_negotiated_curve(ctx->hdsk); local
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A DsslCrypto.c359 tls_named_curve curve = SecECKeyGetNamedCurve(pubkey); local
H A DsslContext.c2205 unsigned int curve = tls_handshake_get_negotiated_curve(ctx->hdsk); local
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DPathTraversalState.cpp117 static float curveLength(PathTraversalState& traversalState, CurveType curve) argument
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/ec/
H A Dec_asn1.c175 X9_62_CURVE *curve; member in struct:ec_parameters_st
430 static int ec_asn1_group2curve(const EC_GROUP *group, X9_62_CURVE *curve) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/
H A DScrollAnimatorNone.cpp79 double ScrollAnimatorNone::PerAxisData::curveAt(Curve curve, double t) argument
118 double ScrollAnimatorNone::PerAxisData::attackCurve(Curve curve, double deltaTime, double curveT, double startPosition, double attackPosition) argument
125 double ScrollAnimatorNone::PerAxisData::releaseCurve(Curve curve, double deltaTime, double curveT, double releasePosition, double desiredPosition) argument
132 double ScrollAnimatorNone::PerAxisData::coastCurve(Curve curve, double factor) argument
137 double ScrollAnimatorNone::PerAxisData::curveIntegralAt(Curve curve, double t) argument
185 attackArea(Curve curve, double startT, double endT) argument
192 releaseArea(Curve curve, double startT, double endT) argument
[all...]
/macosx-10.10/OpenAL-54/Source/OpenAL/
H A DoalContext.cpp656 UInt32 curve; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecECKey.c270 const char* curve = getCurveName(key); local
324 const struct ccec_rfc6637_curve *curve; local
638 const char* curve = getCurveName(key); local
646 const struct ccec_rfc6637_curve *curve; local
[all...]

Completed in 223 milliseconds

12