Home
last modified time | relevance | path

Searched defs:t_str (Results 1 – 25 of 237) sorted by relevance

12345678910

/dports/audio/fossmixer/detroit-0.2.3/engine/
H A Dworker_input.h63 struct t_str { struct
64 struct a_run s[DRIVER_MAX_DRIVERS];
68 void (*cb_key_press)(struct w_par *, struct d_par *);
69 void (*cb_key_release)(struct w_par *, struct d_par *);
70 void (*cb_motion_xy)(struct w_par *, struct d_par *);
71 void (*cb_motion_xyz)(struct w_par *, struct d_par *);
74 struct d_par par_button_press;
75 struct d_par par_button_release;
76 struct d_par par_key_press;
77 struct d_par par_key_release;
[all …]
H A Dworker_cb.h14 struct t_str { struct
23 static void worker_cb_cancel_local(struct t_ctx *, struct t_str *); argument
H A Dworker_remote.h21 struct t_str { struct
22 int s; /* Remote connection listening socket */
24 gnutls_certificate_credentials_t e;
25 gnutls_priority_t f;
28 SSL_CTX *c;
29 SSL *d;
H A Dworker_clock.h6 struct t_str { struct
17 static void worker_clock_cancel_local(struct t_ctx *, struct t_str *); argument
H A Dworker_play.h225 struct t_str { struct
227 snd_pcm_t *alsa_h; /* ALSA device handle */
230 int oss_h; /* OSS device handle */
233 ao_device *ao_h; /* ao device handle */
236 PaStream *port_h; /* PortAudio stream handle */
239 pa_simple *pulse_h; /* PulseAudio connection handle */
242 struct sio_hdl *sndio_h; /* sndio device handle */
244 struct t_ctx *x; /* Mixer thread context */
H A Dworker_draw.h50 struct t_str { struct
52 char *n; /* Application display name */
54 Display *d; /* Application display handle */
56 int c; /* Application default screen */
57 Window r; /* Application root window handle */
59 XWindowAttributes b; /* Application root window attributes */
61 unsigned int m; /* Application refresh rate divider */
H A Dworker_menu.h178 struct t_str { struct
179 Display *d; /* Menu display handle */
181 int c; /* Menu default screen of display */
182 Window r; /* Menu root window handle of screen */
184 XWindowAttributes b; /* Menu root window attributes */
186 unsigned int s_r, s_g, s_b; /* Menu color shift masks for visual color components */
/dports/audio/fossmixer/detroit-0.2.3/examples/gui_vesmir/
H A Dworker_roller.h5 struct t_str { struct
10 static void worker_roller_cancel_local(struct t_ctx *, struct t_str *); argument
/dports/lang/yap/yap-6.2.2/library/mpi/
H A Dmpe.c75 Term t_str = Deref(ARG1); in p_close() local
160 Term t_type = Deref(ARG1), t_num = Deref(ARG2), t_str = Deref(ARG3); in p_log() local
/dports/textproc/apertium/apertium-3.6.1/apertium/
H A Dtransfer_word.h42 string t_str; variable
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/3rd_party/chaiscript-develop/chaiscript/
H A Dchaiscript_defines.hpp155 … auto parse_num(const char *t_str) -> typename std::enable_if<std::is_integral<T>::value, T>::type in parse_num()
170 … auto parse_num(const char *t_str) -> typename std::enable_if<!std::is_integral<T>::value, T>::type in parse_num()
222 T parse_num(const std::string &t_str) in parse_num()
/dports/lang/chaiscript/ChaiScript-6.1.0/include/chaiscript/
H A Dchaiscript_defines.hpp155 … auto parse_num(const char *t_str) -> typename std::enable_if<std::is_integral<T>::value, T>::type in parse_num()
170 … auto parse_num(const char *t_str) -> typename std::enable_if<!std::is_integral<T>::value, T>::type in parse_num()
222 T parse_num(const std::string &t_str) in parse_num()
/dports/benchmarks/py-naarad/naarad-1.0.15/lib/luminol/src/luminol/
H A Dutils.py61 def to_epoch(t_str): argument
/dports/www/firefox-esr/firefox-91.8.0/extensions/spellcheck/hunspell/glue/
H A DRLBoxHunspell.cpp21 tainted_hunspell<char*> t_str = aSandbox.malloc_in_sandbox<char>(size); in allocStrInSandbox() local
31 tainted_hunspell<char*> t_str = aSandbox.malloc_in_sandbox<char>(size); in allocStrInSandbox() local
/dports/mail/thunderbird/thunderbird-91.8.0/extensions/spellcheck/hunspell/glue/
H A DRLBoxHunspell.cpp21 tainted_hunspell<char*> t_str = aSandbox.malloc_in_sandbox<char>(size); in allocStrInSandbox() local
31 tainted_hunspell<char*> t_str = aSandbox.malloc_in_sandbox<char>(size); in allocStrInSandbox() local
/dports/cad/verilator/verilator-4.216/test_regress/t/t_sv_bus_mux_demux/
H A Dsv_bus_mux_demux_def.sv19 typedef logic [7:0][7:0] t_str; typedef
/dports/lang/onyx/onyx-5.1.2/lib/libonyx/src/
H A Denvdict.c44 char *val_str, *t_str; in envdict_l_populate() local
H A Dlibonyx.c103 char *t_str; in libonyx_init() local
/dports/math/py-luminol/luminol-0.3.1/src/luminol/
H A Dutils.py59 def to_epoch(t_str): argument
/dports/www/firefox/firefox-99.0/extensions/spellcheck/hunspell/glue/
H A DRLBoxHunspell.cpp22 tainted_hunspell<char*> t_str = aSandbox.malloc_in_sandbox<char>(size); in allocStrInSandbox() local
33 tainted_hunspell<char*> t_str = aSandbox.malloc_in_sandbox<char>(size); in allocStrInSandbox() local
/dports/devel/vstr/vstr-1.0.15/tst/fmt/
H A Dtst_fmt_str_norm.c11 const char *t_str = NULL; in tst() local
/dports/sysutils/heirloom/heirloom-070715/tabs/
H A Dtabspec.h32 const char *t_str; /* tabulator string */ member
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/cbindings/src/
H A Dqlclaccessiblewidget.h95 PWideString t_str; in actionNames() local
280 PWideString t_str; in text() local
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/cbindings/src/
H A Dqlclaccessiblewidget.h95 PWideString t_str; in actionNames() local
280 PWideString t_str; in text() local
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/3rd_party/chaiscript-develop/chaiscript/utility/
H A Djson_wrap.hpp15 … m.add(chaiscript::fun([](const std::string &t_str) { return from_json(t_str); }), "from_json"); in library()

12345678910