Home
last modified time | relevance | path

Searched refs:first_to_check (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Dmacros.h30 #define TF_PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument
31 __attribute__((__format__(__printf__, string_index, first_to_check)))
32 #define TF_SCANF_ATTRIBUTE(string_index, first_to_check) \ argument
33 __attribute__((__format__(__scanf__, string_index, first_to_check)))
44 #define TF_PRINTF_ATTRIBUTE(string_index, first_to_check) argument
45 #define TF_SCANF_ATTRIBUTE(string_index, first_to_check) argument
56 #define TF_PRINTF_ATTRIBUTE(string_index, first_to_check) argument
57 #define TF_SCANF_ATTRIBUTE(string_index, first_to_check) argument
/external/libgav1/libgav1/src/utils/
Dcompiler_attributes.h142 #define LIBGAV1_PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument
143 __attribute__((__format__(__printf__, string_index, first_to_check)))
145 #define LIBGAV1_PRINTF_ATTRIBUTE(string_index, first_to_check) argument
/external/boringssl/src/include/openssl/
Dbase.h221 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check) \ argument
223 (__format__(__MINGW_PRINTF_FORMAT, string_index, first_to_check)))
225 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check) \
226 __attribute__((__format__(__printf__, string_index, first_to_check)))
229 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check)
/external/dynamic_depth/internal/base/
Dport.h396 #define PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument
397 __attribute__((__format__(__printf__, string_index, first_to_check)))
398 #define SCANF_ATTRIBUTE(string_index, first_to_check) \ argument
399 __attribute__((__format__(__scanf__, string_index, first_to_check)))
727 #define PRINTF_ATTRIBUTE(string_index, first_to_check) argument
728 #define SCANF_ATTRIBUTE(string_index, first_to_check) argument
/external/googletest/googletest/include/gtest/internal/
Dgtest-port.h659 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
661 first_to_check)))
663 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
664 __attribute__((__format__(__printf__, string_index, first_to_check)))
667 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) argument
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h667 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
669 first_to_check)))
671 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
672 __attribute__((__format__(__printf__, string_index, first_to_check)))
675 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) argument
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-port.h659 #define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
661 (__format__(__MINGW_PRINTF_FORMAT, string_index, first_to_check)))
663 #define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
664 __attribute__((__format__(__printf__, string_index, first_to_check)))
667 #define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) argument
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-port.h913 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
915 first_to_check)))
917 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
918 __attribute__((__format__(__printf__, string_index, first_to_check)))
921 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) argument