Home
last modified time | relevance | path

Searched defs:conv (Results 1 – 25 of 5258) sorted by relevance

12345678910>>...211

/dports/print/lilypond/lilypond-2.22.1/python/
H A Dconvertrules.py73 def conv(s): function
80 def conv(s): function
89 def conv(s): function
98 def conv(s): function
105 def conv(s): function
110 def conv(s): function
118 def conv(s): function
125 def conv(s): function
131 def conv(s): function
138 def conv(s): function
[all …]
/dports/print/lilypond-devel/lilypond-2.23.5/python/
H A Dconvertrules.py73 def conv(s): function
80 def conv(s): function
89 def conv(s): function
98 def conv(s): function
105 def conv(s): function
110 def conv(s): function
118 def conv(s): function
125 def conv(s): function
131 def conv(s): function
138 def conv(s): function
[all …]
/dports/devel/objconv/objconv-2.52/source/
H A Dmain.cpp271 CELF2COF<ELF32STRUCTURES> conv; in ELF2COF() local
280 CELF2COF<ELF64STRUCTURES> conv; in ELF2COF() local
293 CELF2MAC<ELF32STRUCTURES,MAC32STRUCTURES> conv; in ELF2MAC() local
347 CELF2ASM<ELF32STRUCTURES> conv; in ELF2ASM() local
356 CELF2ASM<ELF64STRUCTURES> conv; in ELF2ASM() local
369 CMAC2ASM<MAC32STRUCTURES> conv; in MAC2ASM() local
378 CMAC2ASM<MAC64STRUCTURES> conv; in MAC2ASM() local
411 CELF2ELF<ELF32STRUCTURES> conv; in ELF2ELF() local
420 CELF2ELF<ELF64STRUCTURES> conv; in ELF2ELF() local
433 CMAC2MAC<MAC32STRUCTURES> conv; in MAC2MAC() local
[all …]
/dports/audio/id3mtag/id3-0.80/
H A Dcharconv.h39 template<class Encoding = void> class conv; variable
54 explicit conv(const data& s) : internal(s) { } in conv() function
56 conv(const conv<>& other) : internal(other.internal) { } in conv() function
57 conv(void) : internal() { } in conv() function
97 conv(const char* p, std::size_t l) : conv<>(decode(p,l)) { } in conv() function
99 conv(const conv<>& other) : conv<>(other) { } in conv() function
100 conv(void) : conv<>() { } in conv() function
121 conv(const std::wstring& s) : conv<>(s) { } in conv() function
123 conv(const wchar_t* p) : conv<>(p) { } in conv() function
124 conv(const conv<>& other) : conv<>(other) { } in conv() function
[all …]
/dports/x11/mlterm/mlterm-3.9.1/encodefilter/src/
H A Def_8bit_conv.c16 ef_conv_t conv; member
201 ef_conv_t *conv; in ef_koi8_r_conv_new() local
216 ef_conv_t *conv; in ef_koi8_u_conv_new() local
231 ef_conv_t *conv; in ef_koi8_t_conv_new() local
246 ef_conv_t *conv; in ef_georgian_ps_conv_new() local
261 ef_conv_t *conv; in ef_cp1250_conv_new() local
276 ef_conv_t *conv; in ef_cp1251_conv_new() local
291 ef_conv_t *conv; in ef_cp1252_conv_new() local
306 ef_conv_t *conv; in ef_cp1253_conv_new() local
321 ef_conv_t *conv; in ef_cp1254_conv_new() local
[all …]
H A Def_iso8859_conv.c32 static size_t convert_to_iso8859(ef_conv_t *conv, u_char *dst, size_t dst_size, in convert_to_iso8859()
81 static void conv_init_intern(ef_conv_t *conv, ef_charset_t g1) { in conv_init_intern()
94 static void conv_init_iso8859_1(ef_conv_t *conv) { conv_init_intern(conv, ISO8859_1_R); } in conv_init_iso8859_1()
96 static void conv_init_iso8859_2(ef_conv_t *conv) { conv_init_intern(conv, ISO8859_2_R); } in conv_init_iso8859_2()
98 static void conv_init_iso8859_3(ef_conv_t *conv) { conv_init_intern(conv, ISO8859_3_R); } in conv_init_iso8859_3()
100 static void conv_init_iso8859_4(ef_conv_t *conv) { conv_init_intern(conv, ISO8859_4_R); } in conv_init_iso8859_4()
102 static void conv_init_iso8859_5(ef_conv_t *conv) { conv_init_intern(conv, ISO8859_5_R); } in conv_init_iso8859_5()
104 static void conv_init_iso8859_6(ef_conv_t *conv) { conv_init_intern(conv, ISO8859_6_R); } in conv_init_iso8859_6()
106 static void conv_init_iso8859_7(ef_conv_t *conv) { conv_init_intern(conv, ISO8859_7_R); } in conv_init_iso8859_7()
108 static void conv_init_iso8859_8(ef_conv_t *conv) { conv_init_intern(conv, ISO8859_8_R); } in conv_init_iso8859_8()
[all …]
/dports/science/udunits/udunits-2.2.28/lib/
H A Dconverter.c95 cv_converter* const conv) in nonFree()
102 cv_converter* const conv) in cvSimpleFree()
123 cv_converter* const conv) in trivialClone()
202 cv_converter* const conv) in reciprocalClone()
301 cv_converter* const conv) in scaleClone()
975 cv_converter* conv; in cv_get_scale() local
1008 cv_converter* conv; in cv_get_offset() local
1043 cv_converter* conv; in cv_get_galilean() local
1082 cv_converter* conv; in cv_get_log() local
1123 cv_converter* conv; in cv_get_pow() local
[all …]
/dports/games/nazghul/nazghul-0.7.1/src/
H A Dconv.c50 struct conv { struct
58 static int conv_room, conv_len; argument
127 static void conv_del(struct conv *conv) in conv_del()
326 struct conv *conv; in conv_new() local
344 void conv_unref(struct conv *conv) in conv_unref()
353 void conv_ref(struct conv *conv) in conv_ref()
561 struct conv { struct
574 struct conv *conv; argument
799 struct conv *conv; in conv_new() local
843 void conv_unref(struct conv *conv) in conv_unref()
[all …]
/dports/x11-wm/picom/picom-8.2/src/
H A Dkernel.h10 typedef struct conv { struct
14 } conv; typedef
/dports/devel/boost-docs/boost_1_72_0/boost/process/detail/traits/
H A Dwchar_t.hpp43 static T& conv(T & in) in conv() function
47 static T&& conv(T&& in) in conv() function
51 static const T& conv(const T & in) in conv() function
65 static std::string conv(const wchar_t* in) in conv() function
76 static std::string conv(wchar_t* in) in conv() function
87 static std::string conv(const wchar_t(&in)[Size]) in conv() function
96 static std::wstring conv(const char* in) in conv() function
107 static std::wstring conv(char* in) in conv() function
119 static std::wstring conv(const char(&in)[Size]) in conv() function
129 static std::wstring conv(const std::string & in) in conv() function
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/process/detail/traits/
H A Dwchar_t.hpp45 static T& conv(T & in) in conv() function
49 static T&& conv(T&& in) in conv() function
53 static const T& conv(const T & in) in conv() function
67 static std::string conv(const wchar_t* in) in conv() function
78 static std::string conv(wchar_t* in) in conv() function
89 static std::string conv(const wchar_t(&in)[Size]) in conv() function
98 static std::wstring conv(const char* in) in conv() function
109 static std::wstring conv(char* in) in conv() function
121 static std::wstring conv(const char(&in)[Size]) in conv() function
131 static std::wstring conv(const std::string & in) in conv() function
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/process/detail/traits/
H A Dwchar_t.hpp43 static T& conv(T & in) in conv() function
47 static T&& conv(T&& in) in conv() function
51 static const T& conv(const T & in) in conv() function
65 static std::string conv(const wchar_t* in) in conv() function
76 static std::string conv(wchar_t* in) in conv() function
87 static std::string conv(const wchar_t(&in)[Size]) in conv() function
96 static std::wstring conv(const char* in) in conv() function
107 static std::wstring conv(char* in) in conv() function
119 static std::wstring conv(const char(&in)[Size]) in conv() function
129 static std::wstring conv(const std::string & in) in conv() function
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/process/detail/traits/
H A Dwchar_t.hpp43 static T& conv(T & in) in conv() function
47 static T&& conv(T&& in) in conv() function
51 static const T& conv(const T & in) in conv() function
65 static std::string conv(const wchar_t* in) in conv() function
76 static std::string conv(wchar_t* in) in conv() function
87 static std::string conv(const wchar_t(&in)[Size]) in conv() function
96 static std::wstring conv(const char* in) in conv() function
107 static std::wstring conv(char* in) in conv() function
119 static std::wstring conv(const char(&in)[Size]) in conv() function
129 static std::wstring conv(const std::string & in) in conv() function
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/process/detail/traits/
H A Dwchar_t.hpp43 static T& conv(T & in) in conv() function
47 static T&& conv(T&& in) in conv() function
51 static const T& conv(const T & in) in conv() function
65 static std::string conv(const wchar_t* in) in conv() function
76 static std::string conv(wchar_t* in) in conv() function
87 static std::string conv(const wchar_t(&in)[Size]) in conv() function
96 static std::wstring conv(const char* in) in conv() function
107 static std::wstring conv(char* in) in conv() function
119 static std::wstring conv(const char(&in)[Size]) in conv() function
129 static std::wstring conv(const std::string & in) in conv() function
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/process/detail/traits/
H A Dwchar_t.hpp43 static T& conv(T & in) in conv() function
47 static T&& conv(T&& in) in conv() function
51 static const T& conv(const T & in) in conv() function
65 static std::string conv(const wchar_t* in) in conv() function
76 static std::string conv(wchar_t* in) in conv() function
87 static std::string conv(const wchar_t(&in)[Size]) in conv() function
96 static std::wstring conv(const char* in) in conv() function
107 static std::wstring conv(char* in) in conv() function
119 static std::wstring conv(const char(&in)[Size]) in conv() function
129 static std::wstring conv(const std::string & in) in conv() function
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/process/detail/traits/
H A Dwchar_t.hpp43 static T& conv(T & in) in conv() function
47 static T&& conv(T&& in) in conv() function
51 static const T& conv(const T & in) in conv() function
65 static std::string conv(const wchar_t* in) in conv() function
76 static std::string conv(wchar_t* in) in conv() function
87 static std::string conv(const wchar_t(&in)[Size]) in conv() function
96 static std::wstring conv(const char* in) in conv() function
107 static std::wstring conv(char* in) in conv() function
119 static std::wstring conv(const char(&in)[Size]) in conv() function
129 static std::wstring conv(const std::string & in) in conv() function
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/process/detail/traits/
H A Dwchar_t.hpp43 static T& conv(T & in) in conv() function
47 static T&& conv(T&& in) in conv() function
51 static const T& conv(const T & in) in conv() function
65 static std::string conv(const wchar_t* in) in conv() function
76 static std::string conv(wchar_t* in) in conv() function
87 static std::string conv(const wchar_t(&in)[Size]) in conv() function
96 static std::wstring conv(const char* in) in conv() function
107 static std::wstring conv(char* in) in conv() function
119 static std::wstring conv(const char(&in)[Size]) in conv() function
129 static std::wstring conv(const std::string & in) in conv() function
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/strings/internal/str_format/
H A Darg.cc54 ConvertedIntInfo(T v, ConversionChar conv) { in ConvertedIntInfo()
89 void UnsignedToStringRight(T u, ConversionChar conv) { in UnsignedToStringRight()
122 const ConversionSpec conv) { in BaseIndicator()
137 string_view SignColumn(bool neg, const ConversionSpec conv) { in SignColumn()
146 bool ConvertCharImpl(unsigned char v, const ConversionSpec conv, in ConvertCharImpl()
312 const ConversionSpec conv, in FormatConvertImpl()
323 const ConversionSpec conv, in FormatConvertImpl()
328 const ConversionSpec conv, in FormatConvertImpl()
335 const ConversionSpec conv, in FormatConvertImpl()
340 const ConversionSpec conv, in FormatConvertImpl()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/strings/internal/str_format/
H A Darg.cc54 ConvertedIntInfo(T v, ConversionChar conv) { in ConvertedIntInfo()
89 void UnsignedToStringRight(T u, ConversionChar conv) { in UnsignedToStringRight()
122 const ConversionSpec conv) { in BaseIndicator()
137 string_view SignColumn(bool neg, const ConversionSpec conv) { in SignColumn()
146 bool ConvertCharImpl(unsigned char v, const ConversionSpec conv, in ConvertCharImpl()
312 const ConversionSpec conv, in FormatConvertImpl()
323 const ConversionSpec conv, in FormatConvertImpl()
328 const ConversionSpec conv, in FormatConvertImpl()
335 const ConversionSpec conv, in FormatConvertImpl()
340 const ConversionSpec conv, in FormatConvertImpl()
[all …]
/dports/textproc/wbxml2/libwbxml-libwbxml-0.11.7/src/
H A Dwbxml_conv.c65 WBXML_DECLARE(WBXMLError) wbxml_conv_wbxml2xml_create(WBXMLConvWBXML2XML **conv) in wbxml_conv_wbxml2xml_create()
148 WBXML_DECLARE(WBXMLError) wbxml_conv_wbxml2xml_run(WBXMLConvWBXML2XML *conv, in wbxml_conv_wbxml2xml_run()
203 WBXML_DECLARE(void) wbxml_conv_wbxml2xml_destroy(WBXMLConvWBXML2XML *conv) in wbxml_conv_wbxml2xml_destroy()
213 WBXML_DECLARE(WBXMLError) wbxml_conv_xml2wbxml_create(WBXMLConvXML2WBXML **conv) in wbxml_conv_xml2wbxml_create()
237 WBXML_DECLARE(void) wbxml_conv_xml2wbxml_set_version(WBXMLConvXML2WBXML *conv, in wbxml_conv_xml2wbxml_set_version()
256 WBXML_DECLARE(void) wbxml_conv_xml2wbxml_disable_string_table(WBXMLConvXML2WBXML *conv) in wbxml_conv_xml2wbxml_disable_string_table()
265 WBXML_DECLARE(void) wbxml_conv_xml2wbxml_disable_public_id(WBXMLConvXML2WBXML *conv) in wbxml_conv_xml2wbxml_disable_public_id()
279 WBXML_DECLARE(WBXMLError) wbxml_conv_xml2wbxml_run(WBXMLConvXML2WBXML *conv, in wbxml_conv_xml2wbxml_run()
330 WBXML_DECLARE(void) wbxml_conv_xml2wbxml_destroy(WBXMLConvXML2WBXML *conv) in wbxml_conv_xml2wbxml_destroy()
345 WBXMLConvWBXML2XML *conv = NULL; in wbxml_conv_wbxml2xml_withlen() local
[all …]
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/src/openmpt/soundbase/
H A DMixSampleConvert.hpp24 MPT_FORCEINLINE MixSampleInt conv(MixSampleInt src) in conv() function
33 MPT_FORCEINLINE MixSampleFloat conv(MixSampleFloat src) in conv() function
42 MPT_FORCEINLINE MixSampleInt conv(Tsrc src) in conv() function
51 MPT_FORCEINLINE Tdst conv(MixSampleInt src) in conv() function
60 MPT_FORCEINLINE MixSampleFloat conv(Tsrc src) in conv() function
69 MPT_FORCEINLINE Tdst conv(MixSampleFloat src) in conv() function
78 MPT_FORCEINLINE MixSampleInt conv(MixSampleFloat src) in conv() function
87 MPT_FORCEINLINE MixSampleFloat conv(MixSampleInt src) in conv() function
/dports/math/vtk8/VTK-8.2.0/Common/Core/Testing/Cxx/
H A DTestVariant.cxx76 int conv = v.ToInt(); in TestVariant() local
90 unsigned int conv = v.ToUnsignedInt(); in TestVariant() local
104 vtkTypeInt64 conv = v.ToTypeInt64(); in TestVariant() local
118 vtkTypeUInt64 conv = v.ToTypeUInt64(); in TestVariant() local
132 float conv = v.ToFloat(); in TestVariant() local
146 double conv = v.ToDouble(); in TestVariant() local
160 vtkStdString conv = v.ToString(); in TestVariant() local
/dports/math/vtk6/VTK-6.2.0/Common/Core/Testing/Cxx/
H A DTestVariant.cxx76 int conv = v.ToInt(); in TestVariant() local
90 unsigned int conv = v.ToUnsignedInt(); in TestVariant() local
104 vtkTypeInt64 conv = v.ToTypeInt64(); in TestVariant() local
118 vtkTypeUInt64 conv = v.ToTypeUInt64(); in TestVariant() local
132 float conv = v.ToFloat(); in TestVariant() local
146 double conv = v.ToDouble(); in TestVariant() local
160 vtkStdString conv = v.ToString(); in TestVariant() local
/dports/math/vtk9/VTK-9.1.0/Common/Core/Testing/Cxx/
H A DTestVariant.cxx69 int conv = v.ToInt(); in TestVariant() local
81 unsigned int conv = v.ToUnsignedInt(); in TestVariant() local
93 vtkTypeInt64 conv = v.ToTypeInt64(); in TestVariant() local
105 vtkTypeUInt64 conv = v.ToTypeUInt64(); in TestVariant() local
117 float conv = v.ToFloat(); in TestVariant() local
129 double conv = v.ToDouble(); in TestVariant() local
141 vtkStdString conv = v.ToString(); in TestVariant() local
/dports/science/siesta/siesta-4.1.5/Src/
H A Dm_convergence.f9031 subroutine reset(conv) argument
32 type(converger_t), intent(inout) :: conv local
40 subroutine set_tolerance(conv,tolerance) argument
41 type(converger_t), intent(inout) :: conv local
51 type(converger_t), intent(in) :: conv local
60 type(converger_t), intent(in) :: conv local
67 subroutine add_value(conv,value) argument
68 type(converger_t), intent(inout) :: conv local

12345678910>>...211