/third_party/flutter/engine/flutter/fml/ |
D | compiler_specific.h | 43 #define FML_ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) argument 45 #define FML_ALIGNAS(byte_alignment) __declspec(align(byte_alignment)) argument
|
/third_party/cef/include/base/ |
D | cef_compiler_specific.h | 151 #define ALIGNAS(byte_alignment) __declspec(align(byte_alignment)) argument 153 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) argument
|
/third_party/ffmpeg/libavcodec/ |
D | cbs_vp9.c | 326 #define byte_alignment(rw) (get_bits_count(rw) % 8) macro 341 #undef byte_alignment 393 #define byte_alignment(rw) (put_bits_count(rw) % 8) macro 408 #undef byte_alignment
|
D | cbs_sei_syntax_template.c | 173 if (byte_alignment(rw) || state.extension_present || in FUNC() 210 while (byte_alignment(rw)) in FUNC()
|
D | cbs_av1.c | 641 #define byte_alignment(rw) (get_bits_count(rw) % 8) macro 657 #undef byte_alignment 719 #define byte_alignment(rw) (put_bits_count(rw) % 8) macro 735 #undef byte_alignment
|
D | cbs_h2645.c | 352 #define byte_alignment(rw) (get_bits_count(rw) % 8) macro 384 #undef byte_alignment 430 #define byte_alignment(rw) (put_bits_count(rw) % 8) macro 467 #undef byte_alignment
|
D | cbs_av1_syntax_template.c | 67 static int FUNC(byte_alignment)(CodedBitstreamContext *ctx, RWContext *rw) in FUNC() argument 71 while (byte_alignment(rw) != 0) in FUNC() 1799 CHECK(FUNC(byte_alignment)(ctx, rw)); in FUNC() 1819 CHECK(FUNC(byte_alignment)(ctx, rw)); in FUNC()
|
D | cbs_h265_syntax_template.c | 24 while (byte_alignment(rw) != 0) in FUNC() 50 static int FUNC(byte_alignment)(CodedBitstreamContext *ctx, RWContext *rw) in FUNC() argument 55 while (byte_alignment(rw) != 0) in FUNC() 1613 CHECK(FUNC(byte_alignment)(ctx, rw)); in FUNC()
|
D | cbs_vp9_syntax_template.c | 387 while (byte_alignment(rw) != 0) in FUNC()
|
D | cbs_h264_syntax_template.c | 24 while (byte_alignment(rw) != 0) in FUNC() 1128 while (byte_alignment(rw)) in FUNC()
|
/third_party/protobuf/src/google/protobuf/ |
D | port_def.inc | 500 #define PROTOBUF_ALIGNAS(byte_alignment) __declspec(align(byte_alignment)) 502 #define PROTOBUF_ALIGNAS(byte_alignment) \ 503 __attribute__((aligned(byte_alignment))) 505 #define PROTOBUF_ALIGNAS(byte_alignment) alignas(byte_alignment)
|
/third_party/jsoncpp/src/lib_json/ |
D | json_value.cpp | 64 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) argument 66 #define ALIGNAS(byte_alignment) argument
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2408 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) argument 2410 #define ALIGNAS(byte_alignment)
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2408 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) argument 2410 #define ALIGNAS(byte_alignment)
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 2444 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) argument 2446 #define ALIGNAS(byte_alignment)
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2408 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) argument 2410 #define ALIGNAS(byte_alignment)
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 95453 Skip the byte alignment bits as per the logic of byte_alignment()
|