Searched refs:fixed (Results 1 - 25 of 58) sorted by relevance

123

/freebsd-10.0-release/gnu/usr.bin/gdb/arch/amd64/
H A DMakefile10 i386fbsd-tdep-fixed.c i387-tdep.c
22 CLEANFILES+= i386fbsd-tdep-fixed.c
23 i386fbsd-tdep-fixed.c: i386fbsd-tdep.c
/freebsd-10.0-release/gnu/usr.bin/gdb/arch/i386/
H A DMakefile9 LIBSRCS+= i386-tdep.c i386bsd-tdep.c i386fbsd-tdep-fixed.c i387-tdep.c
21 CLEANFILES += i386fbsd-tdep-fixed.c
22 i386fbsd-tdep-fixed.c: i386fbsd-tdep.c
/freebsd-10.0-release/contrib/dialog/samples/
H A Deditbox315 --fixed-font "$@" --editbox $input 0 0 2>$output
H A Deditbox-utf832 --fixed-font "$@" --editbox $input 0 0 2>$output
/freebsd-10.0-release/sys/netgraph/
H A Dng_lmi.h69 u_char fixed; /* Set to fixed LMI mode */ member in struct:nglmistat
/freebsd-10.0-release/sbin/dhclient/
H A Ddhclient.conf23 fixed-address 192.5.5.213;
29 fixed-address 192.33.137.200;
/freebsd-10.0-release/contrib/one-true-awk/
H A DFIXES35 fixed obscure call by value bug in split(a[1],a) reported on
57 removed fixed limit on number of open files; thanks to aleksey
60 fixed day 1 bug that resurrected deleted elements of ARGV when
78 fixed a subtle (and i hope low-probability) overflow error
87 fixed long-standing overflow bug in run.c; many thanks to
90 fixed bug that didn't parse -vd=1 properly; thanks to santiago
98 fixed a long-standing issue with when FS takes effect. a
111 fixed typo in b.c that set tmpvec wrongly. no one had ever
118 fixed memory fault caused by out of order test in setsval.
126 fixed som
[all...]
/freebsd-10.0-release/contrib/libstdc++/include/backward/
H A Diomanip.h54 using std::fixed;
/freebsd-10.0-release/contrib/libstdc++/src/
H A Dlocale_facets.cc76 // __flags & ios_base::fixed || __prec > 0
84 if (__fltfield == ios_base::fixed)
H A Dios.cc43 const ios_base::fmtflags ios_base::fixed; member in class:ios_base
/freebsd-10.0-release/sys/dev/acpica/
H A Dacpi_button.c53 boolean_t fixed; member in struct:acpi_button_softc
111 device_set_desc(dev, "Power Button (fixed)");
113 sc->fixed = 1;
118 device_set_desc(dev, "Sleep Button (fixed)");
120 sc->fixed = 1;
143 * Install the new handler. We could remove any fixed handlers added
147 if (sc->fixed) {
/freebsd-10.0-release/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_check.c38 typedef unsigned long fixed; typedef
48 fixed x, y, z;
50 x = ((fixed)(charset - 1) << FIXED_BITS) / charset;
53 z = (fixed)charset * (((fixed)1 << FIXED_BITS) - y);
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzprop_common.c371 * Determines the minimum width for the column, and indicates whether it's fixed
372 * or not. Only string columns are non-fixed.
375 zprop_width(int prop, boolean_t *fixed, zfs_type_t type) argument
388 *fixed = B_TRUE;
396 * For fixed-width values, make sure the width is large enough to hold
412 *fixed = B_FALSE;
423 *fixed = B_FALSE;
/freebsd-10.0-release/contrib/libstdc++/include/bits/
H A Dios_base.h236 * - fixed
261 /// Generate floating-point output in fixed-point notation.
262 static const fmtflags fixed = _S_fixed; member in class:ios_base
313 /// A mask of scientific|fixed. Useful for the 2-arg form of @c setf.
949 /// Calls base.setf(ios_base::fixed, ios_base::floatfield).
951 fixed(ios_base& __base) function
953 __base.setf(ios_base::fixed, ios_base::floatfield);
/freebsd-10.0-release/sys/dev/usb/
H A Dusb_transfer.c75 uint16_t fixed[4]; member in struct:usb_std_packet_size
456 if (xfer->max_packet_size >= std_size.fixed[3]) {
457 xfer->max_packet_size = std_size.fixed[3];
458 } else if (xfer->max_packet_size >= std_size.fixed[2]) {
459 xfer->max_packet_size = std_size.fixed[2];
460 } else if (xfer->max_packet_size >= std_size.fixed[1]) {
461 xfer->max_packet_size = std_size.fixed[1];
464 xfer->max_packet_size = std_size.fixed[0];
3323 /* default is fixed */
3324 ptr->fixed[
[all...]
/freebsd-10.0-release/crypto/openssl/util/
H A Dpod2man.pl18 [ B<--fixed=>I<font> ]
56 =item fixed
58 The fixed font to use for code refs. Defaults to CW.
214 (F) The font specified with the C<--fixed> option was not
325 --fixed=font (default "$DEF_FIXED")
336 fixed=s
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DMacroArgs.cpp280 isBad = Result[1] == '\''; // ''' is not legal. '\' already fixed above.
/freebsd-10.0-release/lib/libz/
H A Dinfback.c74 fixed code decoding. Normally this returns fixed tables from inffixed.h.
88 static code fixed[544]; local
90 /* build fixed huffman tables if first call (may not be thread safe) */
101 next = fixed;
308 case 1: /* fixed block */
310 Tracev((stderr, "inflate: fixed codes block%s\n",
/freebsd-10.0-release/sys/cam/scsi/
H A Dscsi_sa.h307 int fixed, u_int32_t length, u_int8_t *data_ptr,
/freebsd-10.0-release/contrib/gcc/
H A Dregclass.c68 that are fixed use (stack pointer, pc, frame pointer, etc.).
83 that are fixed use or are clobbered by function calls.
118 fixed use or call used registers that cannot hold quantities across
119 calls even if we are willing to save and restore them. call fixed
131 and are also considered fixed. */
313 /* This macro allows the fixed or call-used registers
445 /* There are a couple of fixed registers that we know are safe to
449 is if it is fixed. The stack pointer usually is, unless
715 It should be a fixed register if FIXED and a
719 fix_register (const char *name, int fixed, in
718 fix_register(const char *name, int fixed, int call_used) argument
[all...]
/freebsd-10.0-release/sys/dev/usb/wlan/
H A Dif_rsu.c1044 struct ndis_802_11_fixed_ies *fixed; local
1086 /* Write the fixed fields of the beacon frame. */
1087 fixed = (struct ndis_802_11_fixed_ies *)&bss[1];
1088 memcpy(&fixed->tstamp, ni->ni_tstamp.data, 8);
1089 fixed->bintval = htole16(ni->ni_intval);
1090 fixed->capabilities = htole16(ni->ni_capinfo);
1092 frm = (uint8_t *)&fixed[1];
1098 bss->ieslen = htole32(frm - (uint8_t *)fixed);
/freebsd-10.0-release/contrib/libc++/src/
H A Dios.cpp90 const ios_base::fmtflags ios_base::fixed; member in class:ios_base
/freebsd-10.0-release/contrib/gcc/config/i386/
H A Dsol2-c1.asm115 ! is the argument vector pointer, which is at a fixed address off
H A Dsol2-gc1.asm128 ! is the argument vector pointer, which is at a fixed address off
/freebsd-10.0-release/contrib/llvm/lib/Support/Unix/
H A DPath.inc106 // LLVM manipulates Paths with fixed-sizes arrays, and if the OS can't

Completed in 295 milliseconds

123