Lines Matching refs:priority
87 # The priority queue is stored as a Tcl list. The order of elements in
89 # in the priority queue is itself a list. The first element is the
90 # priority value for the entry (a real). Following this is a list of
101 # the root node the only entry in a priority queue sorted by rScore.
112 error "priority queue is empty!"
115 # Find the priority queue entry with the lowest score.
131 # from the priority queue that has the lowest score.
164 # EVIDENCE-OF: R-65127-42665 If the extracted priority queue entry is a
191 # Unless the callback returned NOT_WITHIN, add the entry to the priority
196 # the priority queue using the score supplied by the callback.
210 # returned to the priority queue. Otherwise it is discarded.
242 # EVIDENCE-OF: R-57438-45968 The query runs until the priority queue is
245 error "priority queue is not empty!"