Searched refs:pq_64bit_eq (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/pqueue/
H A Dpqueue.c139 if (pq_64bit_eq(&(item->priority), &(next->priority)))
178 if ( pq_64bit_eq(&(next->priority), &priority))
186 if ( pq_64bit_eq(&(next->priority), &priority))
H A Dpq_compat.h92 #define pq_64bit_eq(x, y) BN_ucmp(x, y) == 0 ? 1 : 0 macro
132 #define pq_64bit_eq(x, y) (*(x) == *(y)) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dpq_compat.h92 #define pq_64bit_eq(x, y) BN_ucmp(x, y) == 0 ? 1 : 0 macro
132 #define pq_64bit_eq(x, y) (*(x) == *(y)) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dd1_pkt.c1477 pq_64bit_eq(&rcd_num, &(bitmap->max_seq_num)))
1535 pq_64bit_eq(&rcd_num, &(bitmap->max_seq_num)))

Completed in 165 milliseconds