Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/
Ddelocate.h50 #define DEFINE_DATA(type, name, accessor_decorations) \ macro
84 #define DEFINE_METHOD_FUNCTION(type, name) DEFINE_DATA(type, name, const)
86 #define DEFINE_LOCAL_DATA(type, name) DEFINE_DATA(type, name, static const)