OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:queue_list
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
mcf.cc
134
queue_type
queue_list
;
member in struct:augmenting_path_type
713
augmenting_path->
queue_list
.queue = (int *)
715
augmenting_path->
queue_list
.size = graph_size + 2;
724
free (augmenting_path->
queue_list
.queue);
733
init_queue (queue_type *
queue_list
)
735
gcc_assert (
queue_list
);
736
queue_list
->head = 0;
737
queue_list
->tail = 0;
740
/* Return true if
QUEUE_LIST
is empty. */
742
is_empty (queue_type *
queue_list
)
968
queue_type *
queue_list
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
mcf.cc
134
queue_type
queue_list
;
member in struct:augmenting_path_type
713
augmenting_path->
queue_list
.queue = (int *)
715
augmenting_path->
queue_list
.size = graph_size + 2;
724
free (augmenting_path->
queue_list
.queue);
733
init_queue (queue_type *
queue_list
)
735
gcc_assert (
queue_list
);
736
queue_list
->head = 0;
737
queue_list
->tail = 0;
740
/* Return true if
QUEUE_LIST
is empty. */
742
is_empty (queue_type *
queue_list
)
968
queue_type *
queue_list
;
local
[
all
...]
/src/external/ibm-public/postfix/dist/src/oqmgr/
qmgr.h
162
QMGR_QUEUE_LIST
queue_list
; /* queues, round robin order */
member in struct:QMGR_TRANSPORT
/src/external/ibm-public/postfix/dist/src/qmgr/
qmgr.h
191
QMGR_QUEUE_LIST
queue_list
; /* queues, round robin order */
member in struct:QMGR_TRANSPORT
Completed in 42 milliseconds
Indexes created Thu Sep 03 00:25:33 UTC 2026