Home
last modified time | relevance | path

Searched refs:string_index (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dbase.h188 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check) \ argument
190 (__format__(__MINGW_PRINTF_FORMAT, string_index, first_to_check)))
192 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check) \
193 __attribute__((__format__(__printf__, string_index, first_to_check)))
196 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check)
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dbase.h188 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check) \ argument
190 (__format__(__MINGW_PRINTF_FORMAT, string_index, first_to_check)))
192 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check) \
193 __attribute__((__format__(__printf__, string_index, first_to_check)))
196 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dbase.h232 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check) \ argument
234 (__format__(__MINGW_PRINTF_FORMAT, string_index, first_to_check)))
236 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check) \
237 __attribute__((__format__(__printf__, string_index, first_to_check)))
240 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dbase.h232 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check) \ argument
234 (__format__(__MINGW_PRINTF_FORMAT, string_index, first_to_check)))
236 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check) \
237 __attribute__((__format__(__printf__, string_index, first_to_check)))
240 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dbase.h232 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check) \ argument
234 (__format__(__MINGW_PRINTF_FORMAT, string_index, first_to_check)))
236 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check) \
237 __attribute__((__format__(__printf__, string_index, first_to_check)))
240 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dbase.h232 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check) \ argument
234 (__format__(__MINGW_PRINTF_FORMAT, string_index, first_to_check)))
236 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check) \
237 __attribute__((__format__(__printf__, string_index, first_to_check)))
240 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check)
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_accessory.c103 int string_index; member
432 switch (dev->string_index) { in acc_complete_set_string()
465 dev->string_index); in acc_complete_set_string()
1005 dev->string_index = w_index; in acc_ctrlrequest()