Home
last modified time | relevance | path

Searched +defs:val +defs:M (Results 1 – 25 of 756) sorted by relevance

12345678910>>...31

/aosp_15_r20/external/rust/android-crates-io/crates/vm-memory/src/bitmap/
Dmod.rs190 fn check_range(&self, m: &M, start: usize, len: usize, clean: bool) -> bool { in check_range()
200 bytes: &M, in test_access()
206 Op: Fn(&M, A), in test_access()
227 pub fn test_bytes<F, G, M, A>(bytes: &M, check_range_fn: F, address_fn: G, step: usize) in test_bytes() argument
229 F: Fn(&M, usize, usize, bool) -> bool, in test_bytes()
238 let val = 1u64; in test_bytes() localVariable
301 let val = 123u64; in test_guest_memory_region() localVariable
334 pub fn test_guest_memory_and_region<M, F>(f: F) in test_guest_memory_and_region()
337 F: Fn() -> M, in test_guest_memory_and_region()
341 let val = 123u64; in test_guest_memory_and_region() localVariable
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/src/protocol/commands/
D_m_upcase.rs4 pub struct M<'a> { struct
6 pub val: &'a [u8], field
9 impl<'a> ParseCommand<'a> for M<'a> { argument
30 let val = decode_hex_buf(body.next()?).ok()?; in from_packet() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/data-encoding/src/
Dlib.rs188 fn val(self) -> T; in val() method
216 fn val(self) -> Option<T> { in val() method
225 fn val(self) -> Option<T> { in val() method
383 bit: B, msb: M, symbols: &[u8; 256], input: &[u8], output: &mut [u8], in encode_block()
400 bit: B, msb: M, symbols: &[u8; 256], input: &[u8], output: &mut [u8], in encode_mut()
422 bit: B, msb: M, values: &[u8; 256], input: &[u8], output: &mut [u8], in decode_block()
444 bit: B, msb: M, values: &[u8; 256], input: &[u8], output: &mut [u8], in decode_mut()
461 bit: B, msb: M, ctb: bool, values: &[u8; 256], input: &[u8], in check_trail()
495 bit: B, msb: M, symbols: &[u8; 256], input: &[u8], output: &mut [u8], in encode_base()
509 bit: B, msb: M, symbols: &[u8; 256], spad: P, input: &[u8], output: &mut [u8], in encode_pad()
[all …]
/aosp_15_r20/hardware/interfaces/tests/foo/1.0/default/lib/
H A DFooHelper.cpp5 std::string to_string(const IFoo::StringMatrix5x3 &M) { in to_string()
9 std::string to_string(const IFoo::StringMatrix3x5 &M) { in to_string()
17 std::string QuuxToString(const IFoo::Quux &val) { in QuuxToString()
29 std::string MultiDimensionalToString(const IFoo::MultiDimensional &val) { in MultiDimensionalToString()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DSpmmReduceKernel.cpp27 inline void _update(at::opmath_type<scalar_t>* out_ptr, int64_t e, int64_t c, const scalar_t val, c… in _update()
88 int64_t M = crow_indices.numel() - 1; in spmm_reduce_kernel_impl() local
132 scalar_t val = val_data[e]; in spmm_reduce_kernel_impl() local
153 inline void update_with_index(scalar_t *val, scalar_t new_val, index_t *arg, index_t new_arg) { in update_with_index()
186 int64_t M = crow_indices.numel() - 1; in spmm_reduce_arg_kernel_impl() local
223 opmath_t val = opmath_t(val_data[e]); in spmm_reduce_arg_kernel_impl() local
273 scalar_t val = vec::map2_reduce_all<scalar_t>( in spmm_reduce_backward_input_kernel_impl() local
315 int64_t M = grad_out.size(0); in spmm_reduce_backward_input_arg_kernel_impl() local
397 int64_t M = grad_out.size(0); in spmm_reduce_backward_other_arg_kernel_impl() local
526 Tensor val; in spmm_reduce_backward_other_kernel() local
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Ddestructor-calls.cpp5 static int val; variable
13 struct M : B { struct
14 M() : iM(++val) { printf("M()\n"); } in M() argument
15 int iM; argument
16 ~M() { printf("~M(%d)\n", iM); --val; } in ~M() argument
/aosp_15_r20/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h104 bool isEqual(const Matcher *M) const { in isEqual()
172 virtual bool isContradictoryImpl(const Matcher *M) const { return false; } in isContradictoryImpl()
217 bool isEqualImpl(const Matcher *M) const override { return false; } in isEqualImpl()
242 bool isEqualImpl(const Matcher *M) const override { return true; } in isEqualImpl()
274 bool isEqualImpl(const Matcher *M) const override { in isEqualImpl()
290 bool isEqualImpl(const Matcher *M) const override { return true; } in isEqualImpl()
306 bool isEqualImpl(const Matcher *M) const override { return true; } in isEqualImpl()
324 bool isEqualImpl(const Matcher *M) const override { in isEqualImpl()
341 bool isEqualImpl(const Matcher *M) const override { return true; } in isEqualImpl()
361 bool isEqualImpl(const Matcher *M) const override { in isEqualImpl()
[all …]
/aosp_15_r20/external/executorch/exir/tests/
H A Dtest_passes.py1109 class M(torch.nn.Module): class
1125 class M(torch.nn.Module): class
1183 class M(torch.nn.Module): class
1207 class M(torch.nn.Module): class
1248 class M(torch.nn.Module): class
1277 class M(torch.nn.Module): class
1306 def t(self, val): argument
1309 def f(self, val): argument
1312 def true_fn(self, val): argument
1315 def false_fn(self, val): argument
/aosp_15_r20/frameworks/rs/support/java/src/androidx/renderscript/
H A DRenderScript.java710 native void rsnScriptSetVarI(long con, long id, int slot, int val, boolean mUseInc); in rsnScriptSetVarI()
711 synchronized void nScriptSetVarI(long id, int slot, int val, boolean mUseInc) { in nScriptSetVarI()
719 native void rsnScriptSetVarJ(long con, long id, int slot, long val, boolean mUseInc); in rsnScriptSetVarJ()
720 synchronized void nScriptSetVarJ(long id, int slot, long val, boolean mUseInc) { in nScriptSetVarJ()
728 native void rsnScriptSetVarF(long con, long id, int slot, float val, boolean mUseInc); in rsnScriptSetVarF()
729 synchronized void nScriptSetVarF(long id, int slot, float val, boolean mUseInc) { in nScriptSetVarF()
737 native void rsnScriptSetVarD(long con, long id, int slot, double val, boolean mUseInc); in rsnScriptSetVarD()
738 synchronized void nScriptSetVarD(long id, int slot, double val, boolean mUseInc) { in nScriptSetVarD()
746 native void rsnScriptSetVarV(long con, long id, int slot, byte[] val, boolean mUseInc); in rsnScriptSetVarV()
747 synchronized void nScriptSetVarV(long id, int slot, byte[] val, boolean mUseInc) { in nScriptSetVarV()
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A Dlayer_norm_kernel.cu42 scalar_t val[vec_size]; member
71 WelfordType val(0, 0, 0, 0); in RowwiseMomentsCUDAKernel() local
124 const U val, in cuWelfordOnlineSum()
514 int64_t M, in GammaBetaBackwardSimpleCUDAKernel()
549 int64_t M, in GammaBetaBackwardCUDAKernel_32x32()
649 int64_t M, in GammaBetaBackwardCUDAKernel()
735 int64_t M, in launch_vectorized_layer_norm_kernel()
761 int64_t M, in LayerNormKernelImplInternal()
807 int64_t M, in LayerNormKernelImpl()
906 const int64_t M, in cuComputePartGradGammaBeta()
[all …]
/aosp_15_r20/external/AFLplusplus/instrumentation/
H A Dcompare-transform-pass.so.cc163 bool CompareTransform::transformCmps(Module &M, const bool processStrcmp,
386 std::string *val = valueMap[Str1P]; local
526 std::string *val = valueMap[Str1P]; local
742 PreservedAnalyses CompareTransform::run(Module &M, ModuleAnalysisManager &MAM) {
H A DSanitizerCoverageLTO.so.cc297 bool runOnModule(Module &M) override { in runOnModule()
349 PreservedAnalyses ModuleSanitizerCoverageLTO::run(Module &M, in run()
374 Module &M, DomTreeCallback DTCallback, PostDomTreeCallback PDTCallback) { in instrumentModule()
456 uint64_t val; in instrumentModule() local
537 u64 val2 = 0, val = ilen->getZExtValue(); in instrumentModule() local
1315 Value *val = ConstantInt::get(Int32Ty, ++afl_global_id); in instrumentFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp479 FunctionCallee AMDGPULibCalls::getFunction(Module *M, const FuncInfo &fInfo) { in getFunction()
517 Module *M = aCI->getModule(); in sincosUseNative() local
586 auto *M = Callee->getParent(); in fold_read_write_pipe() local
801 Module *M = CI->getModule(); in replaceWithNative() local
944 Module *M = CI->getModule(); in fold_pow() local
1171 Module *M = CI->getModule(); in fold_rootn() local
1180 Module *M = CI->getModule(); in fold_rootn() local
1196 Module *M = CI->getModule(); in fold_rootn() local
1254 FunctionCallee AMDGPULibCalls::getNativeFunction(Module *M, in getNativeFunction()
1311 Module *M = CI->getModule(); in fold_sincos() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/examples/armv4t_multicore/
Dmem_sniffer.rs15 pub val: u32, field
29 pub fn new(mem: &'a mut M, addrs: &'a [u32], on_access: F) -> MemSniffer<'a, M, F> { in new()
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/examples/armv4t/
Dmem_sniffer.rs13 pub val: u32, field
27 pub fn new(mem: &'a mut M, addrs: &'a [u32], on_access: F) -> MemSniffer<'a, M, F> { in new()
/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLRasterPipelineBuilder.h46 #define SKRP_EXTENDED_OPS(M) \ argument
63 #define M(stage) stage, macro
79 #define M(stage) stage, macro
395 void push_constant_f(float val) { in push_constant_f()
408 void store_immutable_value_i(Slot slot, int32_t val) { in store_immutable_value_i()
/aosp_15_r20/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java775 native void rsnScriptSetVarI(long con, long id, int slot, int val); in rsnScriptSetVarI()
776 synchronized void nScriptSetVarI(long id, int slot, int val) { in nScriptSetVarI()
786 native void rsnScriptSetVarJ(long con, long id, int slot, long val); in rsnScriptSetVarJ()
787 synchronized void nScriptSetVarJ(long id, int slot, long val) { in nScriptSetVarJ()
797 native void rsnScriptSetVarF(long con, long id, int slot, float val); in rsnScriptSetVarF()
798 synchronized void nScriptSetVarF(long id, int slot, float val) { in nScriptSetVarF()
807 native void rsnScriptSetVarD(long con, long id, int slot, double val); in rsnScriptSetVarD()
808 synchronized void nScriptSetVarD(long id, int slot, double val) { in nScriptSetVarD()
817 native void rsnScriptSetVarV(long con, long id, int slot, byte[] val); in rsnScriptSetVarV()
818 synchronized void nScriptSetVarV(long id, int slot, byte[] val) { in nScriptSetVarV()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp434 FunctionCallee AMDGPULibCalls::getFunction(Module *M, const FuncInfo &fInfo) { in getFunction()
471 Module *M = aCI->getModule(); in sincosUseNative() local
540 auto *M = Callee->getParent(); in fold_read_write_pipe() local
877 Module *M = CI->getModule(); in fold_pow() local
1104 Module *M = CI->getModule(); in fold_rootn() local
1113 Module *M = CI->getModule(); in fold_rootn() local
1129 Module *M = CI->getModule(); in fold_rootn() local
1187 FunctionCallee AMDGPULibCalls::getNativeFunction(Module *M, in getNativeFunction()
1246 Module *M = CI->getModule(); in fold_sincos() local
1527 double val = (double)iopr1->getSExtValue(); in evaluateScalarMathFunc() local
[all …]
/aosp_15_r20/external/ltp/testcases/kernel/mem/mmapstress/
H A Dmmapstress07.c45 #define ERROR(M) (void)fprintf(stderr, "%s: errno = %d: " M "\n", \ argument
48 #define CLEANERROR(M) (void)close(rofd); \ argument
302 static int checkchars(int fd, char val, int n)
/aosp_15_r20/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp719 void NVPTXAsmPrinter::emitDeclarations(const Module &M, raw_ostream &O) { in emitDeclarations()
771 void NVPTXAsmPrinter::recordAndEmitFilenames(Module &M) { in recordAndEmitFilenames()
814 bool NVPTXAsmPrinter::doInitialization(Module &M) { in doInitialization()
879 void NVPTXAsmPrinter::emitGlobals(const Module &M) { in emitGlobals()
911 void NVPTXAsmPrinter::emitHeader(Module &M, raw_ostream &O, in emitHeader()
947 bool NVPTXAsmPrinter::doFinalization(Module &M) { in doFinalization()
1785 template <typename T> static void ConvertIntToBytes(unsigned char *p, T val) { in ConvertIntToBytes()
1792 static void ConvertFloatToBytes(unsigned char *p, float val) { in ConvertFloatToBytes()
1799 static void ConvertDoubleToBytes(unsigned char *p, double val) { in ConvertDoubleToBytes()
/aosp_15_r20/external/clang/lib/Analysis/
H A DLiveVariables.cpp196 LiveVariables::LivenessValues &val; member in __anon34dfd90e0411::TransferFunctions
442 LiveVariables::LivenessValues val, in runOnBlock()
539 LivenessValues val; in computeLiveness() local
564 void LiveVariables::dumpBlockLiveness(const SourceManager &M) { in dumpBlockLiveness()
568 void LiveVariablesImpl::dumpBlockLiveness(const SourceManager &M) { in dumpBlockLiveness()
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/database/sqlite/
H A DSQLiteCursorTest.java108 int val = c.getInt(0); in testFillWindow() local
118 int M = N + 1000; in testFillWindow() local
133 int val = c.getInt(0); in testFillWindow() local
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_type_sharing.py41 class M(torch.nn.Module): class
63 class M(torch.nn.Module): class
85 class M(torch.nn.Module): class
124 class M(torch.nn.Module): class
151 class M(torch.nn.Module): class
208 class M(torch.nn.Module): class
231 class M(torch.nn.Module): class
262 class M(torch.nn.Module): class
291 class M(torch.nn.Module): class
341 class M(torch.nn.Module): class
[all …]
/aosp_15_r20/external/ltp/testcases/kernel/fs/ftest/
H A Dftest02.c78 #define M (1024*1024) macro
241 #define warn(val,m1,m2) if ((val) < 0) dowarn(me,m1,m2) argument
252 int fd, val; in crfile() local
291 int val; in unlfile() local
318 int val; in fussdir() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp701 void NVPTXAsmPrinter::emitDeclarations(const Module &M, raw_ostream &O) { in emitDeclarations()
765 bool NVPTXAsmPrinter::doInitialization(Module &M) { in doInitialization()
812 void NVPTXAsmPrinter::emitGlobals(const Module &M) { in emitGlobals()
844 void NVPTXAsmPrinter::emitHeader(Module &M, raw_ostream &O, in emitHeader()
890 bool NVPTXAsmPrinter::doFinalization(Module &M) { in doFinalization()
1764 template <typename T> static void ConvertIntToBytes(unsigned char *p, T val) { in ConvertIntToBytes()
1771 static void ConvertFloatToBytes(unsigned char *p, float val) { in ConvertFloatToBytes()
1778 static void ConvertDoubleToBytes(unsigned char *p, double val) { in ConvertDoubleToBytes()

12345678910>>...31