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

12

/freebsd-9.3-release/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-9.3-release/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.c179 * option to be given, but some scripts were written making use of the
442 * have (or can) define a pair with the given color as foreground on the
472 * have (or can) define a pair with the given color as foreground on the
540 size_t given = strlen(txt); local
544 len = mbrtowc(&wch, txt, given, &state);
1062 * Find the length of the longest "word" in the given string. By setting the
1288 * also (given the default color choices) produces a recessed effect.
1348 * Check if the given point is "in" the given window. If so, return the window
2309 * Returns true if we should quote the given strin
[all...]
/freebsd-9.3-release/sbin/atm/atmconfig/
H A Datmconfig.help53 prints help on the given command (including a list of subcommands)
55 gives help on the given subcommand
111 If now device is given as argument information about all devices is shown.
134 Show configuration and state information about the PHY chip on the given
140 Set the bits of given PHY chip register for which the corresponding bit in
200 and is one of UBR, CBR, VBR or ABR. If not given UBR is assumed. Depending
/freebsd-9.3-release/share/mk/
H A Dbsd.symver.mk8 # Generate the version map given the version definitions
/freebsd-9.3-release/usr.sbin/newsyslog/
H A Dnewsyslog.c226 int rotatereq = 0; /* -R = Always rotate the file(s) as given */
228 /* that a list of files *are* given on */
230 char *requestor; /* The name given on a -R request */
706 warnx("At least one filename must be given when -R is specified.");
755 warnx("Malformed time given on -D %s", doption);
796 char **given; local
842 * given on the run command, then the only thing left to do is to
856 * If newsyslog was given a specific list of files to process,
886 for (given = files; *given;
[all...]
/freebsd-9.3-release/usr.sbin/cron/doc/
H A DINSTALL69 USER' is given; `-u' only works for root. When using most `su' commands
/freebsd-9.3-release/contrib/llvm/lib/Support/Unix/
H A DPath.inc67 /// This class automatically closes the given file descriptor when it goes out
239 /// GetMainExecutable - Return the path to the main executable, given the
H A DProgram.inc63 // Use the given path verbatim if it contains any slashes; this matches
/freebsd-9.3-release/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-9.3-release/contrib/ipfilter/perl/
H A Dplog1040 these hosts. Addresses may be given as dotted IP addresses or hostnames, and
1044 If neither -S nor -D is given, both reports are generated.
/freebsd-9.3-release/contrib/bmake/mk/
H A Ddpadd.mk36 # in DPADD for a given library.
H A Dsys.mk41 # DEBUG_* were given on our command line.
/freebsd-9.3-release/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. */
1454 /* Return true if X is a valid base register for the given mode.
1626 given type into a register. If valid in an address, the same number
2290 DEST given that SRC satisfies immediate_operand but doesn't satisfy
3990 PARM_BOUNDARY bits of alignment, but will be given anything up
4842 /* If neither -mbranch-likely nor -mno-branch-likely was given
4932 about "-mips16 -mexplicit-relocs", especially given that
5010 /* Set up array giving whether a given register can hold a given mod
9560 mips_strict_matching_cpu_name_p(const char *canonical, const char *given) argument
9576 mips_matching_cpu_name_p(const char *canonical, const char *given) argument
[all...]
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex36 % The texinfo.tex in any given distribution could well be out
832 % (if RIGHT-TEXT is given, use TEXT for left page, RIGHT-TEXT for right;
1872 \unhbox0 % third arg given, show only that
1877 \unhbox0 % PDF: 2nd arg given, show only it
1879 \unhbox0\ (\code{#1})% DVI: 2nd arg given, show both it and url
1882 \code{#1}% only url given, so show it
2412 % If we were given no argument, pretend we were given `1'.
2419 % This is a good thing, since \splitoff doesn't work given nothing at
2449 % given i
[all...]
/freebsd-9.3-release/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-9.3-release/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-9.3-release/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
15171 mips_strict_matching_cpu_name_p(const char *canonical, const char *given) argument
15187 mips_matching_cpu_name_p(const char *canonical, const char *given) argument
[all...]
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...]
/freebsd-9.3-release/contrib/cvs/contrib/
H A Dcvs_acls.in352 read from top to bottom, keeping track of whether a given user, repository
/freebsd-9.3-release/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh51 path -- Extract only parts of the tree starting with the given
240 "SERVERNAME must be given via command line or configuration file."
241 _KEYPRINT_z="Key must be given via -k option or configuration file."
356 # If no records, give up -- we'll just use the server name we were given.
/freebsd-9.3-release/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-9.3-release/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.
745 | Description : Check if the given coordinates lie within the given field.
2733 * automatically (given the proper options). But we cannot eat the
3149 | Description : Get the next field after the given field on the current
3231 | Description : Get the previous field before the given field on the
3262 | Description : Get the next field after the given field on the current
3288 | Description : Get the previous field before the given field on the
3370 | field laying on the left side of the given fiel
4507 size_t given = strlen(source); local
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2.s5 ; slightly different given all values must be 32-bit between

Completed in 301 milliseconds

12