Home
last modified time | relevance | path

Searched +defs:p +defs:sa +defs:e (Results 1 – 25 of 1993) sorted by path

12345678910>>...80

/dports/archivers/libarchive/libarchive-3.5.2/test_utils/
H A Dtest_main.c222 char *src, *tgt, *p; in my_CreateSymbolicLinkA() local
717 static void strdump(const char *e, const char *p, int ewidth, int utf8) in strdump()
799 wcsdump(const char *e, const wchar_t *w) in wcsdump()
1206 char *p, **actual = NULL; in assertion_file_contains_lines_any_order() local
1746 const char *p; in is_symlink() local
2174 struct stat sa, sb; in assertion_compare_fflags() local
2367 char *p, *q; in assertVersion() local
3087 char *p; in slurpfile() local
3178 char *p = buff; in extract_reference_file() local
3766 const char *tmp, *option_arg, *p; in main() local
[all …]
/dports/archivers/paq/paq-20140131_6/
H A Dzpaq.cpp1349 int64_t e=b+n; in save() local
1372 int64_t e=b+n; in sha1() local
2926 int y, e; in ss_isqrt() local
3013 int c, d, e; in ss_fixdown() local
3133 int *a, *b, *c, *d, *e, *f; in ss_mintrosort() local
3676 int c, d, e; in tr_fixdown() local
3800 int *a, *b, *c, *d, *e, *f; in tr_partition() local
3844 int *c, *d, *e; in tr_copy() local
3867 int *c, *d, *e; in tr_partialcopy() local
4616 const unsigned* sa; // suffix array for BWT or LZ77-SA member in LZBuffer
[all …]
/dports/archivers/php73-phar/php-7.3.33/ext/phar/
H A Dphar_object.c342 char *e = *entry + 1, *u = NULL, *u1 = NULL, *saveu = NULL; in phar_postprocess_ru_web() local
759 char *tmp = NULL, sa = '\0'; in PHP_METHOD() local
1383 phar_archive_object *p; member
/dports/archivers/php74-phar/php-7.4.27/ext/phar/
H A Dphar_object.c338 char *e = *entry + 1, *u = NULL, *u1 = NULL, *saveu = NULL; in phar_postprocess_ru_web() local
776 char *tmp = NULL, sa = '\0'; in PHP_METHOD() local
1396 phar_archive_object *p; member
/dports/archivers/php80-phar/php-8.0.15/ext/phar/
H A Dphar_object.c339 char *e = *entry + 1, *u = NULL, *u1 = NULL, *saveu = NULL; in phar_postprocess_ru_web() local
757 char *tmp = NULL, sa = '\0'; in PHP_METHOD() local
1367 phar_archive_object *p; member
/dports/archivers/php81-phar/php-8.1.1/ext/phar/
H A Dphar_object.c338 char *e = *entry + 1, *u = NULL, *u1 = NULL, *saveu = NULL; in phar_postprocess_ru_web() local
756 char *tmp = NULL, sa = '\0'; in PHP_METHOD() local
1364 phar_archive_object *p; member
/dports/archivers/rpm4/rpm-4.16.1.3/rpmio/
H A Ddigest_libgcrypt.c147 gcry_mpi_t e; member
150 static int pgpSetSigMpiRSA(pgpDigAlg pgpsig, int num, const uint8_t *p) in pgpSetSigMpiRSA()
168 static int pgpSetKeyMpiRSA(pgpDigAlg pgpkey, int num, const uint8_t *p) in pgpSetKeyMpiRSA()
241 gcry_mpi_t p; member
247 static int pgpSetSigMpiDSA(pgpDigAlg pgpsig, int num, const uint8_t *p) in pgpSetSigMpiDSA()
269 static int pgpSetKeyMpiDSA(pgpDigAlg pgpkey, int num, const uint8_t *p) in pgpSetKeyMpiDSA()
360 static int pgpSetSigMpiEDDSA(pgpDigAlg pgpsig, int num, const uint8_t *p) in pgpSetSigMpiEDDSA()
382 static int pgpSetKeyMpiEDDSA(pgpDigAlg pgpkey, int num, const uint8_t *p) in pgpSetKeyMpiEDDSA()
462 static int pgpSetMpiNULL(pgpDigAlg pgpkey, int num, const uint8_t *p) in pgpSetMpiNULL()
529 pgpDigAlg sa = xcalloc(1, sizeof(*sa)); in pgpSignatureNew() local
H A Ddigest_openssl.c20 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) in RSA_set0_key()
62 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g) in DSA_set0_pqg()
294 BIGNUM *e; /* Public Exponent */ member
333 static int pgpSetKeyMpiRSA(pgpDigAlg pgpkey, int num, const uint8_t *p) in pgpSetKeyMpiRSA()
399 static int pgpSetSigMpiRSA(pgpDigAlg pgpsig, int num, const uint8_t *p) in pgpSetSigMpiRSA()
519 BIGNUM *p; /* Prime */ member
561 static int pgpSetKeyMpiDSA(pgpDigAlg pgpkey, int num, const uint8_t *p) in pgpSetKeyMpiDSA()
673 static int pgpSetSigMpiDSA(pgpDigAlg pgpsig, int num, const uint8_t *p) in pgpSetSigMpiDSA()
789 static int pgpSetKeyMpiEDDSA(pgpDigAlg pgpkey, int num, const uint8_t *p) in pgpSetKeyMpiEDDSA()
869 static int pgpSetMpiNULL(pgpDigAlg pgpkey, int num, const uint8_t *p) in pgpSetMpiNULL()
[all …]
/dports/archivers/vbz-compression/vbz_compression-1.0.1/third_party/catch2/
H A Dcatch.hpp1111 cli::pin_ptr<System::Byte> p = &bytes[0]; variable
1149 std::string stringify(const T& e) { in stringify()
1154 std::string convertUnknownEnumToString( E e ) { in convertUnknownEnumToString()
3210 void throw_exception(Ex const& e) { in throw_exception()
7968 void throw_exception(std::exception const& e) { in throw_exception()
8195 struct sigaction sa = { }; in FatalConditionHandler() local
13492 XmlWriter::ScopedElement e = xml.scopedElement( "testsuite" ); in writeGroup() local
13545 XmlWriter::ScopedElement e = xml.scopedElement( "testcase" ); in writeSection() local
13605 XmlWriter::ScopedElement e = xml.scopedElement( elementName ); in writeAssertion() local
13919 XmlWriter::ScopedElement e = m_xml.scopedElement( "OverallResults" ); in sectionEnded() local
[all …]
/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Dcustomorbit.cpp390 const int p = 0; //Planet 0 in computePosition() local
455 const int p = 1; //Planet 1 in computePosition() local
598 double a, sa, sn, b, sb, c, sc, e, e2, l, g, w1, w2; in computePosition() local
1342 double e = 0.0151; in computePosition() local
1411 double e = 0.0002; in computePosition() local
2229 double e = sqrt(square(a1) + square(a2)); in computePosition() local
2355 double e = 0.103458 - in computePosition() local
2363 double p = om + in computePosition() local
2451 double e = e_ - in computePosition() local
2513 double e = 0.16326; in computePosition() local
[all …]
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Dcustomorbit.cpp390 const int p = 0; //Planet 0 in computePosition() local
455 const int p = 1; //Planet 1 in computePosition() local
598 double a, sa, sn, b, sb, c, sc, e, e2, l, g, w1, w2; in computePosition() local
1342 double e = 0.0151; in computePosition() local
1411 double e = 0.0002; in computePosition() local
2229 double e = sqrt(square(a1) + square(a2)); in computePosition() local
2355 double e = 0.103458 - in computePosition() local
2363 double p = om + in computePosition() local
2451 double e = e_ - in computePosition() local
2513 double e = 0.16326; in computePosition() local
[all …]
/dports/astro/geographiclib/GeographicLib-1.52/examples/
H A Dexample-CircularEngine.cpp21 double sa[] = {6, 5, 4, 3, 2, 1}; // sine coefficients in main() local
25 double x = 2, y = 3, z = 1, p = hypot(x, y); in main() local
31 catch (const exception& e) { in main() local
/dports/astro/libosmium/libosmium-2.17.2/test/catch/
H A Dcatch.hpp1604 cli::pin_ptr<System::Byte> p = &bytes[0]; variable
1642 std::string stringify(const T& e) { in stringify()
1647 std::string convertUnknownEnumToString( E e ) { in convertUnknownEnumToString()
3875 void throw_exception(Ex const& e) { in throw_exception()
6486 inline void keep_memory(T* p) { in keep_memory()
7239 auto wrap_estimate = [](Estimate<double> e) { in analyse()
7658 double w, p; in erf_inv() local
7763 double normal_quantile(double p) { in normal_quantile()
10524 void throw_exception(std::exception const& e) { in throw_exception()
10937 struct sigaction sa = { }; in engage_platform() local
[all …]
/dports/astro/nightfall/nightfall-1.92/
H A DLightLib.c1398 double sa, sc; /* sign */ in RootBisect() local
1477 double Delta = 0.0, e = 0.0; /* convergence testing */ in RootFind() local
1482 double p, q, r, s; /* for quadratic interpol. */ in RootFind() local
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/chartdldr_pi/src/
H A Dpugixml.cpp2565 #define PUGI__ENDSWITH(c, e) ((c) == (e) || ((c) == 0 && endch == (e))) argument
4380 for (xml_attribute_struct* sa = sn->first_attribute; sa; sa = sa->next_attribute) in node_copy_contents() local
4437 PUGI__FN void node_copy_attribute(xml_attribute_struct* da, xml_attribute_struct* sa) in node_copy_attribute()
5351 PUGI__FN xml_node::xml_node(xml_node_struct* p): _root(p) in xml_node()
7740 PUGI__FN const char_t* find_substring(const char_t* s, const char_t* p) in find_substring()
8251 const char_t* p = find_char(name, ':'); in local_name() local
8283 xml_node p = node; in namespace_uri() local
8304 xml_node p = parent; in namespace_uri() local
9902 …T> void step_fill(xpath_node_set_raw& ns, xml_attribute_struct* a, xml_node_struct* p, xpath_alloc… in step_fill()
10486 xpath_string p = _right->eval_string(c, swapped_stack); in eval_string() local
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dchcanv.cpp4344 wxPoint2DDouble p; in GetCanvasPointPixVP() local
4765 wxPoint2DDouble p(VPoint.pix_width / 2.0, VPoint.pix_height / 2.0); in PanCanvas() local
6410 TrackPoint* p = g_pActiveTrack->GetLastPoint(); in UpdateShips() local
6736 wxPoint p; in ShowChartInfoWindow() local
7117 wxPoint p = ClientToScreen( wxPoint( x, y ) ); in MouseEventSetup() local
8835 …for( Ais8_001_22_SubAreaList::iterator sa = area_notice.sub_areas.begin(); sa != area_notice.sub_a… in ShowObjectQueryWindow() local
8937 …for( std::vector< Ais8_001_22_SubArea >::iterator sa = ( *an )->sub_areas.begin(); sa != ( *an )->… in ShowObjectQueryWindow() local
9742 double p = (double)i * (1.0/(double)milesDiff); in RenderRouteLegs() local
12971 ChartFamilyEnum e = (ChartFamilyEnum)ctei.GetChartFamily(); in UpdateCanvasControlBar() local
13627 unsigned char *p; in GetIntEndian() local
[all …]
H A Dpugixml.cpp2565 #define PUGI__ENDSWITH(c, e) ((c) == (e) || ((c) == 0 && endch == (e))) argument
4380 for (xml_attribute_struct* sa = sn->first_attribute; sa; sa = sa->next_attribute) in node_copy_contents() local
4437 PUGI__FN void node_copy_attribute(xml_attribute_struct* da, xml_attribute_struct* sa) in node_copy_attribute()
5351 PUGI__FN xml_node::xml_node(xml_node_struct* p): _root(p) in xml_node()
7740 PUGI__FN const char_t* find_substring(const char_t* s, const char_t* p) in find_substring()
8251 const char_t* p = find_char(name, ':'); in local_name() local
8283 xml_node p = node; in namespace_uri() local
8304 xml_node p = parent; in namespace_uri() local
9902 …T> void step_fill(xpath_node_set_raw& ns, xml_attribute_struct* a, xml_node_struct* p, xpath_alloc… in step_fill()
10486 xpath_string p = _right->eval_string(c, swapped_stack); in eval_string() local
[all …]
/dports/astro/py-ephem/ephem-4.1.3/libastro/
H A Dmagdecl.c29 double e, /* elevation, m */ in magdecl()
123 crlat2,q,q1,q2,ct,st,r2,r,d,ca,sa,aor,ar,br,bt,bp,bpp, in E0000() local
126 static float *p = snorm; in E0000() local
H A Dmoon.c3040 CHAR *p; in g2plan() local
3164 CHAR *p; in g1plan() local
3305 double a, sa, sn, b, sb, c, sc, e, e2, l, g, w1, w2; in moon_fast() local
/dports/astro/qmapshack/qmapshack-V_1.16.1/3rdparty/alglib/src/
H A Dalglibinternal.cpp3578 sreal *p = (sreal*)_p; in _sreal_init() local
5794 /* Real */ ae_vector* e, in rmatrixbdmkl()
5915 /* Real */ ae_vector* e, in smatrixtdmkl()
5974 /* Real */ ae_vector* e, in hmatrixtdmkl()
6033 /* Real */ ae_vector* e, in rmatrixbdsvdmkl()
6145 /* Real */ ae_vector* e, in smatrixtdevdmkl()
9720 double sa, in rmatrixscaledtrsafesolve()
9981 double sa, in cmatrixscaledtrsafesolve()
12091 double p; in linmin_mcstep() local
13104 double* e, in hpcchunkedgradient()
[all …]
H A Dinterpolation.cpp18269 double p, in idwbuildersetalgotextbookshepard()
18608 double p; in idwtscalcbuf() local
21663 double* sa, in lsfitscalexy()
24542 double sa; in spline1dfitpenalizedw() local
25075 /* Real */ ae_vector* e, in spline1drootsandextrema()
30226 double e; in polynomialbar2pow() local
31095 double sa; in polynomialcalccheb1() local
31292 double sa; in polynomialcalccheb2() local
32064 double sa; in polynomialfitwc() local
37291 double sa; in lsfit_spline1dfitinternal() local
[all …]
H A Dlinalg.cpp30124 double sa; in rcond_spdmatrixrcondcholeskyinternal() local
30372 double sa; in rcond_hpdmatrixrcondcholeskyinternal() local
40043 ae_vector e; in rmatrixsvd() local
42051 double p; in hsschur_aux2x2schur() local
43254 ae_vector e; in smatrixevd() local
43346 ae_vector e; in smatrixevdr() local
43423 ae_vector e; in smatrixevdi() local
43509 ae_vector e; in hmatrixevd() local
43664 ae_vector e; in hmatrixevdr() local
43815 ae_vector e; in hmatrixevdi() local
[all …]
/dports/astro/qmapshack/qmapshack-V_1.16.1/3rdparty/alglib/tests/
H A Dtest_c.cpp21940 ae_vector e; in testortfacunit_testrbdproblem() local
22237 ae_vector e; in testortfacunit_testrtdproblem() local
22436 ae_vector e; in testortfacunit_testctdproblem() local
23928 ae_vector e; in testbdsvd() local
62946 ae_vector e; in testevdunit_testevdset() local
67702 double e; in testmlpbaseunit_testgradient() local
77622 double e; in testmlptrainunit_testmlpxorcls() local
78493 double e; in testmlptrainunit_testmlptrainens() local
88744 double sa; in testspline1d() local
93956 double sa; in testlsfitunit_testsplinefitting() local
[all …]
/dports/astro/xplanet/xplanet-1.3.1/src/libephemeris/
H A DEphemerisLow.cpp65 double e[8][3] = { { 0.2056317526, 0.0002040653, -28349.e-10 }, in GetHeliocentricXYZ() local
119 double sa[8][9] = { { -29, -1, 9, 6, -6, 5, 4, 0, 0 }, in GetHeliocentricXYZ() local
233 double e = (al + (ex - ex3/8)*sin(al) + 0.5 * ex2 * sin(2*al) in kepler() local
260 EphemerisLow::ellipx(const double a, const double dlm, const double e, in ellipx()
261 const double p, const double dia, const double omega, in ellipx()
307 double *a, double *dlm, double *e, in calcHeliocentricXYZ()
309 int *kp, double *ca, double *sa, in calcHeliocentricXYZ()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dardour_ui_session.cc416 catch (SessionException const& e) { in load_session_stage_two() local
629 catch (SessionException const& e) { in build_session_stage_two() local
902 Session::SaveAs sa; in save_session_as() local
1016 vector<std::string> p; in process_snapshot_session_prompter() local
1064 catch (Glib::Error const& e) { in open_session() local

12345678910>>...80