Home
last modified time | relevance | path

Searched refs:first_to_check (Results 1 – 5 of 5) 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/boringssl/src/include/openssl/
Dbase.h216 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check) \ argument
218 (__format__(__MINGW_PRINTF_FORMAT, string_index, first_to_check)))
220 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check) \
221 __attribute__((__format__(__printf__, string_index, first_to_check)))
224 #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.h684 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
686 first_to_check)))
688 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
689 __attribute__((__format__(__printf__, string_index, first_to_check)))
692 # 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