HomeSort by: relevance | last modified time | path
    Searched defs:pq_elem_st (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/
priority_queue.c 42 struct pq_elem_st { struct
51 struct pq_elem_st *elements;
62 static const size_t max_nodes = SIZE_MAX / (sizeof(struct pq_heap_st) > sizeof(struct pq_elem_st) ? sizeof(struct pq_heap_st) : sizeof(struct pq_elem_st));
106 struct pq_elem_st *e = pq->elements;
122 struct pq_elem_st *e = pq->elements;
280 struct pq_elem_st *e = pq->elements;
297 struct pq_elem_st *e;
priority_queue.c 42 struct pq_elem_st { struct
51 struct pq_elem_st *elements;
62 static const size_t max_nodes = SIZE_MAX / (sizeof(struct pq_heap_st) > sizeof(struct pq_elem_st) ? sizeof(struct pq_heap_st) : sizeof(struct pq_elem_st));
106 struct pq_elem_st *e = pq->elements;
122 struct pq_elem_st *e = pq->elements;
280 struct pq_elem_st *e = pq->elements;
297 struct pq_elem_st *e;

Completed in 38 milliseconds