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

12

/freebsd-11-stable/contrib/binutils/opcodes/
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...]
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...]
/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/llvm-project/llvm/lib/Support/Unix/
H A DThreading.inc75 // Set the requested stack size, if given.
H A DProgram.inc71 // Use the given path verbatim if it contains any slashes; this matches
/freebsd-11-stable/share/mk/
H A Dbsd.symver.mk8 # Generate the version map given the version definitions
/freebsd-11-stable/contrib/bmake/mk/
H A Dsys.debug.mk25 # DEBUG_* were given on our command line.
H A Ddpadd.mk66 # in DPADD for a given library.
/freebsd-11-stable/usr.sbin/newsyslog/
H A Dnewsyslog.c232 static int rotatereq = 0; /* -R = Always rotate the file(s) as given */
234 /* that a list of files *are* given on */
236 static char *requestor; /* The name given on a -R request */
728 warnx("At least one filename must be given when -R is specified.");
777 warnx("Malformed time given on -D %s", doption);
818 char **given; local
864 * given on the run command, then the only thing left to do is to
877 * If newsyslog was given a specific list of files to process,
907 for (given = files; *given;
[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/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc145 * for a given value site.
363 * given the data stored in Record.
532 * given the data stored in Record.
713 /* Macros to define start/stop section symbol for a given
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc145 * for a given value site.
363 * given the data stored in Record.
532 * given the data stored in Record.
713 /* Macros to define start/stop section symbol for a given
/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/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql121 The ACTUAL_NODE table row for a given path exists if the node at that
126 The ACTUAL_NODE table row for a given path may also exist in other cases,
135 /* parent's local_relpath for aggregating children of a given parent.
244 The row with op_depth=0 for any given local relpath represents the "base"
293 /* parent's local_relpath for aggregating children of a given parent.
/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/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/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/binutils/gas/config/
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/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
/freebsd-11-stable/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh56 path -- Extract only parts of the tree starting with the given
261 "SERVERNAME must be given via command line or configuration file."
262 _KEYPRINT_z="Key must be given via -k option or configuration file."
377 # If no records, give up -- we'll just use the server name we were given.
/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/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2.s5 ; slightly different given all values must be 32-bit between

Completed in 300 milliseconds

12