OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fstack_2_count
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/sort/
msort.c
96
static int fstack_count, fstack_1_count,
fstack_2_count
;
variable in typeref:typename:int
112
if (
fstack_2_count
== MERGE_FNUM) {
118
fstack_2_count
= 1;
120
fstack_2[
fstack_2_count
].fp = mfp1;
121
fstack_2[
fstack_2_count
].get = geteasy;
122
fstack_2_count
++;
155
int count = fstack_1_count +
fstack_2_count
;
178
fstack[--i] = fstack_2[--
fstack_2_count
];
msort.c
96
static int fstack_count, fstack_1_count,
fstack_2_count
;
variable in typeref:typename:int
112
if (
fstack_2_count
== MERGE_FNUM) {
118
fstack_2_count
= 1;
120
fstack_2[
fstack_2_count
].fp = mfp1;
121
fstack_2[
fstack_2_count
].get = geteasy;
122
fstack_2_count
++;
155
int count = fstack_1_count +
fstack_2_count
;
178
fstack[--i] = fstack_2[--
fstack_2_count
];
Completed in 25 milliseconds
Indexes created Wed Sep 24 05:09:52 GMT 2025