Home
last modified time | relevance | path

Searched refs:str_h (Results 1 – 25 of 66) sorted by relevance

123

/dports/security/xinetd/xinetd-2.3.15/libs/src/str/
H A Dstr.h24 typedef void *str_h ; typedef
45 int str_setstr( str_h handle, char *newstr );
71 str_h str_parse ( char *str, const char *separ, int flags, int *errnop ) ;
72 void str_endparse ( str_h handle ) ;
73 char *str_component ( str_h handle ) ;
H A Dstrparse.c36 str_h str_parse( register char *str, const char *separ, int flags, int *errnop ) in str_parse()
69 return( (str_h) hp ) ; in str_parse()
73 void str_endparse( str_h handle ) in str_endparse()
86 int str_setstr( str_h handle, char *newstr ) in str_setstr()
102 char *str_component( str_h handle ) in str_component()
/dports/net/sems/sems-f89581a/apps/diameter_client/lib_dbase/
H A Dstr.h29 #ifndef str_h
30 #define str_h macro
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/2D/Source/string/
H A Dstrscl.c49 short str_w, str_h; /* width and height of src string */ in gen_font_scale_string() local
65 gr_font_string_size(f, s, &str_w, &str_h); in gen_font_scale_string()
68 y_scale = (h << 16) / str_h; in gen_font_scale_string()
H A Dstruscl.c41 short str_w, str_h; /* width and height of src string */ in gen_font_scale_ustring() local
53 gr_font_string_size(f, s, &str_w, &str_h); in gen_font_scale_ustring()
56 y_scale = (h << 16) / str_h; in gen_font_scale_ustring()
/dports/net/kamailio/kamailio-5.4.5/src/core/
H A Dstr.h21 #ifndef str_h
22 #define str_h macro
/dports/net/ss5/ss5-3.8.9/modules/mod_filter/
H A DSS5Mod_filter.c465 char str_h[128],
484 if( j < (sizeof(str_h) - 1) )
485 str_h[j++]=pd->Recv[i];
489 str_h[j++]=pd->Recv[i++];
490 str_h[j]='\0';
495 memcpy(hh[hc].hn,str_h,j);
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/missionui/
H A Dmissionpause.cpp132 int str_w, str_h; in pause_do() local
161 gr_get_string_size(&str_w, &str_h, pause_str); in pause_do()
162 …gr_string((gr_screen.max_w_unscaled - str_w) / 2, (gr_screen.max_h_unscaled - str_h) / 2, pause_st… in pause_do()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/ui/
H A Dwindow.cpp373 int str_w, str_h; in render_tooltip() local
375 gr_get_string_size(&str_w, &str_h, str); in render_tooltip()
376 Assert(str_w < gr_screen.max_w_unscaled - 4 && str_h < gr_screen.max_h_unscaled - 4); in render_tooltip()
387 if (tty + str_h + 2 > gr_screen.max_h_unscaled) in render_tooltip()
388 tty = gr_screen.max_h_unscaled - str_h; in render_tooltip()
391 gr_rect(ttx - 1, tty - 1, str_w + 2, str_h + 1, GR_RESIZE_MENU); in render_tooltip()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/ui/
H A Dwindow.cpp379 int str_w, str_h; in render_tooltip() local
381 gr_get_string_size(&str_w, &str_h, str); in render_tooltip()
382 Assert(str_w < gr_screen.max_w_unscaled - 4 && str_h < gr_screen.max_h_unscaled - 4); in render_tooltip()
393 if (tty + str_h + 2 > gr_screen.max_h_unscaled) in render_tooltip()
394 tty = gr_screen.max_h_unscaled - str_h; in render_tooltip()
397 gr_rect(ttx - 1, tty - 1, str_w + 2, str_h + 1, GR_RESIZE_MENU); in render_tooltip()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/missionui/
H A Dmissionpause.cpp135 int str_w, str_h; in pause_do() local
164 gr_get_string_size(&str_w, &str_h, pause_str); in pause_do()
165 …gr_string((gr_screen.max_w_unscaled - str_w) / 2, (gr_screen.max_h_unscaled - str_h) / 2, pause_st… in pause_do()
/dports/deskutils/griffith/griffith-a593201179695efe93829d9c9a70962ef29dd109/lib/plugins/movie/unmaintained/
H A DPluginMovieFilmweb.py97 str_h = ''
99 str_h = gutils.before(self.runtime, 'godz.')
104 if str_h:
105 val_runtime = 60 * int(float(str_h))
/dports/devel/boost-docs/boost_1_72_0/libs/metaparse/test/
H A Dfail_at_first_char_expected.cpp39 is_error< fail_at_first_char_expected<accept_hello>::apply<str_h, start> > in BOOST_METAPARSE_TEST_CASE()
H A Dentire_input.cpp41 equal_to<get_result<apply_wrap2<ei, str_h, start> >::type, char_h> in BOOST_METAPARSE_TEST_CASE()
H A Drepeated_one_of1.cpp82 typedef keyword<str_h, char_h> keyword_h; in BOOST_METAPARSE_TEST_CASE()
/dports/devel/boost-python-libs/boost_1_72_0/libs/metaparse/test/
H A Dfail_at_first_char_expected.cpp39 is_error< fail_at_first_char_expected<accept_hello>::apply<str_h, start> > in BOOST_METAPARSE_TEST_CASE()
H A Dentire_input.cpp41 equal_to<get_result<apply_wrap2<ei, str_h, start> >::type, char_h> in BOOST_METAPARSE_TEST_CASE()
H A Drepeated_one_of1.cpp82 typedef keyword<str_h, char_h> keyword_h; in BOOST_METAPARSE_TEST_CASE()
/dports/devel/boost-libs/boost_1_72_0/libs/metaparse/test/
H A Dfail_at_first_char_expected.cpp39 is_error< fail_at_first_char_expected<accept_hello>::apply<str_h, start> > in BOOST_METAPARSE_TEST_CASE()
H A Dentire_input.cpp41 equal_to<get_result<apply_wrap2<ei, str_h, start> >::type, char_h> in BOOST_METAPARSE_TEST_CASE()
/dports/devel/hyperscan/boost_1_75_0/libs/metaparse/test/
H A Dfail_at_first_char_expected.cpp39 is_error< fail_at_first_char_expected<accept_hello>::apply<str_h, start> > in BOOST_METAPARSE_TEST_CASE()
H A Dentire_input.cpp41 equal_to<get_result<apply_wrap2<ei, str_h, start> >::type, char_h> in BOOST_METAPARSE_TEST_CASE()
/dports/science/ergo/ergo-3.8/source/standalone/
H A Dconvert_basis_set_file.cc218 const std::string str_h = "$ H-TYPE FUNCTIONS"; in main() local
248 prevLine != str_h && in main()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/
H A Djit_sse41_1x1_convolution.cpp211 const int str_h = jcp_dw.stride_h; in execute_forward_thr() local
217 = nstl::max(0, (int)(jcp_dw.t_pad - dw_oh * str_h)); in execute_forward_thr()
220 (int)(dw_oh * str_h + (jcp_dw.kh - 1) * dil_h in execute_forward_thr()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/
H A Djit_sse41_1x1_convolution.cpp211 const int str_h = jcp_dw.stride_h; in execute_forward_thr() local
217 = nstl::max(0, (int)(jcp_dw.t_pad - dw_oh * str_h)); in execute_forward_thr()
220 (int)(dw_oh * str_h + (jcp_dw.kh - 1) * dil_h in execute_forward_thr()

123