/external/swiftshader/third_party/llvm-7.0/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/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/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 …]
|
D | validationGL3.cpp | 57 bool ValidateVertexAttribI1i(const Context *context, GLuint index, GLint x) in ValidateVertexAttribI1i() 62 bool ValidateVertexAttribI1iv(const Context *context, GLuint index, const GLint *v) in ValidateVertexAttribI1iv() 67 bool ValidateVertexAttribI1ui(const Context *context, GLuint index, GLuint x) in ValidateVertexAttribI1ui() 72 bool ValidateVertexAttribI1uiv(const Context *context, GLuint index, const GLuint *v) in ValidateVertexAttribI1uiv() 77 bool ValidateVertexAttribI2i(const Context *context, GLuint index, GLint x, GLint y) in ValidateVertexAttribI2i() 82 bool ValidateVertexAttribI2iv(const Context *context, GLuint index, const GLint *v) in ValidateVertexAttribI2iv() 87 bool ValidateVertexAttribI2ui(const Context *context, GLuint index, GLuint x, GLuint y) in ValidateVertexAttribI2ui() 92 bool ValidateVertexAttribI2uiv(const Context *context, GLuint index, const GLuint *v) in ValidateVertexAttribI2uiv() 97 bool ValidateVertexAttribI3i(const Context *context, GLuint index, GLint x, GLint y, GLint z) in ValidateVertexAttribI3i() 102 bool ValidateVertexAttribI3iv(const Context *context, GLuint index, const GLint *v) in ValidateVertexAttribI3iv() [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/fonttools/Lib/fontTools/misc/ |
D | psCharStrings.py | 16 def read_operator(self, b0, data, index): argument 29 def read_byte(self, b0, data, index): argument 32 def read_smallInt1(self, b0, data, index): argument 36 def read_smallInt2(self, b0, data, index): argument 40 def read_shortInt(self, b0, data, index): argument 44 def read_longInt(self, b0, data, index): argument 48 def read_fixed1616(self, b0, data, index): argument 52 def read_reserved(self, b0, data, index): argument 56 def read_realNumber(self, b0, data, index): argument 324 def op_return(self, index): argument [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/v8/src/objects/ |
D | fixed-array-inl.h | 72 Object FixedArray::get(int index) const { in get() 77 Object FixedArray::get(IsolateRoot isolate, int index) const { in get() 83 Handle<Object> FixedArray::get(FixedArray array, int index, Isolate* isolate) { in get() 87 bool FixedArray::is_the_hole(Isolate* isolate, int index) { in is_the_hole() 91 void FixedArray::set(int index, Smi value) { in set() 99 void FixedArray::set(int index, Object value) { in set() 108 void FixedArray::set(int index, Object value, WriteBarrierMode mode) { in set() 117 void FixedArray::NoWriteBarrierSet(FixedArray array, int index, Object value) { in NoWriteBarrierSet() 126 Object FixedArray::synchronized_get(int index) const { in synchronized_get() 131 Object FixedArray::synchronized_get(IsolateRoot isolate, int index) const { in synchronized_get() [all …]
|
/external/v8/src/runtime/ |
D | runtime-utils.h | 19 #define CONVERT_ARG_CHECKED(Type, name, index) \ argument 23 #define CONVERT_ARG_HANDLE_CHECKED(Type, name, index) \ argument 27 #define CONVERT_NUMBER_ARG_HANDLE_CHECKED(name, index) \ argument 33 #define CONVERT_BOOLEAN_ARG_CHECKED(name, index) \ argument 39 #define CONVERT_SMI_ARG_CHECKED(name, index) \ argument 49 #define CONVERT_TAGGED_INDEX_ARG_CHECKED(name, index) \ argument 56 #define CONVERT_DOUBLE_ARG_CHECKED(name, index) \ argument 62 #define CONVERT_SIZE_ARG_CHECKED(name, index) \ argument 77 #define CONVERT_PROPERTY_DETAILS_CHECKED(name, index) \ argument 83 #define CONVERT_LANGUAGE_MODE_ARG_CHECKED(name, index) \ argument [all …]
|
/external/v8/src/compiler/backend/ |
D | code-generator-impl.h | 29 Register InputRegister(size_t index) const { in InputRegister() 33 FloatRegister InputFloatRegister(size_t index) { in InputFloatRegister() 37 DoubleRegister InputDoubleRegister(size_t index) { in InputDoubleRegister() 41 Simd128Register InputSimd128Register(size_t index) { in InputSimd128Register() 45 double InputDouble(size_t index) { return ToDouble(instr_->InputAt(index)); } in InputDouble() 47 float InputFloat32(size_t index) { return ToFloat32(instr_->InputAt(index)); } in InputFloat32() 49 int32_t InputInt32(size_t index) { in InputInt32() 53 uint32_t InputUint32(size_t index) { in InputUint32() 57 int64_t InputInt64(size_t index) { in InputInt64() 61 int8_t InputInt8(size_t index) { in InputInt8() [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/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/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
|
/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/u-boot/drivers/ddr/marvell/a38x/ |
D | ddr3_training_db.c | 115 u32 mv_ddr_cl_val_get(u32 index, u32 freq) in mv_ddr_cl_val_get() 177 u32 mv_ddr_cwl_val_get(u32 index, u32 freq) in mv_ddr_cwl_val_get() 413 unsigned int mv_ddr_speed_bin_timing_get(enum mv_ddr_speed_bin index, enum mv_ddr_speed_bin_timing … in mv_ddr_speed_bin_timing_get() 510 static inline u32 pattern_table_get_killer_word(u8 dqs, u8 index) in pattern_table_get_killer_word() 525 static inline u32 pattern_table_get_killer_word16(u8 dqs, u8 index) in pattern_table_get_killer_word16() 541 static inline u32 pattern_table_get_sso_word(u8 sso, u8 index) in pattern_table_get_sso_word() 551 static inline u32 pattern_table_get_sso_full_xtalk_word(u8 bit, u8 index) in pattern_table_get_sso_full_xtalk_word() 562 static inline u32 pattern_table_get_sso_xtalk_free_word(u8 bit, u8 index) in pattern_table_get_sso_xtalk_free_word() 572 static inline u32 pattern_table_get_isi_word(u8 index) in pattern_table_get_isi_word() 588 static inline u32 pattern_table_get_sso_full_xtalk_word16(u8 bit, u8 index) in pattern_table_get_sso_full_xtalk_word16() [all …]
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | AttributesImpl.java | 113 public String getURI (int index) in getURI() 131 public String getLocalName (int index) in getLocalName() 149 public String getQName (int index) in getQName() 167 public String getType (int index) in getType() 184 public String getValue (int index) in getValue() 421 public void setAttribute (int index, String uri, String localName, in setAttribute() 444 public void removeAttribute (int index) in removeAttribute() 474 public void setURI (int index, String uri) in setURI() 494 public void setLocalName (int index, String localName) in setLocalName() 514 public void setQName (int index, String qName) in setQName() [all …]
|
/external/mesa3d/src/glx/ |
D | indirect_vertex_program.c | 38 do_vertex_attrib_enable(GLuint index, GLboolean val) in do_vertex_attrib_enable() 51 __indirect_glEnableVertexAttribArray(GLuint index) in __indirect_glEnableVertexAttribArray() 58 __indirect_glDisableVertexAttribArray(GLuint index) in __indirect_glDisableVertexAttribArray() 65 get_parameter(unsigned opcode, unsigned size, GLenum target, GLuint index, in get_parameter() 90 __indirect_glGetProgramEnvParameterfvARB(GLenum target, GLuint index, in __indirect_glGetProgramEnvParameterfvARB() 98 __indirect_glGetProgramEnvParameterdvARB(GLenum target, GLuint index, in __indirect_glGetProgramEnvParameterdvARB() 106 __indirect_glGetProgramLocalParameterfvARB(GLenum target, GLuint index, in __indirect_glGetProgramLocalParameterfvARB() 114 __indirect_glGetProgramLocalParameterdvARB(GLenum target, GLuint index, in __indirect_glGetProgramLocalParameterdvARB() 122 __indirect_glGetVertexAttribPointerv(GLuint index, GLenum pname, in __indirect_glGetVertexAttribPointerv() 146 get_attrib_array_data(__GLXattribute * state, GLuint index, GLenum cap, in get_attrib_array_data() [all …]
|
/external/skqp/src/core/ |
D | SkVertState.cpp | 11 int index = state->fCurrIndex; in Triangles() local 24 int index = state->fCurrIndex; in TrianglesX() local 36 int index = state->fCurrIndex; in TriangleStrip() local 54 int index = state->fCurrIndex; in TriangleStripX() local 71 int index = state->fCurrIndex; in TriangleFan() local 84 int index = state->fCurrIndex; in TriangleFanX() local
|
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/upstream/cache/ |
D | CacheFileMetadataIndexTest.java | 34 CacheFileMetadataIndex index = newInitializedIndex(); in initiallyEmpty() local 40 CacheFileMetadataIndex index = newInitializedIndex(); in insert() local 64 CacheFileMetadataIndex index = newInitializedIndex(); in insertAndRemove() local 93 CacheFileMetadataIndex index = newInitializedIndex(); in insertAndRemoveAll() local 115 CacheFileMetadataIndex index = newInitializedIndex(); in insertAndReplace() local 130 CacheFileMetadataIndex index = in newInitializedIndex() local
|
/external/skia/src/core/ |
D | SkVertState.cpp | 11 int index = state->fCurrIndex; in Triangles() local 24 int index = state->fCurrIndex; in TrianglesX() local 36 int index = state->fCurrIndex; in TriangleStrip() local 54 int index = state->fCurrIndex; in TriangleStripX() local 71 int index = state->fCurrIndex; in TriangleFan() local 84 int index = state->fCurrIndex; in TriangleFanX() local
|
/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 …]
|