Home
last modified time | relevance | path

Searched refs:handle (Results 1 – 25 of 10330) sorted by relevance

12345678910>>...414

/dports/net-p2p/uhub/uhub-a8ee6e7/autotest/
H A Dtest.c66 struct exotic_handle handle; in main() local
892 int total = handle->pass + handle->fail; in exotic_summary()
993 if (!handle) in exotic_add_test()
1012 if (!handle->first) in exotic_add_test()
1029 if (!handle) in exotic_run()
1035 handle->current = handle->first; in exotic_run()
1042 handle->pass++; in exotic_run()
1045 handle->fail++; in exotic_run()
1048 handle->current = handle->current->next; in exotic_run()
1054 if (!handle->first) in exotic_run()
[all …]
/dports/math/libxsmm/libxsmm-1.16.3/src/
H A Dlibxsmm_dnn_fullyconnected.c31 memset(handle, 0, sizeof(*handle)); in libxsmm_dnn_create_fullyconnected()
36 handle->bk = handle->desc.bk; in libxsmm_dnn_create_fullyconnected()
37 handle->bn = handle->desc.bn; in libxsmm_dnn_create_fullyconnected()
38 handle->bc = handle->desc.bc; in libxsmm_dnn_create_fullyconnected()
41 handle->bn = handle->desc.N; in libxsmm_dnn_create_fullyconnected()
45 handle->bc = handle->desc.C; in libxsmm_dnn_create_fullyconnected()
49 handle->bk = handle->desc.K; in libxsmm_dnn_create_fullyconnected()
554 handle->blocksifm = handle->desc.C / handle->ifmblock; in libxsmm_dnn_create_fullyconnected()
555 handle->blocksofm = handle->desc.K / handle->ofmblock; in libxsmm_dnn_create_fullyconnected()
568handle->desc.C * handle->desc.K + sizeof(libxsmm_bfloat16) * handle->desc.threads * handle->bk * h… in libxsmm_dnn_create_fullyconnected()
[all …]
H A Dlibxsmm_dnn_convolution.c103 …if ((handle->ofw <= 14) && (handle->desc.K > 512) && (handle->desc.R == 1) && (handle->desc.S == 1… in libxsmm_dnn_convolution_setup_pack_input_fwd()
623 …if ((handle->desc.N != handle->desc.threads) && (handle->desc.R > 1 || handle->desc.S > 1 ) && (ha… in libxsmm_dnn_convolution_setup_upd_ofh_rb()
632 …if (handle->ofh == 56 && handle->desc.R == 1 && handle->desc.S == 1 && handle->desc.u == 1 && hand… in libxsmm_dnn_convolution_setup_block_upd_IFM()
678 … (handle->ofw == 7 && handle->desc.N == 92 && handle->desc.threads == 92 && handle->desc.R == 3 &&… in libxsmm_dnn_convolution_setup_weight_copies_upd()
709 … (handle->ofw == 7 && handle->desc.N == 92 && handle->desc.threads == 92 && handle->desc.R == 3 &&… in libxsmm_dnn_convolution_setup_linearized_tasklist_upd()
716 …if ((handle->blocksofm * handle->blocksifm * handle->desc.R * handle->desc.S > (handle->desc.threa… in libxsmm_dnn_convolution_setup_linearized_tasklist_upd()
741 …if (handle->ofw >= 56 && handle->ofh >=56 && handle->desc.R == 1 && handle->desc.S == 1 && handle-… in libxsmm_dnn_convolution_setup_bf16_upd()
753 compute_pixels = handle->ofw * handle->ofh + 2 * handle->desc.pad_w * (handle->ofh-1); in libxsmm_dnn_convolution_setup_bf16_upd()
864handle->upd_lp_filter_full_scratch_size = (size_t)handle->desc.R * handle->desc.S * handle->desc.C… in libxsmm_dnn_convolution_setup_upd_scratch()
968handle->A_offsets[i] = (ifm * handle->desc.R * handle->desc.S * handle->ifmblock * handle->ofmbloc… in libxsmm_dnn_convolution_setup()
[all …]
/dports/audio/libinstpatch/libinstpatch-1.1.6/libinstpatch/
H A DIpatchFileBuf.c421 if(handle->buf_position < handle->buf->len) in ipatch_file_buf_load()
423 handle->position += handle->buf->len - handle->buf_position; in ipatch_file_buf_load()
570 if(!_ipatch_file_write_no_pos_update(handle, handle->buf->data, handle->buf->len, err)) in ipatch_file_buf_commit()
614 handle->position = (handle->buf->len + offset) - handle->buf_position; in ipatch_file_buf_seek()
816 if(handle->buf_position + 1 > handle->buf->len) in ipatch_file_buf_write_u8()
840 if(handle->buf_position + 2 > handle->buf->len) in ipatch_file_buf_write_u16()
865 if(handle->buf_position + 4 > handle->buf->len) in ipatch_file_buf_write_u32()
890 if(handle->buf_position + 8 > handle->buf->len) in ipatch_file_buf_write_u64()
914 if(handle->buf_position + 1 > handle->buf->len) in ipatch_file_buf_write_s8()
938 if(handle->buf_position + 2 > handle->buf->len) in ipatch_file_buf_write_s16()
[all …]
/dports/sysutils/pacman/pacman-5.1.3/lib/libalpm/
H A Dhandle.c48 handle->lockfd = -1; in _alpm_handle_new()
50 return handle; in _alpm_handle_new()
55 if(handle == NULL) { in _alpm_handle_free()
82 FREE(handle->root); in _alpm_handle_free()
84 FREE(handle->dbext); in _alpm_handle_free()
89 FREE(handle->arch); in _alpm_handle_free()
100 FREE(handle); in _alpm_handle_free()
334 handle->dlcb = cb; in alpm_option_set_dlcb()
431 handle->hookdirs = alpm_list_add(handle->hookdirs, newhookdir); in alpm_option_add_hookdir()
485 handle->cachedirs = alpm_list_add(handle->cachedirs, newcachedir); in alpm_option_add_cachedir()
[all …]
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/prompt_toolkit/key_binding/bindings/
H A Dbasic.py35 @handle("c-a")
36 @handle("c-b")
37 @handle("c-c")
38 @handle("c-d")
39 @handle("c-e")
61 @handle("f1")
62 @handle("f2")
63 @handle("f3")
64 @handle("f4")
65 @handle("f5")
[all …]
/dports/math/libxsmm/libxsmm-1.16.3/src/template/
H A Dlibxsmm_dnn_convolve_st_fwd_nhwc_custom-rsck_generic.tpl.c28 …utput_type*)handle->reg_output->data + ((size_t)handle->desc.pad_h_out * handle->ofwp + handle->de…
29 …SMM_VLA_DECL(5, element_output_type, output, out, handle->ofhp, handle->ofwp, handle->blocksofm, h…
31 …nst int IFW = (handle->fwd_padding_copy == 1) ? handle->ifwp + 2*handle->desc.pad_w : ( (handle->p…
32 …nst int IFH = (handle->fwd_padding_copy == 1) ? handle->ifhp + 2*handle->desc.pad_h : ( (handle->p…
116 …if ( (ij >= handle->desc.pad_h) && (ii >= handle->desc.pad_w) && (ij < handle->ifhp+handle->desc.p…
120 …, input_src, img, ij-handle->desc.pad_h, ii-handle->desc.pad_w, ifm1, ifm2, handle->ifhp, handle-…
139 const int work = handle->desc.N * handle->blocksofm * handle->ofh;
151 ofm1 = (imgofm1ofh % (handle->blocksofm*handle->ofh))/handle->ofh;
152 oj = (imgofm1ofh % (handle->blocksofm*handle->ofh))%handle->ofh;
242 ofm1 = (imgofm1ofh % (handle->blocksofm*handle->ofh))/handle->ofh;
[all …]
H A Dlibxsmm_dnn_convolve_st_bwd_nhwc_custom-rsck_generic.tpl.c27 int transpose_work = handle->blocksifm * handle->blocksofm * handle->desc.R * handle->desc.S;
66 …ofm1 = (task%(handle->blocksofm * handle->desc.R * handle->desc.S))/(handle->desc.R * handle->desc…
67 …kj = ((task%(handle->blocksofm * handle->desc.R * handle->desc.S))%(handle->desc.R * handle->des…
68 …ki = ((task%(handle->blocksofm * handle->desc.R * handle->desc.S))%(handle->desc.R * handle->des…
70 …t, ifm1, ofm1, handle->desc.R-1-kj, handle->desc.S-1-ki, 0, 0, handle->blocksofm, handle->desc.R,
72 …, ifm1, ofm1, handle->desc.R-1-kj, handle->desc.S-1-ki, 0, 16, handle->blocksofm, handle->desc.R,
74 …, ifm1, ofm1, handle->desc.R-1-kj, handle->desc.S-1-ki, 0, 32, handle->blocksofm, handle->desc.R,
76 …, ifm1, ofm1, handle->desc.R-1-kj, handle->desc.S-1-ki, 0, 48, handle->blocksofm, handle->desc.R,
95 …fm1, ofm1, handle->desc.R-1-kj , handle->desc.S-1-ki, ofm2, ifm2, handle->blocksofm, handle->desc.…
325handle->grad_input->data + ((size_t)handle->desc.pad_h_in * handle->ifwp + handle->desc.pad_w_in) …
[all …]
H A Dlibxsmm_dnn_convolve_st_upd_custom_custom_generic_bf16.tpl.c103 const int reduce_work = (handle->desc.C * handle->desc.K * handle->desc.R * handle->desc.S)/16;
156 handle->ifmblock, handle->ifhp*handle->ifwp, handle->ifmblock, handle->input_pixels );
179handle->ifmblock, handle->ifwp/handle->desc.v, 2*handle->ifmblock, handle->input_pixels );
184 …CESS(5, input, img, ifm1, ij*handle->desc.u, ii*handle->desc.v, ifm2, handle->blocksifm, handle->i…
207 …+ img * handle->blocksofm * handle->ofwp * handle->ofhp * handle->ofmblock + ofm1 * handle->ofwp *…
284handle->ifmblock, handle->ifwp_extended, handle->ifmblock, handle->ifhp*handle->ifwp_extended );
473 …if (handle->desc.threads == 27 && handle->desc.N == 27 && handle->desc.C == 256 && handle->desc.K …
479 …if (handle->desc.threads == 27 && handle->desc.N == 27 && handle->desc.R == 3 && handle->desc.S ==…
569handle->ifmblock, handle->ifhp*handle->ifwp, handle->ifmblock, handle->input_pixels );
574handle->ifmblock, handle->ifwp/handle->desc.v, 2*handle->ifmblock, handle->input_pixels );
[all …]
H A Dlibxsmm_dnn_convolve_st_upd_nhwc_custom-rsck_generic.tpl.c16 …xsmm_blasint LDB = (handle->upd_pack_input == 1) ? handle->blocksifm * handle->ifmblock : handle->…
26 const int IFWP = (handle->upd_padding_copy == 1) ? handle->ifwp + 2*handle->desc.pad_w : handle->i…
27 const int IFHP = (handle->upd_padding_copy == 1) ? handle->ifhp + 2*handle->desc.pad_h : handle->i…
66 …if ( (ij >= handle->desc.pad_h) && (ii >= handle->desc.pad_w) && (ij < handle->ifhp+handle->desc.p…
170 const int work = handle->desc.R * handle->desc.S * handle->blocksofm * handle->blocksifm;
193 …const int img_chunk = (handle->desc.N % handle->desc.threads == 0) ? handle->desc.N/handle->desc.t…
215 …if (!((handle->desc.N == 1) && (handle->upd_ofh_rb == handle->ofh) && (handle->upd_ofw_rb == handl…
391 …if (handle->desc.threads == 27 && handle->desc.N == 27 && handle->desc.C == 256 && handle->desc.K …
412 …const int work = handle->desc.R * handle->desc.S * handle->blocksofm * handle->blocksifm * handle-…
516 if (!((handle->upd_ofh_rb == handle->ofh) && (handle->upd_ofw_rb == handle->ofw))) {
[all …]
H A Dlibxsmm_dnn_convolve_st_fwd_custom_custom_generic_bf16.tpl.c32 …(element_output_type*)handle->reg_output->data + ((size_t)handle->desc.pad_h_out * handle->ofwp +
33 …ar*)handle->scratch + handle->fwd_lp_output_full_scratch_offset) + ((size_t)handle->desc.pad_h_out…
36 …SMM_VLA_DECL(5, element_output_type, output, out, handle->blocksofm, handle->ofhp, handle->ofwp, h…
37 LIBXSMM_VLA_DECL(5, float, output_fp32, out_fp32, handle->blocksofm, handle->ofhp, handle->ofwp, ha…
40 const int IFW = (handle->pack_input == 1) ? handle->ofwp : handle->ifwp;
41 const int IFH = (handle->pack_input == 1) ? handle->ofhp : handle->ifhp;
107 const int work = handle->desc.N * handle->blocksofm * handle->ofh;
118 ofm1 = (imgofm1ofh % (handle->blocksofm*handle->ofh))/handle->ofh;
119 oj = (imgofm1ofh % (handle->blocksofm*handle->ofh))%handle->ofh;
233 ofm1 = (imgofm1ofh % (handle->blocksofm*handle->ofh))/handle->ofh;
[all …]
/dports/mail/cone/cone-1.1/libs/rfc2045/
H A Drfc3676parser.c171 if (!handle) in rfc3676parser_init()
254 size_t n=(*handle->line_handler)(handle, p, cnt); in parse_unicode()
278 (*handle->line_handler)(handle, NULL, 0); in rfc3676parser_deinit()
309 (*handle->content_handler)(handle, NULL, 0); in scan_crlf()
359 if ((*handle->content_handler)(handle, &cr, 1)) in scan_crlf_seen_cr()
652 handle->previous_quote_level=handle->quote_level; in seen_content_sp()
681 handle->errflag=(*handle->info.line_begin)(handle->quote_level, in emit_line_begin()
688 handle->errflag=(*handle->info.line_flowed_notify) in emit_line_flowed_wrap()
697 handle->errflag=(*handle->info.line_contents) in emit_line_contents()
704 handle->errflag=(*handle->info.line_end)(handle->info.arg); in emit_line_end()
[all …]
/dports/mail/sqwebmail/sqwebmail-6.0.6/libs/rfc2045/
H A Drfc3676parser.c171 if (!handle) in rfc3676parser_init()
254 size_t n=(*handle->line_handler)(handle, p, cnt); in parse_unicode()
278 (*handle->line_handler)(handle, NULL, 0); in rfc3676parser_deinit()
309 (*handle->content_handler)(handle, NULL, 0); in scan_crlf()
359 if ((*handle->content_handler)(handle, &cr, 1)) in scan_crlf_seen_cr()
652 handle->previous_quote_level=handle->quote_level; in seen_content_sp()
681 handle->errflag=(*handle->info.line_begin)(handle->quote_level, in emit_line_begin()
688 handle->errflag=(*handle->info.line_flowed_notify) in emit_line_flowed_wrap()
697 handle->errflag=(*handle->info.line_contents) in emit_line_contents()
704 handle->errflag=(*handle->info.line_end)(handle->info.arg); in emit_line_end()
[all …]
/dports/mail/courier-imap/courier-imap-5.1.4/libs/rfc2045/
H A Drfc3676parser.c171 if (!handle) in rfc3676parser_init()
254 size_t n=(*handle->line_handler)(handle, p, cnt); in parse_unicode()
278 (*handle->line_handler)(handle, NULL, 0); in rfc3676parser_deinit()
309 (*handle->content_handler)(handle, NULL, 0); in scan_crlf()
359 if ((*handle->content_handler)(handle, &cr, 1)) in scan_crlf_seen_cr()
652 handle->previous_quote_level=handle->quote_level; in seen_content_sp()
681 handle->errflag=(*handle->info.line_begin)(handle->quote_level, in emit_line_begin()
688 handle->errflag=(*handle->info.line_flowed_notify) in emit_line_flowed_wrap()
697 handle->errflag=(*handle->info.line_contents) in emit_line_contents()
704 handle->errflag=(*handle->info.line_end)(handle->info.arg); in emit_line_end()
[all …]
/dports/mail/maildrop/maildrop-3.0.3/libs/rfc2045/
H A Drfc3676parser.c171 if (!handle) in rfc3676parser_init()
254 size_t n=(*handle->line_handler)(handle, p, cnt); in parse_unicode()
278 (*handle->line_handler)(handle, NULL, 0); in rfc3676parser_deinit()
309 (*handle->content_handler)(handle, NULL, 0); in scan_crlf()
359 if ((*handle->content_handler)(handle, &cr, 1)) in scan_crlf_seen_cr()
652 handle->previous_quote_level=handle->quote_level; in seen_content_sp()
681 handle->errflag=(*handle->info.line_begin)(handle->quote_level, in emit_line_begin()
688 handle->errflag=(*handle->info.line_flowed_notify) in emit_line_flowed_wrap()
697 handle->errflag=(*handle->info.line_contents) in emit_line_contents()
704 handle->errflag=(*handle->info.line_end)(handle->info.arg); in emit_line_end()
[all …]
/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/prompt_toolkit/key_binding/bindings/
H A Dbasic.py35 @handle('c-a')
36 @handle('c-b')
37 @handle('c-c')
38 @handle('c-d')
39 @handle('c-e')
40 @handle('c-f')
61 @handle('f1')
62 @handle('f2')
63 @handle('f3')
64 @handle('f4')
[all …]
/dports/devel/py-lineedit/lineedit-0.1.6/lineedit/deps/prompt_toolkit/key_binding/bindings/
H A Dbasic.py35 @handle('c-a')
36 @handle('c-b')
37 @handle('c-c')
38 @handle('c-d')
39 @handle('c-e')
40 @handle('c-f')
61 @handle('f1')
62 @handle('f2')
63 @handle('f3')
64 @handle('f4')
[all …]
/dports/editors/lazarus/lazarus/lcl/interfaces/qt5/cbindings/src/
H A Dqtextformat_c.cpp19 void QTextLength_Destroy(QTextLengthH handle) in QTextLength_Destroy() argument
21 delete (QTextLength *)handle; in QTextLength_Destroy()
49 void QTextFormat_Destroy(QTextFormatH handle) in QTextFormat_Destroy() argument
51 delete (QTextFormat *)handle; in QTextFormat_Destroy()
79 int QTextFormat_type(QTextFormatH handle) in QTextFormat_type() argument
288 delete (QTextCharFormat *)handle; in QTextCharFormat_Destroy()
609 delete (QTextBlockFormat *)handle; in QTextBlockFormat_Destroy()
734 delete (QTextListFormat *)handle; in QTextListFormat_Destroy()
797 delete (QTextImageFormat *)handle; in QTextImageFormat_Destroy()
846 delete (QTextFrameFormat *)handle; in QTextFrameFormat_Destroy()
[all …]
H A Dqstyleoption_c.cpp14 int QStyleOption_version(QStyleOptionH handle) in QStyleOption_version() argument
21 ((QStyleOption *)handle)->version = version; in QStyleOption_setVersion()
24 int QStyleOption_type(QStyleOptionH handle) in QStyleOption_type() argument
31 ((QStyleOption *)handle)->type = type; in QStyleOption_setType()
101 delete (QStyleOption *)handle; in QStyleOption_Destroy()
136 delete (QStyleOptionFocusRect *)handle; in QStyleOptionFocusRect_Destroy()
171 delete (QStyleOptionFrame *)handle; in QStyleOptionFrame_Destroy()
426 delete (QStyleOptionHeader *)handle; in QStyleOptionHeader_Destroy()
481 delete (QStyleOptionButton *)handle; in QStyleOptionButton_Destroy()
616 delete (QStyleOptionTab *)handle; in QStyleOptionTab_Destroy()
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/qt5/cbindings/src/
H A Dqtextformat_c.cpp19 void QTextLength_Destroy(QTextLengthH handle) in QTextLength_Destroy() argument
21 delete (QTextLength *)handle; in QTextLength_Destroy()
49 void QTextFormat_Destroy(QTextFormatH handle) in QTextFormat_Destroy() argument
51 delete (QTextFormat *)handle; in QTextFormat_Destroy()
79 int QTextFormat_type(QTextFormatH handle) in QTextFormat_type() argument
288 delete (QTextCharFormat *)handle; in QTextCharFormat_Destroy()
609 delete (QTextBlockFormat *)handle; in QTextBlockFormat_Destroy()
734 delete (QTextListFormat *)handle; in QTextListFormat_Destroy()
797 delete (QTextImageFormat *)handle; in QTextImageFormat_Destroy()
846 delete (QTextFrameFormat *)handle; in QTextFrameFormat_Destroy()
[all …]
H A Dqstyleoption_c.cpp14 int QStyleOption_version(QStyleOptionH handle) in QStyleOption_version() argument
21 ((QStyleOption *)handle)->version = version; in QStyleOption_setVersion()
24 int QStyleOption_type(QStyleOptionH handle) in QStyleOption_type() argument
31 ((QStyleOption *)handle)->type = type; in QStyleOption_setType()
101 delete (QStyleOption *)handle; in QStyleOption_Destroy()
136 delete (QStyleOptionFocusRect *)handle; in QStyleOptionFocusRect_Destroy()
171 delete (QStyleOptionFrame *)handle; in QStyleOptionFrame_Destroy()
426 delete (QStyleOptionHeader *)handle; in QStyleOptionHeader_Destroy()
481 delete (QStyleOptionButton *)handle; in QStyleOptionButton_Destroy()
616 delete (QStyleOptionTab *)handle; in QStyleOptionTab_Destroy()
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/cbindings/src/
H A Dqtextformat_c.cpp19 void QTextLength_Destroy(QTextLengthH handle) in QTextLength_Destroy() argument
21 delete (QTextLength *)handle; in QTextLength_Destroy()
49 void QTextFormat_Destroy(QTextFormatH handle) in QTextFormat_Destroy() argument
51 delete (QTextFormat *)handle; in QTextFormat_Destroy()
84 int QTextFormat_type(QTextFormatH handle) in QTextFormat_type() argument
293 delete (QTextCharFormat *)handle; in QTextCharFormat_Destroy()
600 delete (QTextBlockFormat *)handle; in QTextBlockFormat_Destroy()
725 delete (QTextListFormat *)handle; in QTextListFormat_Destroy()
788 delete (QTextImageFormat *)handle; in QTextImageFormat_Destroy()
837 delete (QTextFrameFormat *)handle; in QTextFrameFormat_Destroy()
[all …]
H A Dqstyleoption_c.cpp14 int QStyleOption_version(QStyleOptionH handle) in QStyleOption_version() argument
21 ((QStyleOption *)handle)->version = version; in QStyleOption_setVersion()
24 int QStyleOption_type(QStyleOptionH handle) in QStyleOption_type() argument
31 ((QStyleOption *)handle)->type = type; in QStyleOption_setType()
101 delete (QStyleOption *)handle; in QStyleOption_Destroy()
136 delete (QStyleOptionFocusRect *)handle; in QStyleOptionFocusRect_Destroy()
171 delete (QStyleOptionFrame *)handle; in QStyleOptionFrame_Destroy()
426 delete (QStyleOptionHeader *)handle; in QStyleOptionHeader_Destroy()
481 delete (QStyleOptionButton *)handle; in QStyleOptionButton_Destroy()
616 delete (QStyleOptionTab *)handle; in QStyleOptionTab_Destroy()
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/cbindings/src/
H A Dqtextformat_c.cpp19 void QTextLength_Destroy(QTextLengthH handle) in QTextLength_Destroy() argument
21 delete (QTextLength *)handle; in QTextLength_Destroy()
49 void QTextFormat_Destroy(QTextFormatH handle) in QTextFormat_Destroy() argument
51 delete (QTextFormat *)handle; in QTextFormat_Destroy()
84 int QTextFormat_type(QTextFormatH handle) in QTextFormat_type() argument
293 delete (QTextCharFormat *)handle; in QTextCharFormat_Destroy()
600 delete (QTextBlockFormat *)handle; in QTextBlockFormat_Destroy()
725 delete (QTextListFormat *)handle; in QTextListFormat_Destroy()
788 delete (QTextImageFormat *)handle; in QTextImageFormat_Destroy()
837 delete (QTextFrameFormat *)handle; in QTextFrameFormat_Destroy()
[all …]
H A Dqstyleoption_c.cpp14 int QStyleOption_version(QStyleOptionH handle) in QStyleOption_version() argument
21 ((QStyleOption *)handle)->version = version; in QStyleOption_setVersion()
24 int QStyleOption_type(QStyleOptionH handle) in QStyleOption_type() argument
31 ((QStyleOption *)handle)->type = type; in QStyleOption_setType()
101 delete (QStyleOption *)handle; in QStyleOption_Destroy()
136 delete (QStyleOptionFocusRect *)handle; in QStyleOptionFocusRect_Destroy()
171 delete (QStyleOptionFrame *)handle; in QStyleOptionFrame_Destroy()
426 delete (QStyleOptionHeader *)handle; in QStyleOptionHeader_Destroy()
481 delete (QStyleOptionButton *)handle; in QStyleOptionButton_Destroy()
616 delete (QStyleOptionTab *)handle; in QStyleOptionTab_Destroy()
[all …]

12345678910>>...414