Home
last modified time | relevance | path

Searched defs:z2 (Results 1 – 21 of 21) sorted by relevance

/external/openssl/crypto/ec/
Dec2_mult.c114 const BIGNUM *x2, const BIGNUM *z2, BN_CTX *ctx) in gf2m_Madd()
151 BIGNUM *z1, BIGNUM *x2, BIGNUM *z2, BN_CTX *ctx) in gf2m_Mxy()
218 BIGNUM *x1, *x2, *z1, *z2; in ec_GF2m_montgomery_point_multiply() local
/external/qemu/fpu/
Dsoftfloat-macros.h236 bits64 z0, z1, z2; in shift128ExtraRightJamming() local
313 bits64 z0, z1, z2; in shortShift192Left() local
370 bits64 z0, z1, z2; in add192() local
426 bits64 z0, z1, z2; in sub192() local
489 bits64 z0, z1, z2, more1; in mul128By64To192() local
519 bits64 z0, z1, z2, z3; in mul128To256() local
/external/sonivox/arm-hybrid-22k/lib_src/
DARM-E_filter_gnu.s44 z2 .req r5 label
Deas_wtengine.h79 EAS_I16 z2; /* 2 sample delay state variable */ member
Deas_wtengine.c359 EAS_I32 z2; in WT_VoiceFilter() local
/external/sonivox/arm-wt-22k/lib_src/
DARM-E_filter_gnu.s44 z2 .req r5 label
Deas_wtengine.c359 EAS_I32 z2; in WT_VoiceFilter() local
Deas_wtengine.h79 EAS_I16 z2; /* 2 sample delay state variable */ member
/external/jpeg/
Djfdctflt.c63 FAST_FLOAT z1, z2, z3, z4, z5, z11, z13; variable
Djfdctfst.c118 DCTELEM z1, z2, z3, z4, z5, z11, z13; variable
Djfdctint.c144 INT32 z1, z2, z3, z4, z5; variable
Djidctint.c154 INT32 z1, z2, z3, z4, z5; variable
Djidctred.c123 INT32 z1, z2, z3, z4; variable
/external/icu4c/test/intltest/
Dtzregts.cpp80 TimeZone *z2 = TimeZone::createTimeZone("PST"); in Test4073209() local
937 SimpleTimeZone* z2 = new SimpleTimeZone(offset, "_dst_zone_"); in Test4176686() local
Dtzrulets.cpp1975 TimeZoneRuleTest::compareTransitionsAscending(BasicTimeZone& z1, BasicTimeZone& z2, in compareTransitionsAscending()
2032 TimeZoneRuleTest::compareTransitionsDescending(BasicTimeZone& z1, BasicTimeZone& z2, in compareTransitionsDescending()
/external/webkit/JavaScriptCore/wtf/
Ddtoa.cpp521 uint32_t z2 = (*x++ >> 16) * y + (*xc >> 16) + carry; in mult() local
531 uint32_t z2 = *xc; in mult() local
/external/qemu/android/skin/
Dtrackball.c135 double d, n, z, d2, z2, cs, sn; in rotator_apply() local
/external/webkit/WebCore/platform/graphics/transforms/
DTransformationMatrix.cpp703 double z2 = z*z; in rotate3d() local
/external/webkit/V8Binding/v8/src/third_party/dtoa/
Ddtoa.c758 ULong z2; local
/external/sqlite/dist/
Dsqlite3.c10065 const char *z2 = z; in parseModifier() local
55584 const char *z2 = pIndex->azColl[k]; in sqlite3CreateIndex() local
57550 const unsigned char *z2; in substrFunc() local
57648 const char *z2; in upperFunc() local
57668 const char *z2; in lowerFunc() local
60215 static int xferCompatibleCollation(const char *z1, const char *z2){ in xferCompatibleCollation()
63889 const char *z2 = z; in setQuotedToken() local
86387 char *z, *z2; in porter_stemmer() local
/external/webkit/V8Binding/v8/test/cctest/
Dtest-api.cc3641 v8::Handle<Value> z2 = global0->Get(v8_str("0")); in TEST() local