/third_party/json/tests/src/ |
D | unit-conversions.cpp | 495 std::nullptr_t n = nullptr; variable 558 auto n = j.get<uint8_t>(); variable 629 auto n = j.get<json::number_integer_t>(); variable 635 auto n = j_unsigned.get<json::number_unsigned_t>(); variable 641 auto n = j.get<short>(); variable 647 auto n = j.get<unsigned short>(); variable 653 int n = j.get<int>(); variable 659 auto n = j.get<unsigned int>(); variable 665 long n = j.get<long>(); variable 671 auto n = j.get<unsigned long>(); variable [all …]
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/ |
D | endian.h | 48 #define ToBE16(n) EndianSwap16(n) argument 49 #define ToBE32(n) EndianSwap32(n) argument 50 #define ToBE64(n) EndianSwap64(n) argument 51 #define ToLE16(n) (n) argument 52 #define ToLE32(n) (n) argument 53 #define ToLE64(n) (n) argument 54 #define FromBE16(n) EndianSwap16(n) argument 55 #define FromBE32(n) EndianSwap32(n) argument 56 #define FromBE64(n) EndianSwap64(n) argument 57 #define FromLE16(n) (n) argument [all …]
|
/third_party/libunwind/libunwind/tests/ |
D | Lrs-race.c | 50 int n; in foo_0() local 60 int n; in foo_1() local 70 int n; in foo_2() local 80 int n; in foo_3() local 90 int n; in foo_4() local 100 int n; in foo_5() local 110 int n; in foo_6() local 120 int n; in foo_7() local 130 int n; in foo_8() local 140 int n; in foo_9() local [all …]
|
/third_party/lwip/src/include/lwip/ |
D | netifapi.h | 87 #define netifapi_netif_remove(n) netifapi_netif_common(n, netif_remove, NULL) argument 91 #define netifapi_netif_set_up(n) netifapi_netif_common(n, netif_set_up, NULL) argument 95 #define netifapi_netif_set_down(n) netifapi_netif_common(n, netif_set_down, NULL) argument 100 #define netifapi_netif_set_default(n) netifapi_netif_common(n, netif_set_default2, NULL) argument 102 #define netifapi_netif_set_default(n) netifapi_netif_common(n, netif_set_default, NULL) argument 107 #define netifapi_netif_set_link_up(n) netifapi_netif_common(n, netif_set_link_up, NULL) argument 111 #define netifapi_netif_set_link_down(n) netifapi_netif_common(n, netif_set_link_down, NULL) argument 121 #define netifapi_dhcp_start(n) netifapi_netif_common(n, NULL, dhcp_start) argument 126 #define netifapi_dhcp_stop(n) netifapi_netif_common(n, dhcp_stop, NULL) argument 130 #define netifapi_dhcp_inform(n) netifapi_netif_common(n, dhcp_inform, NULL) argument [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | thisTypeInAccessors.js | 8 n: 12, property 13 n: 14, property 18 n: 15, property 23 n: 16, property 25 set x(this, n) { this.n = n; } argument 29 n = 17; field in Explicit 30 get x(this: Foo): number { return this.n; } field in Explicit 34 n = 21; field in Contextual 41 n: 12, property 43 set x(n) { this.n = n; } argument [all …]
|
D | objectLiteralGettersAndSetters.js | 3 var sameName1a = { get 'a'() { return ''; }, set a(n) { var p = n; var p: string; } }; argument 7 var sameName5a = { get '\t'() { return ''; }, set '\t'(n) { var p = n; var p: string; } }; argument 8 var sameName6a = { get 'a'() { return ''; }, set a(n) { var p = n; var p: string; } }; argument 31 var setter2 = { set x(n) { } }; argument 43 set n(x: (t: string) => void) { }, setter 44 get n() { return (t) => { getter 51 get n() { return (t) => { getter 56 set n(x: (t: string) => void) { } setter 61 set n(x) { setter 65 get n() { return ''; } getter [all …]
|
D | taggedTemplateStringsTypeArgumentInference.js | 100 function noParams(n) { } argument 103 function noGenericParams(n) { } argument 106 function someGenerics1a(n, m) { } argument 108 function someGenerics1b(n, m) { } argument 111 function someGenerics2a(strs, n) { } argument 112 someGenerics2a(__makeTemplateObject(["", ""], ["", ""]), function (n) { return n; }); argument 113 function someGenerics2b(strs, n) { } argument 114 someGenerics2b(__makeTemplateObject(["", ""], ["", ""]), function (n, x) { return n; }); argument 121 function someGenerics4(strs, n, f) { } argument 126 function someGenerics5(strs, n, f) { } argument [all …]
|
D | typeArgumentInferenceWithConstraints.js | 115 function noGenericParams(n) { } argument 120 function someGenerics1(n, m) { } argument 126 function someGenerics2a(n) { } argument 127 someGenerics2a(function (n) { return n; }); argument 128 someGenerics2a(function (n) { return n; }); argument 129 someGenerics2a(function (n) { return n.substr(0); }); argument 130 function someGenerics2b(n) { } argument 131 someGenerics2b(function (n, x) { return n; }); argument 132 someGenerics2b(function (n, t) { return n; }); argument 133 someGenerics2b(function (n, t) { return n.substr(t * t); }); argument [all …]
|
D | typeArgumentInference.js | 110 function noGenericParams(n) { } argument 115 function someGenerics1(n, m) { } argument 119 function someGenerics2a(n) { } argument 120 someGenerics2a(function (n) { return n; }); argument 121 someGenerics2a(function (n) { return n; }); argument 122 someGenerics2a(function (n) { return n.substr(0); }); argument 123 function someGenerics2b(n) { } argument 124 someGenerics2b(function (n, x) { return n; }); argument 125 someGenerics2b(function (n, t) { return n; }); argument 126 someGenerics2b(function (n, t) { return n.substr(t * t); }); argument [all …]
|
D | typeArgumentInferenceConstructSignatures.js | 155 new someGenerics2a(function (n) { return n; }); argument 156 new someGenerics2a(function (n) { return n; }); argument 157 new someGenerics2a(function (n) { return n.substr(0); }); argument 159 new someGenerics2b(function (n, x) { return n; }); argument 160 new someGenerics2b(function (n, t) { return n; }); argument 161 new someGenerics2b(function (n, t) { return n.substr(t * t); }); argument 177 new someGenerics6(function (n) { return n; }, function (n) { return n; }, function (n) { return n; … argument 178 new someGenerics6(function (n) { return n; }, function (n) { return n; }, function (n) { return n; … argument 179 new someGenerics6(function (n) { return n; }, function (n) { return n; }, function (n) { return n; … argument 180 new someGenerics6(function (n) { return n; }, function (n) { return n; }, function (n) { return n; … argument [all …]
|
/third_party/lzma/C/ |
D | RotateDefs.h | 18 #define rotlFixed(x, n) _rotl((x), (n)) argument 19 #define rotrFixed(x, n) _rotr((x), (n)) argument 22 #define Z7_ROTL64(x, n) _rotl64((x), (n)) argument 23 #define Z7_ROTR64(x, n) _rotr64((x), (n)) argument 25 #define Z7_ROTL64(x, n) (((x) << (n)) | ((x) >> (64 - (n)))) argument 26 #define Z7_ROTR64(x, n) (((x) >> (n)) | ((x) << (64 - (n)))) argument 36 #define rotlFixed(x, n) (((x) << (n)) | ((x) >> (-(n) & 31))) argument 37 #define rotrFixed(x, n) (((x) >> (n)) | ((x) << (-(n) & 31))) argument 38 #define Z7_ROTL64(x, n) (((x) << (n)) | ((x) >> (-(n) & 63))) argument 39 #define Z7_ROTR64(x, n) (((x) >> (n)) | ((x) << (-(n) & 63))) argument [all …]
|
/third_party/typescript/tests/cases/conformance/salsa/ |
D | inferringClassStaticMembersFromAssignments.ts | 32 var n: number; variable 34 var n = a.C1.staticProp; variable 35 var n = a.C2.staticProp; variable 36 var n = a.F1.staticProp; variable 37 var n = a.F2.staticProp; variable 40 var n = C3.staticProp; variable 41 var n = C4.staticProp; variable 42 var n = F3.staticProp; variable 43 var n = F4.staticProp; variable
|
D | propertiesOfGenericConstructorFunctions.ts | 25 var n = map._map['hi'] variable 27 var n = map._map2['hi'] variable 29 var n = map2._map['hi'] variable 31 var n = map._map2['hi'] variable 49 var n = cp.x variable 51 var n = cp.y variable 53 var n = cp.m1() variable 55 var n = cp.m2() variable
|
D | typeFromPropertyAssignment29.ts | 9 var n = ExpandoDecl.prop + ExpandoDecl.m(12) + ExpandoDecl(101).length variable 19 var n = (ExpandoExpr.prop.x || 0) + ExpandoExpr.m(12) + ExpandoExpr(101).length variable 47 var n = ExpandoMerge.p1 + ExpandoMerge.p2 + ExpandoMerge.p3 + ExpandoMerge(1); variable 65 var n = ExpandoExpr2.prop + ExpandoExpr2.m(12) + ExpandoExpr2(101).length variable 69 n = 1001; property in ExpandoClass 75 var n = ExpandoClass.prop + ExpandoClass.m(12) + new ExpandoClass().n variable 79 n = 10001; variable 85 var n = ExpandoExpr3.prop + ExpandoExpr3.m(13) + new ExpandoExpr3().n variable
|
/third_party/skia/src/core/ |
D | SkEndian.h | 116 #define SkEndian_SwapBE16(n) SkEndianSwap16(n) argument 117 #define SkEndian_SwapBE32(n) SkEndianSwap32(n) argument 118 #define SkEndian_SwapBE64(n) SkEndianSwap64(n) argument 119 #define SkEndian_SwapLE16(n) (n) argument 120 #define SkEndian_SwapLE32(n) (n) argument 121 #define SkEndian_SwapLE64(n) (n) argument 123 #define SkTEndian_SwapBE16(n) SkTEndianSwap16<n>::value argument 124 #define SkTEndian_SwapBE32(n) SkTEndianSwap32<n>::value argument 125 #define SkTEndian_SwapBE64(n) SkTEndianSwap64<n>::value argument 126 #define SkTEndian_SwapLE16(n) (n) argument [all …]
|
/third_party/typescript/tests/cases/conformance/expressions/literals/ |
D | literals.ts | 17 var n: number; variable 18 var n = 1; variable 19 var n = 1.0; variable 20 var n = 1e4; variable 21 var n = 001; // Error in ES5 variable 22 var n = 0x1; variable 23 var n = -1; variable 24 var n = -1.0; variable 25 var n = -1e-4; variable 26 var n = -003; // Error in ES5 variable [all …]
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
D | ngtcp2_conv.c | 35 uint64_t n; in ngtcp2_get_uint64() local 41 uint64_t n = 0; in ngtcp2_get_uint48() local 47 uint32_t n; in ngtcp2_get_uint32() local 53 uint32_t n = 0; in ngtcp2_get_uint24() local 59 uint16_t n; in ngtcp2_get_uint16() local 70 } n; in ngtcp2_get_varint() local 112 uint8_t *ngtcp2_put_uint64be(uint8_t *p, uint64_t n) { in ngtcp2_put_uint64be() 117 uint8_t *ngtcp2_put_uint48be(uint8_t *p, uint64_t n) { in ngtcp2_put_uint48be() 122 uint8_t *ngtcp2_put_uint32be(uint8_t *p, uint32_t n) { in ngtcp2_put_uint32be() 127 uint8_t *ngtcp2_put_uint24be(uint8_t *p, uint32_t n) { in ngtcp2_put_uint24be() [all …]
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_pass.cpp | 52 void vpass::run_on(container_node &n) { in run_on() 72 bool vpass::visit(node& n, bool enter) { return true; } in visit() 73 bool vpass::visit(container_node& n, bool enter) { return true; } in visit() 74 bool vpass::visit(alu_group_node& n, bool enter) { return true; } in visit() 75 bool vpass::visit(cf_node& n, bool enter) { return true; } in visit() 76 bool vpass::visit(alu_node& n, bool enter) { return true; } in visit() 77 bool vpass::visit(alu_packed_node& n, bool enter) { return true; } in visit() 78 bool vpass::visit(fetch_node& n, bool enter) { return true; } in visit() 79 bool vpass::visit(region_node& n, bool enter) { return true; } in visit() 80 bool vpass::visit(repeat_node& n, bool enter) { return true; } in visit() [all …]
|
D | sb_dump.cpp | 32 bool dump::visit(node& n, bool enter) { in visit() 56 bool dump::visit(container_node& n, bool enter) { in visit() 86 bool dump::visit(bb_node& n, bool enter) { in visit() 102 bool dump::visit(alu_group_node& n, bool enter) { in visit() 120 bool dump::visit(cf_node& n, bool enter) { in visit() 151 bool dump::visit(alu_node& n, bool enter) { in visit() 167 bool dump::visit(alu_packed_node& n, bool enter) { in visit() 188 bool dump::visit(fetch_node& n, bool enter) { in visit() 202 bool dump::visit(region_node& n, bool enter) { in visit() 232 bool dump::visit(repeat_node& n, bool enter) { in visit() [all …]
|
D | sb_ssa_builder.cpp | 49 void ssa_prepare::add_defs(node &n) { in add_defs() 63 bool ssa_prepare::visit(cf_node& n, bool enter) { in visit() 73 bool ssa_prepare::visit(alu_node& n, bool enter) { in visit() 81 bool ssa_prepare::visit(fetch_node& n, bool enter) { in visit() 89 bool ssa_prepare::visit(region_node& n, bool enter) { in visit() 107 bool ssa_prepare::visit(repeat_node& n, bool enter) { in visit() 119 bool ssa_prepare::visit(depart_node& n, bool enter) { in visit() 140 bool ssa_rename::visit(alu_group_node& n, bool enter) { in visit() 154 bool ssa_rename::visit(cf_node& n, bool enter) { in visit() 163 bool ssa_rename::visit(alu_node& n, bool enter) { in visit() [all …]
|
/third_party/ffmpeg/libavutil/ |
D | mem.h | 108 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument 109 #define DECLARE_ASM_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument 110 #define DECLARE_ASM_CONST(n,t,v) const t __attribute__ ((aligned (n))) v argument 112 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (FFMIN(n, 16)))) v argument 113 #define DECLARE_ASM_ALIGNED(n,t,v) t av_used __attribute__ ((aligned (FFMIN(n, 16)))) v argument 114 …#define DECLARE_ASM_CONST(n,t,v) static const t av_used __attribute__ ((aligned (FFMIN(n, 16)))… argument 116 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument 117 #define DECLARE_ASM_ALIGNED(n,t,v) t av_used __attribute__ ((aligned (n))) v argument 118 #define DECLARE_ASM_CONST(n,t,v) static const t av_used __attribute__ ((aligned (n))) v argument 120 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v argument [all …]
|
/third_party/typescript/tests/cases/conformance/expressions/identifiers/ |
D | scopeResolutionIdentifiers.ts | 6 var n = s; variable 7 var n: number; variable 12 var n = s; variable 13 var n: number; variable 24 n = this.s; property in C 34 var n = s; variable 35 var n: any; variable
|
/third_party/pulseaudio/src/pulsecore/ |
D | sconv-s16le.c | 79 void pa_sconv_s16le_to_float32ne(unsigned n, const int16_t *a, float *b) { in pa_sconv_s16le_to_float32ne() 94 void pa_sconv_s32le_to_float32ne(unsigned n, const int32_t *a, float *b) { in pa_sconv_s32le_to_float32ne() 109 void pa_sconv_s16le_from_float32ne(unsigned n, const float *a, int16_t *b) { in pa_sconv_s16le_from_float32ne() 130 void pa_sconv_s32le_from_float32ne(unsigned n, const float *a, int32_t *b) { in pa_sconv_s32le_from_float32ne() 151 void pa_sconv_s16le_to_float32re(unsigned n, const int16_t *a, float *b) { in pa_sconv_s16le_to_float32re() 162 void pa_sconv_s32le_to_float32re(unsigned n, const int32_t *a, float *b) { in pa_sconv_s32le_to_float32re() 173 void pa_sconv_s16le_from_float32re(unsigned n, const float *a, int16_t *b) { in pa_sconv_s16le_from_float32re() 185 void pa_sconv_s32le_from_float32re(unsigned n, const float *a, int32_t *b) { in pa_sconv_s32le_from_float32re() 197 void pa_sconv_s32le_to_s16ne(unsigned n, const int32_t*a, int16_t *b) { in pa_sconv_s32le_to_s16ne() 208 void pa_sconv_s32le_to_s16re(unsigned n, const int32_t*a, int16_t *b) { in pa_sconv_s32le_to_s16re() [all …]
|
/third_party/node/deps/cares/src/lib/ |
D | ares_math.c | 33 static unsigned int ares__round_up_pow2_u32(unsigned int n) in ares__round_up_pow2_u32() 46 static ares_int64_t ares__round_up_pow2_u64(ares_int64_t n) in ares__round_up_pow2_u64() 60 size_t ares__round_up_pow2(size_t n) in ares__round_up_pow2() 69 size_t ares__log2(size_t n) in ares__log2() 108 size_t ares__count_digits(size_t n) in ares__count_digits() 122 size_t ares__count_hexdigits(size_t n) in ares__count_hexdigits() 140 #define B2(n) n, n + 1, n + 1, n + 2 in ares__count_bits_u8() argument 141 #define B4(n) B2(n), B2(n + 1), B2(n + 1), B2(n + 2) in ares__count_bits_u8() argument 142 #define B6(n) B4(n), B4(n + 1), B4(n + 1), B4(n + 2) in ares__count_bits_u8() argument
|
/third_party/node/benchmark/es/ |
D | map-bench.js | 11 n: [1e6], property 14 function runObject(n) { argument 27 function runNullProtoObject(n) { argument 40 function runNullProtoLiteralObject(n) { argument 56 function runStorageObject(n) { argument 79 function runFakeMap(n) { argument 92 function runMap(n) { argument 105 function main({ n, method }) { property
|