Home
last modified time | relevance | path

Searched +defs:S +defs:index (Results 1 – 25 of 610) sorted by relevance

12345678910>>...25

/aosp_15_r20/external/capstone/arch/ARM/
H A DARMDisassembler.c602 DecodeStatus S = MCDisassembler_Success; in AddThumbPredicate() local
928 DecodeStatus S = MCDisassembler_Success; in DecodeGPRnopcRegisterClass() local
941 DecodeStatus S = MCDisassembler_Success; in DecodeGPRwithAPSRRegisterClass() local
969 DecodeStatus S = MCDisassembler_Success; in DecodeGPRPairRegisterClass() local
1016 DecodeStatus S = MCDisassembler_Success; in DecoderGPRRegisterClass() local
1169 DecodeStatus S = MCDisassembler_Success; in DecodeSORegImmOperand() local
1208 DecodeStatus S = MCDisassembler_Success; in DecodeSORegRegOperand() local
1246 DecodeStatus S = MCDisassembler_Success; in DecodeRegListOperand() local
1295 DecodeStatus S = MCDisassembler_Success; in DecodeSPRRegListOperand() local
1320 DecodeStatus S = MCDisassembler_Success; in DecodeDPRRegListOperand() local
[all …]
/aosp_15_r20/external/mesa3d/src/asahi/compiler/
H A Dagx_pack.c58 agx_pack_sample_coords(const agx_instr *I, agx_index index, bool *flag, in agx_pack_sample_coords()
71 agx_pack_texture(const agx_instr *I, agx_index base, agx_index index, in agx_pack_texture()
102 agx_pack_sampler(const agx_instr *I, agx_index index, bool *flag) in agx_pack_sampler()
116 agx_pack_sample_compare_offset(const agx_instr *I, agx_index index) in agx_pack_sample_compare_offset()
128 agx_pack_lod(const agx_instr *I, agx_index index, unsigned *lod_mode) in agx_pack_lod()
153 agx_pack_pbe_source(const agx_instr *I, agx_index index, bool *flag) in agx_pack_pbe_source()
163 agx_pack_pbe_lod(const agx_instr *I, agx_index index, bool *flag) in agx_pack_pbe_lod()
180 agx_pack_memory_reg(const agx_instr *I, agx_index index, bool *flag) in agx_pack_memory_reg()
189 agx_pack_memory_base(const agx_instr *I, agx_index index, bool *flag) in agx_pack_memory_base()
208 agx_pack_memory_index(const agx_instr *I, agx_index index, bool *flag) in agx_pack_memory_index()
[all …]
/aosp_15_r20/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp595 MCDisassembler::DecodeStatus S = Success; in AddThumbPredicate() local
894 DecodeStatus S = MCDisassembler::Success; in DecodeGPRnopcRegisterClass() local
907 DecodeStatus S = MCDisassembler::Success; in DecodeGPRwithAPSRRegisterClass() local
933 DecodeStatus S = MCDisassembler::Success; in DecodeGPRPairRegisterClass() local
978 DecodeStatus S = MCDisassembler::Success; in DecoderGPRRegisterClass() local
1138 DecodeStatus S = MCDisassembler::Success; in DecodeSORegImmOperand() local
1175 DecodeStatus S = MCDisassembler::Success; in DecodeSORegRegOperand() local
1210 DecodeStatus S = MCDisassembler::Success; in DecodeRegListOperand() local
1247 DecodeStatus S = MCDisassembler::Success; in DecodeSPRRegListOperand() local
1271 DecodeStatus S = MCDisassembler::Success; in DecodeDPRRegListOperand() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp917 MCDisassembler::DecodeStatus S = Success; in AddThumbPredicate() local
1036 DecodeStatus &S, MCInst &MI) const { in UpdateThumbVFPPredicate()
1321 DecodeStatus S = MCDisassembler::Success; in DecodeGPRnopcRegisterClass() local
1334 DecodeStatus S = MCDisassembler::Success; in DecodeGPRnospRegisterClass() local
1347 DecodeStatus S = MCDisassembler::Success; in DecodeGPRwithAPSRRegisterClass() local
1362 DecodeStatus S = MCDisassembler::Success; in DecodeGPRwithZRRegisterClass() local
1380 DecodeStatus S = MCDisassembler::Success; in DecodeGPRwithZRnospRegisterClass() local
1403 DecodeStatus S = MCDisassembler::Success; in DecodeGPRPairRegisterClass() local
1477 DecodeStatus S = MCDisassembler::Success; in DecoderGPRRegisterClass() local
1632 DecodeStatus S = MCDisassembler::Success; in DecodePredicateOperand() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp762 MCDisassembler::DecodeStatus S = Success; in AddThumbPredicate() local
877 DecodeStatus &S, MCInst &MI) const { in UpdateThumbVFPPredicate()
1154 DecodeStatus S = MCDisassembler::Success; in DecodeGPRnopcRegisterClass() local
1167 DecodeStatus S = MCDisassembler::Success; in DecodeGPRwithAPSRRegisterClass() local
1182 DecodeStatus S = MCDisassembler::Success; in DecodeGPRwithZRRegisterClass() local
1200 DecodeStatus S = MCDisassembler::Success; in DecodeGPRwithZRnospRegisterClass() local
1221 DecodeStatus S = MCDisassembler::Success; in DecodeGPRPairRegisterClass() local
1277 DecodeStatus S = MCDisassembler::Success; in DecoderGPRRegisterClass() local
1425 DecodeStatus S = MCDisassembler::Success; in DecodePredicateOperand() local
1451 DecodeStatus S = MCDisassembler::Success; in DecodeSORegImmOperand() local
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dtest_global_func_args.c7 struct S { struct
11 struct S global_variable = {}; argument
20 static void save_value(__u32 index, int value) in save_value()
25 __noinline int foo(__u32 index, struct S *s) in foo()
37 __noinline int bar(__u32 index, volatile struct S *s) in bar()
60 __u32 index = 0; in test_cls() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DJSON.h536 inline void Array::reserve(size_t S) { V.reserve(S); } in reserve()
567 ObjectKey(const char *S) : ObjectKey(StringRef(S)) {} in ObjectKey()
568 ObjectKey(std::string S) : Owned(new std::string(std::move(S))) { in ObjectKey()
575 ObjectKey(llvm::StringRef S) : Data(S) { in ObjectKey()
652 Path index(unsigned Index) const { return Path(this, Segment(Index)); } in index() function
675 unsigned index() const { return Offset; } in index() function
682 Path(const Path *Parent, Segment S) : Parent(Parent), Seg(S) {} in Path()
717 if (auto S = E.getAsString()) { in fromJSON() local
725 if (auto S = E.getAsInteger()) { in fromJSON() local
733 if (auto S = E.getAsInteger()) { in fromJSON() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DJSON.h528 inline void Array::reserve(size_t S) { V.reserve(S); } in reserve()
559 ObjectKey(const char *S) : ObjectKey(StringRef(S)) {} in ObjectKey()
560 ObjectKey(std::string S) : Owned(new std::string(std::move(S))) { in ObjectKey()
567 ObjectKey(llvm::StringRef S) : Data(S) { in ObjectKey()
644 Path index(unsigned Index) const { return Path(this, Segment(Index)); } in index() function
667 unsigned index() const { return Offset; } in index() function
674 Path(const Path *Parent, Segment S) : Parent(Parent), Seg(S) {} in Path()
709 if (auto S = E.getAsString()) { in fromJSON() local
717 if (auto S = E.getAsInteger()) { in fromJSON() local
725 if (auto S = E.getAsInteger()) { in fromJSON() local
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DJSON.h549 inline void Array::reserve(size_t S) { V.reserve(S); } in reserve()
580 ObjectKey(const char *S) : ObjectKey(StringRef(S)) {} in ObjectKey()
581 ObjectKey(std::string S) : Owned(new std::string(std::move(S))) { in ObjectKey()
588 ObjectKey(llvm::StringRef S) : Data(S) { in ObjectKey()
665 Path index(unsigned Index) const { return Path(this, Segment(Index)); } in index() function
688 unsigned index() const { return Offset; } in index() function
695 Path(const Path *Parent, Segment S) : Parent(Parent), Seg(S) {} in Path()
730 if (auto S = E.getAsString()) { in fromJSON() local
738 if (auto S = E.getAsInteger()) { in fromJSON() local
746 if (auto S = E.getAsInteger()) { in fromJSON() local
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DJSON.h549 inline void Array::reserve(size_t S) { V.reserve(S); } in reserve()
580 ObjectKey(const char *S) : ObjectKey(StringRef(S)) {} in ObjectKey()
581 ObjectKey(std::string S) : Owned(new std::string(std::move(S))) { in ObjectKey()
588 ObjectKey(llvm::StringRef S) : Data(S) { in ObjectKey()
665 Path index(unsigned Index) const { return Path(this, Segment(Index)); } in index() function
688 unsigned index() const { return Offset; } in index() function
695 Path(const Path *Parent, Segment S) : Parent(Parent), Seg(S) {} in Path()
730 if (auto S = E.getAsString()) { in fromJSON() local
738 if (auto S = E.getAsInteger()) { in fromJSON() local
746 if (auto S = E.getAsInteger()) { in fromJSON() local
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DJSON.h549 inline void Array::reserve(size_t S) { V.reserve(S); } in reserve()
580 ObjectKey(const char *S) : ObjectKey(StringRef(S)) {} in ObjectKey()
581 ObjectKey(std::string S) : Owned(new std::string(std::move(S))) { in ObjectKey()
588 ObjectKey(llvm::StringRef S) : Data(S) { in ObjectKey()
665 Path index(unsigned Index) const { return Path(this, Segment(Index)); } in index() function
688 unsigned index() const { return Offset; } in index() function
695 Path(const Path *Parent, Segment S) : Parent(Parent), Seg(S) {} in Path()
730 if (auto S = E.getAsString()) { in fromJSON() local
738 if (auto S = E.getAsInteger()) { in fromJSON() local
746 if (auto S = E.getAsInteger()) { in fromJSON() local
[all …]
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/detail/
H A DTensorDataContainer.h122 #define TENSOR(T, S) \ argument
165 #define TENSOR(T, S) \ argument
194 #define TENSOR(T, S) \ in AT_FORALL_SCALAR_TYPES_AND3() argument
331 size_t index = 0; in fill_tensor() local
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
Dnashorn.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/javax. ...
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
Dnashorn.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/javax. ...
/aosp_15_r20/external/igt-gpu-tools/lib/
H A Digt_x86.c99 #define xgetbv(index,eax,edx) \ argument
207 __m128i *S = (__m128i *)((uintptr_t)src & ~15); in memcpy_from_wc_sse41() local
224 __m128i *S = (__m128i *)src; in memcpy_from_wc_sse41() local
244 __m128i *S = (__m128i *)src; in memcpy_from_wc_sse41() local
/aosp_15_r20/external/rust/android-crates-io/crates/aho-corasick/src/
Dnfa.rs139 id: S, in iter_all_transitions()
146 pub fn failure_transition(&self, id: S) -> S { in failure_transition()
154 pub fn next_state(&self, current: S, input: u8) -> S { in next_state()
158 fn state(&self, id: S) -> &State<S> { in state()
162 fn state_mut(&mut self, id: S) -> &mut State<S> { in state_mut()
166 fn start(&self) -> &State<S> { in start()
170 fn start_mut(&mut self) -> &mut State<S> { in start_mut()
175 fn iter_transitions_mut(&mut self, id: S) -> IterTransitionsMut<'_, S> { in iter_transitions_mut() argument
179 fn copy_matches(&mut self, src: S, dst: S) { in copy_matches()
185 fn copy_empty_matches(&mut self, dst: S) { in copy_empty_matches()
[all …]
/aosp_15_r20/external/skia/tests/
H A DUtilsTest.cpp152 int index = SkTSearch<int>(array, kSEARCH_COUNT, array[i], sizeof(int)); in test_search() local
160 int index = SkTSearch<int>(array, kSEARCH_COUNT, value, sizeof(int)); in test_search() local
311 SkSpan<int> S = SkSpan(C); in DEF_TEST() local
484 SkSpan<const int> S = SkSpan(C); in DEF_TEST() local
/aosp_15_r20/external/crosvm/base/src/
H A Ddescriptor_reflection.rs111 let index = descriptors.len(); in push_descriptor() localVariable
126 se: S, in serialize_descriptor()
128 let index = push_descriptor(*rd).map_err(ser::Error::custom)?; in serialize_descriptor() localVariable
294 let index = de.deserialize_u32(DescriptorVisitor)? as usize; in deserialize_descriptor() localVariable
389 se: S, in serialize()
/aosp_15_r20/external/rust/android-crates-io/crates/rayon-core/src/
Dregistry.rs31 index: usize, field
36 pub fn index(&self) -> usize { in index() method
174 builder: ThreadPoolBuilder<S>, in init_global_registry()
231 mut builder: ThreadPoolBuilder<S>, in new()
651 index: usize, field
717 pub(super) fn index(&self) -> usize { in index() method
816 let index = self.index; in wait_until_out_of_work() localVariable
908 let index = worker_thread.index; in main_loop() localVariable
/aosp_15_r20/external/clang/test/Analysis/
H A Darray-struct-region.c97 int testSymbolicInvalidation(int index) { in testSymbolicInvalidation()
109 int testConcreteInvalidation(int index) { in testConcreteInvalidation()
123 } S; typedef
127 int testSymbolicInvalidationStruct(int index) { in testSymbolicInvalidationStruct()
139 int testConcreteInvalidationStruct(int index) { in testConcreteInvalidationStruct()
155 int testSymbolicInvalidationDoubleStruct(int index) { in testSymbolicInvalidationDoubleStruct()
170 int testConcreteInvalidationDoubleStruct(int index) { in testConcreteInvalidationDoubleStruct()
197 int testNonOverlappingStructFieldsSymbolicBase(int index, int anotherIndex) { in testNonOverlappingStructFieldsSymbolicBase()
213 int testStructFieldChains(int index, int anotherIndex) { in testStructFieldChains()
238 int testStructFieldChainsNested(int index, int anotherIndex) { in testStructFieldChainsNested()
[all …]
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp48 Sema &S; member
189 Sema &S; member in __anon9b6da6f40111::PseudoOpBuilder
194 PseudoOpBuilder(Sema &S, SourceLocation genericLoc) in PseudoOpBuilder()
276 ObjCPropertyOpBuilder(Sema &S, ObjCPropertyRefExpr *refExpr) : in ObjCPropertyOpBuilder()
316 ObjCSubscriptOpBuilder(Sema &S, ObjCSubscriptRefExpr *refExpr) : in ObjCSubscriptOpBuilder()
344 MSPropertyOpBuilder(Sema &S, MSPropertyRefExpr *refExpr) : in MSPropertyOpBuilder()
347 MSPropertyOpBuilder(Sema &S, MSPropertySubscriptExpr *refExpr) in MSPropertyOpBuilder()
392 unsigned index = 0; in captureValueAsResult() local
542 static ObjCMethodDecl *LookupMethodInReceiverType(Sema &S, Selector sel, in LookupMethodInReceiverType()
1113 static void CheckKeyForObjCARCConversion(Sema &S, QualType ContainerT, in CheckKeyForObjCARCConversion()
[all …]
/aosp_15_r20/external/webrtc/modules/audio_processing/aec3/
H A Dadaptive_fir_filter.cc134 size_t index = render_buffer.Position(); in AdaptPartitions() local
288 FftData* S) { in ApplyFilter()
294 size_t index = render_buffer.Position(); in ApplyFilter() local
315 FftData* S) { in ApplyFilter_Neon()
385 FftData* S) { in ApplyFilter_Sse2()
/aosp_15_r20/external/llvm/lib/Support/
H A DYAMLTraits.cpp215 bool Input::preflightFlowElement(unsigned index, void *&SaveInfo) { in preflightFlowElement()
309 void Input::scalarString(StringRef &S, bool) { in scalarString()
317 void Input::blockScalarString(StringRef &S) { scalarString(S, false); } in blockScalarString()
499 bool Output::preflightDocument(unsigned index) { in preflightDocument()
607 void Output::scalarString(StringRef &S, bool MustQuote) { in scalarString()
638 void Output::blockScalarString(StringRef &S) { in blockScalarString()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DYAMLTraits.cpp243 bool Input::preflightFlowElement(unsigned index, void *&SaveInfo) { in preflightFlowElement()
337 void Input::scalarString(StringRef &S, QuotingType) { in scalarString()
345 void Input::blockScalarString(StringRef &S) { scalarString(S, QuotingType::None); } in blockScalarString()
540 bool Output::preflightDocument(unsigned index) { in preflightDocument()
663 void Output::scalarString(StringRef &S, QuotingType MustQuote) { in scalarString()
707 void Output::blockScalarString(StringRef &S) { in blockScalarString()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DYAMLTraits.cpp252 bool Input::preflightFlowElement(unsigned index, void *&SaveInfo) { in preflightFlowElement()
346 void Input::scalarString(StringRef &S, QuotingType) { in scalarString()
354 void Input::blockScalarString(StringRef &S) { scalarString(S, QuotingType::None); } in blockScalarString()
571 bool Output::preflightDocument(unsigned index) { in preflightDocument()
696 void Output::scalarString(StringRef &S, QuotingType MustQuote) { in scalarString()
740 void Output::blockScalarString(StringRef &S) { in blockScalarString()

12345678910>>...25