Home
last modified time | relevance | path

Searched +defs:R +defs:ta (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/sol/
H A Dstack.hpp117 …inline decltype(auto) call(types<R>, types<Args...> ta, std::index_sequence<I...> tai, lua_State* … in call()
128 …inline void call(types<void>, types<Args...> ta, std::index_sequence<I...> tai, lua_State* L, int … in call()
146 …inline decltype(auto) call(types<R> tr, types<Args...> ta, lua_State* L, int start, Fx&& fx, FxArg… in call()
152 …inline decltype(auto) call(types<R> tr, types<Args...> ta, lua_State* L, Fx&& fx, FxArgs&&... args… in call()
157 …inline void call(types<void> tr, types<Args...> ta, lua_State* L, int start, Fx&& fx, FxArgs&&... … in call()
163 inline void call(types<void> tr, types<Args...> ta, lua_State* L, Fx&& fx, FxArgs&&... args) { in call()
168 …inline decltype(auto) call_from_top(types<R> tr, types<Args...> ta, lua_State* L, Fx&& fx, FxArgs&… in call_from_top()
174 …inline void call_from_top(types<void> tr, types<Args...> ta, lua_State* L, Fx&& fx, FxArgs&&... ar… in call_from_top()
180 …inline int call_into_lua(types<void> tr, types<Args...> ta, lua_State* L, int start, Fx&& fx, FxAr… in call_into_lua()
189 …inline int call_into_lua(types<Ret0, Ret...>, types<Args...> ta, lua_State* L, int start, Fx&& fx,… in call_into_lua()
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/vt_dsp/
H A Dhalfratefilter.cpp19 __m128 *__restrict R = (__m128 *)floatR; in process_block() local
40 __m128 ta = va[j]; in process_block() local
147 __m128 *R = (__m128 *)floatR; in process_block_D2() local
168 __m128 ta = va[j]; in process_block_D2() local
276 __m128 *R = (__m128 *)floatR; in process_block_U2() local
304 __m128 ta = va[j]; in process_block_U2() local
/dports/emulators/mess/mame-mame0226/3rdparty/sol2/sol/
H A Dstack.hpp82 …inline decltype(auto) call(types<R>, types<Args...> ta, std::index_sequence<I...> tai, lua_State* … in call()
92 …inline void call(types<void>, types<Args...> ta, std::index_sequence<I...> tai, lua_State* L, int … in call()
131 …inline decltype(auto) call(types<R> tr, types<Args...> ta, lua_State* L, int start, Fx&& fx, FxArg… in call()
137 …inline decltype(auto) call(types<R> tr, types<Args...> ta, lua_State* L, Fx&& fx, FxArgs&&... args… in call()
142 …inline void call(types<void> tr, types<Args...> ta, lua_State* L, int start, Fx&& fx, FxArgs&&... … in call()
148 inline void call(types<void> tr, types<Args...> ta, lua_State* L, Fx&& fx, FxArgs&&... args) { in call()
153 …inline decltype(auto) call_from_top(types<R> tr, types<Args...> ta, lua_State* L, Fx&& fx, FxArgs&… in call_from_top()
158 …inline void call_from_top(types<void> tr, types<Args...> ta, lua_State* L, Fx&& fx, FxArgs&&... ar… in call_from_top()
163 …inline int call_into_lua(types<void> tr, types<Args...> ta, lua_State* L, int start, Fx&& fx, FxAr… in call_into_lua()
170 …inline int call_into_lua(types<Ret0, Ret...>, types<Args...> ta, lua_State* L, int start, Fx&& fx,… in call_into_lua()
/dports/emulators/mame/mame-mame0226/3rdparty/sol2/sol/
H A Dstack.hpp82 …inline decltype(auto) call(types<R>, types<Args...> ta, std::index_sequence<I...> tai, lua_State* … in call()
92 …inline void call(types<void>, types<Args...> ta, std::index_sequence<I...> tai, lua_State* L, int … in call()
131 …inline decltype(auto) call(types<R> tr, types<Args...> ta, lua_State* L, int start, Fx&& fx, FxArg… in call()
137 …inline decltype(auto) call(types<R> tr, types<Args...> ta, lua_State* L, Fx&& fx, FxArgs&&... args… in call()
142 …inline void call(types<void> tr, types<Args...> ta, lua_State* L, int start, Fx&& fx, FxArgs&&... … in call()
148 inline void call(types<void> tr, types<Args...> ta, lua_State* L, Fx&& fx, FxArgs&&... args) { in call()
153 …inline decltype(auto) call_from_top(types<R> tr, types<Args...> ta, lua_State* L, Fx&& fx, FxArgs&… in call_from_top()
158 …inline void call_from_top(types<void> tr, types<Args...> ta, lua_State* L, Fx&& fx, FxArgs&&... ar… in call_from_top()
163 …inline int call_into_lua(types<void> tr, types<Args...> ta, lua_State* L, int start, Fx&& fx, FxAr… in call_into_lua()
170 …inline int call_into_lua(types<Ret0, Ret...>, types<Args...> ta, lua_State* L, int start, Fx&& fx,… in call_into_lua()
/dports/devel/sol2/sol2-4.0.0-alpha/include/sol/
H A Dstack.hpp182 …inline decltype(auto) call(types<R>, types<Args...> argument_types_, std::index_sequence<I...> arg… in call()
212 …inline decltype(auto) call(types<R> tr, types<Args...> ta, lua_State* L, int start, Fx&& fx, FxArg… in call()
223 …inline decltype(auto) call(types<R> tr, types<Args...> ta, lua_State* L, Fx&& fx, FxArgs&&... args… in call()
233 …inline decltype(auto) call_from_top(types<R> tr, types<Args...> ta, lua_State* L, Fx&& fx, FxArgs&… in call_from_top()
255 …inline int call_into_lua(types<Ret0, Ret...> tr, types<Args...> ta, lua_State* L, int start, Fx&& … in call_into_lua()
267 using R = meta::unqualified_t<decltype(r)>; in call_into_lua() typedef
/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/util/mapped/
H A DMappedObjectTransformer.java101 getClassEnums(Opcodes.class, OPCODE_TO_NAME, "V1_", "ACC_", "T_", "F_", "MH_"); in getClassEnums()
307 final TransformationAdapter ta = new TransformationAdapter(cw, className); in transformMappedAPI() local
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/sc68/unice68/
H A Dunice68_pack.c94 static void longword_store(all_regs_t *R) in longword_store()
108 static void put_bits(all_regs_t *R) in put_bits()
126 static void make_offset_2(all_regs_t * R) in make_offset_2()
149 static void make_offset_mehr(all_regs_t * R) in make_offset_mehr()
185 static void make_stringlength(all_regs_t *R) in make_stringlength()
187 static const int ta[5] = { 0x2, 0x3, 0x4, 0x6, 0xa }; in make_stringlength() local
204 static int ice_crunch(all_regs_t *R) in ice_crunch()
505 static void make_normal_bytes(all_regs_t * R) in make_normal_bytes()
559 all_regs_t allregs, *R = &allregs; in unice68_packer() local
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vp8/encoder/
H A Dencodemb.c123 #define RDTRUNC(RM, DM, R, D) ((128 + (R) * (RM)) & 0xFF) argument
396 ENTROPY_CONTEXT *ta; in optimize_mb() local
433 ENTROPY_CONTEXT *ta; in vp8_optimize_mby() local
466 ENTROPY_CONTEXT *ta; in vp8_optimize_mbuv() local
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vp8/encoder/
H A Dencodemb.c123 #define RDTRUNC(RM, DM, R, D) ((128 + (R) * (RM)) & 0xFF) argument
396 ENTROPY_CONTEXT *ta; in optimize_mb() local
433 ENTROPY_CONTEXT *ta; in vp8_optimize_mby() local
466 ENTROPY_CONTEXT *ta; in vp8_optimize_mbuv() local
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dencodemb.c123 #define RDTRUNC(RM, DM, R, D) ((128 + (R) * (RM)) & 0xFF) argument
396 ENTROPY_CONTEXT *ta; in optimize_mb() local
433 ENTROPY_CONTEXT *ta; in vp8_optimize_mby() local
466 ENTROPY_CONTEXT *ta; in vp8_optimize_mbuv() local
/dports/multimedia/libvpx/libvpx-1.11.0/vp8/encoder/
H A Dencodemb.c123 #define RDTRUNC(RM, DM, R, D) ((128 + (R) * (RM)) & 0xFF) argument
396 ENTROPY_CONTEXT *ta; in optimize_mb() local
433 ENTROPY_CONTEXT *ta; in vp8_optimize_mby() local
466 ENTROPY_CONTEXT *ta; in vp8_optimize_mbuv() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dencodemb.c123 #define RDTRUNC(RM, DM, R, D) ((128 + (R) * (RM)) & 0xFF) argument
396 ENTROPY_CONTEXT *ta; in optimize_mb() local
433 ENTROPY_CONTEXT *ta; in vp8_optimize_mby() local
466 ENTROPY_CONTEXT *ta; in vp8_optimize_mbuv() local
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vp8/encoder/
H A Dencodemb.c123 #define RDTRUNC(RM, DM, R, D) ((128 + (R) * (RM)) & 0xFF) argument
396 ENTROPY_CONTEXT *ta; in optimize_mb() local
433 ENTROPY_CONTEXT *ta; in vp8_optimize_mby() local
466 ENTROPY_CONTEXT *ta; in vp8_optimize_mbuv() local
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vp8/encoder/
H A Dencodemb.c123 #define RDTRUNC(RM, DM, R, D) ((128 + (R) * (RM)) & 0xFF) argument
396 ENTROPY_CONTEXT *ta; in optimize_mb() local
433 ENTROPY_CONTEXT *ta; in vp8_optimize_mby() local
466 ENTROPY_CONTEXT *ta; in vp8_optimize_mbuv() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dencodemb.c123 #define RDTRUNC(RM, DM, R, D) ((128 + (R) * (RM)) & 0xFF) argument
396 ENTROPY_CONTEXT *ta; in optimize_mb() local
433 ENTROPY_CONTEXT *ta; in vp8_optimize_mby() local
466 ENTROPY_CONTEXT *ta; in vp8_optimize_mbuv() local
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vp8/encoder/
H A Dencodemb.c123 #define RDTRUNC(RM, DM, R, D) ((128 + (R) * (RM)) & 0xFF) argument
396 ENTROPY_CONTEXT *ta; in optimize_mb() local
433 ENTROPY_CONTEXT *ta; in vp8_optimize_mby() local
466 ENTROPY_CONTEXT *ta; in vp8_optimize_mbuv() local
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vp8/encoder/
H A Dencodemb.c123 #define RDTRUNC(RM, DM, R, D) ((128 + (R) * (RM)) & 0xFF) argument
396 ENTROPY_CONTEXT *ta; in optimize_mb() local
433 ENTROPY_CONTEXT *ta; in vp8_optimize_mby() local
466 ENTROPY_CONTEXT *ta; in vp8_optimize_mbuv() local
/dports/math/fflas-ffpack/fflas-ffpack-2.4.3/tests/
H A Dtesteur_lqup.C71 FFLAS::FFLAS_TRANSPOSE ta; in main() local
120 size_t R=0; in main() local
/dports/dns/getdns/getdns-1.5.2/src/
H A Danchor.c150 static inline int ta_iter_done(ta_iter *ta) in ta_iter_done()
153 static ta_iter *ta_iter_next(ta_iter *ta) in ta_iter_next()
423 static ta_iter *ta_iter_init(ta_iter *ta, const char *doc, size_t doc_len) in ta_iter_init()
435 ta_iter ta_spc, *ta; in _getdns_parse_xml_trust_anchors_buf() local
1055 getdns_return_t R; in tas_connect() local
1559 _getdns_rrset_iter tas_iter_spc, *ta; in _getdns_context_update_root_ksk() local
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/CHOLMOD/Demo/
H A Dcholmod_demo.c55 double resid [4], t, ta, tf, ts [3], tot, bnorm, xnorm, anorm, rnorm, fl, in main() local
59 cholmod_dense *X = NULL, *B, *W, *R = NULL ; in main() local
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/CHOLMOD/Demo/
H A Dcholmod_demo.c55 double resid [4], t, ta, tf, ts [3], tot, bnorm, xnorm, anorm, rnorm, fl, in main() local
59 cholmod_dense *X = NULL, *B, *W, *R = NULL ; in main() local
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/CHOLMOD/Demo/
H A Dcholmod_demo.c55 double resid [4], t, ta, tf, ts [3], tot, bnorm, xnorm, anorm, rnorm, fl, in main() local
59 cholmod_dense *X = NULL, *B, *W, *R = NULL ; in main() local
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/CHOLMOD/Demo/
H A Dcholmod_demo.c55 double resid [4], t, ta, tf, ts [3], tot, bnorm, xnorm, anorm, rnorm, fl, in main() local
59 cholmod_dense *X = NULL, *B, *W, *R = NULL ; in main() local
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/CHOLMOD/Demo/
H A Dcholmod_demo.c55 double resid [4], t, ta, tf, ts [3], tot, bnorm, xnorm, anorm, rnorm, fl, in main() local
59 cholmod_dense *X = NULL, *B, *W, *R = NULL ; in main() local
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/CHOLMOD/Demo/
H A Dcholmod_demo.c55 double resid [4], t, ta, tf, ts [3], tot, bnorm, xnorm, anorm, rnorm, fl, in main() local
59 cholmod_dense *X = NULL, *B, *W, *R = NULL ; in main() local

12345678910>>...12