| /src/common/dist/zlib/ |
| trees.h | 118 local const int base_length[LENGTH_CODES] = { variable
|
| trees.c | 109 local int base_length[LENGTH_CODES]; variable 322 base_length[code] = length; 423 fprintf(header, "local const int base_length[LENGTH_CODES] = {\n"); 425 fprintf(header, "%1u%s", base_length[i], 928 lc -= base_length[code];
|
| /src/external/gpl3/binutils/dist/zlib/ |
| trees.h | 118 local const int base_length[LENGTH_CODES] = { variable
|
| trees.c | 107 local int base_length[LENGTH_CODES]; variable 319 base_length[code] = length; 420 fprintf(header, "local const int base_length[LENGTH_CODES] = {\n"); 422 fprintf(header, "%1u%s", base_length[i], 924 lc -= base_length[code];
|
| /src/external/gpl3/binutils.old/dist/zlib/ |
| trees.h | 118 local const int base_length[LENGTH_CODES] = { variable
|
| trees.c | 107 local int base_length[LENGTH_CODES]; variable 258 base_length[code] = length; 360 fprintf(header, "local const int base_length[LENGTH_CODES] = {\n"); 362 fprintf(header, "%1u%s", base_length[i], 1067 lc -= base_length[code];
|
| /src/external/gpl3/gdb/dist/zlib/ |
| trees.h | 118 local const int base_length[LENGTH_CODES] = { variable
|
| trees.c | 107 local int base_length[LENGTH_CODES]; variable 319 base_length[code] = length; 420 fprintf(header, "local const int base_length[LENGTH_CODES] = {\n"); 422 fprintf(header, "%1u%s", base_length[i], 924 lc -= base_length[code];
|
| /src/external/gpl3/gdb.old/dist/zlib/ |
| trees.h | 118 local const int base_length[LENGTH_CODES] = { variable
|
| trees.c | 107 local int base_length[LENGTH_CODES]; variable 258 base_length[code] = length; 360 fprintf(header, "local const int base_length[LENGTH_CODES] = {\n"); 362 fprintf(header, "%1u%s", base_length[i], 1067 lc -= base_length[code];
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| backupfile.c | 166 otherwise return 0. BASE_LENGTH is the length of BASE. 170 version_number (const char *base, const char *backup, size_t base_length) 176 if (strncmp (base, backup, base_length) == 0 177 && backup[base_length] == '.' 178 && backup[base_length + 1] == '~') 180 for (p = &backup[base_length + 2]; ISDIGIT (*p); ++p)
|
| /src/external/gpl2/gettext/dist/gnulib-local/lib/ |
| backupfile.c | 166 otherwise return 0. BASE_LENGTH is the length of BASE. 170 version_number (const char *base, const char *backup, size_t base_length) 176 if (strncmp (base, backup, base_length) == 0 177 && backup[base_length] == '.' 178 && backup[base_length + 1] == '~') 180 for (p = &backup[base_length + 2]; ISDIGIT (*p); ++p)
|
| /src/usr.bin/patch/ |
| backupfile.c | 144 * otherwise return 0. BASE_LENGTH is the length of BASE. BASE should 148 version_number(const char *base, const char *backup, size_t base_length) 154 if (!strncmp(base, backup, base_length) && ISDIGIT(backup[base_length])) { 155 for (p = &backup[base_length]; ISDIGIT(*p); ++p)
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| cgen-trace.c | 385 unsigned int base_length; 421 base_length = insn_bit_length; 423 base_length = min (cd->base_insn_bitsize, insn_bit_length); 424 switch (base_length) 384 unsigned int base_length; local
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| cgen-trace.c | 385 unsigned int base_length; 421 base_length = insn_bit_length; 423 base_length = min (cd->base_insn_bitsize, insn_bit_length); 424 switch (base_length) 384 unsigned int base_length; local
|
| /src/external/cddl/osnet/dist/uts/common/zmod/ |
| trees.c | 111 local int base_length[LENGTH_CODES]; variable 262 base_length[code] = length; 363 fprintf(header, "local const int base_length[LENGTH_CODES] = {\n"); 365 fprintf(header, "%1u%s", base_length[i], 1095 lc -= base_length[code];
|
| /src/external/gpl3/gcc/dist/gcc/config/h8300/ |
| h8300.cc | 2609 unsigned int base_length; 2622 base_length = 8; 2637 base_length = 8; 2678 base_length = 10; 2693 base_length = 10; 2707 return base_length - 6; 2711 return base_length - 6; 2720 return base_length - 4; 2724 return base_length - 4; 2728 return base_length - 2 2600 unsigned int base_length; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/h8300/ |
| h8300.cc | 2609 unsigned int base_length; 2622 base_length = 8; 2637 base_length = 8; 2678 base_length = 10; 2693 base_length = 10; 2707 return base_length - 6; 2711 return base_length - 6; 2720 return base_length - 4; 2724 return base_length - 4; 2728 return base_length - 2 2600 unsigned int base_length; local [all...] |
| /src/sys/net/ |
| zlib.c | 2081 local int base_length[LENGTH_CODES]; variable 2207 local const int base_length[LENGTH_CODES] = { variable 2360 base_length[code] = length; 2461 fprintf(header, "local const int base_length[LENGTH_CODES] = {\n"); 2463 fprintf(header, "%1u%s", base_length[i], 3189 lc -= base_length[code];
|
| /src/external/public-domain/sqlite/dist/autosetup/ |
| jimsh0.c | 23926 size_t base_length = strlen(name); local 23928 strchr("/\\", name[base_length - 1]) ? "*" : "/*"; 23931 (dir->name = (char *)Jim_Alloc(base_length + strlen(all) + 1)) != 0) {
|