/third_party/boost/boost/type_traits/ |
D | type_with_alignment.hpp | 93 struct __attribute__((__aligned__(64))) a64 {}; struct 103 template<> struct type_with_alignment<64> { public: typedef tt_align_ns::a64 type; }; 111 template<> struct is_pod< ::boost::tt_align_ns::a64> : public true_type{}; 145 struct __declspec(align(64)) a64 struct 148 typedef a64 type; argument 186 tt_align_ns::a64, 203 template<> struct is_pod< ::boost::tt_align_ns::a64> : public true_type{};
|
/third_party/typescript/tests/baselines/reference/ |
D | genericsManyTypeParameters.types | 3 …a64, a419, a25, a35, a45, a55, a65, a519, a26, a36, a46, a56, a66, a619, a27, a37, a47, a57, a67, … 8 a319, a24, a34, a44, a54, a64, 48 x4: a319, y4: a24, z4: a34, a4: a44, b4: a54, c4: a64, 54 >c4 : a64 171 … a62 | a219 | a23 | a33 | a43 | a53 | a63 | a319 | a24 | a34 | a44 | a54 | a64 | a419 | a25 | a35 … 201 >c4 : a64
|
D | genericsManyTypeParameters.js | 6 a319, a24, a34, a44, a54, a64, 25 x4: a319, y4: a24, z4: a34, a4: a44, b4: a54, c4: a64,
|
D | genericsManyTypeParameters.symbols | 29 a319, a24, a34, a44, a54, a64, 35 >a64 : Symbol(a64, Decl(genericsManyTypeParameters.ts, 4, 29)) 192 x4: a319, y4: a24, z4: a34, a4: a44, b4: a54, c4: a64, 204 >a64 : Symbol(a64, Decl(genericsManyTypeParameters.ts, 4, 29))
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | int128.h | 339 uint64 a64 = hi_ & 0xffffffffu; variable 349 uint64 c96 = a96 * b00 + a64 * b32 + a32 * b64 + a00 * b96; 350 uint64 c64 = a64 * b00 + a32 * b32 + a00 * b64;
|
/third_party/typescript/tests/cases/compiler/ |
D | genericsManyTypeParameters.ts | 5 a319, a24, a34, a44, a54, a64, 24 x4: a319, y4: a24, z4: a34, a4: a44, b4: a54, c4: a64,
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 186 static __inline void Address32To64(LPADDRESS a32,LPADDRESS64 a64) { in Address32To64() argument 187 a64->Offset = (ULONG64)(LONG64)(LONG)a32->Offset; in Address32To64() 188 a64->Segment = a32->Segment; in Address32To64() 189 a64->Mode = a32->Mode; in Address32To64() 192 static __inline void Address64To32(LPADDRESS64 a64,LPADDRESS a32) { in Address64To32() argument 193 a32->Offset = (ULONG)a64->Offset; in Address64To32() 194 a32->Segment = a64->Segment; in Address64To32() 195 a32->Mode = a64->Mode; in Address64To32()
|
/third_party/boost/libs/type_traits/test/ |
D | type_with_alignment_test.cpp | 24 struct __declspec(align(64)) a64 { char m[64]; }; struct
|
/third_party/glib/glib/tests/ |
D | utils.c | 225 guint64 a64, b64; in test_swap() local 237 a64 = G_GUINT64_CONSTANT(0xaaaaaaaabbbbbbbb); in test_swap() 240 g_assert_cmpint (GUINT64_SWAP_LE_BE (a64), ==, b64); in test_swap()
|
/third_party/flatbuffers/docs/source/ |
D | style.css | 356 color: #455a64; 367 color: #455a64;
|
/third_party/icu/icu4c/source/common/ |
D | putil.cpp | 532 auto a64 = static_cast<int64_t>(a); in uprv_add32_overflow() local 534 int64_t res64 = a64 + b64; in uprv_add32_overflow() 543 auto a64 = static_cast<int64_t>(a); in uprv_mul32_overflow() local 545 int64_t res64 = a64 * b64; in uprv_mul32_overflow()
|
/third_party/node/deps/icu-small/source/common/ |
D | putil.cpp | 532 auto a64 = static_cast<int64_t>(a); in uprv_add32_overflow() local 534 int64_t res64 = a64 + b64; in uprv_add32_overflow() 543 auto a64 = static_cast<int64_t>(a); in uprv_mul32_overflow() local 545 int64_t res64 = a64 * b64; in uprv_mul32_overflow()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | putil.cpp | 539 auto a64 = static_cast<int64_t>(a); in uprv_add32_overflow() local 541 int64_t res64 = a64 + b64; in uprv_add32_overflow() 550 auto a64 = static_cast<int64_t>(a); in uprv_mul32_overflow() local 552 int64_t res64 = a64 * b64; in uprv_mul32_overflow()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | putil.cpp | 532 auto a64 = static_cast<int64_t>(a); in uprv_add32_overflow() local 534 int64_t res64 = a64 + b64; in uprv_add32_overflow() 543 auto a64 = static_cast<int64_t>(a); in uprv_mul32_overflow() local 545 int64_t res64 = a64 * b64; in uprv_mul32_overflow()
|
/third_party/glib/glib/tests/markups/ |
D | fail-54.gmarkup | 1 …3='' a54='' a55='' a56='' a57='' a58='' a59='' a60='' a61='' a62='' a63='' a64='' a65='' a66='' a6…
|
/third_party/ffmpeg/libavformat/ |
D | Makefile | 66 OBJS-$(CONFIG_A64_MUXER) += a64.o rawenc.o
|
/third_party/python/Lib/test/ |
D | test_exceptions.py | 1779 a61 = a62 = a63 = a64 = a65 = a66 = a67 = a68 = a69 = a70 = \
|
/third_party/ffmpeg/ |
D | BUILD.gn | 939 # "//third_party/ffmpeg/libavformat/a64.c",
|
D | Changelog | 1472 - a64 codec
|
/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/ |
D | es2gears-a320.log | 8105 11845a64: 0000: c0002600 00000000
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 156027 + --sqlite-blue: #044a64; 156028 + --textarea-color1: #044a64;
|