Home
last modified time | relevance | path

Searched +defs:tk +defs:h (Results 1 – 25 of 742) sorted by relevance

12345678910>>...30

/dports/databases/db5/db-5.3.28/lang/sql/jdbc/native/
H A Dmkopc3.c9 struct tk { struct
10 struct tk *next, *other; argument
22 static struct tk * argument
45 append(struct tk **head, struct tk *tk) in append()
47 struct tk *h = *head; in append() local
69 struct tk *tk = NULL; in main() local
/dports/databases/sqliteodbc/sqliteodbc-0.9998/
H A Dmkopc3.c9 struct tk { struct
10 struct tk *next, *other; argument
19 struct tk *ta = (struct tk *) a; in opsort() argument
26 append(struct tk **head, struct tk *tk) in append()
28 struct tk *h = *head; in append() local
50 struct tk *tk = NULL; in main() local
/dports/databases/db5/db-5.3.28/lang/sql/odbc/
H A Dmkopc3.c9 struct tk { struct
10 struct tk *next, *other; argument
19 struct tk *ta = (struct tk *) a; in opsort() argument
26 append(struct tk **head, struct tk *tk) in append()
28 struct tk *h = *head; in append() local
50 struct tk *tk = NULL; in main() local
/dports/audio/musepack/musepack_src_r475/libmpcpsy/
H A Dans.c66 float* h, // out: time response in durbin_akf_to_kh1()
74 float* h, // out: time response in durbin_akf_to_kh2()
77 float tk,e; in durbin_akf_to_kh2() local
87 float* h, // out: time response in durbin_akf_to_kh3()
90 float a,b,tk,e; in durbin_akf_to_kh3() local
108 float* h, // out: time response in durbin_akf_to_kh()
113 float s,a,b,tk,e; in durbin_akf_to_kh() local
168 float h [MAX_NS_ORDER]; in FindOptimalANS() local
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/user_interfaces/
H A Dembedding_in_tk_canvas_sgskip.py12 import Tkinter as tk namespace
14 import tkinter as tk namespace
42 w, h = 300, 200 variable
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/user_interfaces/
H A Dembedding_in_tk_canvas_sgskip.py12 import Tkinter as tk namespace
14 import tkinter as tk namespace
42 w, h = 300, 200 variable
/dports/math/yices/yices-2.6.2/src/io/
H A Dpretty_printer.c241 static void free_token(printer_t *p, void *tk) { in free_token()
461 void *tk; in print_pending() local
506 void *tk; in print_pending_truncated() local
790 uint32_t h; in block_fits_horizontally() local
997 static void print_token(printer_t *p, void *tk) { in print_token()
1193 uint32_t h; in pop_first_block() local
1298 pp_open_token_t *tk; in set_bsizes_and_close() local
1381 static void flush_tokens(formatter_t *f, void *tk) { in flush_tokens()
1398 void *tk; in flush_token_queue() local
1437 pp_open_token_t *tk, *head; in flush_wide_blocks() local
[all …]
/dports/devel/py-pyopencl/pyopencl-2018.2/examples/
H A Ddemo_mandelbrot.py35 h = 2048 variable
114 import six.moves.tkinter as tk namespace
117 import tkinter as tk namespace
/dports/math/fxt/fxt/src/bpol/
H A Dnormalpoly-dual.cc33 const ulong h = 1UL << (deg-1); // aux in gf2n_xx2k_trace() local
39 ulong tk = gf2n_fast_trace(ek, tv); // == sum(ek[i]*tk[i]) in gf2n_xx2k_trace() local
63 const ulong h = 1UL << (deg-1); // aux in gf2n_dual_normal() local
/dports/x11/fbpanel/fbpanel-6.1/plugins/taskbar/
H A Dtaskbar.c167 tk_free_names(task *tk) in tk_free_names()
184 tk_get_names(task *tk) in tk_get_names()
206 tk_set_names(task *tk) in tk_set_names()
336 int w, h; in apply_mask() local
454 int w, h; in get_netwm_icon() local
528 unsigned int w, h; in get_wm_icon() local
614 on_flash_win( task *tk ) in on_flash_win()
624 tk_flash_window( task *tk ) in tk_flash_window()
683 delay_active_win(task* tk) in delay_active_win()
997 task *tk; in tb_net_client_list() local
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DParameterList.java55 HeaderTokenizer h = new HeaderTokenizer(s, HeaderTokenizer.MIME); in ParameterList() local
56 HeaderTokenizer.Token tk; in ParameterList() local
H A DContentType.java59 HeaderTokenizer h = new HeaderTokenizer(s, HeaderTokenizer.MIME); in ContentType() local
60 HeaderTokenizer.Token tk; in ContentType() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DParameterList.java55 HeaderTokenizer h = new HeaderTokenizer(s, HeaderTokenizer.MIME); in ParameterList() local
56 HeaderTokenizer.Token tk; in ParameterList() local
H A DContentType.java59 HeaderTokenizer h = new HeaderTokenizer(s, HeaderTokenizer.MIME); in ContentType() local
60 HeaderTokenizer.Token tk; in ContentType() local
/dports/graphics/openjpeg/openjpeg-2.4.0/src/lib/openmj2/
H A Dmj2.c90 int i, w, h, prec; in mj2_init_stdmovie() local
129 mj2_tk_t *tk = &movie->tk[i]; in mj2_init_stdmovie() local
246 void mj2_tts_decompact(mj2_tk_t * tk) in mj2_tts_decompact()
267 void mj2_stsc_decompact(mj2_tk_t * tk) in mj2_stsc_decompact()
309 void mj2_stco_decompact(mj2_tk_t * tk) in mj2_stco_decompact()
469 int mj2_read_stco(mj2_tk_t * tk, opj_cio_t *cio) in mj2_read_stco()
558 int mj2_read_stsz(mj2_tk_t * tk, opj_cio_t *cio) in mj2_read_stsz()
2531 mj2_tk_t *tk = &movie->tk[i]; in mj2_write_mvhd() local
2694 mj2_tk_t *tk = &movie->tk[i]; in mj2_read_moov() local
2892 mj2_tk_t *tk = NULL; in mj2_destroy_decompress() local
[all …]
H A Dmj2_convert.c40 unsigned int OPJ_CALLCONV yuv_num_frames(mj2_tk_t * tk, char *infile) in yuv_num_frames()
80 opj_image_t * OPJ_CALLCONV mj2_image_create(mj2_tk_t * tk, in mj2_image_create()
106 char OPJ_CALLCONV yuvtoimage(mj2_tk_t * tk, opj_image_t * img, int frame_num, in yuvtoimage()
286 int w, wr, h, hr, i, pad; in imagetobmp() local
/dports/graphics/openjpeg15/openjpeg-version.1.5.2/applications/mj2/
H A Dmj2.c84 int i, w, h, prec; in mj2_init_stdmovie() local
117 mj2_tk_t *tk = &movie->tk[i]; in mj2_init_stdmovie() local
220 void mj2_tts_decompact(mj2_tk_t * tk) in mj2_tts_decompact()
241 void mj2_stsc_decompact(mj2_tk_t * tk) in mj2_stsc_decompact()
282 void mj2_stco_decompact(mj2_tk_t * tk) in mj2_stco_decompact()
439 int mj2_read_stco(mj2_tk_t * tk, opj_cio_t *cio) in mj2_read_stco()
525 int mj2_read_stsz(mj2_tk_t * tk, opj_cio_t *cio) in mj2_read_stsz()
2426 mj2_tk_t *tk = &movie->tk[i]; in mj2_write_mvhd() local
2584 mj2_tk_t *tk = &movie->tk[i]; in mj2_read_moov() local
2756 mj2_tk_t *tk=NULL; in mj2_destroy_decompress() local
[all …]
H A Dmj2_convert.c40 unsigned int yuv_num_frames(mj2_tk_t * tk, char *infile) in yuv_num_frames()
77 opj_image_t *mj2_image_create(mj2_tk_t * tk, opj_cparameters_t *parameters) in mj2_image_create()
102 char yuvtoimage(mj2_tk_t * tk, opj_image_t * img, int frame_num, opj_cparameters_t *parameters, cha… in yuvtoimage()
274 int w,wr,h,hr,i,pad; in imagetobmp() local
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/omapip/
H A Dauth.c49 isc_result_t omapi_auth_key_destroy (omapi_object_t *h, in omapi_auth_key_destroy()
75 omapi_auth_key_t *tk; in omapi_auth_key_enter() local
131 isc_result_t omapi_auth_key_lookup (omapi_object_t **h, in omapi_auth_key_lookup()
194 omapi_object_t *h) in omapi_auth_key_stuff_values()
224 isc_result_t omapi_auth_key_get_value (omapi_object_t *h, in omapi_auth_key_get_value()
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/omapip/
H A Dauth.c49 isc_result_t omapi_auth_key_destroy (omapi_object_t *h, in omapi_auth_key_destroy()
75 omapi_auth_key_t *tk; in omapi_auth_key_enter() local
131 isc_result_t omapi_auth_key_lookup (omapi_object_t **h, in omapi_auth_key_lookup()
194 omapi_object_t *h) in omapi_auth_key_stuff_values()
224 isc_result_t omapi_auth_key_get_value (omapi_object_t *h, in omapi_auth_key_get_value()
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/omapip/
H A Dauth.c49 isc_result_t omapi_auth_key_destroy (omapi_object_t *h, in omapi_auth_key_destroy()
75 omapi_auth_key_t *tk; in omapi_auth_key_enter() local
131 isc_result_t omapi_auth_key_lookup (omapi_object_t **h, in omapi_auth_key_lookup()
194 omapi_object_t *h) in omapi_auth_key_stuff_values()
224 isc_result_t omapi_auth_key_get_value (omapi_object_t *h, in omapi_auth_key_get_value()
/dports/games/kobodeluxe/KoboDeluxe-0.5.1/eel/
H A De_lexer.c100 static int get_figure(bio_file_t *h, int base) in get_figure()
117 static int get_num(bio_file_t *h, int base, int figures) in get_num()
137 static int parse_string(bio_file_t *h) in parse_string()
221 static inline int token(int tk) in token()
238 bio_file_t *h = eel_current.bio; in eel_lex() local
/dports/biology/cufflinks/cufflinks-2.2.1-89-gdc3b0cb/src/locfit/
H A Dev_atree.c61 double h, hmin, score[MXDIM]; local
92 { INT i, i0, i1, d, vc, ns, tk, nce[1024], pv; local
171 { double vv[64][64], *ll, *ur, h, xx[MXDIM]; local
172 INT d, i, lo, tk, ns, nv, nc, vc, ce[64]; local
/dports/science/siconos/siconos-4.4.0/kernel/src/simulationTools/
H A DTimeDiscretisation.cpp36 TimeDiscretisation::TimeDiscretisation(const TkVector& tk): in TimeDiscretisation()
49 TimeDiscretisation::TimeDiscretisation(double t0, double h): in TimeDiscretisation()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/internet/
H A DContentDisposition.java76 HeaderTokenizer h = new HeaderTokenizer(s, HeaderTokenizer.MIME); in ContentDisposition() local
77 HeaderTokenizer.Token tk; in ContentDisposition() local

12345678910>>...30