Home
last modified time | relevance | path

Searched defs:Part (Results 1 – 25 of 109) sorted by relevance

12345

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
DDXContainerYAML.h74 struct Part { struct
76 Part(std::string N, uint32_t S) : Name(N), Size(S) {} in Part() function
86 std::vector<Part> Parts; argument
92 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::DXContainerYAML::Part) in LLVM_YAML_IS_SEQUENCE_VECTOR()
/external/cronet/tot/third_party/libc++/src/test/benchmarks/
Dfilesystem.bench.cpp26 for (auto& Part : in) in BM_PathConstructString() local
42 for (auto& Part : in) in BM_PathConstructCStr() local
58 for (auto& Part : in) in BM_PathConstructIter() local
91 for (auto& Part : in) in BM_PathIterateMultipleTimes() local
111 for (auto& Part : in) in BM_PathIterateOnce() local
130 for (auto& Part : in) in BM_PathIterateOnceBackwards() local
149 std::string Part = getRandomString(PathLen); in getRandomPaths() local
/external/cronet/stable/third_party/libc++/src/test/benchmarks/
Dfilesystem.bench.cpp26 for (auto& Part : in) in BM_PathConstructString() local
42 for (auto& Part : in) in BM_PathConstructCStr() local
58 for (auto& Part : in) in BM_PathConstructIter() local
91 for (auto& Part : in) in BM_PathIterateMultipleTimes() local
111 for (auto& Part : in) in BM_PathIterateOnce() local
130 for (auto& Part : in) in BM_PathIterateOnceBackwards() local
149 std::string Part = getRandomString(PathLen); in getRandomPaths() local
/external/libcxx/benchmarks/
Dfilesystem.bench.cpp14 for (auto& Part : in) in BM_PathConstructString() local
32 for (auto& Part : in) in BM_PathConstructCStr() local
50 for (auto& Part : in) in BM_PathConstructIter() local
82 for (auto& Part : in) in BM_PathIterateMultipleTimes() local
102 for (auto& Part : in) in BM_PathIterateOnce() local
122 for (auto& Part : in) in BM_PathIterateOnceBackwards() local
142 std::string Part = getRandomString(PathLen); in getRandomPaths() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
DVPlanRecipes.cpp193 unsigned Part) { in generateInstruction()
356 for (unsigned Part = 0; Part < State.UF; ++Part) in execute() local
451 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local
546 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local
588 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local
617 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local
631 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local
670 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local
767 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local
780 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local
[all …]
DVPlan.cpp546 for (unsigned Part = 0, UF = State->UF; Part < UF; ++Part) { in execute() local
615 for (unsigned Part = 0, UF = State.UF; Part < UF; ++Part) in prepareToExecute() local
628 for (unsigned Part = 0, UF = State.UF; Part < UF; ++Part) in prepareToExecute() local
632 for (unsigned Part = 0, UF = State.UF; Part < UF; ++Part) in prepareToExecute() local
724 for (unsigned Part = 0; Part < LastPartForNewPhi; ++Part) { in execute() local
/external/rust/android-crates-io/crates/writeable/src/
Dlib.rs216 pub struct Part { struct
221 impl Part { argument
238 part: Part, in with_part()
Dtesting.rs15 pub(crate) fn finish(mut self) -> (String, Vec<(usize, usize, Part)>) { in finish() argument
36 part: Part, in with_part()
52 ) -> (String, Vec<(usize, usize, Part)>) { in writeable_to_parts_for_test() argument
67 ) -> (String, Vec<(usize, usize, Part)>, Option<W::Error>) { in try_writeable_to_parts_for_test() argument
Dparts_write_adapter.rs30 _part: Part, in with_part()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
DDXContainer.cpp62 Error DXContainer::parseDXILHeader(StringRef Part) { in parseDXILHeader()
74 Error DXContainer::parseShaderFlags(StringRef Part) { in parseShaderFlags()
84 Error DXContainer::parseHash(StringRef Part) { in parseHash()
98 for (uint32_t Part = 0; Part < Header.PartCount; ++Part) { in parsePartOffsets() local
/external/gson/gson/src/test/java/com/google/gson/functional/
DJsonAdapterAnnotationOnFieldsTest.java111 private static final class Part { class in JsonAdapterAnnotationOnFieldsTest
113 public Part(String name) { in Part() method in JsonAdapterAnnotationOnFieldsTest.Part
/external/googleapis/google/ai/generativelanguage/v1/
Dcontent.proto50 message Part { message
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1738 for (unsigned Part = 0; Part < UF; ++Part) { in createVectorIntOrFpInductionPHI() local
1779 Value *VectorLoopVal, unsigned Part, unsigned Lane) { in recordVectorLoopValueForInductionCast()
1882 for (unsigned Part = 0; Part < UF; ++Part) { in widenIntOrFpInduction() local
1988 for (unsigned Part = 0; Part < UF; ++Part) { in buildScalarSteps() local
1999 Value *InnerLoopVectorizer::getOrCreateVectorValue(Value *V, unsigned Part) { in getOrCreateVectorValue()
2205 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local
2246 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local
2284 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local
2307 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local
2396 for (unsigned Part = 0; Part < UF; ++Part) in vectorizeMemoryInstruction() local
[all …]
DVPlan.cpp262 for (unsigned Part = 0, UF = State->UF; Part < UF; ++Part) { in execute() local
311 unsigned Part) { in generateInstruction()
351 for (unsigned Part = 0; Part < State.UF; ++Part) in execute() local
/external/cronet/tot/third_party/libc++/src/src/filesystem/
Dpath.cpp144 static PathPartKind ClassifyPathPart(string_view_t Part) { in ClassifyPathPart()
186 auto Part = *PP; in lexically_normal() local
374 string_view_t Part = PP.inRootDir() ? PATHSTR("/") : *PP; in hash_value() local
/external/cronet/stable/third_party/libc++/src/src/filesystem/
Dpath.cpp144 static PathPartKind ClassifyPathPart(string_view_t Part) { in ClassifyPathPart()
186 auto Part = *PP; in lexically_normal() local
374 string_view_t Part = PP.inRootDir() ? PATHSTR("/") : *PP; in hash_value() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCallLowering.cpp235 for (unsigned Part = 0; Part < NumParts; ++Part) { in handleAssignments() local
315 for (unsigned Part = 0; Part < NumArgRegs; ++Part) { in handleAssignments() local
350 for (unsigned Part = 0; Part < Args[i].Regs.size(); ++Part) { in handleAssignments() local
/external/python/cpython3/Tools/cases_generator/
Dtier1_generator.py61 uop: Part, out: CWriter, offset: int, stack: Stack, inst: Instruction, braces: bool
/external/icu/icu4c/source/common/unicode/
Dmessagepattern.h608 class Part; variable
719 Part() {} in Part() function
/external/cronet/stable/third_party/icu/source/common/unicode/
Dmessagepattern.h608 class Part; variable
719 Part() {} in Part() function
/external/cronet/tot/third_party/icu/source/common/unicode/
Dmessagepattern.h608 class Part; variable
719 Part() {} in Part() function
/external/icu/libicu/cts_headers/unicode/
Dmessagepattern.h608 class Part; variable
719 Part() {} in Part() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
DDXContainer.h55 dxbc::PartHeader Part; member
/external/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h399 auto Part = Partition(F); in extractAndCompile() local
426 const PartitionT &Part) { in emitPartition()
/external/skia/src/codec/
DSkJpegXmp.cpp88 using Part = std::tuple<uint32_t, sk_sp<SkData>>; in read_xmp_extended() typedef

12345