Home
last modified time | relevance | path

Searched +defs:h +defs:re (Results 1 – 25 of 1269) sorted by relevance

12345678910>>...51

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/sip/
H A Dsip_reason.c97 issize_t sip_reason_d(su_home_t *home, sip_header_t *h, char *s, isize_t slen) in sip_reason_d()
99 sip_reason_t *re; in sip_reason_d() local
120 issize_t sip_reason_e(char b[], isize_t bsiz, sip_header_t const *h, int f) in sip_reason_e()
123 sip_reason_t const *re = h->sh_reason; in sip_reason_e() local
132 isize_t sip_reason_dup_xtra(sip_header_t const *h, isize_t offset) in sip_reason_dup_xtra()
134 sip_reason_t const *re = h->sh_reason; in sip_reason_dup_xtra() local
158 static int sip_reason_update(msg_common_t *h, in sip_reason_update()
162 sip_reason_t *re = (sip_reason_t *)h; in sip_reason_update() local
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/sip/
H A Dsip_reason.c97 issize_t sip_reason_d(su_home_t *home, sip_header_t *h, char *s, isize_t slen) in sip_reason_d()
99 sip_reason_t *re; in sip_reason_d() local
120 issize_t sip_reason_e(char b[], isize_t bsiz, sip_header_t const *h, int f) in sip_reason_e()
123 sip_reason_t const *re = h->sh_reason; in sip_reason_e() local
132 isize_t sip_reason_dup_xtra(sip_header_t const *h, isize_t offset) in sip_reason_dup_xtra()
134 sip_reason_t const *re = h->sh_reason; in sip_reason_dup_xtra() local
158 static int sip_reason_update(msg_common_t *h, in sip_reason_update()
162 sip_reason_t *re = (sip_reason_t *)h; in sip_reason_update() local
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/arthur/common/
H A Dpaintcommands.cpp1203 int h = convertToInt(caps.at(4)); in command_drawRoundRect() local
1235 int h = convertToInt(caps.at(4)); in command_drawPie() local
1252 int h = convertToInt(caps.at(4)); in command_drawChord() local
1269 int h = convertToInt(caps.at(4)); in command_drawArc() local
1289 int h = convertToInt(caps.at(4)); in command_qt3_drawRect() local
1307 int h = convertToInt(caps.at(4)); in command_qt3_drawRoundRect() local
1327 int h = convertToInt(caps.at(4)); in command_qt3_drawEllipse() local
1345 int h = convertToInt(caps.at(4)); in command_qt3_drawPie() local
1365 int h = convertToInt(caps.at(4)); in command_qt3_drawChord() local
1385 int h = convertToInt(caps.at(4)); in command_qt3_drawArc() local
[all …]
/dports/devel/cligen/cligen-4.8.0/
H A Dcligen_regex.c86 regex_t *re = NULL; in cligen_regex_posix_compile() local
129 regex_t *re; in cligen_regex_posix_exec() local
232 cligen_regex_compile(cligen_handle h, in cligen_regex_compile()
250 cligen_regex_exec(cligen_handle h, in cligen_regex_exec()
268 cligen_regex_free(cligen_handle h, in cligen_regex_free()
293 match_regexp(cligen_handle h, in match_regexp()
300 void *re = NULL; in match_regexp() local
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/software_gdi/
H A Devas_engine.c28 eng_output_setup(void *engine, void *in, unsigned int w, unsigned int h) in eng_output_setup()
31 Render_Engine *re; in eng_output_setup() local
77 eng_output_update(void *engine EINA_UNUSED, void *data, void *in, unsigned int w, unsigned int h) in eng_output_update()
80 Render_Engine *re = data; in eng_output_update() local
106 Render_Engine *re; in eng_output_free() local
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/software_x11/
H A Devas_engine.c56 _output_egl_shutdown(Render_Engine *re) in _output_egl_shutdown()
64 _output_xlib_setup(void *engine, int w, int h, int rot, Display *disp, Drawable draw, in _output_xlib_setup()
69 Render_Engine *re; in _output_xlib_setup() local
122 _output_swapbuf_setup(void *engine, int w, int h, int rot, Display *disp, Drawable draw, in _output_swapbuf_setup()
128 Render_Engine *re; in _output_swapbuf_setup() local
231 eng_output_setup(void *engine, void *in, unsigned int w, unsigned int h) in eng_output_setup()
234 Render_Engine *re = NULL; in eng_output_setup() local
285 Render_Engine *re = data; in eng_output_update() local
343 Render_Engine *re; in eng_output_free() local
357 Render_Engine *re; in eng_canvas_alpha_get() local
[all …]
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/wayland_shm/
H A Devas_engine.c28 eng_output_setup(void *engine, void *info, unsigned int w, unsigned int h) in eng_output_setup()
31 Render_Engine *re; in eng_output_setup() local
100 eng_output_resize(void *engine EINA_UNUSED, void *data, int w, int h) in eng_output_resize()
102 Render_Engine *re; in eng_output_resize() local
123 eng_output_update(void *engine, void *data, void *info, unsigned int w, unsigned int h) in eng_output_update()
126 Render_Engine *re = data; in eng_output_update() local
152 Render_Engine *re; in eng_output_free() local
/dports/graphics/blender/blender-2.91.0/source/blender/render/intern/source/
H A Dexternal_engine.c158 static RenderResult *render_result_from_bake(RenderEngine *engine, int x, int y, int w, int h) in render_result_from_bake()
238 int h = rr->tilerect.ymax - rr->tilerect.ymin; in render_result_to_bake() local
260 RenderEngine *engine, int x, int y, int w, int h, const char *layername, const char *viewname) in RE_engine_begin_result()
268 Render *re = engine->re; in RE_engine_begin_result() local
330 Render *re = engine->re; in RE_engine_update_result() local
345 Render *re = engine->re; in RE_engine_add_pass() local
357 Render *re = engine->re; in RE_engine_end_result() local
417 Render *re = engine->re; in RE_engine_test_break() local
430 Render *re = engine->re; in RE_engine_update_stats() local
457 Render *re = engine->re; in RE_engine_update_progress() local
[all …]
/dports/x11-wm/vtwm/vtwm-5.5.0/
H A Dregions.c46 splitRegionEntry(RegionEntry * re, int grav1, int grav2, int w, int h) in splitRegionEntry()
112 prevRegionEntry(RegionEntry * re, RootRegion * rr) in prevRegionEntry()
127 mergeRegionEntries(RegionEntry * old, RegionEntry * re) in mergeRegionEntries()
144 downRegionEntry(RootRegion * rr, RegionEntry * re) in downRegionEntry()
240 RegionEntry *re, *tmp; in FreeRegionEntries() local
H A Dapplets.c76 RegionEntry *re; in PlaceApplet() local
77 int matched, w, h; in PlaceApplet() local
128 RegionEntry *re; in FindAppletEntry() local
146 RegionEntry *re; in AppletDown() local
H A Dregions.h47 int x, y, w, h; member
56 int x, y, w, h; member
66 regex_t re; member
68 char re; member
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/fb/
H A Devas_engine.c21 eng_output_setup(void *engine, void *in, unsigned int w, unsigned int h) in eng_output_setup()
24 Render_Engine *re; in eng_output_setup() local
79 Render_Engine *re; in eng_output_free() local
93 Render_Engine *re; in eng_canvas_alpha_get() local
/dports/mail/neomutt/neomutt-20211029/mutt/
H A Dprex.c73 pcre2_code *re; member
76 regex_t *re; ///< Compiled regex member
268 struct PrexStorage *h = &storage[which]; in prex() local
306 struct PrexStorage *h = prex(which); in mutt_prex_capture() local
346 struct PrexStorage *h = prex(which); in mutt_prex_free() local
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/drm/
H A Devas_engine.c22 eng_output_setup(void *engine, void *einfo, unsigned int w, unsigned int h) in eng_output_setup()
25 Render_Engine *re; in eng_output_setup() local
74 eng_output_update(void *engine EINA_UNUSED, void *data, void *einfo, unsigned int w, unsigned int h) in eng_output_update()
76 Render_Engine *re = data; in eng_output_update() local
92 Render_Engine *re = data; in eng_output_free() local
153 Render_Engine *re; in eng_image_plane_assign() local
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/software_generic/
H A DEvas_Engine_Software_Generic.h73 unsigned int w, h; member
88 int w, h; member
95 Render_Output_Software_Generic *re, in evas_render_engine_software_generic_init()
109 int w, int h) in evas_render_engine_software_generic_init()
153 Render_Output_Software_Generic *re) in evas_render_engine_software_generic_clean()
170 evas_render_engine_software_generic_merge_mode_set(Render_Output_Software_Generic *re) in evas_render_engine_software_generic_merge_mode_set()
190 evas_render_engine_software_generic_tile_strict_set(Render_Output_Software_Generic *re, in evas_render_engine_software_generic_tile_strict_set()
198 evas_render_engine_software_generic_update(Render_Output_Software_Generic *re, in evas_render_engine_software_generic_update()
200 int w, int h) in evas_render_engine_software_generic_update()
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/buffer/
H A Devas_engine.c27 eng_output_setup(void *engine, void *in, unsigned int w, unsigned int h) in eng_output_setup()
31 Render_Engine *re; in eng_output_setup() local
111 Render_Engine *re; in eng_output_free() local
123 Render_Engine *re; in eng_canvas_alpha_get() local
/dports/devel/thrust/thrust-1.9.5/thrust/detail/complex/
H A Dccosh.h72 double x, y, h; in ccosh() local
186 const ValueType re = z.real(); in cos() local
195 const ValueType re = z.real(); in cosh() local
H A Dcsinh.h62 double x, y, h; in csinh() local
177 const ValueType re = z.real(); in sin() local
187 const ValueType re = z.real(); in sinh() local
/dports/graphics/ocrad/ocrad-0.27/
H A Dmask.h24 explicit Mask( const Rectangle & re ) in Mask()
40 void height( const int h ) { bottom( top() + h - 1 ); } in height()
/dports/cad/librepcb/librepcb-0.1.6/tests/unittests/common/cam/
H A Dgerberaperturelisttest.cpp102 QRegularExpression re("^%ADD(\\d+).+\\*%$"); in TEST_F() local
118 QRegularExpression re("^%AM.+\\*%$"); in TEST_F() local
156 QRegularExpression re("%AM.*?%", in TEST_F() local
184 QRegularExpression re("%AM.*?%", in TEST_F() local
215 QRegularExpression re("%AM.*?%", in TEST_F() local
391 PositiveLength h(200000); in TEST_F() local
411 PositiveLength h(100000); in TEST_F() local
431 PositiveLength h(200000); in TEST_F() local
452 PositiveLength h(100000); in TEST_F() local
473 PositiveLength h(150000); in TEST_F() local
[all …]
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/eglfs/
H A Devas_engine.c250 Render_Engine *re; in evgl_eng_display_get() local
268 Render_Engine *re; in evgl_eng_evas_surface_get() local
286 Render_Engine *re; in evgl_eng_make_current() local
342 Render_Engine *re; in evgl_eng_native_window_create() local
389 Render_Engine *re; in evgl_eng_window_surface_create() local
416 Render_Engine *re; in evgl_eng_window_surface_destroy() local
441 Render_Engine *re; in evgl_eng_context_create() local
490 Render_Engine *re; in evgl_eng_context_destroy() local
510 Render_Engine *re; in evgl_eng_string_get() local
679 eng_output_setup(void *engine, void *in, unsigned int w, unsigned int h) in eng_output_setup()
[all …]
/dports/security/yafic/yafic-1.2.2/
H A Druleset.c80 uint32_t h = 0, g; in myhash() local
93 ApplyRuleSet (void (*func) (struct RuleEntry *re)) in ApplyRuleSet()
96 struct RuleEntry *re; in ApplyRuleSet() local
108 destroyRuleEntry (struct RuleEntry *re) in destroyRuleEntry()
117 struct RuleEntry *re; in FindRuleEntry() local
135 struct RuleEntry *re; in FindClosestRuleEntry() local
156 struct RuleEntry *re; in addRuleEntry() local
195 struct RuleEntry *re, *nextre; in CleanRuleSet() local
283 resolveRuleEntry (struct RuleEntry *re) in resolveRuleEntry()
364 struct RuleEntry *re, *nextre, *lastre; in ParseRuleSet() local
[all …]
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/gl_generic/filters/
H A Dgl_filter_grayscale.c4 _gl_filter_grayscale(Render_Engine_GL_Generic *re, Evas_Filter_Command *cmd) in _gl_filter_grayscale()
9 int w, h; in _gl_filter_grayscale() local
H A Dgl_filter_inverse_color.c4 _gl_filter_inverse_color(Render_Engine_GL_Generic *re, Evas_Filter_Command *cmd) in _gl_filter_inverse_color()
9 int w, h; in _gl_filter_inverse_color() local
/dports/astro/oskar/OSKAR-2.8.0/oskar/imager/src/
H A Doskar_imager_rotate_vis.c16 void oskar_imager_rotate_vis(oskar_Imager* h, size_t num_vis, in oskar_imager_rotate_vis()
45 double arg = 0.0, phase_re = 0.0, phase_im = 0.0, re = 0.0, im = 0.0; in oskar_imager_rotate_vis() local
67 double arg = 0.0, phase_re = 0.0, phase_im = 0.0, re = 0.0, im = 0.0; in oskar_imager_rotate_vis() local

12345678910>>...51