OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minlength
(Results
1 - 5
of
5
) sorted by relevancy
/src/games/worms/
worms.c
205
int maxlength,
minlength
;
local
220
maxlength =
minlength
= 16;
243
minlength
= 5;
330
minlength
= (int)ul;
344
minlength
= 5;
408
maxlength =
minlength
+ (CO * LI / 40);
419
if ((unsigned long)(unsigned)number > ul && maxlength >
minlength
) {
421
if (maxlength <
minlength
)
422
maxlength =
minlength
;
423
ul = (CO * LI) / ((
minlength
+ maxlength)/2 * 3);
[
all
...]
/src/games/boggle/boggle/
bog.c
127
static int
minlength
;
variable
143
minlength
= 3;
163
if ((
minlength
= atoi(optarg)) < 3)
294
if (wordlen <
minlength
)
352
if (strlen(buf) < (size_t)
minlength
) {
556
if (wordlen <
minlength
)
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-threadupdate.cc
2325
unsigned
minlength
= MIN (curr_path->length (), cand_path->length ());
local
2327
for (j = 0; j <
minlength
; ++j)
2343
if (j ==
minlength
)
2347
last edge after
MINLENGTH
. */
2348
if (cand_path->length () >
minlength
)
2354
fprintf (dump_file, "adjusting first edge after
MINLENGTH
.\n");
/src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_rar.c
206
int
minlength
;
member in struct:huffman_code
2693
code->
minlength
= INT_MAX;
2726
if(length < code->
minlength
)
2727
code->
minlength
= length;
2846
if (code->maxlength < code->
minlength
|| code->maxlength > 10)
/src/sys/dev/acpi/
apei.c
773
size_t
minlength
;
member in struct:apei_cper_report
Completed in 42 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026