Searched refs:runlength (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/games/cribbage/ |
| D | score.c | 228 int runlength, runmult, lastmult, curmult; in pairuns() local 233 runlength = 1; in pairuns() 264 ++runlength; in pairuns() 267 if (runlength < 3) { in pairuns() 269 runlength = 2; in pairuns() 283 runpoints = (runlength >= 3 ? runlength * runmult : 0); in pairuns()
|
| /netbsd/src/external/gpl2/xcvs/dist/diff/ |
| D | analyze.c | 639 int runlength, start, corresponding; local 667 runlength = i - start; 704 while (runlength != i - start);
|
| /netbsd/src/external/bsd/file/dist/magic/magdir/ |
| D | images | 71 # Compressed color-mapped data, using Huffman, Delta, and runlength encoding 1509 # Atari ST STAD bitmap is always 640x400, bytewise runlength compressed. 1511 # most frequent byte, xx and zz are runlength escape codes, where xx is
|