Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dstack.h279 #define BORINGSSL_DEFINE_STACK_OF_IMPL(name, ptrtype, constptrtype) \ argument
284 typedef int (*stack_##name##_cmp_func)(constptrtype *a, constptrtype *b); \
298 constptrtype a_ptr = (constptrtype)*a; \
299 constptrtype b_ptr = (constptrtype)*b; \
351 constptrtype p) { \
356 size_t * out_index, constptrtype p) { \