OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:htop
(Results
1 - 6
of
6
) sorted by relevancy
/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/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.old/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/dist/bfd/
elf32-arc.c
3045
struct elf_link_hash_entry *
htop
= NULL;
local
3051
htop
= elf_sym_hashes (abfd)[indx];
3055
&& SYMBOL_REFERENCES_LOCAL (link_info,
htop
))
Completed in 29 milliseconds
Indexes created Fri Aug 21 00:24:51 UTC 2026