Home
last modified time | relevance | path

Searched refs:exprt (Results 1 – 25 of 160) sorted by relevance

1234567

/dports/devel/boost-docs/boost_1_72_0/libs/qvm/test/
H A Dtest_qvm.hpp15 …pra,exprb,exprt) ( ::test_qvm::detail::test_close_impl(#expra, #exprb, #exprt, __FILE__, __LINE__,… argument
19 …ra,exprb,exprt) ( ::test_qvm::detail::test_close_q_impl(#expra, #exprb, #exprt, __FILE__, __LINE__… argument
205 …test_close_impl( char const * expra, char const * exprb, char const * exprt, char const * file, in… in test_close_impl() argument
211 …:cerr << file << "(" << line << "): BOOST_QVM_TEST_CLOSE(" << expra << ',' << exprb << ',' << exprt in test_close_impl()
221 …test_close_impl( char const * expra, char const * exprb, char const * exprt, char const * file, in… in test_close_impl() argument
226 …:cerr << file << "(" << line << "): BOOST_QVM_TEST_CLOSE(" << expra << ',' << exprb << ',' << exprt in test_close_impl()
236 …test_close_q_impl( char const * expra, char const * exprb, char const * exprt, char const * file, … in test_close_q_impl() argument
247 … << file << "(" << line << "): BOOST_QVM_TEST_CLOSE_QUAT(" << expra << ',' << exprb << ',' << exprt in test_close_q_impl()
/dports/devel/boost-python-libs/boost_1_72_0/libs/qvm/test/
H A Dtest_qvm.hpp15 …pra,exprb,exprt) ( ::test_qvm::detail::test_close_impl(#expra, #exprb, #exprt, __FILE__, __LINE__,… argument
19 …ra,exprb,exprt) ( ::test_qvm::detail::test_close_q_impl(#expra, #exprb, #exprt, __FILE__, __LINE__… argument
205 …test_close_impl( char const * expra, char const * exprb, char const * exprt, char const * file, in… in test_close_impl() argument
211 …:cerr << file << "(" << line << "): BOOST_QVM_TEST_CLOSE(" << expra << ',' << exprb << ',' << exprt in test_close_impl()
221 …test_close_impl( char const * expra, char const * exprb, char const * exprt, char const * file, in… in test_close_impl() argument
226 …:cerr << file << "(" << line << "): BOOST_QVM_TEST_CLOSE(" << expra << ',' << exprb << ',' << exprt in test_close_impl()
236 …test_close_q_impl( char const * expra, char const * exprb, char const * exprt, char const * file, … in test_close_q_impl() argument
247 … << file << "(" << line << "): BOOST_QVM_TEST_CLOSE_QUAT(" << expra << ',' << exprb << ',' << exprt in test_close_q_impl()
/dports/devel/boost-libs/boost_1_72_0/libs/qvm/test/
H A Dtest_qvm.hpp15 …pra,exprb,exprt) ( ::test_qvm::detail::test_close_impl(#expra, #exprb, #exprt, __FILE__, __LINE__,… argument
19 …ra,exprb,exprt) ( ::test_qvm::detail::test_close_q_impl(#expra, #exprb, #exprt, __FILE__, __LINE__… argument
205 …test_close_impl( char const * expra, char const * exprb, char const * exprt, char const * file, in… in test_close_impl() argument
211 …:cerr << file << "(" << line << "): BOOST_QVM_TEST_CLOSE(" << expra << ',' << exprb << ',' << exprt in test_close_impl()
221 …test_close_impl( char const * expra, char const * exprb, char const * exprt, char const * file, in… in test_close_impl() argument
226 …:cerr << file << "(" << line << "): BOOST_QVM_TEST_CLOSE(" << expra << ',' << exprb << ',' << exprt in test_close_impl()
236 …test_close_q_impl( char const * expra, char const * exprb, char const * exprt, char const * file, … in test_close_q_impl() argument
247 … << file << "(" << line << "): BOOST_QVM_TEST_CLOSE_QUAT(" << expra << ',' << exprb << ',' << exprt in test_close_q_impl()
/dports/devel/hyperscan/boost_1_75_0/libs/qvm/test/
H A Dtest_qvm.hpp15 …pra,exprb,exprt) ( ::test_qvm::detail::test_close_impl(#expra, #exprb, #exprt, __FILE__, __LINE__,… argument
19 …ra,exprb,exprt) ( ::test_qvm::detail::test_close_q_impl(#expra, #exprb, #exprt, __FILE__, __LINE__… argument
205 …test_close_impl( char const * expra, char const * exprb, char const * exprt, char const * file, in… in test_close_impl() argument
211 …:cerr << file << "(" << line << "): BOOST_QVM_TEST_CLOSE(" << expra << ',' << exprb << ',' << exprt in test_close_impl()
221 …test_close_impl( char const * expra, char const * exprb, char const * exprt, char const * file, in… in test_close_impl() argument
226 …:cerr << file << "(" << line << "): BOOST_QVM_TEST_CLOSE(" << expra << ',' << exprb << ',' << exprt in test_close_impl()
236 …test_close_q_impl( char const * expra, char const * exprb, char const * exprt, char const * file, … in test_close_q_impl() argument
247 … << file << "(" << line << "): BOOST_QVM_TEST_CLOSE_QUAT(" << expra << ',' << exprb << ',' << exprt in test_close_q_impl()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/erl_interface/src/decode/
H A Ddecode_fun.c162 p->u.exprt.func = p_func; in ei_decode_fun()
163 p->u.exprt.func_allocated = 0; in ei_decode_fun()
174 p->u.exprt.func = p_func; in ei_decode_fun()
175 p->u.exprt.func_allocated = 1; in ei_decode_fun()
197 if (f->u.exprt.func_allocated) in free_fun()
198 ei_free(f->u.exprt.func); in free_fun()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/erl_interface/src/decode/
H A Ddecode_fun.c162 p->u.exprt.func = p_func; in ei_decode_fun()
163 p->u.exprt.func_allocated = 0; in ei_decode_fun()
174 p->u.exprt.func = p_func; in ei_decode_fun()
175 p->u.exprt.func_allocated = 1; in ei_decode_fun()
197 if (f->u.exprt.func_allocated) in free_fun()
198 ei_free(f->u.exprt.func); in free_fun()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/erl_interface/src/decode/
H A Ddecode_fun.c162 p->u.exprt.func = p_func; in ei_decode_fun()
163 p->u.exprt.func_allocated = 0; in ei_decode_fun()
174 p->u.exprt.func = p_func; in ei_decode_fun()
175 p->u.exprt.func_allocated = 1; in ei_decode_fun()
197 if (f->u.exprt.func_allocated) in free_fun()
198 ei_free(f->u.exprt.func); in free_fun()
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/erl_interface/src/decode/
H A Ddecode_fun.c162 p->u.exprt.func = p_func; in ei_decode_fun()
163 p->u.exprt.func_allocated = 0; in ei_decode_fun()
174 p->u.exprt.func = p_func; in ei_decode_fun()
175 p->u.exprt.func_allocated = 1; in ei_decode_fun()
197 if (f->u.exprt.func_allocated) in free_fun()
198 ei_free(f->u.exprt.func); in free_fun()
/dports/lang/erlang/otp-OTP-24.1.7/lib/erl_interface/src/decode/
H A Ddecode_fun.c162 p->u.exprt.func = p_func; in ei_decode_fun()
163 p->u.exprt.func_allocated = 0; in ei_decode_fun()
174 p->u.exprt.func = p_func; in ei_decode_fun()
175 p->u.exprt.func_allocated = 1; in ei_decode_fun()
197 if (f->u.exprt.func_allocated) in free_fun()
198 ei_free(f->u.exprt.func); in free_fun()
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/erl_interface/src/decode/
H A Ddecode_fun.c162 p->u.exprt.func = p_func; in ei_decode_fun()
163 p->u.exprt.func_allocated = 0; in ei_decode_fun()
174 p->u.exprt.func = p_func; in ei_decode_fun()
175 p->u.exprt.func_allocated = 1; in ei_decode_fun()
197 if (f->u.exprt.func_allocated) in free_fun()
198 ei_free(f->u.exprt.func); in free_fun()
/dports/science/tfel-edf/tfel-3.2.1/src/System/
H A DLibraryInformation-pe_info.cxx288 const exports_t exprt = exports(h); in symbols() local
289 const std::size_t exported_symbols = exprt.NumberOfNames; in symbols()
290 const std::size_t fixed_names_addr = get_file_offset(exprt.AddressOfNames, h); in symbols()
333 const exports_t exprt = exports(h); in symbols() local
334 const std::size_t exported_symbols = exprt.NumberOfFunctions; in symbols()
335 const std::size_t fixed_names_addr = get_file_offset(exprt.AddressOfNames, h); in symbols()
336 const std::size_t fixed_ordinals_addr = get_file_offset(exprt.AddressOfNameOrdinals, h); in symbols()
337 const std::size_t fixed_functions_addr = get_file_offset(exprt.AddressOfFunctions, h); in symbols()
/dports/science/tfel/tfel-3.4.0/src/System/
H A DLibraryInformation-pe_info.cxx288 const exports_t exprt = exports(h); in symbols() local
289 const std::size_t exported_symbols = exprt.NumberOfNames; in symbols()
290 const std::size_t fixed_names_addr = get_file_offset(exprt.AddressOfNames, h); in symbols()
333 const exports_t exprt = exports(h); in symbols() local
334 const std::size_t exported_symbols = exprt.NumberOfFunctions; in symbols()
335 const std::size_t fixed_names_addr = get_file_offset(exprt.AddressOfNames, h); in symbols()
336 const std::size_t fixed_ordinals_addr = get_file_offset(exprt.AddressOfNameOrdinals, h); in symbols()
337 const std::size_t fixed_functions_addr = get_file_offset(exprt.AddressOfFunctions, h); in symbols()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/dll/detail/
H A Dpe_info.hpp284 const exports_t exprt = exports(h); in symbols() local
285 const std::size_t exported_symbols = exprt.NumberOfNames; in symbols()
286 const std::size_t fixed_names_addr = get_file_offset(exprt.AddressOfNames, h); in symbols()
329 const exports_t exprt = exports(h); in symbols() local
330 const std::size_t exported_symbols = exprt.NumberOfFunctions; in symbols()
331 const std::size_t fixed_names_addr = get_file_offset(exprt.AddressOfNames, h); in symbols()
332 const std::size_t fixed_ordinals_addr = get_file_offset(exprt.AddressOfNameOrdinals, h); in symbols()
333 const std::size_t fixed_functions_addr = get_file_offset(exprt.AddressOfFunctions, h); in symbols()
/dports/devel/boost-libs/boost_1_72_0/boost/dll/detail/
H A Dpe_info.hpp288 const exports_t exprt = exports(h); in symbols() local
289 const std::size_t exported_symbols = exprt.NumberOfNames; in symbols()
290 const std::size_t fixed_names_addr = get_file_offset(exprt.AddressOfNames, h); in symbols()
333 const exports_t exprt = exports(h); in symbols() local
334 const std::size_t exported_symbols = exprt.NumberOfFunctions; in symbols()
335 const std::size_t fixed_names_addr = get_file_offset(exprt.AddressOfNames, h); in symbols()
336 const std::size_t fixed_ordinals_addr = get_file_offset(exprt.AddressOfNameOrdinals, h); in symbols()
337 const std::size_t fixed_functions_addr = get_file_offset(exprt.AddressOfFunctions, h); in symbols()
/dports/devel/boost-python-libs/boost_1_72_0/boost/dll/detail/
H A Dpe_info.hpp288 const exports_t exprt = exports(h); in symbols() local
289 const std::size_t exported_symbols = exprt.NumberOfNames; in symbols()
290 const std::size_t fixed_names_addr = get_file_offset(exprt.AddressOfNames, h); in symbols()
333 const exports_t exprt = exports(h); in symbols() local
334 const std::size_t exported_symbols = exprt.NumberOfFunctions; in symbols()
335 const std::size_t fixed_names_addr = get_file_offset(exprt.AddressOfNames, h); in symbols()
336 const std::size_t fixed_ordinals_addr = get_file_offset(exprt.AddressOfNameOrdinals, h); in symbols()
337 const std::size_t fixed_functions_addr = get_file_offset(exprt.AddressOfFunctions, h); in symbols()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/dll/detail/
H A Dpe_info.hpp285 const exports_t exprt = exports(h); in symbols() local
286 const std::size_t exported_symbols = exprt.NumberOfNames; in symbols()
287 const std::size_t fixed_names_addr = get_file_offset(exprt.AddressOfNames, h); in symbols()
330 const exports_t exprt = exports(h); in symbols() local
331 const std::size_t exported_symbols = exprt.NumberOfFunctions; in symbols()
332 const std::size_t fixed_names_addr = get_file_offset(exprt.AddressOfNames, h); in symbols()
333 const std::size_t fixed_ordinals_addr = get_file_offset(exprt.AddressOfNameOrdinals, h); in symbols()
334 const std::size_t fixed_functions_addr = get_file_offset(exprt.AddressOfFunctions, h); in symbols()
/dports/devel/boost-docs/boost_1_72_0/boost/dll/detail/
H A Dpe_info.hpp288 const exports_t exprt = exports(h); in symbols() local
289 const std::size_t exported_symbols = exprt.NumberOfNames; in symbols()
290 const std::size_t fixed_names_addr = get_file_offset(exprt.AddressOfNames, h); in symbols()
333 const exports_t exprt = exports(h); in symbols() local
334 const std::size_t exported_symbols = exprt.NumberOfFunctions; in symbols()
335 const std::size_t fixed_names_addr = get_file_offset(exprt.AddressOfNames, h); in symbols()
336 const std::size_t fixed_ordinals_addr = get_file_offset(exprt.AddressOfNameOrdinals, h); in symbols()
337 const std::size_t fixed_functions_addr = get_file_offset(exprt.AddressOfFunctions, h); in symbols()
/dports/math/fftw3/fftw-3.3.9/api/
H A Dexport-wisdom-to-string.c31 plnr->adt->exprt(plnr, p); in X()
37 plnr->adt->exprt(plnr, p); in X()
/dports/math/fftw3-long/fftw-3.3.9/api/
H A Dexport-wisdom-to-string.c31 plnr->adt->exprt(plnr, p); in X()
37 plnr->adt->exprt(plnr, p); in X()
/dports/math/fftw3-float/fftw-3.3.9/api/
H A Dexport-wisdom-to-string.c31 plnr->adt->exprt(plnr, p); in X()
37 plnr->adt->exprt(plnr, p); in X()
/dports/math/fftw3-quad/fftw-3.3.9/api/
H A Dexport-wisdom-to-string.c31 plnr->adt->exprt(plnr, p); in X()
37 plnr->adt->exprt(plnr, p); in X()
/dports/devel/hyperscan/boost_1_75_0/boost/dll/detail/
H A Dpe_info.hpp288 const exports_t exprt = exports(fs, h); in symbols() local
289 const std::size_t exported_symbols = exprt.NumberOfNames; in symbols()
295 const std::size_t fixed_names_addr = get_file_offset(fs, exprt.AddressOfNames, h); in symbols()
338 const exports_t exprt = exports(fs, h); in symbols() local
339 const std::size_t exported_symbols = exprt.NumberOfFunctions; in symbols()
340 const std::size_t fixed_names_addr = get_file_offset(fs, exprt.AddressOfNames, h); in symbols()
341 const std::size_t fixed_ordinals_addr = get_file_offset(fs, exprt.AddressOfNameOrdinals, h); in symbols()
342 const std::size_t fixed_functions_addr = get_file_offset(fs, exprt.AddressOfFunctions, h); in symbols()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/dll/detail/
H A Dpe_info.hpp288 const exports_t exprt = exports(fs, h); in symbols() local
289 const std::size_t exported_symbols = exprt.NumberOfNames; in symbols()
295 const std::size_t fixed_names_addr = get_file_offset(fs, exprt.AddressOfNames, h); in symbols()
338 const exports_t exprt = exports(fs, h); in symbols() local
339 const std::size_t exported_symbols = exprt.NumberOfFunctions; in symbols()
340 const std::size_t fixed_names_addr = get_file_offset(fs, exprt.AddressOfNames, h); in symbols()
341 const std::size_t fixed_ordinals_addr = get_file_offset(fs, exprt.AddressOfNameOrdinals, h); in symbols()
342 const std::size_t fixed_functions_addr = get_file_offset(fs, exprt.AddressOfFunctions, h); in symbols()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/dll/detail/
H A Dpe_info.hpp288 const exports_t exprt = exports(fs, h); in symbols() local
289 const std::size_t exported_symbols = exprt.NumberOfNames; in symbols()
295 const std::size_t fixed_names_addr = get_file_offset(fs, exprt.AddressOfNames, h); in symbols()
338 const exports_t exprt = exports(fs, h); in symbols() local
339 const std::size_t exported_symbols = exprt.NumberOfFunctions; in symbols()
340 const std::size_t fixed_names_addr = get_file_offset(fs, exprt.AddressOfNames, h); in symbols()
341 const std::size_t fixed_ordinals_addr = get_file_offset(fs, exprt.AddressOfNameOrdinals, h); in symbols()
342 const std::size_t fixed_functions_addr = get_file_offset(fs, exprt.AddressOfFunctions, h); in symbols()
/dports/devel/poco/poco-1.10.1-all/PageCompiler/src/
H A DCodeWriter.cpp152 std::string exprt(_page.get("page.export", "")); in handlerClass() local
153 if (!exprt.empty()) exprt += ' '; in handlerClass()
155 ostr << "class " << exprt << _class << ": public " << base << "\n"; in handlerClass()

1234567