OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:first_match
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprof/
sym_ids.c
36
Sym *
first_match
; /* Chain of all matches. */
member in struct:match
252
tab->base[tab->len].next = m->
first_match
;
253
m->
first_match
= &tab->base[tab->len];
336
for (left = id->left.
first_match
; left; left = left->next)
338
for (right = id->right.
first_match
; right; right = right->next)
/src/external/gpl3/binutils.old/dist/gprof/
sym_ids.c
36
Sym *
first_match
; /* Chain of all matches. */
member in struct:match
252
tab->base[tab->len].next = m->
first_match
;
253
m->
first_match
= &tab->base[tab->len];
336
for (left = id->left.
first_match
; left; left = left->next)
338
for (right = id->right.
first_match
; right; right = right->next)
/src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
gl_anylinked_list2.h
279
gl_list_node_t
first_match
= NULL;
local
290
if (
first_match
== NULL)
291
first_match
= node;
322
/* Look whether
first_match
's index is < start_index. */
325
if (node ==
first_match
)
331
/* Look whether
first_match
's index is >= end_index. */
336
if (node ==
first_match
)
342
return
first_match
;
409
gl_list_node_t
first_match
= NULL;
local
419
if (
first_match
== NULL
[
all
...]
/src/external/ibm-public/postfix/dist/src/util/
dict_regexp.c
102
int
first_match
; /* positive or negative match */
member in struct:__anon8281
254
match_rule->
first_match
,
672
match_rule->
first_match
= first_pat.match;
/src/external/gpl3/gcc.old/dist/gcc/
predict.cc
105
using
first_match
heuristics. */
972
bool
first_match
= false;
local
1019
first_match
= true;
1026
if (!
first_match
)
1028
bb, !
first_match
? REASON_NONE : REASON_IGNORED);
1031
bb,
first_match
? REASON_NONE : REASON_IGNORED);
1034
if (
first_match
)
1047
(!
first_match
|| best_predictor == predictor)
1208
bool
first_match
= false;
local
1374
first_match
= true
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
predict.cc
106
using
first_match
heuristics. */
984
bool
first_match
= false;
local
1031
first_match
= true;
1038
if (!
first_match
)
1040
bb, !
first_match
? REASON_NONE : REASON_IGNORED);
1043
bb,
first_match
? REASON_NONE : REASON_IGNORED);
1046
if (
first_match
)
1059
(!
first_match
|| best_predictor == predictor)
1220
bool
first_match
= false;
local
1386
first_match
= true
[
all
...]
Completed in 31 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026