Home
last modified time | relevance | path

Searched refs:leading (Results 1 – 25 of 100) sorted by relevance

1234

/dragonfly/contrib/gmp/
H A Drandmui.c39 unsigned long ret, bits, leading; in gmp_urandomm_ui() local
53 count_leading_zeros (leading, (mp_limb_t) n); in gmp_urandomm_ui()
54 bits = GMP_LIMB_BITS - leading - (POW2_P(n) != 0); in gmp_urandomm_ui()
/dragonfly/lib/libc/net/
H A Dgetnetbydns.c108 int leading = 1; in ipreverse() local
115 if (leading && p - start == 1 && *start == '0') in ipreverse()
119 leading = 0; in ipreverse()
139 leading = 1; in ipreverse()
143 leading = 0; in ipreverse()
146 if (!leading && i > 0 && len[i - 1]) in ipreverse()
/dragonfly/contrib/binutils-2.34/bfd/
H A Delf-vxworks.c34 char leading; in elf_vxworks_gott_symbol_p() local
36 leading = bfd_get_symbol_leading_char (abfd); in elf_vxworks_gott_symbol_p()
37 if (leading) in elf_vxworks_gott_symbol_p()
39 if (*name != leading) in elf_vxworks_gott_symbol_p()
/dragonfly/contrib/binutils-2.27/bfd/
H A Delf-vxworks.c34 char leading; in elf_vxworks_gott_symbol_p() local
36 leading = bfd_get_symbol_leading_char (abfd); in elf_vxworks_gott_symbol_p()
37 if (leading) in elf_vxworks_gott_symbol_p()
39 if (*name != leading) in elf_vxworks_gott_symbol_p()
/dragonfly/contrib/gdb-7/bfd/
H A Delf-vxworks.c36 char leading; in elf_vxworks_gott_symbol_p() local
38 leading = bfd_get_symbol_leading_char (abfd); in elf_vxworks_gott_symbol_p()
39 if (leading) in elf_vxworks_gott_symbol_p()
41 if (*name != leading) in elf_vxworks_gott_symbol_p()
/dragonfly/contrib/ncurses/ncurses/trace/
H A Dlib_trace.c333 bool leading = TRUE; in _nc_fmt_funcptr() local
350 leading = FALSE; in _nc_fmt_funcptr()
351 if (!leading) { in _nc_fmt_funcptr()
/dragonfly/contrib/libpcap/
H A Dfmtutils.c99 #define SURROGATE_VALUE(leading, trailing) \ argument
100 (((((leading) - 0xd800) << 10) | ((trailing) - 0xdc00)) + 0x10000)
/dragonfly/contrib/gcc-8.0/gcc/
H A Dpredict.def175 /* Branch leading to an integer overflow are extremely unlikely. */
179 /* Branch leading to a failure status are unlikely. This can occur for out
191 /* Branch leading to an I/O failure status are unlikely. This predictor is
197 /* Branch leading to a run-time warning message which is printed only once
H A Dmachmode.def41 mode-classes.def, less the leading MODE_ prefix; some statements
52 declared in real.h, or else a literal 0. Do not put a leading &
/dragonfly/lib/libc/db/test/
H A DREADME58 Blank lines, lines with leading white space, and lines with leading
/dragonfly/contrib/file/magic/Magdir/
H A Dsccs19 # is a checksum that could (presumably) have any leading digit,
/dragonfly/etc/
H A Ddevtab10 # looked up, and then any suffix after and including the leading '.' is
/dragonfly/contrib/tnftp/src/
H A Dfetch.c798 const char *leading = hasleading ? ", " : " ("; in print_get() local
802 fprintf(ttyout, "%svia %s:%u", leading, in print_get()
804 leading = ", "; in print_get()
817 fputs(leading, ttyout); in print_get()
854 const char *leading = hasleading ? ", " : " ("; in print_proxy() local
858 fprintf(ttyout, "%swith authorization", leading); in print_proxy()
865 fprintf(ttyout, "%swith proxy authorization", leading); in print_proxy()
/dragonfly/usr.bin/getconf/
H A Dprogenv.gperf22 * are specified with or without a leading underscore, so we just
H A Dconfstr.gperf22 * are specified with or without a leading underscore, so we just
/dragonfly/usr.bin/sed/
H A DPOSIX37 that it is difficult to write sed scripts that have leading blanks
40 and ignored, and leading whitespace is obtainable by entering a
163 18. The b t and : commands are documented in POSIX to ignore leading
/dragonfly/contrib/bmake/
H A DFILES577 unit-tests/sh-leading-at.exp
578 unit-tests/sh-leading-at.mk
579 unit-tests/sh-leading-hyphen.exp
580 unit-tests/sh-leading-hyphen.mk
581 unit-tests/sh-leading-plus.exp
582 unit-tests/sh-leading-plus.mk
/dragonfly/contrib/gcc-4.7/gcc/
H A Dmachmode.def42 mode-classes.def, less the leading MODE_ prefix; some statements
53 declared in real.h, or else a literal 0. Do not put a leading &
/dragonfly/contrib/ncurses/progs/
H A Ddump_entry.c727 leading_DYN(DYNBUF * buffer, const char *leading) in leading_DYN() argument
730 size_t need = strlen(leading); in leading_DYN()
733 if (!strcmp(buffer->text + need, leading)) { in leading_DYN()
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-m68k.texi270 it may be omitted, along with the leading colon, unless a scale is also
273 leading colon.
340 omitted along with the leading dot. The use of @var{scale} means one of
342 along with the leading asterisk.
/dragonfly/usr.sbin/cron/doc/
H A DFEATURES56 must be on a line by themselves; leading whitespace is ignored, and
/dragonfly/contrib/tcsh-6/nls/russian/
H A Dset355 53 Expand pathnames, eliminating leading .'s and ..'s
/dragonfly/tools/regression/lib/libc-regex/
H A DREADME53 d REG_SHELL_DOT explicit leading . match
/dragonfly/contrib/tcsh-6/nls/ukrainian/
H A Dset355 53 Expand pathnames, eliminating leading .'s and ..'s
/dragonfly/contrib/nvi2/catalog/
H A DREADME15 catalog and the format string (the third argument) has a leading number,

1234