/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/crates/stdarch-verify/tests/ |
H A D | x86-intel.rs | 22 struct Function { struct 23 name: &'static str, 24 arguments: &'static [&'static Type], 25 ret: Option<&'static Type>, 26 target_feature: Option<&'static str>, 27 instrs: &'static [&'static str], 28 file: &'static str, 29 required_const: &'static [usize], 30 has_test: bool, 421 fn matches(rust: &Function, intel: &Intrinsic) -> Result<(), String> { in matches()
|
H A D | arm.rs | 7 struct Function { struct 8 name: &'static str, 9 arguments: &'static [&'static Type], 10 ret: Option<&'static Type>, 11 target_feature: Option<&'static str>, 12 instrs: &'static [&'static str], 13 file: &'static str, 14 required_const: &'static [usize], 15 has_test: bool, 480 fn matches(rust: &Function, arm: &Intrinsic) -> Result<(), String> { in matches()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/stdarch-verify/tests/ |
H A D | x86-intel.rs | 22 struct Function { struct 23 name: &'static str, 24 arguments: &'static [&'static Type], 25 ret: Option<&'static Type>, 26 target_feature: Option<&'static str>, 27 instrs: &'static [&'static str], 28 file: &'static str, 29 required_const: &'static [usize], 30 has_test: bool, 421 fn matches(rust: &Function, intel: &Intrinsic) -> Result<(), String> { in matches()
|
H A D | arm.rs | 7 struct Function { struct 8 name: &'static str, 9 arguments: &'static [&'static Type], 10 ret: Option<&'static Type>, 11 target_feature: Option<&'static str>, 12 instrs: &'static [&'static str], 13 file: &'static str, 14 required_const: &'static [usize], 15 has_test: bool, 480 fn matches(rust: &Function, arm: &Intrinsic) -> Result<(), String> { in matches()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/stdarch-verify/tests/ |
H A D | x86-intel.rs | 22 struct Function { struct 23 name: &'static str, 24 arguments: &'static [&'static Type], 25 ret: Option<&'static Type>, 26 target_feature: Option<&'static str>, 27 instrs: &'static [&'static str], 28 file: &'static str, 29 required_const: &'static [usize], 30 has_test: bool, 421 fn matches(rust: &Function, intel: &Intrinsic) -> Result<(), String> { in matches()
|
H A D | arm.rs | 7 struct Function { struct 8 name: &'static str, 9 arguments: &'static [&'static Type], 10 ret: Option<&'static Type>, 11 target_feature: Option<&'static str>, 12 instrs: &'static [&'static str], 13 file: &'static str, 14 required_const: &'static [usize], 15 has_test: bool, 480 fn matches(rust: &Function, arm: &Intrinsic) -> Result<(), String> { in matches()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/stdarch-verify/tests/ |
H A D | x86-intel.rs | 22 struct Function { struct 23 name: &'static str, 24 arguments: &'static [&'static Type], 25 ret: Option<&'static Type>, 26 target_feature: Option<&'static str>, 27 instrs: &'static [&'static str], 28 file: &'static str, 29 required_const: &'static [usize], 30 has_test: bool, 421 fn matches(rust: &Function, intel: &Intrinsic) -> Result<(), String> { in matches()
|
H A D | arm.rs | 7 struct Function { struct 8 name: &'static str, 9 arguments: &'static [&'static Type], 10 ret: Option<&'static Type>, 11 target_feature: Option<&'static str>, 12 instrs: &'static [&'static str], 13 file: &'static str, 14 required_const: &'static [usize], 15 has_test: bool, 480 fn matches(rust: &Function, arm: &Intrinsic) -> Result<(), String> { in matches()
|
/aosp_15_r20/external/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMapping.cpp | 216 FunctionRecord Function(OrigFuncName, Record.Filenames); in load() local 265 void insert(const FunctionRecord &Function, unsigned FileID) { in insert() 415 for (const auto &Function : getCoveredFunctions()) in getUniqueSourceFiles() local 425 const FunctionRecord &Function) { in gatherFileIDs() 434 static Optional<unsigned> findMainViewFileID(const FunctionRecord &Function) { in findMainViewFileID() 448 const FunctionRecord &Function) { in findMainViewFileID() 463 for (const auto &Function : Functions) { in getCoverageForFile() local 483 for (const auto &Function : Functions) { in getInstantiations() local 501 CoverageMapping::getCoverageForFunction(const FunctionRecord &Function) { in getCoverageForFunction()
|
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/ |
D | routine.rs | 206 pub struct Function<M: Measurement, F, T> struct 216 impl<M: Measurement, F, T> Function<M, F, T> argument 230 impl<M: Measurement, F, T> Routine<M, T> for Function<M, F, T> implementation
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Register/Amd/ |
H A D | Fam17Msr.h | 31 UINT32 Function:12; member 44 UINT32 Function:12; member 52 UINT64 Function:12; member 57 UINT64 Function:12; member 62 UINT64 Function:12; member 69 UINT32 Function:12; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Register/Amd/ |
H A D | Fam17Msr.h | 31 UINT32 Function : 12; member 44 UINT32 Function : 12; member 52 UINT64 Function : 12; member 57 UINT64 Function : 12; member 62 UINT64 Function : 12; member 69 UINT32 Function : 12; member
|
/aosp_15_r20/external/google-breakpad/src/processor/ |
H A D | fast_source_line_resolver_types.h | 76 struct FastSourceLineResolver::Function : struct 78 void CopyFrom(const Function* func_ptr) { in CopyFrom() argument 84 void CopyFrom(const char* raw) { in CopyFrom() 98 StaticContainedRangeMap<MemAddr, char> inlines; 99 StaticRangeMap<MemAddr, Line> lines;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | FunctionAttrs.cpp | 241 SmallSet<Function *, 8> &Changed) { in addMemoryAttrs() 713 SmallSet<Function *, 8> &Changed) { in addArgumentReturnedAttrs() 828 SmallSet<Function *, 8> &Changed) { in addArgumentAttrs() 1077 SmallSet<Function *, 8> &Changed) { in addNoAliasAttrs() 1185 SmallSet<Function *, 8> &Changed) { in addNonNullAttrs() 1296 SmallSet<Function *, 8> &Changed) { in run() 1417 SmallSet<Function *, 8> &Changed) { in inferConvergent() 1450 SmallSet<Function *, 8> &Changed) { in inferAttrsFromFunctionBodies() 1503 SmallSet<Function *, 8> &Changed) { in addNoRecurseAttrs() 1570 SmallSet<Function *, 8> &Changed) { in addNoReturnAttrs() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVBinaryReader.cpp | 24 void LVSymbolTable::add(StringRef Name, LVScope *Function, in add() 55 LVScope *Function = SymbolNames[SymbolName].Scope; in add() local 61 LVSectionIndex LVSymbolTable::update(LVScope *Function) { in update() 121 void LVBinaryReader::addToSymbolTable(StringRef Name, LVScope *Function, in addToSymbolTable() 130 LVSectionIndex LVBinaryReader::updateSymbolTable(LVScope *Function) { in updateSymbolTable() 456 Error LVBinaryReader::createInstructions(LVScope *Function, in createInstructions() 513 LVScope *Function) { in processLines()
|
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/ |
H A D | opt_jump_thread.rs | 92 fn rewrite_cfg(func: &mut Function) { in rewrite_cfg() 122 fn opt_fall_through(func: &mut Function) { in opt_fall_through() 138 impl Function { implementation
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMapping.cpp | 244 FunctionRecord Function(OrigFuncName, Record.Filenames); in loadFunctionRecord() local 354 void insert(const FunctionRecord &Function, unsigned FileID) { in insert() 604 for (const auto &Function : getCoveredFunctions()) in getUniqueSourceFiles() local 614 const FunctionRecord &Function) { in gatherFileIDs() 623 static Optional<unsigned> findMainViewFileID(const FunctionRecord &Function) { in findMainViewFileID() 637 const FunctionRecord &Function) { in findMainViewFileID() 657 const FunctionRecord &Function = Functions[RecordIndex]; in getCoverageForFile() local 682 const FunctionRecord &Function = Functions[RecordIndex]; in getInstantiationGroups() local
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/stdarch-verify/tests/ |
H A D | arm.rs | 7 struct Function { struct 8 name: &'static str, 9 arguments: &'static [&'static Type], 10 ret: Option<&'static Type>, 11 target_feature: Option<&'static str>, 12 instrs: &'static [&'static str], 13 file: &'static str, 14 required_const: &'static [usize], 15 has_test: bool, 480 fn matches(rust: &Function, arm: &Intrinsic) -> Result<(), String> { in matches()
|
/aosp_15_r20/external/arm-optimized-routines/math/tools/ |
H A D | remez.jl | 347 function ratfn_leastsquares(f::Function, xvals::Array{BigFloat}, n, d, 425 function goldensection(f::Function, a::BigFloat, b::BigFloat, c::BigFloat) 497 function find_extrema(f::Function, grid::Array{BigFloat}) 620 function ratfn_equal_deviation(f::Function, coords::Array{BigFloat}, 802 function ratfn_minimax(f::Function, interval::Tuple{BigFloat,BigFloat}, n, d,
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/task/ |
D | builder.rs | 183 pub fn spawn_blocking<Function, Output>( in spawn_blocking() 185 function: Function, in spawn_blocking() 202 pub fn spawn_blocking_on<Function, Output>( in spawn_blocking_on() 204 function: Function, in spawn_blocking_on()
|
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/rendering/ |
H A D | template_engine.rs | 183 fn crate_build_file_fn_generator(template: String) -> impl tera::Function { in crate_build_file_fn_generator() 198 fn module_label_fn_generator(template: String) -> impl tera::Function { in module_label_fn_generator() 217 fn crate_label_fn_generator(template: String, repository_name: String) -> impl tera::Function { in crate_label_fn_generator() 239 fn crate_repository_fn_generator(template: String, repository_name: String) -> impl tera::Function { in crate_repository_fn_generator()
|
/aosp_15_r20/external/perfetto/src/trace_processor/util/ |
H A D | profile_builder.h | 239 struct Function { struct 241 size_t operator()(const Function& func) const { in operator() argument 251 bool operator==(const Function& other) const { argument
|
/aosp_15_r20/external/pytorch/test/mobile/nnc/ |
H A D | test_context.cpp | 58 TEST(Function, ExecuteSlowMul) { in TEST() argument 81 TEST(Function, Serialization) { in TEST() argument 120 TEST(Function, ValidInput) { in TEST() argument 134 TEST(Function, InvalidInput) { in TEST() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMapping.cpp | 271 FunctionRecord Function(OrigFuncName, Record.Filenames); in loadFunctionRecord() local 460 void insert(const FunctionRecord &Function, unsigned FileID) { in insert() 718 for (const auto &Function : getCoveredFunctions()) in getUniqueSourceFiles() local 727 const FunctionRecord &Function) { in gatherFileIDs() 737 findMainViewFileID(const FunctionRecord &Function) { in findMainViewFileID() 752 findMainViewFileID(StringRef SourceFile, const FunctionRecord &Function) { in findMainViewFileID() 772 const FunctionRecord &Function = Functions[RecordIndex]; in getCoverageForFile() local 801 const FunctionRecord &Function = Functions[RecordIndex]; in getInstantiationGroups() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ |
H A D | vktTestCaseUtil.hpp | 135 typedef tcu::TestStatus (*Function)(Context &context); typedef in vkt::FunctionInstance0 154 typedef tcu::TestStatus (*Function)(Context &context, Arg0 arg0); typedef in vkt::FunctionInstance1 182 typedef void (*Function)(vk::SourceCollections &dst); typedef in vkt::FunctionPrograms0 207 typedef void (*Function)(Context &context); typedef in vkt::FunctionSupport0 234 typedef void (*Function)(Context &context, Arg0 arg0); typedef in vkt::FunctionSupport1 263 typedef void (*Function)(vk::SourceCollections &dst, Arg0 arg0); typedef in vkt::FunctionPrograms1
|