Home
last modified time | relevance | path

Searched defs:ME (Results 1 – 25 of 2617) sorted by relevance

12345678910>>...105

/dports/devel/grpc130/grpc-1.30.2/third_party/upb/tests/
H A Dtest_cpp.cc311 typedef StartMsgTesterVoidFunctionNoHandlerData ME; typedef in StartMsgTesterVoidFunctionNoHandlerData
327 typedef StartMsgTesterBoolFunctionNoHandlerData ME; typedef in StartMsgTesterBoolFunctionNoHandlerData
343 typedef StartMsgTesterVoidMethodNoHandlerData ME; typedef in StartMsgTesterVoidMethodNoHandlerData
358 typedef StartMsgTesterBoolMethodNoHandlerData ME; typedef in StartMsgTesterBoolMethodNoHandlerData
374 typedef StartMsgTesterVoidFunctionWithHandlerData ME; typedef in StartMsgTesterVoidFunctionWithHandlerData
390 typedef StartMsgTesterBoolFunctionWithHandlerData ME; typedef in StartMsgTesterBoolFunctionWithHandlerData
407 typedef StartMsgTesterVoidMethodWithHandlerData ME; typedef in StartMsgTesterVoidMethodWithHandlerData
423 typedef StartMsgTesterBoolMethodWithHandlerData ME; typedef in StartMsgTesterBoolMethodWithHandlerData
467 typedef ValueTesterInt32VoidFunctionNoHandlerData ME; typedef in ValueTesterInt32VoidFunctionNoHandlerData
499 typedef ValueTesterInt32VoidMethodNoHandlerData ME; typedef in ValueTesterInt32VoidMethodNoHandlerData
[all …]
/dports/devel/grpc134/grpc-1.34.1/third_party/upb/tests/
H A Dtest_cpp.cc311 typedef StartMsgTesterVoidFunctionNoHandlerData ME; typedef in StartMsgTesterVoidFunctionNoHandlerData
327 typedef StartMsgTesterBoolFunctionNoHandlerData ME; typedef in StartMsgTesterBoolFunctionNoHandlerData
343 typedef StartMsgTesterVoidMethodNoHandlerData ME; typedef in StartMsgTesterVoidMethodNoHandlerData
358 typedef StartMsgTesterBoolMethodNoHandlerData ME; typedef in StartMsgTesterBoolMethodNoHandlerData
374 typedef StartMsgTesterVoidFunctionWithHandlerData ME; typedef in StartMsgTesterVoidFunctionWithHandlerData
390 typedef StartMsgTesterBoolFunctionWithHandlerData ME; typedef in StartMsgTesterBoolFunctionWithHandlerData
407 typedef StartMsgTesterVoidMethodWithHandlerData ME; typedef in StartMsgTesterVoidMethodWithHandlerData
423 typedef StartMsgTesterBoolMethodWithHandlerData ME; typedef in StartMsgTesterBoolMethodWithHandlerData
467 typedef ValueTesterInt32VoidFunctionNoHandlerData ME; typedef in ValueTesterInt32VoidFunctionNoHandlerData
499 typedef ValueTesterInt32VoidMethodNoHandlerData ME; typedef in ValueTesterInt32VoidMethodNoHandlerData
[all …]
/dports/security/botan110/Botan-1.10.17/src/block/aes/
H A Daes.h34 SecureVector<byte> ME, MD; variable
56 SecureVector<byte> ME, MD; variable
78 SecureVector<byte> ME, MD; variable
/dports/math/cocoalib/CoCoALib-0.99712/examples/
H A Dex-FloatApprox1.C35 const MantExp10 ME = MantissaAndExponent10(v, sigfig); in program() local
42 const MantExp2 ME = MantissaAndExponent2(v, sigbits); in program() local
/dports/math/giacxcas/CoCoALib-0.99700/examples/
H A Dex-FloatApprox1.C35 const MantExp10 ME = MantissaAndExponent10(v, sigfig); in program() local
42 const MantExp2 ME = MantissaAndExponent2(v, sigbits); in program() local
/dports/devel/radare2/radare2-5.1.1/libr/parse/p/
H A Dparse_ppc_pseudo.c1489 ut64 ME = PPC_UT64(argv[5]) + 32; in replace() local
1502 ut64 ME = 63 - PPC_UT64(argv[3]); in replace() local
1508 ut64 ME = PPC_UT64(argv[4]); in replace() local
1516 ut64 ME = 63 - PPC_UT64(argv[3]); in replace() local
1524 ut64 ME = 63 - PPC_UT64(argv[3]); in replace() local
1533 ut32 ME = PPC_UT32(argv[5]); in replace() local
1541 ut32 ME = PPC_UT32(argv[5]); in replace() local
1549 ut32 ME = PPC_UT32(argv[5]); in replace() local
/dports/games/gnubg/gnubg-1.06.002/
H A Dmtsupport.c121 FreeManualEvent(ManualEvent ME) in FreeManualEvent()
132 WaitForManualEvent(ManualEvent ME) in WaitForManualEvent()
171 ResetManualEvent(ManualEvent ME) in ResetManualEvent()
189 SetManualEvent(ManualEvent ME) in SetManualEvent()
/dports/math/tblis/tblis-1.2.0/src/kernels/3m/
H A Dpackm.hpp122 constexpr len_type ME = (Mat == MAT_A ? Config::template gemm_mr<T>::extent in pack_nn_ukr_def() local
177 constexpr len_type ME = (Mat == MAT_A ? Config::template gemm_mr<T>::extent in pack_nnd_ukr_def() local
234 constexpr len_type ME = (Mat == MAT_A ? Config::template gemm_mr<T>::extent in pack_sn_ukr_def() local
256 constexpr len_type ME = (Mat == MAT_A ? Config::template gemm_mr<T>::extent in pack_ns_ukr_def() local
279 constexpr len_type ME = (Mat == MAT_A ? Config::template gemm_mr<T>::extent in pack_ss_ukr_def() local
302 constexpr len_type ME = (Mat == MAT_A ? Config::template gemm_mr<T>::extent in pack_nb_ukr_def() local
390 constexpr len_type ME = (Mat == MAT_A ? Config::template gemm_mr<T>::extent in pack_sb_ukr_def() local
417 constexpr len_type ME = (Mat == MAT_A ? Config::template gemm_mr<T>::extent in pack_ss_scal_ukr_def() local
/dports/devel/dasm/dasm-2.20.14.1/test/
H A Drecursive_equ.asm5 ME .EQU (OTHER +1) label
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.h58 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { in isRunOfOnes()
82 static inline bool isRunOfOnes64(uint64_t Val, unsigned &MB, unsigned &ME) { in isRunOfOnes64()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.h58 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { in isRunOfOnes()
82 static inline bool isRunOfOnes64(uint64_t Val, unsigned &MB, unsigned &ME) { in isRunOfOnes64()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/dsp/arch/aarch64/asimd/pmath/
H A Dexp.h53 #define POW2_CORE_X8(ME, L2, C5, C4, C3, C2, C1, C0, C6, C7) \ argument
117 #define POW2_CORE_X4(ME, L2, C5, C4, C3, C2, C1, C0, C6, C7) \ argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.h58 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { in isRunOfOnes()
82 static inline bool isRunOfOnes64(uint64_t Val, unsigned &MB, unsigned &ME) { in isRunOfOnes64()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.h58 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { in isRunOfOnes()
82 static inline bool isRunOfOnes64(uint64_t Val, unsigned &MB, unsigned &ME) { in isRunOfOnes64()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.h58 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { in isRunOfOnes()
82 static inline bool isRunOfOnes64(uint64_t Val, unsigned &MB, unsigned &ME) { in isRunOfOnes64()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.h58 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { in isRunOfOnes()
82 static inline bool isRunOfOnes64(uint64_t Val, unsigned &MB, unsigned &ME) { in isRunOfOnes64()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.h58 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { in isRunOfOnes()
82 static inline bool isRunOfOnes64(uint64_t Val, unsigned &MB, unsigned &ME) { in isRunOfOnes64()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.h58 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { in isRunOfOnes()
82 static inline bool isRunOfOnes64(uint64_t Val, unsigned &MB, unsigned &ME) { in isRunOfOnes64()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.h58 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { in isRunOfOnes()
82 static inline bool isRunOfOnes64(uint64_t Val, unsigned &MB, unsigned &ME) { in isRunOfOnes64()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.h58 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { in isRunOfOnes()
82 static inline bool isRunOfOnes64(uint64_t Val, unsigned &MB, unsigned &ME) { in isRunOfOnes64()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.h58 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { in isRunOfOnes()
82 static inline bool isRunOfOnes64(uint64_t Val, unsigned &MB, unsigned &ME) { in isRunOfOnes64()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.h61 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { in isRunOfOnes()
85 static inline bool isRunOfOnes64(uint64_t Val, unsigned &MB, unsigned &ME) { in isRunOfOnes64()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.h61 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { in isRunOfOnes()
85 static inline bool isRunOfOnes64(uint64_t Val, unsigned &MB, unsigned &ME) { in isRunOfOnes64()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.h61 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { in isRunOfOnes()
85 static inline bool isRunOfOnes64(uint64_t Val, unsigned &MB, unsigned &ME) { in isRunOfOnes64()
/dports/www/bolt/bolt-2.2.24/vendor/symfony/intl/Symfony/Component/Intl/Resources/data/regions/
H A Dzh_Hans_SG.json4 "ME": "黑山", string

12345678910>>...105