Home
last modified time | relevance | path

Searched defs:wtc (Results 1 – 24 of 24) sorted by relevance

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/include/asm/mach-rc32434/
H A Dinteg.h40 u32 wtc; /* Watchdog timer control. use WTC_ */ member
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/include/asm/mach-rc32434/
H A Dinteg.h40 u32 wtc; /* Watchdog timer control. use WTC_ */ member
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/include/asm/mach-rc32434/
H A Dinteg.h40 u32 wtc; /* Watchdog timer control. use WTC_ */ member
/dports/net-mgmt/pmacct/pmacct-1.7.5/examples/custom/
H A Dlibcustom.c51 int print(u_int64_t wtc, u_int64_t wtc_2, u_int8_t flow_type, in print()
/dports/textproc/hyphen/hyphen-2.8.8/
H A Dexample.c62 int wtc; in main() local
/dports/math/py-heyoka/heyoka.py-0.16.0/heyoka/
H A Dtaylor_expose_integrator.cpp75 … "step", [](hey::taylor_adaptive<T> &ta, bool wtc) { return ta.step(wtc); }, "write_tc"_a = false) in expose_taylor_integrator_common()
77 …"step", [](hey::taylor_adaptive<T> &ta, T max_delta_t, bool wtc) { return ta.step(max_delta_t, wtc… in expose_taylor_integrator_common()
80 … "step_backward", [](hey::taylor_adaptive<T> &ta, bool wtc) { return ta.step_backward(wtc); }, in expose_taylor_integrator_common()
H A Dcore.cpp660 …"step", [](hey::taylor_adaptive_batch<double> &ta, bool wtc) { ta.step(wtc); }, "write_tc"_a = fal… in PYBIND11_MODULE()
663 … [](hey::taylor_adaptive_batch<double> &ta, const std::vector<double> &max_delta_t, bool wtc) { in PYBIND11_MODULE()
/dports/astro/geographiclib/GeographicLib-1.52/src/
H A DSphericalEngine.cpp188 wtc = 0, wtc2 = 0, wts = 0, wts2 = 0; // wt[N - m + 1], wt[N - m + 2] in Value() local
320 wtc = 0, wtc2 = 0, wts = 0, wts2 = 0; // wt[N - m + 1], wt[N - m + 2] in Circle() local
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dplugin_cmn_avro.c42 avro_schema_t p_avro_schema_build_acct_data(u_int64_t wtc, u_int64_t wtc_2) in p_avro_schema_build_acct_data()
400 avro_value_t compose_avro_acct_data(u_int64_t wtc, u_int64_t wtc_2, u_int8_t flow_type, struct pkt_… in compose_avro_acct_data()
H A Dpmacct.c3270 char *pmc_compose_json(u_int64_t wtc, u_int64_t wtc_2, u_int8_t flow_type, struct pkt_primitives *p… in pmc_compose_json()
3687 char *pmc_compose_json(u_int64_t wtc, u_int64_t wtc_2, u_int8_t flow_type, struct pkt_primitives *p… in pmc_compose_json()
3890 void pmc_vlen_prims_get(struct pkt_vlen_hdr_primitives *hdr, pm_cfgreg_t wtc, char **res) in pmc_vlen_prims_get()
3920 void pmc_printf_csv_label(struct pkt_vlen_hdr_primitives *pvlen, pm_cfgreg_t wtc, char *sep, char *… in pmc_printf_csv_label()
H A Dmongodb_plugin.c1002 …_append_string(bson *bson_elem, char *name, struct pkt_vlen_hdr_primitives *pvlen, pm_cfgreg_t wtc) in MongoDB_append_string()
H A Dprint_plugin.c1588 void P_fprintf_csv_string(FILE *f, struct pkt_vlen_hdr_primitives *pvlen, pm_cfgreg_t wtc, char *se… in P_fprintf_csv_string()
H A Dplugin_cmn_json.c42 void compose_json(u_int64_t wtc, u_int64_t wtc_2) in compose_json()
1193 void compose_json(u_int64_t wtc, u_int64_t wtc_2) in compose_json()
H A Dutil.c1167 void evaluate_sums(u_int64_t *wtc, u_int64_t *wtc_2, char *name, char *type) in evaluate_sums()
2529 void vlen_prims_get(struct pkt_vlen_hdr_primitives *hdr, pm_cfgreg_t wtc, char **res) in vlen_prims_get()
2578 void vlen_prims_insert(struct pkt_vlen_hdr_primitives *hdr, pm_cfgreg_t wtc, int len, u_char *val, … in vlen_prims_insert()
2612 int vlen_prims_delete(struct pkt_vlen_hdr_primitives *hdr, pm_cfgreg_t wtc /*, optional realloc */) in vlen_prims_delete()
/dports/math/heyoka/heyoka-0.16.0/src/
H A Dtaylor.cpp2469 std::tuple<taylor_outcome, T> taylor_adaptive_impl<T>::step_impl(T max_delta_t, bool wtc) in step_impl()
2678 std::tuple<taylor_outcome, T> taylor_adaptive_impl<T>::step(bool wtc) in step()
2686 std::tuple<taylor_outcome, T> taylor_adaptive_impl<T>::step_backward(bool wtc) in step_backward()
2692 std::tuple<taylor_outcome, T> taylor_adaptive_impl<T>::step(T max_delta_t, bool wtc) in step()
3656 void taylor_adaptive_batch_impl<T>::step_impl(const std::vector<T> &max_delta_ts, bool wtc) in step_impl()
3939 void taylor_adaptive_batch_impl<T>::step(bool wtc) in step()
3945 void taylor_adaptive_batch_impl<T>::step_backward(bool wtc) in step_backward()
3951 void taylor_adaptive_batch_impl<T>::step(const std::vector<T> &max_delta_ts, bool wtc) in step()
3976 std::function<bool(taylor_adaptive_batch_impl &)> cb, bool wtc, bool with_c_out) in propagate_for_impl()
3996 std::function<bool(taylor_adaptive_batch_impl &)> cb, bool wtc, bool with_c_out) in propagate_until_impl()
[all …]
/dports/astro/geographiclib/GeographicLib-1.52/include/GeographicLib/
H A DCircularEngine.hpp95 real wrc, real wrs, real wtc, real wts) { in SetCoeff()
/dports/misc/vxl/vxl-3.3.2/core/vpgl/algo/
H A Dvpgl_bundle_adjust_lsqr.cxx319 double wtc = t[0] * x * z + t[1] * y * z - t[2] * (x2 + y2); in jac_camera_rotation() local
/dports/math/libxsmm/libxsmm-1.16.3/samples/deeplearning/gxm/include/
H A DEngine.hpp123 int ic, fac, bac, wtc, wdc, wic, bic, sic, bidc, biic; member in MLEngine
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bpgl/algo/
H A Dbpgl_bundle_rolling_shutter_adjust.cxx378 double wtc = t[0]*x*z + t[1]*y*z - t[2]*(x2+y2); in jac_Aij() local
/dports/audio/mumble/mumble-1.3.3/src/murmur/
H A DMessages.cpp1656 WhisperTarget::Channel wtc; in msgVoiceTarget() local
/dports/audio/murmur/mumble-1.3.3/src/murmur/
H A DMessages.cpp1656 WhisperTarget::Channel wtc; in msgVoiceTarget() local
/dports/www/mod_webauth/webauth-4.7.0/modules/webauth/
H A Dmod_webauth.c2112 char *wte, *wtc, *wtlu, *wif, *wsf, *wloa; in check_user_id_hook() local
/dports/misc/visp/visp-3.4.0/modules/tracker/mbt/src/
H A DvpMbTracker.cpp1379 vpTranslationVector wtc(p1.get_oX(), p1.get_oY(), p1.get_oZ()); in addPolygon() local
3225 vpTranslationVector wtc(p1.get_oX(), p1.get_oY(), p1.get_oZ()); in addProjectionErrorPolygon() local
/dports/devel/py-guppy3/guppy3-3.1.2/src/heapy/
H A Dhv.c164 PyObject *wtc = hv->weak_type_callback; in hv_gc_clear() local