Searched defs:merge (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/librecsort/
H A Drecsort.h120 int merge; /* merge sorted input files */ member in struct:_rskey_s
/ast/src/cmd/nmake/
H A Drule.c843 * merge u into x
846 merge(u, x, MERGE_ALL|MERGE_SCANNED);
872 * if x!=0 then check if merge(x,r,MERGE_ATTR) would have attribute
1027 * merge <from> into <to> according to op
1031 merge(register Rule_t* from, register Rule_t* to, int op) function
1117 * merge <from> state rules into <to>
1130 * if RULE merges then RULE+1..STATERULES also merge
1164 * merge in the other direction
/ast/src/cmd/sortlib/sync/
H A Dss.h180 unsigned char merge; /* merge (no sort) */ member in struct:Ss_s
/ast/src/cmd/pzip/
H A Dpin.c128 " [+0x0080?Enable reorder level 2 merge prune.]"
129 " [+0x0100?Disable reorder merge prune.]"
472 * merge col i with part pp and keep the best compression in np
474 * return 1 if the best merge is better than i and pp separately
478 merge(unsigned char* t, unsigned char* s, int i, Part_t* pp, register Part_t* np, size_t** siz, size_t row, size_t tot) function
1017 if (!merge(buf, dat, i, tp, np, siz, row, tot))
/ast/src/cmd/sort/
H A Dmain.c42 "[+NAME?sort - sort and/or merge files]"
135 "final merge phase; improvements are planned.]#[processes]"
136 "[m:merge?Merge; the input files are already sorted.]"
173 "merge.]"
175 "[+m?Maximum number of intermediate merge files.]"
176 "[+p?Input sort size; sort chunks of this size before merge.]"
302 int chunk; /* chunk the input (no merge) */
525 key->merge = !!opt_info.num;
1221 * skip merge and output sorted chunk
1258 * multi-stage merge whe
1671 char** merge; local
[all...]

Completed in 31 milliseconds