Searched refs:fixed (Results 26 - 50 of 73) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DMacroArgs.cpp294 isBad = Result[1] == '\''; // ''' is not legal. '\' already fixed above.
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js64 CLASS_FIXED = NAMESPACE+'-fixed',
471 '^(show|hide|position).(event|target|fixed|inactive|leave|distance|viewport|adjust)': function() {
807 // Adjust for position.fixed tooltips (and also iOS scroll bug in v3.2-4.0 & v4.3-4.3.2)
810 (!BROWSER.iOS && type === 'fixed')
885 if(position === 'fixed') {
1264 // Prevent hiding if tooltip is fixed and event target is the tooltip.
1268 (this.options.hide.fixed && (
1409 // Enable hide.fixed by adding appropriate class
1410 if(options.hide.fixed) {
1902 fixed
[all...]
/freebsd-11-stable/sys/contrib/zlib/
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",
H A Dinflate.c24 * - Correct filename to inffixed.h for fixed tables in inflate.c
270 fixed code decoding. Normally this returns fixed tables from inffixed.h.
284 static code fixed[544]; local
286 /* build fixed huffman tables if first call (may not be thread safe) */
297 next = fixed;
348 puts(" /* inffixed.h -- table for decoding fixed codes");
866 case 1: /* fixed block */
868 Tracev((stderr, "inflate: fixed codes block%s\n",
/freebsd-11-stable/sys/dev/puc/
H A Dpucdata.c1286 int base, crtype, fixed, high, i, oxpcie; local
1292 base = fixed = oxpcie = 0;
1311 if (fixed == 1)
1344 if (fixed == 0) {
1488 * standard fixed clock multiplier jumper is set.
1491 device_printf(sc->sc_dev, "fixed clock rate "
1495 "suboptimal fixed clock rate multiplier "
/freebsd-11-stable/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-11-stable/sys/dev/usb/wlan/
H A Dif_rsu.c1359 struct ndis_802_11_fixed_ies *fixed; local
1428 /* Write the fixed fields of the beacon frame. */
1429 fixed = (struct ndis_802_11_fixed_ies *)&bss[1];
1430 memcpy(&fixed->tstamp, ni->ni_tstamp.data, 8);
1431 fixed->bintval = htole16(ni->ni_intval);
1432 fixed->capabilities = htole16(ni->ni_capinfo);
1434 frm = (uint8_t *)&fixed[1];
1445 bss->ieslen = htole32(frm - (uint8_t *)fixed);
H A Dif_rsureg.h492 uint32_t fixed; member in struct:r92s_event_join_bss
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dios.cpp95 const ios_base::fmtflags ios_base::fixed; member in class:ios_base
/freebsd-11-stable/contrib/ncurses/
H A Ddist.mk56 # man2html 3.0.1 is a Perl script which assumes that pages are fixed size.
/freebsd-11-stable/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-11-stable/contrib/wpa/src/drivers/
H A Ddriver_ndis.c852 NDIS_802_11_FIXED_IEs *fixed; local
881 fixed = (NDIS_802_11_FIXED_IEs *) bss->IEs;
882 r->beacon_int = WPA_GET_LE16((u8 *) &fixed->BeaconInterval);
883 r->caps = WPA_GET_LE16((u8 *) &fixed->Capabilities);
884 r->tsf = WPA_GET_LE64(fixed->Timestamp);
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devdns.c3702 FIXED_INFO *fixed; local
3725 fixed = buf;
3726 r = fn(fixed, &size);
3735 fixed = buf;
3736 r = fn(fixed, &size);
3744 EVUTIL_ASSERT(fixed);
3746 ns = &(fixed->DnsServerList);
/freebsd-11-stable/contrib/binutils/binutils/
H A Dresbin.c981 fatal (_("unexpected fixed version information length %ld"), (long) vallen);
984 toosmall (_("fixed version info"));
988 fatal (_("unexpected fixed version signature %lu"), signature);
992 fatal (_("unexpected fixed version info version %lu"), fiv);
1158 v->fixed = fi;
1968 if (versioninfo->fixed != NULL)
1975 fi = versioninfo->fixed;
2118 versioninfo->fixed == NULL ? 0
H A Dwindint.h891 struct rc_fixed_versioninfo *fixed; member in struct:rc_versioninfo
904 /* The fixed portion of a versioninfo resource. */
H A Dresrc.c1751 r->u.versioninfo->fixed = fixedverinfo;
3186 f = versioninfo->fixed;
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec449 - drop debug patch, fixed upstream
671 - Don't second-guess fixpaths, which causes paths to get fixed twice. (#21290)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.c31 * - Correct filename to inffixed.h for fixed tables in inflate.c
204 fixed code decoding. Normally this returns fixed tables from inffixed.h.
218 static code fixed[544]; local
220 /* build fixed huffman tables if first call (may not be thread safe) */
231 next = fixed;
282 puts(" /* inffixed.h -- table for decoding fixed codes");
807 case 1: /* fixed block */
809 Tracev((stderr, "inflate: fixed codes block%s\n",
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp199 bool fixed = calcLiveBlockInfo(); local
200 (void)fixed;
201 assert(fixed && "Couldn't fix broken live interval");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1400 // (fixed on Windows 8).
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DDriver.cpp1282 // Handle /dynamicbase and /fixed. We can't use hasFlag for /dynamicbase
1284 // present in the argument list in order to handle /fixed.
1293 bool fixed = args.hasFlag(OPT_fixed, OPT_fixed_no, false); local
1294 if (fixed) {
1297 error("/fixed must not be specified with /dynamicbase");
/freebsd-11-stable/sys/netgraph/
H A Dng_lmi.c158 #define SCF_FIXED 0x04 /* we are fixed from the start */
465 pos += sprintf(arg + pos, "fixed\n");
514 stat->fixed = !!(sc->flags & SCF_FIXED);
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_sa.h982 int fixed, u_int32_t length, u_int8_t *data_ptr,
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm1226 sub rsp, 0 ; no fixed allocation necessary - end prolog
1290 ; add rsp, 0 ; no fixed allocation necessary - start epilog

Completed in 387 milliseconds

123