/src/games/colorbars/ |
colorbars.c | 53 size_t lengths[__arraycount(colorInfo)]; local in function:main 83 lengths[i] = strlen(colorInfo[i].name); 84 if (lengths[i] > labelwidth) 85 labelwidth = lengths[i]; 107 for (size_t line = 0; line < lengths[i]; line++)
|
colorbars.c | 53 size_t lengths[__arraycount(colorInfo)]; local in function:main 83 lengths[i] = strlen(colorInfo[i].name); 84 if (lengths[i] > labelwidth) 85 labelwidth = lengths[i]; 107 for (size_t line = 0; line < lengths[i]; line++)
|
/src/tests/net/bpfjit/ |
t_bpfjit.c | 2459 static size_t lengths[3] = { 1, 2, 4 }; local in function:ATF_TC_BODY 2480 for (l = 1; l < 5 + lengths[i]; l++) { 2485 l = 5 + lengths[i]; 2625 static size_t lengths[6] = { 1, 2, 4, 1, 2, 4 }; local in function:ATF_TC_BODY 2650 for (l = 1; l < 5 + lengths[i]; l++) { 2655 l = 5 + lengths[i];
|
t_bpfjit.c | 2459 static size_t lengths[3] = { 1, 2, 4 }; local in function:ATF_TC_BODY 2480 for (l = 1; l < 5 + lengths[i]; l++) { 2485 l = 5 + lengths[i]; 2625 static size_t lengths[6] = { 1, 2, 4, 1, 2, 4 }; local in function:ATF_TC_BODY 2650 for (l = 1; l < 5 + lengths[i]; l++) { 2655 l = 5 + lengths[i];
|
/src/tests/lib/libbpfjit/ |
t_bpfjit.c | 2639 static size_t lengths[3] = { 1, 2, 4 }; local in function:ATF_TC_BODY 2656 for (l = 1; l < 5 + lengths[i]; l++) { 2661 l = 5 + lengths[i]; 2805 static size_t lengths[6] = { 1, 2, 4, 1, 2, 4 }; local in function:ATF_TC_BODY 2826 for (l = 1; l < 5 + lengths[i]; l++) { 2831 l = 5 + lengths[i];
|
t_bpfjit.c | 2639 static size_t lengths[3] = { 1, 2, 4 }; local in function:ATF_TC_BODY 2656 for (l = 1; l < 5 + lengths[i]; l++) { 2661 l = 5 + lengths[i]; 2805 static size_t lengths[6] = { 1, 2, 4, 1, 2, 4 }; local in function:ATF_TC_BODY 2826 for (l = 1; l < 5 + lengths[i]; l++) { 2831 l = 5 + lengths[i];
|
/src/common/dist/zlib/contrib/puff/ |
puff.c | 52 * 1.3 20 Mar 2002 - Go back to lengths for puff() parameters [Gailly] 94 #define MAXCODES (MAXLCODES+MAXDCODES) /* maximum codes lengths to read */ 213 * a negative value if there is an error. If all of the lengths are zero, i.e. 220 * a simple integer ordering of codes of the same lengths. Hence below the 309 * Given the list of code lengths length[0..n-1] representing a canonical 320 * codes past the end of the incomplete lengths. 351 (h->count[length[symbol]])++; /* assumes lengths are within bounds */ 355 /* check for an over-subscribed or incomplete set of lengths */ 393 * - Literals, lengths, and the end-of-block code are combined into a single 397 * - There are 256 possible lengths (3..258), and so 29 symbols are not enoug 546 short lengths[FIXLCODES]; local in function:fixed 670 short lengths[MAXCODES]; \/* descriptor code lengths *\/ local in function:dynamic [all...] |
puff.c | 52 * 1.3 20 Mar 2002 - Go back to lengths for puff() parameters [Gailly] 94 #define MAXCODES (MAXLCODES+MAXDCODES) /* maximum codes lengths to read */ 213 * a negative value if there is an error. If all of the lengths are zero, i.e. 220 * a simple integer ordering of codes of the same lengths. Hence below the 309 * Given the list of code lengths length[0..n-1] representing a canonical 320 * codes past the end of the incomplete lengths. 351 (h->count[length[symbol]])++; /* assumes lengths are within bounds */ 355 /* check for an over-subscribed or incomplete set of lengths */ 393 * - Literals, lengths, and the end-of-block code are combined into a single 397 * - There are 256 possible lengths (3..258), and so 29 symbols are not enoug 546 short lengths[FIXLCODES]; local in function:fixed 670 short lengths[MAXCODES]; \/* descriptor code lengths *\/ local in function:dynamic [all...] |
/src/lib/libc/time/ |
Makefile | 863 name-lengths.ck slashed-abbrs.ck sorted.ck \ 902 name-lengths.ck: $(TDATA_TO_CHECK) backzone
|
Makefile | 863 name-lengths.ck slashed-abbrs.ck sorted.ck \ 902 name-lengths.ck: $(TDATA_TO_CHECK) backzone
|