/third_party/mesa3d/src/mesa/main/ |
D | api_arrayelt.c | 97 VertexAttrib1NbvNV(GLuint index, const GLbyte *v) in VertexAttrib1NbvNV() 103 VertexAttrib1bvNV(GLuint index, const GLbyte *v) in VertexAttrib1bvNV() 109 VertexAttrib2NbvNV(GLuint index, const GLbyte *v) in VertexAttrib2NbvNV() 115 VertexAttrib2bvNV(GLuint index, const GLbyte *v) in VertexAttrib2bvNV() 121 VertexAttrib3NbvNV(GLuint index, const GLbyte *v) in VertexAttrib3NbvNV() 129 VertexAttrib3bvNV(GLuint index, const GLbyte *v) in VertexAttrib3bvNV() 135 VertexAttrib4NbvNV(GLuint index, const GLbyte *v) in VertexAttrib4NbvNV() 144 VertexAttrib4bvNV(GLuint index, const GLbyte *v) in VertexAttrib4bvNV() 152 VertexAttrib1NubvNV(GLuint index, const GLubyte *v) in VertexAttrib1NubvNV() 158 VertexAttrib1ubvNV(GLuint index, const GLubyte *v) in VertexAttrib1ubvNV() [all …]
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/asm/ |
D | atomic.h | 47 #define atomic_read(v) LOS_AtomicRead(v) argument 48 #define atomic_set(v, i) LOS_AtomicSet(v, i) argument 49 #define atomic_inc(v) LOS_AtomicInc(v) argument 50 #define atomic_dec(v) LOS_AtomicDec(v) argument 51 #define atomic_add(i, v) LOS_AtomicAdd(v, i) argument 52 #define atomic_sub(i, v) LOS_AtomicSub(v, i) argument 54 #define atomic_add_return(i, v) LOS_AtomicAdd(v, i) argument 55 #define atomic_inc_return(v) LOS_AtomicIncRet(v) argument 56 #define atomic_dec_return(v) LOS_AtomicDecRet(v) argument 57 #define atomic_dec_and_test(v) (atomic_dec_return(v) == 0) argument [all …]
|
/third_party/mesa3d/src/compiler/glsl/ |
D | ir_hv_accept.cpp | 47 visit_list_elements(ir_hierarchical_visitor *v, exec_list *l, in visit_list_elements() 68 ir_rvalue::accept(ir_hierarchical_visitor *v) in accept() 75 ir_variable::accept(ir_hierarchical_visitor *v) in accept() 82 ir_loop::accept(ir_hierarchical_visitor *v) in accept() 98 ir_loop_jump::accept(ir_hierarchical_visitor *v) in accept() 105 ir_function_signature::accept(ir_hierarchical_visitor *v) in accept() 121 ir_function::accept(ir_hierarchical_visitor *v) in accept() 133 ir_expression::accept(ir_hierarchical_visitor *v) in accept() 159 ir_texture::accept(ir_hierarchical_visitor *v) in accept() 245 ir_swizzle::accept(ir_hierarchical_visitor *v) in accept() [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Vector.cpp | 32 Vector &Vector::operator+=(const Vector &v) in operator +=() 41 Vector &Vector::operator-=(const Vector &v) in operator -=() 66 bool operator==(const Vector &U, const Vector &v) in operator ==() 74 bool operator!=(const Vector &U, const Vector &v) in operator !=() 82 bool operator>(const Vector &u, const Vector &v) in operator >() 90 bool operator<(const Vector &u, const Vector &v) in operator <() 98 Vector operator+(const Vector &u, const Vector &v) in operator +() 103 Vector operator-(const Vector &u, const Vector &v) in operator -() 108 float operator*(const Vector &u, const Vector &v) in operator *() 113 Vector operator*(float s, const Vector &v) in operator *() [all …]
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/Generics/ |
D | parserCastVersusArrowFunction1.ts | 1 var v = <T>() => 1; variable 2 var v = <T>a; variable 4 var v = <T>(a) => 1; variable 5 var v = <T>(a, b) => 1; variable 6 var v = <T>(a = 1, b = 2) => 1; variable 8 var v = <T>(a); variable 9 var v = <T>(a, b); variable 10 var v = <T>(a = 1, b = 2); variable
|
D | parserGenericsInVariableDeclaration1.ts | 1 var v : Foo<T> = 1; variable 2 var v : Foo<T>= 1; variable 4 var v : Foo<Bar<T>> = 1; variable 5 var v : Foo<Bar<T>>= 1; variable 7 var v : Foo<Bar<Quux<T>>> = 1; variable 8 var v : Foo<Bar<Quux<T>>>= 1; variable
|
/third_party/ltp/include/ |
D | tst_atomic.h | 55 static inline int tst_atomic_add_return(int i, int *v) in tst_atomic_add_return() 60 static inline int tst_atomic_load(int *v) in tst_atomic_load() 65 static inline void tst_atomic_store(int i, int *v) in tst_atomic_store() 71 static inline int tst_atomic_add_return(int i, int *v) in tst_atomic_add_return() 76 static inline int tst_atomic_load(int *v) in tst_atomic_load() 86 static inline void tst_atomic_store(int i, int *v) in tst_atomic_store() 96 static inline int tst_atomic_add_return(int i, int *v) in tst_atomic_add_return() 110 static inline int tst_atomic_add_return(int i, int *v) in tst_atomic_add_return() 129 static inline int tst_atomic_load(int *v) in tst_atomic_load() 140 static inline void tst_atomic_store(int i, int *v) in tst_atomic_store() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | vaapi_vc1.c | 43 static inline int vc1_has_MVTYPEMB_bitplane(const VC1Context *v) in vc1_has_MVTYPEMB_bitplane() 55 static inline int vc1_has_SKIPMB_bitplane(const VC1Context *v) in vc1_has_SKIPMB_bitplane() 65 static inline int vc1_has_DIRECTMB_bitplane(const VC1Context *v) in vc1_has_DIRECTMB_bitplane() 74 static inline int vc1_has_ACPRED_bitplane(const VC1Context *v) in vc1_has_ACPRED_bitplane() 84 static inline int vc1_has_OVERFLAGS_bitplane(const VC1Context *v) in vc1_has_OVERFLAGS_bitplane() 96 static inline int vc1_has_FIELDTX_bitplane(const VC1Context *v) in vc1_has_FIELDTX_bitplane() 106 static inline int vc1_has_FORWARDMB_bitplane(const VC1Context *v) in vc1_has_FORWARDMB_bitplane() 115 static int vc1_get_PTYPE(const VC1Context *v) in vc1_get_PTYPE() 127 static int vc1_get_FPTYPE(const VC1Context *v) in vc1_get_FPTYPE() 139 static inline VAMvModeVC1 vc1_get_MVMODE(const VC1Context *v) in vc1_get_MVMODE() [all …]
|
/third_party/elfutils/tests/ |
D | read_unaligned.c | 30 uint8_t v; member 36 int8_t v; member 42 uint16_t v; member 48 int16_t v; member 54 uint32_t v:24; member 60 uint32_t v; member 66 int32_t v; member 72 uint64_t v; member 78 uint64_t v; member 372 uint8_t v = *p_le++; in main() local [all …]
|
/third_party/ffmpeg/libavutil/avr32/ |
D | intreadwrite.h | 45 uint16_t v; in AV_RL16() local 56 uint16_t v; in AV_RB16() local 67 uint32_t v; in AV_RB24() local 81 uint32_t v; in AV_RL24() local 97 uint32_t v; in AV_RB32() local 103 static av_always_inline void AV_WB32(void *p, uint32_t v) in AV_WB32() 110 #define AV_WL32(p, v) AV_WB32(p, av_bswap32(v)) argument 113 static av_always_inline void AV_WB64(void *p, uint64_t v) in AV_WB64() 115 union { uint64_t v; uint32_t hl[2]; } vv = { v }; in AV_WB64() member 121 static av_always_inline void AV_WL64(void *p, uint64_t v) in AV_WL64() [all …]
|
/third_party/ffmpeg/libavutil/ |
D | mem_internal.h | 79 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument 80 #define DECLARE_ASM_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument 81 #define DECLARE_ASM_CONST(n,t,v) const t __attribute__ ((aligned (n))) v argument 83 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (FFMIN(n, 16)))) v argument 84 #define DECLARE_ASM_ALIGNED(n,t,v) t av_used __attribute__ ((aligned (FFMIN(n, 16)))) v argument 85 …#define DECLARE_ASM_CONST(n,t,v) static const t av_used __attribute__ ((aligned (FFMIN(n, 16)))… argument 87 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument 88 #define DECLARE_ASM_ALIGNED(n,t,v) t av_used __attribute__ ((aligned (n))) v argument 89 #define DECLARE_ASM_CONST(n,t,v) static const t av_used __attribute__ ((aligned (n))) v argument 91 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v argument [all …]
|
D | mem.h | 109 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument 110 #define DECLARE_ASM_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument 111 #define DECLARE_ASM_CONST(n,t,v) const t __attribute__ ((aligned (n))) v argument 113 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (FFMIN(n, 16)))) v argument 114 #define DECLARE_ASM_ALIGNED(n,t,v) t av_used __attribute__ ((aligned (FFMIN(n, 16)))) v argument 115 …#define DECLARE_ASM_CONST(n,t,v) static const t av_used __attribute__ ((aligned (FFMIN(n, 16)))… argument 117 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument 118 #define DECLARE_ASM_ALIGNED(n,t,v) t av_used __attribute__ ((aligned (n))) v argument 119 #define DECLARE_ASM_CONST(n,t,v) static const t av_used __attribute__ ((aligned (n))) v argument 121 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v argument [all …]
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | type_vec3.inl | 45 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec3<T, P>::tvec3(tvec3<T, P> const & v) 52 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec3<T, P>::tvec3(tvec3<T, Q> const & v) 126 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec3<T, P>::tvec3(tvec3<U, Q> const & v) : 134 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec3<T, P>::tvec3(tvec4<U, Q> const & v) : 160 GLM_FUNC_QUALIFIER tvec3<T, P>& tvec3<T, P>::operator=(tvec3<T, P> const & v) 171 GLM_FUNC_QUALIFIER tvec3<T, P>& tvec3<T, P>::operator=(tvec3<U, P> const & v) 191 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator+=(tvec1<U, P> const & v) 201 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator+=(tvec3<U, P> const & v) 221 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator-=(tvec1<U, P> const & v) 231 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator-=(tvec3<U, P> const & v) [all …]
|
D | func_trigonometric.inl | 20 GLM_FUNC_QUALIFIER GLM_CONSTEXPR vecType<T, P> radians(vecType<T, P> const & v) 35 GLM_FUNC_QUALIFIER GLM_CONSTEXPR vecType<T, P> degrees(vecType<T, P> const & v) 44 GLM_FUNC_QUALIFIER vecType<T, P> sin(vecType<T, P> const & v) 53 GLM_FUNC_QUALIFIER vecType<T, P> cos(vecType<T, P> const & v) 62 GLM_FUNC_QUALIFIER vecType<T, P> tan(vecType<T, P> const & v) 71 GLM_FUNC_QUALIFIER vecType<T, P> asin(vecType<T, P> const & v) 80 GLM_FUNC_QUALIFIER vecType<T, P> acos(vecType<T, P> const & v) 103 GLM_FUNC_QUALIFIER vecType<T, P> atan(vecType<T, P> const & v) 112 GLM_FUNC_QUALIFIER vecType<T, P> sinh(vecType<T, P> const & v) 121 GLM_FUNC_QUALIFIER vecType<T, P> cosh(vecType<T, P> const & v) [all …]
|
D | type_vec1.inl | 19 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(tvec1<T, P> const & v) 26 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(tvec1<T, Q> const & v) 45 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(tvec1<U, Q> const & v) 51 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(tvec2<U, Q> const & v) 57 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(tvec3<U, Q> const & v) 63 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(tvec4<U, Q> const & v) 87 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator=(tvec1<T, P> const & v) 96 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator=(tvec1<U, P> const & v) 112 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator+=(tvec1<U, P> const & v) 128 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator-=(tvec1<U, P> const & v) [all …]
|
/third_party/ejdb/src/bindings/ejdb2_jni/src/android/java/com/softmotions/ejdb2/ |
D | EJDB2Builder.java | 47 public EJDB2Builder noWAL(boolean v) { in noWAL() 57 public EJDB2Builder sortBufferSize(int v) { in sortBufferSize() 62 public EJDB2Builder documentBufferSize(int v) { in documentBufferSize() 77 EJDB2Builder fileLockFailFast(boolean v) { in fileLockFailFast() 87 EJDB2Builder walCRCOnCheckpoint(boolean v) { in walCRCOnCheckpoint() 92 EJDB2Builder walSavepointTimeoutSec(int v) { in walSavepointTimeoutSec() 97 EJDB2Builder walCheckpointTimeoutSec(int v) { in walCheckpointTimeoutSec() 102 EJDB2Builder walBufferSize(long v) { in walBufferSize() 107 EJDB2Builder walCheckpointBufferSize(long v) { in walCheckpointBufferSize() 112 public EJDB2Builder httpEnabled(boolean v) { in httpEnabled() [all …]
|
/third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/ |
D | EJDB2Builder.java | 48 public EJDB2Builder noWAL(boolean v) { in noWAL() 58 public EJDB2Builder sortBufferSize(int v) { in sortBufferSize() 63 public EJDB2Builder documentBufferSize(int v) { in documentBufferSize() 78 public EJDB2Builder fileLockFailFast(boolean v) { in fileLockFailFast() 88 public EJDB2Builder walCRCOnCheckpoint(boolean v) { in walCRCOnCheckpoint() 93 public EJDB2Builder walSavepointTimeoutSec(int v) { in walSavepointTimeoutSec() 98 public EJDB2Builder walCheckpointTimeoutSec(int v) { in walCheckpointTimeoutSec() 103 public EJDB2Builder walBufferSize(long v) { in walBufferSize() 108 public EJDB2Builder walCheckpointBufferSize(long v) { in walCheckpointBufferSize() 113 public EJDB2Builder httpEnabled(boolean v) { in httpEnabled() [all …]
|
/third_party/flutter/skia/third_party/skcms/src/ |
D | Transform_inl.h | 106 SI D cast(const S& v) { in cast() 121 SI D bit_pun(const S& v) { in bit_pun() 198 SI U16 swap_endian_16(U16 v) { in swap_endian_16() 202 SI U16 swap_endian_16(U16 v) { in swap_endian_16() 341 SI void store_3(P* p, const T& v) { in store_3() 358 SI void store_4(P* p, const T& v) { in store_4() 377 U8 v = p[ix]; in gather_8() local 398 U16 v = load_16(ix); in gather_16() local 400 U16 v = { load_16(ix[0]), load_16(ix[1]), load_16(ix[2]), load_16(ix[3]) }; in gather_16() local 402 U16 v = { load_16(ix[0]), load_16(ix[1]), load_16(ix[2]), load_16(ix[3]), in gather_16() local [all …]
|
/third_party/node/deps/cares/include/ |
D | ares_dns.h | 46 #define DNS__SET16BIT(p, v) (((p)[0] = (unsigned char)(((v) >> 8) & 0xff)), \ argument 48 #define DNS__SET32BIT(p, v) (((p)[0] = (unsigned char)(((v) >> 24) & 0xff)), \ argument 78 #define DNS_HEADER_SET_QID(h, v) DNS__SET16BIT(h, v) argument 79 #define DNS_HEADER_SET_QR(h, v) ((h)[2] |= (unsigned char)(((v) & 0x1) << 7)) argument 80 #define DNS_HEADER_SET_OPCODE(h, v) ((h)[2] |= (unsigned char)(((v) & 0xf) << 3)) argument 81 #define DNS_HEADER_SET_AA(h, v) ((h)[2] |= (unsigned char)(((v) & 0x1) << 2)) argument 82 #define DNS_HEADER_SET_TC(h, v) ((h)[2] |= (unsigned char)(((v) & 0x1) << 1)) argument 83 #define DNS_HEADER_SET_RD(h, v) ((h)[2] |= (unsigned char)((v) & 0x1)) argument 84 #define DNS_HEADER_SET_RA(h, v) ((h)[3] |= (unsigned char)(((v) & 0x1) << 7)) argument 85 #define DNS_HEADER_SET_Z(h, v) ((h)[3] |= (unsigned char)(((v) & 0x7) << 4)) argument [all …]
|
/third_party/mesa3d/src/util/ |
D | u_atomic.h | 46 #define p_atomic_dec_zero(v) (__atomic_sub_fetch((v), 1, __ATOMIC_ACQ_REL) == 0) argument 47 #define p_atomic_inc(v) (void) __atomic_add_fetch((v), 1, __ATOMIC_ACQ_REL) argument 48 #define p_atomic_dec(v) (void) __atomic_sub_fetch((v), 1, __ATOMIC_ACQ_REL) argument 49 #define p_atomic_add(v, i) (void) __atomic_add_fetch((v), (i), __ATOMIC_ACQ_REL) argument 50 #define p_atomic_inc_return(v) __atomic_add_fetch((v), 1, __ATOMIC_ACQ_REL) argument 51 #define p_atomic_dec_return(v) __atomic_sub_fetch((v), 1, __ATOMIC_ACQ_REL) argument 52 #define p_atomic_add_return(v, i) __atomic_add_fetch((v), (i), __ATOMIC_ACQ_REL) argument 53 #define p_atomic_fetch_add(v, i) __atomic_fetch_add((v), (i), __ATOMIC_ACQ_REL) argument 54 #define p_atomic_xchg(v, i) __atomic_exchange_n((v), (i), __ATOMIC_ACQ_REL) argument 62 #define p_atomic_dec_zero(v) (__sync_sub_and_fetch((v), 1) == 0) argument [all …]
|
/third_party/python/Lib/distutils/tests/ |
D | test_unixccompiler.py | 41 def gcv(v): argument 46 def gcv(v): argument 51 def gcv(v): argument 60 def gcv(v): argument 70 def gcv(v): argument 81 def gcv(v): argument 91 def gcv(v): argument 101 def gcv(v): argument 113 def gcv(v): argument 129 def gcv(v): argument
|
/third_party/typescript/tests/baselines/reference/ |
D | computedPropertyNames11_ES6.js | 5 var v = { variable 7 set [n](v) { }, argument 9 set [s + n](v) { }, argument 13 set [a](v) { }, argument 15 set [`hello bye`](v) { }, argument 23 var v = { variable 25 set [n](v) { }, argument 27 set [s + n](v) { }, argument 31 set [a](v) { }, argument 33 set [`hello bye`](v) { }, argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
D | arg.cc | 72 void PrintAsOct(T v) { in PrintAsOct() 86 void PrintAsDec(T v) { in PrintAsDec() 92 void PrintAsDec(int128 v) { in PrintAsDec() 102 void PrintAsDec(uint128 v, bool add_neg = false) { in PrintAsDec() 125 void PrintAsHexLower(T v) { in PrintAsHexLower() 147 void PrintAsHexUpper(T v) { in PrintAsHexUpper() 211 bool ConvertCharImpl(unsigned char v, const FormatConversionSpecImpl conv, in ConvertCharImpl() 279 bool ConvertIntArg(T v, const FormatConversionSpecImpl conv, in ConvertIntArg() 334 bool ConvertFloatArg(T v, const FormatConversionSpecImpl conv, in ConvertFloatArg() 340 inline bool ConvertStringArg(string_view v, const FormatConversionSpecImpl conv, in ConvertStringArg() [all …]
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | range.hpp | 31 inline length_t components(tvec1<T, P> const & v) in components() 37 inline length_t components(tvec2<T, P> const & v) in components() 43 inline length_t components(tvec3<T, P> const & v) in components() 49 inline length_t components(tvec4<T, P> const & v) in components() 61 inline typename genType::value_type const * begin(genType const & v) in begin() 67 inline typename genType::value_type const * end(genType const & v) in end() 73 inline typename genType::value_type * begin(genType& v) in begin() 79 inline typename genType::value_type * end(genType& v) in end()
|
/third_party/json/test/src/ |
D | unit-deserialization.cpp | 379 std::vector<uint8_t> v = {'t', 'r', 'u', 'e'}; variable 391 std::array<uint8_t, 5> v { {'t', 'r', 'u', 'e'} }; variable 403 …uint8_t v[] = {'t', 'r', 'u', 'e'}; // NOLINT(cppcoreguidelines-avoid-c-arrays,hicpp-avoid-c-array… variable 415 auto* v = new uint8_t[5]; // NOLINT(cppcoreguidelines-owning-memory) variable 434 std::string v = {'t', 'r', 'u', 'e'}; variable 446 std::initializer_list<uint8_t> v = {'t', 'r', 'u', 'e'}; variable 458 std::vector<uint8_t> v; variable 474 std::vector<uint8_t> v = {'t', 'r', 'u', 'e'}; variable 487 std::array<uint8_t, 5> v { {'t', 'r', 'u', 'e'} }; variable 499 …uint8_t v[] = {'t', 'r', 'u', 'e'}; // NOLINT(cppcoreguidelines-avoid-c-arrays,hicpp-avoid-c-array… variable [all …]
|