/external/llvm-project/llvm/test/MC/AArch64/SVE/ |
D | index.s | 13 index z0.b, #0, #0 label 19 index z31.b, #-1, #-1 label 25 index z0.h, #0, #0 label 31 index z31.h, #-1, #-1 label 37 index z0.s, #0, #0 label 43 index z31.s, #-1, #-1 label 49 index z0.d, #0, #0 label 55 index z31.d, #-1, #-1 label 64 index z31.b, #-1, wzr label 70 index z23.b, #13, w8 label [all …]
|
D | index-diagnostics.s | 6 index z27.b, #-17, #-16 label 11 index z11.h, #-16, #-17 label 16 index z2.s, #16, #-16 label 21 index z2.d, #-16, #16 label 26 index z4.b, #-17, w28 label 31 index z9.h, #16, w23 label 36 index z3.s, w10, #-17 label 41 index z17.d, x9, #16 label 50 index z17.s, x9, w7 label 55 index z17.d, w9, w7 label [all …]
|
/external/mesa3d/src/mesa/main/ |
D | api_arrayelt.c | 96 VertexAttrib1NbvNV(GLuint index, const GLbyte *v) in VertexAttrib1NbvNV() 102 VertexAttrib1bvNV(GLuint index, const GLbyte *v) in VertexAttrib1bvNV() 108 VertexAttrib2NbvNV(GLuint index, const GLbyte *v) in VertexAttrib2NbvNV() 114 VertexAttrib2bvNV(GLuint index, const GLbyte *v) in VertexAttrib2bvNV() 120 VertexAttrib3NbvNV(GLuint index, const GLbyte *v) in VertexAttrib3NbvNV() 128 VertexAttrib3bvNV(GLuint index, const GLbyte *v) in VertexAttrib3bvNV() 134 VertexAttrib4NbvNV(GLuint index, const GLbyte *v) in VertexAttrib4NbvNV() 143 VertexAttrib4bvNV(GLuint index, const GLbyte *v) in VertexAttrib4bvNV() 151 VertexAttrib1NubvNV(GLuint index, const GLubyte *v) in VertexAttrib1NubvNV() 157 VertexAttrib1ubvNV(GLuint index, const GLubyte *v) in VertexAttrib1ubvNV() [all …]
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-error.c | 29 int index = 5; in testInsertWord() local 34 void testXXPERMDI(int index) { in testXXPERMDI() 42 void testXXSLDWI(int index) { in testXXSLDWI() 50 void testCTF(int index) { in testCTF() 55 void testVCFSX(int index) { in testVCFSX() 59 void testVCFUX(int index) { in testVCFUX() 63 void testCTS(int index) { in testCTS() 68 void testVCTSXS(int index) { in testVCTSXS() 72 void testCTU(int index) { in testCTU() 77 void testVCTUXS(int index) { in testVCTUXS() [all …]
|
/external/clang/test/Analysis/ |
D | range_casts.c | 8 unsigned index = -1; in f1() local 18 int index = -1; in f2() local 28 unsigned index = -1; in f3() local 38 int index = -1; in f4() local 48 unsigned index = -1; in f5() local 58 unsigned index = -1; in f6() local 68 unsigned index = -1; in f7() local 78 unsigned index = -1; in f8() local 88 unsigned index = -1; in f9() local 98 unsigned index = -1; in f10() local [all …]
|
/external/llvm-project/clang/test/Analysis/ |
D | range_casts.c | 8 unsigned index = -1; in f1() local 18 int index = -1; in f2() local 28 unsigned index = -1; in f3() local 38 int index = -1; in f4() local 48 unsigned index = -1; in f5() local 58 unsigned index = -1; in f6() local 68 unsigned index = -1; in f7() local 78 unsigned index = -1; in f8() local 88 unsigned index = -1; in f9() local 98 unsigned index = -1; in f10() local [all …]
|
/external/fonttools/Lib/fontTools/misc/ |
D | psCharStrings.py | 17 def read_operator(self, b0, data, index): argument 30 def read_byte(self, b0, data, index): argument 33 def read_smallInt1(self, b0, data, index): argument 37 def read_smallInt2(self, b0, data, index): argument 41 def read_shortInt(self, b0, data, index): argument 45 def read_longInt(self, b0, data, index): argument 49 def read_fixed1616(self, b0, data, index): argument 53 def read_reserved(self, b0, data, index): argument 57 def read_realNumber(self, b0, data, index): argument 325 def op_return(self, index): argument [all …]
|
/external/angle/src/libANGLE/ |
D | validationGL2.cpp | 15 GLuint index, in ValidateGetVertexAttribdv() 22 bool ValidateVertexAttrib1d(const Context *context, GLuint index, GLdouble x) in ValidateVertexAttrib1d() 27 bool ValidateVertexAttrib1dv(const Context *context, GLuint index, const GLdouble *v) in ValidateVertexAttrib1dv() 32 bool ValidateVertexAttrib1s(const Context *context, GLuint index, GLshort x) in ValidateVertexAttrib1s() 37 bool ValidateVertexAttrib1sv(const Context *context, GLuint index, const GLshort *v) in ValidateVertexAttrib1sv() 42 bool ValidateVertexAttrib2d(const Context *context, GLuint index, GLdouble x, GLdouble y) in ValidateVertexAttrib2d() 47 bool ValidateVertexAttrib2dv(const Context *context, GLuint index, const GLdouble *v) in ValidateVertexAttrib2dv() 52 bool ValidateVertexAttrib2s(const Context *context, GLuint index, GLshort x, GLshort y) in ValidateVertexAttrib2s() 57 bool ValidateVertexAttrib2sv(const Context *context, GLuint index, const GLshort *v) in ValidateVertexAttrib2sv() 63 GLuint index, in ValidateVertexAttrib3d() [all …]
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorMap.h | 126 const Index index = m_dimensions.IndexOfRowMajor(indices); in operator() local 129 const Index index = m_dimensions.IndexOfColMajor(indices); in operator() local 154 …const Index index = m_dimensions.IndexOfRowMajor(array<Index, NumIndices>{{firstIndex, secondIndex… in operator() local 157 …const Index index = m_dimensions.IndexOfColMajor(array<Index, NumIndices>{{firstIndex, secondIndex… in operator() local 166 const Index index = i1 + i0 * m_dimensions[1]; in operator() local 169 const Index index = i0 + i1 * m_dimensions[0]; in operator() local 177 const Index index = i2 + m_dimensions[2] * (i1 + m_dimensions[1] * i0); in operator() local 180 const Index index = i0 + m_dimensions[0] * (i1 + m_dimensions[1] * i2); in operator() local 188 … const Index index = i3 + m_dimensions[3] * (i2 + m_dimensions[2] * (i1 + m_dimensions[1] * i0)); in operator() local 191 … const Index index = i0 + m_dimensions[0] * (i1 + m_dimensions[1] * (i2 + m_dimensions[2] * i3)); in operator() local [all …]
|
D | TensorFixedSize.h | 86 EIGEN_STRONG_INLINE const Scalar& coeff(Index index) const in coeff() 118 EIGEN_STRONG_INLINE Scalar& coeffRef(Index index) in coeffRef() 144 const Index index = i1 + i0 * m_storage.dimensions()[1]; in operator() local 147 const Index index = i0 + i1 * m_storage.dimensions()[0]; in operator() local 155 const Index index = i2 + m_storage.dimensions()[2] * (i1 + m_storage.dimensions()[1] * i0); in operator() local 158 const Index index = i0 + m_storage.dimensions()[0] * (i1 + m_storage.dimensions()[1] * i2); in operator() local 166 …const Index index = i3 + m_storage.dimensions()[3] * (i2 + m_storage.dimensions()[2] * (i1 + m_sto… in operator() local 169 …const Index index = i0 + m_storage.dimensions()[0] * (i1 + m_storage.dimensions()[1] * (i2 + m_sto… in operator() local 177 …const Index index = i4 + m_storage.dimensions()[4] * (i3 + m_storage.dimensions()[3] * (i2 + m_sto… in operator() local 180 …const Index index = i0 + m_storage.dimensions()[0] * (i1 + m_storage.dimensions()[1] * (i2 + m_sto… in operator() local [all …]
|
/external/llvm-project/clang/test/CodeGen/X86/ |
D | avx512pf-builtins.c | 6 void test_mm512_mask_prefetch_i32gather_pd(__m256i index, __mmask8 mask, void const *addr, int hint… in test_mm512_mask_prefetch_i32gather_pd() 12 void test_mm512_prefetch_i32gather_pd(__m256i index, void const *addr, int hint) { in test_mm512_prefetch_i32gather_pd() 18 void test_mm512_mask_prefetch_i32gather_ps(__m512i index, __mmask16 mask, void const *addr, int hin… in test_mm512_mask_prefetch_i32gather_ps() 24 void test_mm512_prefetch_i32gather_ps(__m512i index, void const *addr, int hint) { in test_mm512_prefetch_i32gather_ps() 30 void test_mm512_mask_prefetch_i64gather_pd(__m512i index, __mmask8 mask, void const *addr, int hint… in test_mm512_mask_prefetch_i64gather_pd() 36 void test_mm512_prefetch_i64gather_pd(__m512i index, void const *addr, int hint) { in test_mm512_prefetch_i64gather_pd() 42 void test_mm512_mask_prefetch_i64gather_ps(__m512i index, __mmask8 mask, void const *addr, int hint… in test_mm512_mask_prefetch_i64gather_ps() 48 void test_mm512_prefetch_i64gather_ps(__m512i index, void const *addr, int hint) { in test_mm512_prefetch_i64gather_ps() 54 void test_mm512_prefetch_i32scatter_pd(void *addr, __m256i index) { in test_mm512_prefetch_i32scatter_pd() 60 void test_mm512_mask_prefetch_i32scatter_pd(void *addr, __mmask8 mask, __m256i index) { in test_mm512_mask_prefetch_i32scatter_pd() [all …]
|
/external/clang/test/CodeGen/ |
D | avx512pf-builtins.c | 8 void test_mm512_mask_prefetch_i32gather_pd(__m256i index, __mmask8 mask, void const *addr, int hint… in test_mm512_mask_prefetch_i32gather_pd() 14 void test_mm512_prefetch_i32gather_pd(__m256i index, void const *addr, int hint) { in test_mm512_prefetch_i32gather_pd() 20 void test_mm512_mask_prefetch_i32gather_ps(__m512i index, __mmask16 mask, void const *addr, int hin… in test_mm512_mask_prefetch_i32gather_ps() 26 void test_mm512_prefetch_i32gather_ps(__m512i index, void const *addr, int hint) { in test_mm512_prefetch_i32gather_ps() 32 void test_mm512_mask_prefetch_i64gather_pd(__m512i index, __mmask8 mask, void const *addr, int hint… in test_mm512_mask_prefetch_i64gather_pd() 38 void test_mm512_prefetch_i64gather_pd(__m512i index, void const *addr, int hint) { in test_mm512_prefetch_i64gather_pd() 44 void test_mm512_mask_prefetch_i64gather_ps(__m512i index, __mmask8 mask, void const *addr, int hint… in test_mm512_mask_prefetch_i64gather_ps() 50 void test_mm512_prefetch_i64gather_ps(__m512i index, void const *addr, int hint) { in test_mm512_prefetch_i64gather_ps() 56 void test_mm512_prefetch_i32scatter_pd(void *addr, __m256i index) { in test_mm512_prefetch_i32scatter_pd() 62 void test_mm512_mask_prefetch_i32scatter_pd(void *addr, __mmask8 mask, __m256i index) { in test_mm512_mask_prefetch_i32scatter_pd() [all …]
|
/external/flatbuffers/java/com/google/flatbuffers/ |
D | ByteBufferReadWriteBuf.java | 16 public boolean getBoolean(int index) { in getBoolean() 21 public byte get(int index) { in get() 26 public short getShort(int index) { in getShort() 31 public int getInt(int index) { in getInt() 36 public long getLong(int index) { in getLong() 41 public float getFloat(int index) { in getFloat() 46 public double getDouble(int index) { in getDouble() 101 public void setBoolean(int index, boolean value) { in setBoolean() 106 public void set(int index, byte value) { in set() 112 public void set(int index, byte[] value, int start, int length) { in set() [all …]
|
D | ReadBuf.java | 13 boolean getBoolean(int index); in getBoolean() 20 byte get(int index); in get() 27 short getShort(int index); in getShort() 34 int getInt(int index); in getInt() 41 long getLong(int index); in getLong() 48 float getFloat(int index); in getFloat() 55 double getDouble(int index); in getDouble()
|
D | ArrayReadWriteBuf.java | 38 public boolean getBoolean(int index) { in getBoolean() 43 public byte get(int index) { in get() 48 public short getShort(int index) { in getShort() 53 public int getInt(int index) { in getInt() 61 public long getLong(int index) { in getLong() 73 public float getFloat(int index) { in getFloat() 78 public double getDouble(int index) { in getDouble() 142 public void setBoolean(int index, boolean value) { in setBoolean() 147 public void set(int index, byte value) { in set() 153 public void set(int index, byte[] toCopy, int start, int length) { in set() [all …]
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | LazyStringArrayList.java | 111 public String get(int index) { in get() 138 public String set(int index, String s) { in set() 145 public void add(int index, String element) { in add() 151 private void add(int index, ByteString element) { in add() 157 private void add(int index, byte[] element) { in add() 173 public boolean addAll(int index, Collection<? extends String> c) { in addAll() 201 public String remove(int index) { in remove() 230 public Object getRaw(int index) { in getRaw() 235 public ByteString getByteString(int index) { in getByteString() 245 public byte[] getByteArray(int index) { in getByteArray() [all …]
|
/external/sfntly/cpp/src/sfntly/data/ |
D | writable_font_data.cc | 57 int32_t WritableFontData::WriteByte(int32_t index, uint8_t b) { in WriteByte() 62 int32_t WritableFontData::WriteBytes(int32_t index, in WriteBytes() 72 int32_t WritableFontData::WriteBytes(int32_t index, std::vector<uint8_t>* b) { in WriteBytes() 77 int32_t WritableFontData::WriteBytesPad(int32_t index, in WriteBytesPad() 92 int32_t WritableFontData::WritePadding(int32_t index, int32_t count) { in WritePadding() 96 int32_t WritableFontData::WritePadding(int32_t index, int32_t count, in WritePadding() 104 int32_t WritableFontData::WriteChar(int32_t index, uint8_t c) { in WriteChar() 108 int32_t WritableFontData::WriteUShort(int32_t index, int32_t us) { in WriteUShort() 114 int32_t WritableFontData::WriteUShortLE(int32_t index, int32_t us) { in WriteUShortLE() 120 int32_t WritableFontData::WriteShort(int32_t index, int32_t s) { in WriteShort() [all …]
|
/external/brotli/research/ |
D | brotlidump.py | 187 def __getitem__(self, index): argument 191 def bitPattern(self, index): argument 194 def length(self, index): argument 224 def revBits(index): argument 231 def __getitem__(self, index): argument 237 def bitPattern(self, index): argument 241 def length(self, index): argument 371 def __getitem__(self, index): return self.mode.__getitem__(self, index) argument 372 def bitPattern(self, index): return self.mode.bitPattern(self, index) argument 373 def length(self, index): return self.mode.length(self, index) argument [all …]
|
/external/llvm-project/clang/lib/Headers/ |
D | avx512pfintrin.h | 20 #define _mm512_mask_prefetch_i32gather_pd(index, mask, addr, scale, hint) \ argument 25 #define _mm512_prefetch_i32gather_pd(index, addr, scale, hint) \ argument 30 #define _mm512_mask_prefetch_i32gather_ps(index, mask, addr, scale, hint) \ argument 35 #define _mm512_prefetch_i32gather_ps(index, addr, scale, hint) \ argument 40 #define _mm512_mask_prefetch_i64gather_pd(index, mask, addr, scale, hint) \ argument 45 #define _mm512_prefetch_i64gather_pd(index, addr, scale, hint) \ argument 50 #define _mm512_mask_prefetch_i64gather_ps(index, mask, addr, scale, hint) \ argument 54 #define _mm512_prefetch_i64gather_ps(index, addr, scale, hint) \ argument 58 #define _mm512_prefetch_i32scatter_pd(addr, index, scale, hint) \ argument 63 #define _mm512_mask_prefetch_i32scatter_pd(addr, mask, index, scale, hint) \ argument [all …]
|
/external/clang/lib/Headers/ |
D | avx512pfintrin.h | 34 #define _mm512_mask_prefetch_i32gather_pd(index, mask, addr, scale, hint) __extension__ ({\ argument 39 #define _mm512_prefetch_i32gather_pd(index, addr, scale, hint) __extension__ ({\ argument 44 #define _mm512_mask_prefetch_i32gather_ps(index, mask, addr, scale, hint) ({\ argument 49 #define _mm512_prefetch_i32gather_ps(index, addr, scale, hint) ({\ argument 54 #define _mm512_mask_prefetch_i64gather_pd(index, mask, addr, scale, hint) __extension__ ({\ argument 59 #define _mm512_prefetch_i64gather_pd(index, addr, scale, hint) __extension__ ({\ argument 64 #define _mm512_mask_prefetch_i64gather_ps(index, mask, addr, scale, hint) ({\ argument 68 #define _mm512_prefetch_i64gather_ps(index, addr, scale, hint) ({\ argument 72 #define _mm512_prefetch_i32scatter_pd(addr, index, scale, hint) __extension__ ({\ argument 77 #define _mm512_mask_prefetch_i32scatter_pd(addr, mask, index, scale, hint) __extension__ ({\ argument [all …]
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/ |
D | service_type.h | 107 void MarkMethodCallback(int index, internal::MethodHandler* handler) { in MarkMethodCallback() 111 void MarkMethodRawCallback(int index, internal::MethodHandler* handler) { in MarkMethodRawCallback() 115 internal::MethodHandler* GetHandler(int index) { in GetHandler() 126 void RequestAsyncUnary(int index, ::grpc::ServerContext* context, in RequestAsyncUnary() 140 int index, ::grpc::ServerContext* context, in RequestAsyncClientStreaming() 150 int index, ::grpc::ServerContext* context, Message* request, in RequestAsyncServerStreaming() 159 int index, ::grpc::ServerContext* context, in RequestAsyncBidiStreaming() 172 void MarkMethodAsync(int index) { in MarkMethodAsync() 183 void MarkMethodRaw(int index) { in MarkMethodRaw() 193 void MarkMethodGeneric(int index) { in MarkMethodGeneric() [all …]
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/ |
D | service_type.h | 107 void MarkMethodCallback(int index, internal::MethodHandler* handler) { in MarkMethodCallback() 111 void MarkMethodRawCallback(int index, internal::MethodHandler* handler) { in MarkMethodRawCallback() 115 internal::MethodHandler* GetHandler(int index) { in GetHandler() 126 void RequestAsyncUnary(int index, ::grpc::ServerContext* context, in RequestAsyncUnary() 140 int index, ::grpc::ServerContext* context, in RequestAsyncClientStreaming() 150 int index, ::grpc::ServerContext* context, Message* request, in RequestAsyncServerStreaming() 159 int index, ::grpc::ServerContext* context, in RequestAsyncBidiStreaming() 172 void MarkMethodAsync(int index) { in MarkMethodAsync() 183 void MarkMethodRaw(int index) { in MarkMethodRaw() 193 void MarkMethodGeneric(int index) { in MarkMethodGeneric() [all …]
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/node/ |
D | ArrayNode.java | 114 public JsonNode get(int index) { in get() 128 public JsonNode path(int index) { in path() 136 public JsonNode required(int index) { in required() 271 public JsonNode set(int index, JsonNode value) in set() 334 public ArrayNode insert(int index, JsonNode value) in insert() 350 public JsonNode remove(int index) in remove() 610 public ArrayNode insertArray(int index) in insertArray() 624 public ObjectNode insertObject(int index) in insertObject() 637 public ArrayNode insertPOJO(int index, Object value) in insertPOJO() 651 public ArrayNode insertNull(int index) in insertNull() [all …]
|
/external/vulkan-validation-layers/layers/generated/ |
D | vk_enum_string_helper.h | 1464 int index = 0; in string_VkFormatFeatureFlags() local 1539 int index = 0; in string_VkImageUsageFlags() local 1594 int index = 0; in string_VkImageCreateFlags() local 1633 int index = 0; in string_VkSampleCountFlags() local 1687 int index = 0; in string_VkQueueFlags() local 1728 int index = 0; in string_VkMemoryPropertyFlags() local 1757 int index = 0; in string_VkMemoryHeapFlags() local 1784 int index = 0; in string_VkDeviceQueueCreateFlags() local 1861 int index = 0; in string_VkPipelineStageFlags() local 1908 int index = 0; in string_VkImageAspectFlags() local [all …]
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | MapReplaceAllTester.java | 57 int index = keys().asList().indexOf(k); in testReplaceAllRotate() local 62 int index = keys().asList().indexOf(entry.getKey()); in testReplaceAllRotate() local 74 int index = keys().asList().indexOf(k); in testReplaceAllPreservesOrder() local 78 int index = 0; in testReplaceAllPreservesOrder() local 92 int index = keys().asList().indexOf(k); in testReplaceAll_unsupported() local 110 int index = keys().asList().indexOf(k); in testReplaceAll_unsupportedByEmptyCollection() local
|