| /src/usr.bin/make/unit-tests/ |
| sh-leading-plus.exp | 4 echo 'whitespace in leading part' 5 whitespace in leading part
|
| sh-leading-at.exp | 6 whitespace in leading part
|
| sh-leading-hyphen.exp | 10 whitespace in leading part
|
| varmod-quote-dollar.mk | 9 # discards the leading space characters.
|
| varname-dot-makeflags.mk | 5 # the environment variable MAKEFLAGS (without leading '.').
|
| directive-export-gmake.mk | 3 # Tests for the export directive (without leading dot), as in GNU make. 29 export VAR= leading spaces 30 .if ${:!echo "\$VAR"!} != " leading spaces"
|
| /src/external/lgpl3/gmp/dist/rand/ |
| randmui.c | 49 unsigned long ret, bits, leading; local 63 count_leading_zeros (leading, (mp_limb_t) n); 64 bits = GMP_LIMB_BITS - leading - (POW2_P(n) != 0);
|
| /src/lib/libm/arch/vax/ |
| n_argred.S | 162 * leading: n * pi/2 , n = 0, 1, 2, ..., 29 163 * leading[n] , 166 * leading[n] := (n * pi/2) rounded, 167 * middle[n] := (n * pi/2 - leading[n]) rounded, 168 * trailing[n] := (( n * pi/2 - leading[n]) - middle[n]) rounded . 234 leading: label 235 .double 0d+0.00000000000000000000e+00 # 0 * pi/2 leading 236 .double 0d+1.57079632679489661351e+00 # 1 * pi/2 leading 237 .double 0d+3.14159265358979322702e+00 # 2 * pi/2 leading 238 .double 0d+4.71238898038468989604e+00 # 3 * pi/2 leading [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/base/ |
| array.c | 120 size_t leading = array->val - array->allocated; /* unused leading slots */ local 121 size_t trailing = array->allocated_len - array->len - leading; 130 if (leading > (array->len + 1)) { 145 new_len = leading + array->len + 1 + (array->len >> 1); 151 array->val = &ptr[leading]; 166 size_t leading = array->val - array->allocated; /* unused leading slots */ local 167 size_t trailing = array->allocated_len - array->len - leading; 170 if (leading > 0) [all...] |
| /src/external/gpl3/gdb/dist/gnulib/import/extra/ |
| update-copyright | 170 my $leading; 176 $leading = "$1$2"; 200 quotemeta($leading) . "($copyright_re$stmt_remainder_re)"; 271 $stmt_wrapped .= $stmt_wrapped ? "$eol$prefix" : $leading;
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/extra/ |
| update-copyright | 170 my $leading; 176 $leading = "$1$2"; 200 quotemeta($leading) . "($copyright_re$stmt_remainder_re)"; 271 $stmt_wrapped .= $stmt_wrapped ? "$eol$prefix" : $leading;
|
| /src/external/gpl3/gcc/dist/libquadmath/printf/ |
| printf_fphex.c | 107 /* The leading digit before the decimal point. */ 108 char leading; 289 leading = fpnum.ieee.exponent == 0 ? '0' : '1'; 331 char last_digit = precision > 0 ? numstr[precision - 1] : leading; 386 leading digit. Here it is again possible that we 388 if (leading == '9') 389 leading = info->spec; 390 else if (tolower ((unsigned char)leading) < 'f') 391 ++leading; 394 leading = '1' 106 char leading; local [all...] |
| /src/external/gpl3/gcc.old/dist/libquadmath/printf/ |
| printf_fphex.c | 107 /* The leading digit before the decimal point. */ 108 char leading; 289 leading = fpnum.ieee.exponent == 0 ? '0' : '1'; 331 char last_digit = precision > 0 ? numstr[precision - 1] : leading; 386 leading digit. Here it is again possible that we 388 if (leading == '9') 389 leading = info->spec; 390 else if (tolower (leading) < 'f') 391 ++leading; 394 leading = '1' 106 char leading; local [all...] |
| /src/common/lib/libc/arch/m68k/string/ |
| ffs.S | 68 ff1.l %d1 | count leading zeros
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elf-vxworks.c | 34 char leading; local 36 leading = bfd_get_symbol_leading_char (abfd); 37 if (leading) 39 if (*name != leading)
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf-vxworks.c | 34 char leading; local 36 leading = bfd_get_symbol_leading_char (abfd); 37 if (leading) 39 if (*name != leading)
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf-vxworks.c | 34 char leading; local 36 leading = bfd_get_symbol_leading_char (abfd); 37 if (leading) 39 if (*name != leading)
|
| /src/external/gpl3/gdb/dist/bfd/ |
| elf-vxworks.c | 34 char leading; local 36 leading = bfd_get_symbol_leading_char (abfd); 37 if (leading) 39 if (*name != leading)
|
| /src/usr.bin/sed/TEST/ |
| math.sed | 22 poorly formed expression, leading operator
|
| /src/external/bsd/libpcap/dist/ |
| fmtutils.c | 97 #define SURROGATE_VALUE(leading, trailing) \ 98 (((((leading) - 0xd800) << 10) | ((trailing) - 0xdc00)) + 0x10000) 119 * Leading surrogate. Must be followed by 144 * for c being a leading 164 * Not a leading surrogate. 169 * a preceding leading surrogate.
|
| /src/external/gpl3/gcc/lib/libgfortran/ |
| Makefile | 164 FOPTS.${_f}+= -fallow-leading-underscore -fbuilding-libgfortran 168 FOPTS.${_f}+= -fallow-leading-underscore -fbuilding-libgfortran 172 FOPTS.${_f}+= -Wno-unused-dummy-argument -Wno-c-binding-type -ffree-line-length-0 -fallow-leading-underscore -fsignaling-nans -fbuilding-libgfortran
|
| /src/lib/libc/sys/ |
| makelintstub | 43 (also removes leading "_" on syscall name).
|
| /src/external/gpl3/gcc/dist/contrib/ |
| check-internal-format-escaping.py | 121 warn(msg, 'apostrophe', 'apostrophe without leading %')
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| check-internal-format-escaping.py | 121 warn(msg, 'apostrophe', 'apostrophe without leading %')
|
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| fp_extend_impl.inc | 34 // 2. quiet NaNs, if supported, are indicated by the leading bit of the 91 // renormalize the significand and clear the leading bit, then insert
|