| /src/sys/arch/atari/dev/ |
| font.h | 37 unsigned char baseline; member in struct:__anon1206
|
| /src/libexec/telnetd/ |
| ext.h | 193 baseline, /* time started to do timed action */ member in struct:clockstate
|
| /src/sys/arch/sgimips/dev/ |
| crime.c | 113 uint64_t baseline, endline; local 164 baseline = bus_space_read_8(crm_iot, crm_ioh, CRIME_TIME) 173 } while (endline - baseline < (CRIME_TIMER_FREQ / 10));
|
| /src/usr.bin/patch/ |
| inp.c | 481 LINENUM baseline = line - offline; local 483 if (tiline[0] == baseline) 485 else if (tiline[1] == baseline) 488 tiline[whichbuf] = baseline; 490 if (lseek(tifd, (off_t) (baseline / lines_per_buf *
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| target.h | 43 baseline, // (default) the minimum capability CPU member in class:CPU
|
| /src/external/mit/lua/dist/src/ |
| ldebug.c | 92 int baseline = getbaseline(f, pc, &basepc); local 95 baseline += f->lineinfo[basepc]; /* correct line */ 97 return baseline;
|
| /src/external/bsd/zstd/dist/lib/decompress/ |
| zstd_decompress_block.c | 661 U32 const baseline = baseValue[symbol]; local 663 ZSTD_buildSeqTable_rle(DTableSpace, baseline, nbBits);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-nds32.c | 2380 {"baseline=", N_("<baseline>\t Assemble for baseline <baseline>\n\ 2381 <baseline> could be v2, v3, v3m"), 3519 int baseline; 3545 nds32_baseline = (-1 != nds32_baseline) ? nds32_baseline : archs[i].baseline; 3561 /* This function parses "baseline" specified. */ 3574 /* Logic here rejects the input baseline. */ 3575 as_bad (_("unknown baseline `%s'\n"), str) 3512 int baseline; member in struct:nds32_arch [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-nds32.c | 2380 {"baseline=", N_("<baseline>\t Assemble for baseline <baseline>\n\ 2381 <baseline> could be v2, v3, v3m"), 3518 int baseline; 3544 nds32_baseline = (-1 != nds32_baseline) ? nds32_baseline : archs[i].baseline; 3560 /* This function parses "baseline" specified. */ 3573 /* Logic here rejects the input baseline. */ 3574 as_bad (_("unknown baseline `%s'\n"), str) 3511 int baseline; member in struct:nds32_arch [all...] |
| /src/external/gpl3/gcc/dist/libbacktrace/ |
| elf.c | 2982 /* Encode the baseline and bits into a single 32-bit value. */ 2984 #define ZSTD_ENCODE_BASELINE_BITS(baseline, basebits) \ 2985 ((uint32_t)(baseline) | ((uint32_t)(basebits) << 24)) 2994 to a baseline. For states 0 to 15 the baseline is the state and the number 3023 /* The same applies to match length codes. For states 0 to 31 the baseline is 3054 have to map the symbol to a baseline value, and we have to read zero or more 3055 bits and add that value to the baseline value. Rather than look the values 3061 /* The baseline for the value that this FSE entry represents.. */ 3062 uint32_t baseline; member in struct:elf_zstd_fse_baseline_entry [all...] |
| /src/external/gpl3/gdb/dist/libbacktrace/ |
| elf.c | 2982 /* Encode the baseline and bits into a single 32-bit value. */ 2984 #define ZSTD_ENCODE_BASELINE_BITS(baseline, basebits) \ 2985 ((uint32_t)(baseline) | ((uint32_t)(basebits) << 24)) 2994 to a baseline. For states 0 to 15 the baseline is the state and the number 3023 /* The same applies to match length codes. For states 0 to 31 the baseline is 3054 have to map the symbol to a baseline value, and we have to read zero or more 3055 bits and add that value to the baseline value. Rather than look the values 3061 /* The baseline for the value that this FSE entry represents.. */ 3062 uint32_t baseline; member in struct:elf_zstd_fse_baseline_entry [all...] |
| /src/external/gpl3/gdb.old/dist/libbacktrace/ |
| elf.c | 2982 /* Encode the baseline and bits into a single 32-bit value. */ 2984 #define ZSTD_ENCODE_BASELINE_BITS(baseline, basebits) \ 2985 ((uint32_t)(baseline) | ((uint32_t)(basebits) << 24)) 2994 to a baseline. For states 0 to 15 the baseline is the state and the number 3023 /* The same applies to match length codes. For states 0 to 31 the baseline is 3054 have to map the symbol to a baseline value, and we have to read zero or more 3055 bits and add that value to the baseline value. Rather than look the values 3061 /* The baseline for the value that this FSE entry represents.. */ 3062 uint32_t baseline; member in struct:elf_zstd_fse_baseline_entry [all...] |