Searched refs:o_type (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dlhash.h101 #define DECLARE_LHASH_HASH_FN(f_name,o_type) \
103 #define IMPLEMENT_LHASH_HASH_FN(f_name,o_type) \
105 o_type a = (o_type)arg; \
110 #define DECLARE_LHASH_COMP_FN(f_name,o_type) \
112 #define IMPLEMENT_LHASH_COMP_FN(f_name,o_type) \
114 o_type a = (o_type)arg1; \
115 o_type b = (o_type)arg
[all...]
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dlhash.h100 #define DECLARE_LHASH_HASH_FN(f_name,o_type) \
102 #define IMPLEMENT_LHASH_HASH_FN(f_name,o_type) \
104 o_type a = (o_type)arg; \
109 #define DECLARE_LHASH_COMP_FN(f_name,o_type) \
111 #define IMPLEMENT_LHASH_COMP_FN(f_name,o_type) \
113 o_type a = (o_type)arg1; \
114 o_type b = (o_type)arg
[all...]
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dinsmod.c1391 int o_type = ELFW(ST_TYPE) (o_info); local
1433 && (o_type == STT_NOTYPE || o_type == STT_OBJECT))

Completed in 53 milliseconds