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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dpq_compat.h91 #define pq_64bit_gt(x, y) BN_ucmp(x, y) >= 1 ? 1 : 0 macro
131 #define pq_64bit_gt(x, y) (*(x) > *(y)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pqueue/
H A Dpq_compat.h91 #define pq_64bit_gt(x, y) BN_ucmp(x, y) >= 1 ? 1 : 0 macro
131 #define pq_64bit_gt(x, y) (*(x) > *(y)) macro
H A Dpqueue.c127 if (pq_64bit_gt(&(next->priority), &(item->priority)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dd1_pkt.c1476 if (pq_64bit_gt(&rcd_num, &(bitmap->max_seq_num)) ||
1534 if ( pq_64bit_gt(&rcd_num, &(bitmap->max_seq_num)) ||

Completed in 73 milliseconds