Searched defs:pq (Results 1 – 5 of 5) sorted by relevance
/external/openssl/crypto/pqueue/ |
D | pqueue.c | 97 pqueue_s *pq = (pqueue_s *) OPENSSL_malloc(sizeof(pqueue_s)); in pqueue_new() local 105 pqueue_free(pqueue_s *pq) in pqueue_free() 113 pqueue_insert(pqueue_s *pq, pitem *item) in pqueue_insert() 150 pqueue_peek(pqueue_s *pq) in pqueue_peek() 156 pqueue_pop(pqueue_s *pq) in pqueue_pop() 167 pqueue_find(pqueue_s *pq, PQ_64BIT priority) in pqueue_find() 204 pqueue_print(pqueue_s *pq) in pqueue_print() 217 pqueue_iterator(pqueue_s *pq) in pqueue_iterator()
|
D | pq_test.c | 66 pqueue pq; in main() local
|
/external/srec/srec/crec/ |
D | priority_q.c | 43 priority_q *pq; in allocate_priority_q() local 53 void free_priority_q(priority_q* pq) in free_priority_q() 60 void clear_priority_q(priority_q *pq) in clear_priority_q() 70 wtokenID get_word_token_list(priority_q *pq, word_token *word_token_array) in get_word_token_list() 75 void remove_non_end_word_from_q(srec *rec, priority_q *pq, word_token *word_token_array, nodeID end… in remove_non_end_word_from_q() 160 void sanity_check_priority_q(priority_q* pq, word_token *word_token_array) in sanity_check_priority_q() 187 wtokenID add_word_token_to_priority_q(priority_q *pq, wtokenID token_index_to_add, word_token *word… in add_word_token_to_priority_q() 327 costdata get_priority_q_threshold(priority_q *pq, word_token *word_token_array) in get_priority_q_threshold()
|
/external/qemu/slirp2/ |
D | ip_input.c | 298 struct ipasfrag *pq = q->ipf_prev; local
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_pk.h | 117 void *pq; member
|