/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | lzcntintrin.h | 21 /// Counts the number of leading zero bits in the operand. 28 /// An unsigned 16-bit integer whose leading zeros are to be counted. 29 /// \returns An unsigned 16-bit integer containing the number of leading zero 34 /// Counts the number of leading zero bits in the operand. 41 /// An unsigned 32-bit integer whose leading zeros are to be counted. 42 /// \returns An unsigned 32-bit integer containing the number of leading zero 51 /// Counts the number of leading zero bits in the operand. 58 /// An unsigned 32-bit integer whose leading zeros are to be counted. 59 /// \returns An unsigned 32-bit integer containing the number of leading zero 70 /// Counts the number of leading zero bits in the operand. [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | sh-leading-at.mk | 1 # $NetBSD: sh-leading-at.mk,v 1.6 2023/01/19 19:55:27 rillig Exp $ 16 # The leading '@' can be repeated. 20 # Since 2023-01-17, the leading '@', '+' and '-' may contain 22 @ @ @ echo 'whitespace in leading part'
|
H A D | sh-leading-plus.mk | 1 # $NetBSD: sh-leading-plus.mk,v 1.5 2023/01/19 19:55:27 rillig Exp $ 12 # Since 2023-01-17, the leading '@', '+' and '-' may contain 14 + + + @echo 'whitespace in leading part'
|
H A D | sh-leading-hyphen.mk | 1 # $NetBSD: sh-leading-hyphen.mk,v 1.4 2023/01/19 19:55:27 rillig Exp $ 27 # Since 2023-01-17, the leading '@', '+' and '-' may contain 29 - - - @echo 'whitespace in leading part'
|
H A D | sh-leading-plus.exp | 4 echo 'whitespace in leading part' 5 whitespace in leading part
|
/freebsd/tools/tools/fixwhite/ |
H A D | fixwhite.c | 72 savewhite(char c, bool leading) in savewhite() argument 78 if (leading) { in savewhite() 161 bool leading = true; in main() local 166 savewhite(c, leading); in main() 171 leading = false; in main() 175 if (!leading) in main()
|
/freebsd/lib/libc/gen/ |
H A D | fnmatch.3 | 84 Leading periods in 88 If this flag is not set, then leading periods are treated as regular 91 .Dq leading 95 .Dq leading 102 leading
|
/freebsd/contrib/tzcode/ |
H A D | date.1 | 74 %e 8 Day of month (leading zero blanked) 79 %k 2 12-hour-clock hour (leading zero blanked) 80 %l 14 24-hour-clock hour (leading zero blanked) 149 should be an integer, either decimal, octal (leading 0), or 150 hexadecimal (leading 0x), preceded by an optional sign.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | DH_generate_key.pod | 42 The padding style is RFC 5246 (8.1.2) that strips leading zero bytes. 43 It is not constant time due to the leading zero bytes being stripped. 47 The padding style is NIST SP 800-56A (C.1) that retains leading zero bytes. 48 It is constant time due to the leading zero bytes being retained.
|
/freebsd/lib/libc/string/ |
H A D | strverscmp.3 | 42 Numbers with leading zeroes are interpreted as fractional parts (even without a decimal point), 43 and numbers with more leading zeroes are placed before numbers with fewer leading zeroes
|
H A D | strverscmp.c | 37 * Treat leading zeros as if they were the fractional in strverscmp() 39 * in front. First, count the leading zeros (more zeros in strverscmp() 58 * No leading zeros; we're simply comparing two numbers. in strverscmp()
|
/freebsd/usr.sbin/config/ |
H A D | mkmakefile.cc | 189 bool leading; in sanitize_envline() local 198 /* Copy chars before the '=', skipping any leading spaces/quotes. */ in sanitize_envline() 199 leading = true; in sanitize_envline() 202 if (leading && (isspace(c) || c == '"')) in sanitize_envline() 205 leading = false; in sanitize_envline() 208 /* If it was all leading space, we don't have a well-formed line. */ in sanitize_envline() 209 if (leading) { in sanitize_envline() 219 /* Copy chars after the '=', skipping any leading whitespace. */ in sanitize_envline() 220 leading = true; in sanitize_envline() 222 if (leading && (isspace(c) || c == '"')) in sanitize_envline() [all …]
|
/freebsd/crypto/openssl/util/ |
H A D | check-format.pl | 162 my $count; # -1 or number of leading whitespace characters (except newline) in curr… 164 my $count_before; # number of leading whitespace characters (except line ending chars) in … 166 my $local_offset; # current extra indent due to label, switch case/default, or leading clo… 350 # allow indent 1 for labels - this cannot happen for leading ':' 354 … # leading ':' within stmt/expr/decl - this cannot happen for labels, leading '&&', or leading '||' 356 ($alt_desc, $alt_indent) = ("leading ':'", @nested_conds_indents[-1]); 358 # allow extra indent offset leading '&&' or '||' - this cannot happen for leading ":" 359 …($alt_desc, $alt_indent) = ("leading '$1'", $ref_indent + INDENT_LEVEL) if $contents =~ m/^[\s@]*(… 382 # do not check indentation of last line of non-leading multi-line comment 409 # else check indentation of leading intra-line comment or end of multi-line comment [all …]
|
/freebsd/usr.bin/clang/llvm-objdump/ |
H A D | llvm-objdump.1 | 255 .B \-\-no\-leading\-addr, \-\-no\-addresses 256 When disassembling, do not print leading addresses for instructions or inline 333 When printing a PC\-relative global symbol reference, print it as an offset from the leading symbol. 486 .B \-\-full\-leading\-addr 487 Print the full leading address when disassembling. 517 .B \-\-no\-leading\-headers 518 Do not print any leading headers.
|
/freebsd/bin/expr/ |
H A D | expr.1 | 52 an optional leading minus sign followed by one or more digits (unless 148 Utility Syntax Guidelines, which require that a leading argument beginning 176 .Fx . This option makes number parsing less strict and permits leading 177 white space and an optional leading plus sign. 285 Leading white space and/or a plus sign before an otherwise valid positive
|
/freebsd/lib/libc/net/ |
H A D | getnetbydns.c | 98 * The result does not include any leading 0s of in. 107 int leading = 1; in ipreverse() local 113 /* Leading 0? */ in ipreverse() 114 if (leading && p - start == 1 && *start == '0') in ipreverse() 118 leading = 0; in ipreverse() 138 leading = 1; in ipreverse() 142 leading = 0; in ipreverse() 145 if (!leading && i > 0 && len[i - 1]) in ipreverse()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | SourceCodeBuilders.cpp | 89 // Strip leading '&'. in buildDereference() 100 // Add leading '*'. in buildDereference() 112 // Strip leading '*'. in buildAddressOf() 119 // Add leading '&'. in buildAddressOf() 135 // Strip leading '*', add following '->'. in buildAccessForValue() 161 // Strip leading '&', add following '.'. in buildAccessForPointer()
|
/freebsd/sys/libkern/ |
H A D | iconv_ucs.c | 416 * get leading 1 byte from utf-8 in utf8_to_ucs4() 420 * leading 1 bit is "0" in utf8_to_ucs4() 429 * leading 3 bits are "110" in utf8_to_ucs4() 438 * leading 4 bits are "1110" in utf8_to_ucs4() 447 * leading 5 bits are "11110" in utf8_to_ucs4() 467 /* invalid: leading 2 bits are not "10" */ in utf8_to_ucs4() 486 * determine utf-8 width and leading bits in ucs4_to_utf8() 512 /* get trailing 6 bits and put it with leading bit as "1" */ in ucs4_to_utf8()
|
/freebsd/usr.bin/fmt/ |
H A D | fmt.c | 20 * 2. Each line is split into leading whitespace and 22 * lines with the same leading whitespace are considered 32 * any subsequent lines with non-empty leading whitespace. 44 * We output the leading whitespace, and then enough words 53 * If the `-l <n>' option is given, then leading whitespace 57 * has two `leading whitespace' values; the value for the first 60 * given, they are always equal.) The leading whitespace 65 * taken as having first-leading-whitespace empty and 66 * subsequent-leading-whitespace two spaces. 242 static size_t output_tab_width = 8; /* Ditto, when squashing leading spaces */ [all …]
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | DH_generate_key.3 | 179 The padding style is \s-1RFC 5246\s0 (8.1.2) that strips leading zero bytes. 180 It is not constant time due to the leading zero bytes being stripped. 184 The padding style is \s-1NIST SP 800\-56A\s0 (C.1) that retains leading zero bytes. 185 It is constant time due to the leading zero bytes being retained.
|
/freebsd/lib/libc/stdlib/ |
H A D | getopt_long.3 | 122 field should contain the option name without the leading double dash. 227 a leading 237 A leading 247 A leading 258 a leading
|
/freebsd/contrib/libarchive/tar/ |
H A D | util.c | 388 "Removing leading '%c' from member names", 399 "Removing leading drive letter from " 406 * Convert absolute path to non-absolute path by skipping leading 414 /* Remove leading "//./" or "//?/" or "//?/UNC/" 432 /* Remove multiple leading slashes and Windows drive letters. */ 442 /* Remove leading "/../", "/./", "//", etc. */ 529 /* Strip leading dir names as per --strip-components option. */ 555 /* Strip redundant leading '/' characters. */ 607 * we're comparing two paths. Right now, it just handles leading 623 /* Skip leading './' */ [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | usb-device.txt | 23 with leading zeroes suppressed. The other compatible strings from the above 39 case hexadecimal with leading zeroes suppressed. The other compatible 52 with leading zeroes suppressed. The other compatible strings from the above
|
/freebsd/bin/pax/ |
H A D | gen_subs.c | 209 * skip over leading blanks and zeros in asc_ul() 238 * convert an unsigned long into an hex/oct ascii string. pads with LEADING 277 * pad with leading ascii ZEROS. We return -1 if we ran out of space. in ul_asc() 305 * skip over leading blanks and zeros in asc_uqd() 334 * convert an u_quad_t into a hex/oct ascii string. pads with LEADING 373 * pad with leading ascii ZEROS. We return -1 if we ran out of space. in uqd_asc()
|
/freebsd/contrib/libpcap/ |
H A D | fmtutils.c | 97 #define SURROGATE_VALUE(leading, trailing) \ argument 98 (((((leading) - 0xd800) << 10) | ((trailing) - 0xdc00)) + 0x10000) 119 * Leading surrogate. Must be followed by in utf_16le_to_utf_8_truncated() 144 * for c being a leading in utf_16le_to_utf_8_truncated() 164 * Not a leading surrogate. in utf_16le_to_utf_8_truncated() 169 * a preceding leading surrogate. in utf_16le_to_utf_8_truncated()
|