HomeSort by relevance Sort by last modified time
    Searched full:o_type (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/lhash/
lhash.h 101 #define DECLARE_LHASH_HASH_FN(name, o_type) \
103 #define IMPLEMENT_LHASH_HASH_FN(name, o_type) \
105 const o_type *a = arg; \
110 #define DECLARE_LHASH_COMP_FN(name, o_type) \
112 #define IMPLEMENT_LHASH_COMP_FN(name, o_type) \
114 const o_type *a = arg1; \
115 const o_type *b = arg2; \
120 #define DECLARE_LHASH_DOALL_FN(name, o_type) \
122 #define IMPLEMENT_LHASH_DOALL_FN(name, o_type) \
124 o_type *a = arg;
    [all...]
  /external/openssl/include/openssl/
lhash.h 101 #define DECLARE_LHASH_HASH_FN(name, o_type) \
103 #define IMPLEMENT_LHASH_HASH_FN(name, o_type) \
105 const o_type *a = arg; \
110 #define DECLARE_LHASH_COMP_FN(name, o_type) \
112 #define IMPLEMENT_LHASH_COMP_FN(name, o_type) \
114 const o_type *a = arg1; \
115 const o_type *b = arg2; \
120 #define DECLARE_LHASH_DOALL_FN(name, o_type) \
122 #define IMPLEMENT_LHASH_DOALL_FN(name, o_type) \
124 o_type *a = arg;
    [all...]

Completed in 2894 milliseconds