OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_candidates
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
early-remat.cc
300
unsigned int
num_candidates
;
member in struct:__anon13588::remat_block_info
303
highest index). Only valid if
NUM_CANDIDATES
is nonzero. */
1082
info->
num_candidates
+= 1;
1966
unsigned int
num_candidates
= info->
num_candidates
;
local
1967
remat_candidate *next_def = (
num_candidates
> 0
2037
num_candidates
-= 1;
2039
if (
num_candidates
> 0)
2049
gcc_checking_assert (
num_candidates
== 0);
/src/external/gpl3/gcc.old/dist/gcc/
early-remat.cc
300
unsigned int
num_candidates
;
member in struct:__anon16024::remat_block_info
303
highest index). Only valid if
NUM_CANDIDATES
is nonzero. */
1084
info->
num_candidates
+= 1;
1968
unsigned int
num_candidates
= info->
num_candidates
;
local
1969
remat_candidate *next_def = (
num_candidates
> 0
2039
num_candidates
-= 1;
2041
if (
num_candidates
> 0)
2051
gcc_checking_assert (
num_candidates
== 0);
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-replication.h
294
int
num_candidates
;
member in struct:srpl_connection
srp-replication.c
627
for (int i = 0; i < srpl_connection->
num_candidates
; i++) {
635
srpl_connection->
num_candidates
= srpl_connection->current_candidate = 0;
5259
int
num_candidates
;
local
5269
srpl_connection->
num_candidates
= 0;
5275
num_candidates
= srp_current_valid_host_count(server_state);
5276
if (
num_candidates
> 0) {
5277
adv_host_t **candidates = calloc(
num_candidates
, sizeof(*candidates));
5283
copied_candidates = srp_hosts_to_array(server_state, candidates,
num_candidates
);
5284
if (copied_candidates >
num_candidates
) {
5285
FAULT("copied_candidates %d >
num_candidates
%d"
[
all
...]
Completed in 46 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026