Home
last modified time | relevance | path

Searched defs:Q (Results 1 – 12 of 12) sorted by relevance

/external/dropbear/libtomcrypt/src/pk/ecc/
Dltc_ecc_projective_add_point.c35 int ltc_ecc_projective_add_point(ecc_point *P, ecc_point *Q, ecc_point *R, void *modulus, void *mp) in ltc_ecc_projective_add_point()
/external/opencore/codecs_v2/audio/aac/dec/src/
Dps_fft_rx8.cpp170 Int32 *Q = &scratch_mem[0]; in ps_fft_rx8() local
/external/opencore/baselibs/threadsafe_callback_ao/src/
Dthreadsafe_callback_ao.h91 QueueT *Q; // queue of events variable
/external/fdlibm/
Ds_erf.c198 double R,S,P,Q,s,y,z,r; local
254 double R,S,P,Q,s,y,z,r; local
/external/qemu/slirp2/
Dtcpip.h65 #define qlink2tcpiphdr(Q) ((struct tcpiphdr*)(((char*)(Q)) + sizeof(struct qlink))) argument
/external/openssl/crypto/ec/
Dectest.c204 EC_POINT *P, *Q, *R; in prime_field_tests() local
826 EC_POINT *P, *Q, *R; in char2_field_tests() local
/external/webkit/SunSpider/tests/
D3d-cube.js5 var Q = new Array(); variable
Dv8-crypto.js1568 function RSASetPrivateEx(N,E,D,P,Q,DP,DQ,C) { argument
/external/speex/libspeex/
Dfixed_debug.h274 #define MULT16_32_QX(a, b, Q) _MULT16_32_QX(a, b, Q, __FILE__, __LINE__) argument
275 static inline int _MULT16_32_QX(int a, long long b, int Q, char *file, int line) in _MULT16_32_QX()
291 static inline int MULT16_32_PX(int a, long long b, int Q) in MULT16_32_PX()
/external/skia/src/core/
DSkGeometry.cpp113 SkScalar Q = (B < 0) ? -(B-R)/2 : -(B+R)/2; in SkFindUnitQuadRoots() local
725 SkFP a, b, c, Q, R; in solve_cubic_polynomial() local
/external/dropbear/libtomcrypt/src/math/
Dtfm_desc.c525 static int tfm_ecc_projective_add_point(ecc_point *P, ecc_point *Q, ecc_point *R, void *modulus, vo… in tfm_ecc_projective_add_point()
/external/freetype/src/raster/
Dftraster.c2742 PProfile P, Q, P_Left, P_Right; in Draw_Sweep() local