Home
last modified time | relevance | path

Searched refs:byte_alignment (Results 1 – 17 of 17) sorted by relevance

/third_party/flutter/engine/flutter/fml/
Dcompiler_specific.h43 #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/
Dcef_compiler_specific.h151 #define ALIGNAS(byte_alignment) __declspec(align(byte_alignment)) argument
153 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) argument
/third_party/ffmpeg/libavcodec/
Dcbs_vp9.c326 #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
Dcbs_sei_syntax_template.c173 if (byte_alignment(rw) || state.extension_present || in FUNC()
210 while (byte_alignment(rw)) in FUNC()
Dcbs_av1.c641 #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
Dcbs_h2645.c352 #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
Dcbs_av1_syntax_template.c67 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()
Dcbs_h265_syntax_template.c24 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()
Dcbs_vp9_syntax_template.c387 while (byte_alignment(rw) != 0) in FUNC()
Dcbs_h264_syntax_template.c24 while (byte_alignment(rw) != 0) in FUNC()
1128 while (byte_alignment(rw)) in FUNC()
/third_party/protobuf/src/google/protobuf/
Dport_def.inc500 #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/
Djson_value.cpp64 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) argument
66 #define ALIGNAS(byte_alignment) argument
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2408 #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/
Djsoncpp.cpp2408 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) argument
2410 #define ALIGNAS(byte_alignment)
/third_party/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp2444 #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/
Djsoncpp.cpp2408 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) argument
2410 #define ALIGNAS(byte_alignment)
/third_party/gstreamer/gstplugins_bad/
DChangeLog95453 Skip the byte alignment bits as per the logic of byte_alignment()