OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:equivs
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/gpl2/diffutils/dist/src/
io.c
64
static struct equivclass *
equivs
;
66
/* Index of first free element in the array `
equivs
'. */
69
/* Number of elements allocated in the array `
equivs
'. */
237
struct equivclass *eqs =
equivs
;
509
current->
equivs
= cureqs;
510
equivs
= eqs;
837
if (PTRDIFF_MAX / sizeof *
equivs
<= equivs_alloc)
839
equivs
= xmalloc (equivs_alloc * sizeof *
equivs
);
860
free (
equivs
);
63
static struct equivclass *
equivs
;
variable in typeref:struct:equivclass
[
all
...]
analyze.c
429
++equiv_count[0][filevec[0].
equivs
[i]];
431
++equiv_count[1][filevec[1].
equivs
[i]];
447
lin *
equivs
= filevec[f].
equivs
;
459
if (
equivs
[i] == 0)
461
nmatch = counts[
equivs
[i]];
590
filevec[f].undiscarded[j] = filevec[f].
equivs
[i];
622
lin const *
equivs
= filevec[f].
equivs
;
663
while (start &&
equivs
[start - 1] == equivs[i - 1]
445
lin *
equivs
= filevec[f].
equivs
;
local
619
lin const *
equivs
= filevec[f].
equivs
;
local
[
all
...]
diff.h
271
lin *
equivs
;
268
lin *
equivs
;
member in struct:file_data
/src/external/gpl2/xcvs/dist/diff/
io.c
59
static struct equivclass *
equivs
;
61
/* Index of first free element in the array `
equivs
'. */
64
/* Number of elements allocated in the array `
equivs
'. */
206
struct equivclass *eqs =
equivs
;
381
current->
equivs
= cureqs;
382
equivs
= eqs;
695
equivs
= (struct equivclass *) xmalloc (equivs_alloc * sizeof (struct equivclass));
713
free (
equivs
);
58
static struct equivclass *
equivs
;
variable in typeref:struct:equivclass
analyze.c
433
++equiv_count[0][filevec[0].
equivs
[i]];
435
++equiv_count[1][filevec[1].
equivs
[i]];
454
int *
equivs
= filevec[f].
equivs
;
466
if (
equivs
[i] == 0)
468
nmatch = counts[
equivs
[i]];
597
filevec[f].undiscarded[j] = filevec[f].
equivs
[i];
635
int const *
equivs
= filevec[f].
equivs
;
676
while (start &&
equivs
[start - 1] == equivs[i - 1]
452
int *
equivs
= filevec[f].
equivs
;
local
632
int const *
equivs
= filevec[f].
equivs
;
local
[
all
...]
diff.h
251
int *
equivs
;
248
int *
equivs
;
member in struct:file_data
/src/external/gpl2/gettext/dist/gettext-tools/libgrep/
dfa.h
260
char **
equivs
; /* Equivalent classes. */
member in struct:mb_char_classes
/src/external/gpl2/grep/dist/src/
dfa.h
279
char **
equivs
; /* Equivalent classes. */
member in struct:mb_char_classes
/src/external/bsd/pcc/dist/pcc/f77/fcom/
defs.h
354
ptr
equivs
;
353
ptr
equivs
;
member in struct:equivblock
/src/external/gpl3/gcc/dist/gcc/
ipa-param-manipulation.cc
1279
hash_map<tree, tree> *
equivs
= (hash_map<tree, tree> *) data;
local
1280
if (tree *p =
equivs
->get (*remap))
/src/external/gpl3/gcc.old/dist/gcc/
ipa-param-manipulation.cc
1227
hash_map<tree, tree> *
equivs
= (hash_map<tree, tree> *) data;
local
1228
if (tree *p =
equivs
->get (*remap))
Completed in 38 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026