Searched defs:__bio_h__attr__ (Results 1 - 4 of 4) sorted by relevance

/external/boringssl/include/openssl/
H A Dmem.h123 #define __bio_h__attr__ __attribute__ macro
125 #define __bio_h__attr__(x) macro
128 __bio_h__attr__((__format__(__printf__, 3, 4)));
132 __bio_h__attr__((__format__(__printf__, 3, 0)));
133 #undef __bio_h__attr__ macro
H A Dbio.h316 #define __bio_h__attr__ __attribute__ macro
318 #define __bio_h__attr__(x) macro
321 __bio_h__attr__((__format__(__printf__, 2, 3)));
322 #undef __bio_h__attr__ macro
/external/boringssl/src/include/openssl/
H A Dmem.h123 #define __bio_h__attr__ __attribute__ macro
125 #define __bio_h__attr__(x) macro
128 __bio_h__attr__((__format__(__printf__, 3, 4)));
132 __bio_h__attr__((__format__(__printf__, 3, 0)));
133 #undef __bio_h__attr__ macro
H A Dbio.h316 #define __bio_h__attr__ __attribute__ macro
318 #define __bio_h__attr__(x) macro
321 __bio_h__attr__((__format__(__printf__, 2, 3)));
322 #undef __bio_h__attr__ macro

Completed in 81 milliseconds