Home
last modified time | relevance | path

Searched defs:byte_alignment (Results 1 – 11 of 11) 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/gn/src/base/
Dcompiler_specific.h116 #define ALIGNAS(byte_alignment) __declspec(align(byte_alignment)) argument
118 #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
393 #define byte_alignment(rw) (put_bits_count(rw) % 8) macro
Dcbs_av1.c645 #define byte_alignment(rw) (get_bits_count(rw) % 8) macro
723 #define byte_alignment(rw) (put_bits_count(rw) % 8) macro
Dcbs_h2645.c349 #define byte_alignment(rw) (get_bits_count(rw) % 8) macro
421 #define byte_alignment(rw) (put_bits_count(rw) % 8) macro
Dcbs_av1_syntax_template.c60 static int FUNC(byte_alignment)(CodedBitstreamContext *ctx, RWContext *rw) in FUNC() argument
Dcbs_h265_syntax_template.c50 static int FUNC(byte_alignment)(CodedBitstreamContext *ctx, RWContext *rw) in FUNC() argument
/third_party/jsoncpp/src/lib_json/
Djson_value.cpp56 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) argument
/third_party/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp2444 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) argument
/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
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2408 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) argument