Searched refs:given (Results 1 - 25 of 40) sorted by path

12

/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex35 % The texinfo.tex in any given distribution could well be out
793 % (if RIGHT-TEXT is given, use TEXT for left page, RIGHT-TEXT for right;
2563 \unhbox0 % third arg given, show only that
2568 \unhbox0 % PDF: 2nd arg given, show only it
2570 \unhbox0\ (\code{#1})% DVI: 2nd arg given, show both it and url
2573 \code{#1}% only url given, so show it
2588 \unhbox0 % third arg given, show only that
2593 \unhbox0 % PDF: 2nd arg given, show only it
2595 \unhbox0\ (\urefcode{#1})% DVI: 2nd arg given, show both it and url
2598 \urefcode{#1}% only url given, s
[all...]
/freebsd-11-stable/contrib/binutils/
H A DMakefile.tpl279 # sub-makes. It lets flags be given on the command line while still
1462 ;; dep-subtarget extracts everything up to the first dash in the given
1467 ;; dep-module extracts everything up to the first dash in the given
H A Dltmain.sh313 # given, STRING is the basename for that directory.
405 # is given, then evaluate it.
670 from the given SOURCEFILE.
1056 # If FAIL_CMD is given, eval that upon failure.
2115 $ECHO "in a given directory, LIBDIR, you must either use libtool, and"
5491 # which of the given symbols are data symbols and tag
5543 # The given exports_symbols file has to be filtered, so filter it.
5774 # The given exports_symbols file has to be filtered, so filter it.
7371 # If a disable-shared tag is given, we'll fallback to a static-only
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-i386.c120 /* SUFFIX holds the instruction mnemonic suffix if given.
124 /* OPERANDS gives the number of given operands. */
128 of given register, displacement, memory operands and immediate
154 explicit segment overrides are given. */
157 /* PREFIX holds all the given prefix opcodes (usually null).
345 figuring out what sort of jump to choose to reach a given label. */
1768 /* Next, we find a template that matches the given insn,
1769 making sure the overlap of the given operands types is consistent
1817 given in i.suffix. */
1890 the absolute address given b
[all...]
H A Dtc-mips.c338 /* True if the given ABI requires 32-bit registers. */
436 /* Return true if the given CPU supports the MIPS16 ASE. */
928 /* Is the given value a sign-extended 32-bit value? */
933 /* Is the given value a sign-extended 16-bit value? */
938 /* Is the given value a zero-extended 32-bit value? Or a negated one? */
954 /* Change INSN's opcode so that the operand given by FIELD has value VALUE.
966 /* Extract the operand given by FIELD from mips_cl_insn INSN. */
2037 /* Return true if the given relocation might need a matching %lo().
2052 /* Return true if the given fixup is followed by a matching R_MIPS_LO16
2477 immediately followed the MAX_NOPS instructions given b
15172 mips_strict_matching_cpu_name_p(const char *canonical, const char *given) argument
15188 mips_matching_cpu_name_p(const char *canonical, const char *given) argument
[all...]
/freebsd-11-stable/contrib/binutils/opcodes/
H A Darm-dis.c1579 arm_decode_shift (long given, fprintf_ftype func, void *stream,
1582 func (stream, "%s", arm_regnames[given & 0xf]);
1584 if ((given & 0xff0) != 0)
1586 if ((given & 0x10) == 0)
1588 int amount = (given & 0xf80) >> 7;
1589 int shift = (given & 0x60) >> 5;
1608 func (stream, ", %s %s", arm_shift[(given & 0x60) >> 5],
1609 arm_regnames[(given & 0xf00) >> 8]);
1611 func (stream, ", %s", arm_regnames[(given & 0xf00) >> 8]);
1620 print_insn_coprocessor (bfd_vma pc, struct disassemble_info *info, long given,
1578 arm_decode_shift(long given, fprintf_ftype func, void *stream, int print_shift) argument
1619 print_insn_coprocessor(bfd_vma pc, struct disassemble_info *info, long given, bfd_boolean thumb) argument
2115 print_arm_address(bfd_vma pc, struct disassemble_info *info, long given) argument
2209 print_insn_neon(struct disassemble_info *info, long given, bfd_boolean thumb) argument
2666 print_insn_arm(bfd_vma pc, struct disassemble_info *info, long given) argument
3026 print_insn_thumb16(bfd_vma pc, struct disassemble_info *info, long given) argument
3302 print_insn_thumb32(bfd_vma pc, struct disassemble_info *info, long given) argument
3758 print_insn_data(bfd_vma pc ATTRIBUTE_UNUSED, struct disassemble_info *info, long given) argument
3972 long given; local
[all...]
H A Dscore-dis.c71 print_insn_score32 (bfd_vma pc, struct disassemble_info *info, long given) argument
79 if ((insn->mask & 0xffff0000) && (given & insn->mask) == insn->value)
95 target = (pc & 0xfe000000) | (given & 0x01fffffe);
103 int disp = ((given & 0x01ff8000) >> 5) | (given & 0x3fe);
142 reg = given >> bitstart;
152 reg = given >> bitstart;
162 reg = given >> bitstart;
167 if (((given & insn->mask) == 0x0c00000a) /* ldc1 */
168 || ((given
242 print_insn_score16(bfd_vma pc, struct disassemble_info *info, long given) argument
396 long given; local
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Ddpadd.mk66 # in DPADD for a given library.
H A Dsys.debug.mk25 # DEBUG_* were given on our command line.
/freebsd-11-stable/contrib/dialog/
H A Dmixedgauge.c50 status_string(char *given, char **freeMe) argument
55 if (isdigit(UCH(*given))) {
56 switch (*given) {
91 } else if (*given == '-') {
92 size_t need = strlen(++given);
95 sprintf(temp, "%3s%%", given);
97 } else if (!isspace(UCH(*given))) {
98 result = given;
H A Dutil.c240 * option to be given, but some scripts were written making use of the
522 * have (or can) define a pair with the given color as foreground on the
552 * have (or can) define a pair with the given color as foreground on the
633 size_t given = strlen(txt); local
637 len = mbrtowc(&wch, txt, given, &state);
1211 * Find the length of the longest "word" in the given string. By setting the
1419 * also (given the default color choices) produces a recessed effect.
1486 * Check if the given point is "in" the given window. If so, return the window
2474 * Returns true if we should quote the given strin
[all...]
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex446 and subnodes. Properties are given as just {\emph{name} \texttt{=}
447 \emph{value}\texttt{;}}. The property values can be given in any
451 value is the given string, including terminating NULL. C-style
454 property value is made up of a list of 32-bit ``cells'', each given
457 property value is given as a hex bytestring.
498 length that makes sense given the address forms specified by the
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.c615 /* Array giving truth value on whether or not a given hard register
616 can support a given mode. */
1305 /* Classify symbolic expression X, given that it appears in context
1469 /* Return true if X is a valid base register for the given mode.
1650 given type into a register. If valid in an address, the same number
2314 DEST given that SRC satisfies immediate_operand but doesn't satisfy
4014 PARM_BOUNDARY bits of alignment, but will be given anything up
4866 /* If neither -mbranch-likely nor -mno-branch-likely was given
4956 about "-mips16 -mexplicit-relocs", especially given that
5034 /* Set up array giving whether a given registe
9585 mips_strict_matching_cpu_name_p(const char *canonical, const char *given) argument
9601 mips_matching_cpu_name_p(const char *canonical, const char *given) argument
[all...]
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex36 % The texinfo.tex in any given distribution could well be out
856 % (if RIGHT-TEXT is given, use TEXT for left page, RIGHT-TEXT for right;
1987 \unhbox0 % third arg given, show only that
1992 \unhbox0 % PDF: 2nd arg given, show only it
1994 \unhbox0\ (\code{#1})% DVI: 2nd arg given, show both it and url
1997 \code{#1}% only url given, so show it
2586 % If we were given no argument, pretend we were given `1'.
2593 % This is a good thing, since \splitoff doesn't work given nothing at
2623 % given i
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdbarch.sh247 # LEVEL is a predicate on checking that a given method is
274 # match the FORMAL list given above. Functions with out
730 # This macro, given a program counter value and the name of the
752 # is defined to return a non-zero value if either the given addr is one
1542 /* Check those that need to be defined for the given multi-arch level. */
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex36 % The texinfo.tex in any given distribution could well be out
833 % (if RIGHT-TEXT is given, use TEXT for left page, RIGHT-TEXT for right;
1886 \unhbox0 % third arg given, show only that
1891 \unhbox0 % PDF: 2nd arg given, show only it
1893 \unhbox0\ (\code{#1})% DVI: 2nd arg given, show both it and url
1896 \code{#1}% only url given, so show it
2485 % If we were given no argument, pretend we were given `1'.
2492 % This is a good thing, since \splitoff doesn't work given nothing at
2522 % given i
[all...]
/freebsd-11-stable/contrib/ldns/
H A Dltmain.sh556 # given, STRING is the basename for that directory.
648 # is given, then evaluate it.
672 # is given, then evaluate it. Use the saved locale for evaluation.
1307 # If FAIL_CMD is given, eval that upon failure.
1796 # where, for any given $build/$host combination the 'X_to_Y' value is the
2338 from the given SOURCEFILE.
2725 echo "in a given directory, LIBDIR, you must either use libtool, and"
8148 # which of the given symbols are data symbols and tag
8233 # The given exports_symbols file has to be filtered, so filter it.
8482 # The given exports_symbol
[all...]
/freebsd-11-stable/contrib/ncurses/form/
H A Dfrm_driver.c282 * Returns the column of the base of the given cell.
304 * Returns the number of columns needed for the given cell in a window.
769 | Description : Check if the given coordinates lie within the given field.
2777 * automatically (given the proper options). But we cannot eat the
3219 | Description : Get the next field after the given field on the current
3302 | Description : Get the previous field before the given field on the
3333 | Description : Get the next field after the given field on the current
3359 | Description : Get the previous field before the given field on the
3441 | field laying on the left side of the given fiel
4010 wchar_t given[2]; local
4862 size_t given = strlen(source); local
[all...]
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtic.c158 " -R<name> restrict translation to given terminfo/termcap version",
1555 _nc_warning("\"tsl\" capability is redundant, given XT");
1558 _nc_warning("Expected XT to be set, given kmous");
1565 * Returns the expected number of parameters for the given capability.
1628 { "smgbp", 1 }, /* 2 if smgtp is not given */
1656 * Make a quick sanity check for the parameters which are used in the given
1950 * a given string (e.g., KEY_END and KEY_LL). But curses will only
1955 NAME_VALUE *given = get_fkey_list(tp); local
1960 for (j = 0; given[j].keycode; ++j) {
1961 const char *a = given[
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh889 # given, BASENAME is the basename for that directory.
1210 # is given, then evaluate it.
1235 # is given, then evaluate it. Use the saved locale for evaluation.
1781 # Display all warnings if -W was not given.
2580 # If FAIL_CMD is given, eval that upon failure.
3087 # where, for any given $build/$host combination the 'X_to_Y' value is the
3654 from the given SOURCEFILE.
4044 echo "in a given directory, LIBDIR, you must either use libtool, and"
9634 # which of the given symbols are data symbols and tag
9719 # The given exports_symbol
[all...]
/freebsd-11-stable/contrib/openbsm/config/
H A Dltmain.sh556 # given, STRING is the basename for that directory.
648 # is given, then evaluate it.
672 # is given, then evaluate it. Use the saved locale for evaluation.
1307 # If FAIL_CMD is given, eval that upon failure.
1826 # where, for any given $build/$host combination the 'X_to_Y' value is the
2368 from the given SOURCEFILE.
2755 echo "in a given directory, LIBDIR, you must either use libtool, and"
8193 # which of the given symbols are data symbols and tag
8278 # The given exports_symbols file has to be filtered, so filter it.
8527 # The given exports_symbol
[all...]
/freebsd-11-stable/contrib/openbsm/
H A Dconfigure1445 default value of `-d' given by some make applications.
2381 # Check whether --enable-maintainer-mode was given.
2404 # Check whether --with-native-includes was given.
2865 # safe: cross compilers may not add the suffix if given an `-o'
3978 # Check whether --with-gnu-ld was given.
4734 # which responds to the $file_magic_cmd with a given extended regex.
5865 # Check whether --with-sysroot was given.
5899 # Check whether --enable-libtool-lock was given.
7143 # Check whether --enable-shared was given.
7174 # Check whether --enable-static was given
[all...]
/freebsd-11-stable/crypto/heimdal/
H A Dconfigure1728 default value of `-d' given by some make applications.
3114 # Check whether --enable-maintainer-mode was given.
3528 # safe: cross compilers may not add the suffix if given an `-o'
3969 # Check whether --enable-dependency-tracking was given.
4081 # When given -MP, icc 7.0 and 7.1 complain thusly:
4842 # Check whether --with-gnu-ld was given.
5593 # which responds to the $file_magic_cmd with a given extended regex.
6682 # Check whether --with-sysroot was given.
6716 # Check whether --enable-libtool-lock was given.
7801 # Check whether --enable-shared was given
[all...]
H A Dltmain.sh560 # given, STRING is the basename for that directory.
652 # is given, then evaluate it.
676 # is given, then evaluate it. Use the saved locale for evaluation.
1306 # If FAIL_CMD is given, eval that upon failure.
1795 # where, for any given $build/$host combination the 'X_to_Y' value is the
2337 from the given SOURCEFILE.
2724 echo "in a given directory, LIBDIR, you must either use libtool, and"
8126 # which of the given symbols are data symbols and tag
8211 # The given exports_symbols file has to be filtered, so filter it.
8460 # The given exports_symbol
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2.s5 ; slightly different given all values must be 32-bit between

Completed in 497 milliseconds

12