| /src/crypto/external/apache2/openssl/dist/ssl/ |
| priority_queue.c | 53 size_t htop; /* Highest used heap element */ member in struct:ossl_pqueue_st 176 if (pq->htop > p + 1) { 182 while (pq->htop > p && pq->compare(h[p].data, h[n].data) < 0) { 187 if (pq->htop > p + 1) { 202 n = pq->htop++; 221 if (pq->htop > 0) { 233 if (pq == NULL || pq->htop == 0) 240 if (--pq->htop != 0) { 241 pqueue_move_elem(pq, pq->htop, 0); 257 if (pq == NULL || elem >= pq->hmax || pq->htop == 0 [all...] |
| /src/external/bsd/ipf/dist/tools/ |
| ippool_y.y | 671 iphtent_t *htop, *hbot, *h; 689 htop = NULL; 703 htop = h; 709 return htop;
|
| /src/external/mpl/dhcp/dist/relay/ |
| dhcrelay.c | 889 struct hardware hto, *htop; local 937 htop = &hto; 943 htop = NULL; 974 &to, htop) < 0) {
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elf32-arc.c | 3051 struct elf_link_hash_entry *htop = NULL; local 3057 htop = elf_sym_hashes (abfd)[indx]; 3061 && SYMBOL_REFERENCES_LOCAL (link_info, htop))
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf32-arc.c | 3033 struct elf_link_hash_entry *htop = NULL; local 3039 htop = elf_sym_hashes (abfd)[indx]; 3043 && SYMBOL_REFERENCES_LOCAL (link_info, htop))
|
| /src/external/gpl3/gdb/dist/bfd/ |
| elf32-arc.c | 3031 struct elf_link_hash_entry *htop = NULL; local 3037 htop = elf_sym_hashes (abfd)[indx]; 3041 && SYMBOL_REFERENCES_LOCAL (link_info, htop))
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf32-arc.c | 3032 struct elf_link_hash_entry *htop = NULL; local 3038 htop = elf_sym_hashes (abfd)[indx]; 3042 && SYMBOL_REFERENCES_LOCAL (link_info, htop))
|