Searched refs:PQ_64BIT_PRINT (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/pqueue/
H A Dpq_compat.h116 # define PQ_64BIT_PRINT "%lld" macro
119 # define PQ_64BIT_PRINT "%ld" macro
122 # define PQ_64BIT_PRINT "%lld" macro
H A Dpqueue.c189 printf("item\t" PQ_64BIT_PRINT "\n", item->priority);

Completed in 78 milliseconds