Searched refs:re (Results 151 - 175 of 266) sorted by relevance

1234567891011

/freebsd-11-stable/sys/arm64/include/
H A Dbus.h300 #define bus_space_alloc(t, rs, re, s, a, b, c, ap, hp) \
301 (*(t)->bs_alloc)((t)->bs_cookie, (rs), (re), (s), (a), (b), \
/freebsd-11-stable/sys/powerpc/include/
H A Dbus.h285 #define bus_space_alloc(t, rs, re, s, a, b, c, ap, hp) \
286 (*(t)->bs_alloc)(rs, re, s, a, b, c, ap, hp)
/freebsd-11-stable/sys/riscv/include/
H A Dbus.h300 #define bus_space_alloc(t, rs, re, s, a, b, c, ap, hp) \
301 (*(t)->bs_alloc)((t)->bs_cookie, (rs), (re), (s), (a), (b), \
/freebsd-11-stable/contrib/ntp/sntp/
H A DMakefile.am283 *) $(error re-run configure adding $(DIST_FAIL) if you want to make a distribution.); \
284 echo "re-run configure adding $(DIST_FAIL) if you want to make a distribution."; \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp116 friend bool operator<(const unsigned int r, const struct ReduceEntry &re) { argument
117 return (r < re.WideOpc());
/freebsd-11-stable/share/man/man4/
H A DMakefile452 re.4 \
738 MLINKS+=re.4 if_re.4
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex37 % of date, so if that's what you're using, please check.
108 % messages, but if we're using an old version of TeX, don't do anything.
518 % Check whether we're in the right environment:
636 % Be sure we're in horizontal mode when doing a tie, since we make space
2444 % We're going to be starting a paragraph, but we don't want the
2634 % Be sure we're not beyond the end of the alphabet.
2647 % Be sure we're not beyond the end of the alphabet.
3007 % If we're here, #1 ends with ^^M\ifinfo (for example).
3073 % we're called from @code, as @code{@value{foo-bar_}}, though.
3564 % But don't do any of this if we're no
[all...]
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex37 % of date, so if that's what you're using, please check.
108 % messages, but if we're using an old version of TeX, don't do anything.
510 % Check whether we're in the right environment:
628 % Be sure we're in horizontal mode when doing a tie, since we make space
2343 % We're going to be starting a paragraph, but we don't want the
2533 % Be sure we're not beyond the end of the alphabet.
2546 % Be sure we're not beyond the end of the alphabet.
2906 % If we're here, #1 ends with ^^M\ifinfo (for example).
2972 % we're called from @code, as @code{@value{foo-bar_}}, though.
3462 % But don't do any of this if we're no
[all...]
/freebsd-11-stable/contrib/ntp/scripts/monitoring/
H A Dntploopwatch77 } # ' re-sync emacs fontification
83 print @ctime'DoW if 0; # ' re-sync emacs fontification
/freebsd-11-stable/contrib/amd/amd/
H A Damd.h342 regex_t re; /* store the regexp from regcomp() */ member in struct:kv
/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghashv8-armx.pl282 vext.8 $IN,$t0,$t0,#8 @ re-construct $IN
283 adds $len,$len,#32 @ re-construct $len
284 veor $Xl,$Xl,$Xh @ re-construct $Xl
/freebsd-11-stable/contrib/mdocml/
H A Dread.c441 * readjust our starting point and re-run it. The roff
500 * buffer because we're going to descend into
567 * If we're a regular file, try just reading in the whole entry
/freebsd-11-stable/stand/lua/
H A Dconfig.lua105 -- since we're already tracking the values.
402 -- We're done; nextboot is not enabled
/freebsd-11-stable/sys/modules/
H A DMakefile339 re \
/freebsd-11-stable/contrib/gcc/doc/
H A Dmakefile.texi114 they're no longer needed. This saves disk space.
/freebsd-11-stable/sys/arm/include/
H A Dbus.h317 #define bus_space_alloc(t, rs, re, s, a, b, c, ap, hp) \
318 (*(t)->bs_alloc)((t), (rs), (re), (s), (a), (b), \
/freebsd-11-stable/share/mk/
H A Dgendirdeps.mk29 # This makefile [re]generates ${.MAKE.DEPENDFILE}
H A Dsys.mk474 # period has passed, include it while we're in a ports tree here
/freebsd-11-stable/sys/mips/include/
H A Dbus.h278 #define bus_space_alloc(t, rs, re, s, a, b, c, ap, hp) \
279 (*(t)->bs_alloc)((t)->bs_cookie, (rs), (re), (s), (a), (b), \
/freebsd-11-stable/contrib/bmake/mk/
H A Dgendirdeps.mk28 # This makefile [re]generates ${.MAKE.DEPENDFILE}
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i134 optionally re-directed to stdin_path, stdout_path, and
153 The path to use when re-directing the STDIN of the new
158 The path to use when re-directing the STDOUT of the new
163 The path to use when re-directing the STDERR of the new
1015 elif type(key) is re.SRE_Pattern:
1054 module = property(get_modules_access_object, None, doc=r'''A read only property that returns an object that implements python operator overloading with the square brackets().\n target.module[<int>] allows array access to any modules.\n target.module[<str>] allows access to modules by basename, full path, or uuid string value.\n target.module[uuid.UUID()] allows module access by UUID.\n target.module[re] allows module access using a regular expression that matches the module full path.''')
/freebsd-11-stable/sys/conf/
H A Dkern.mk53 # Catch-all for all the things that are in our tree, but for which we're
/freebsd-11-stable/sys/dev/re/
H A Dif_re.c34 __FBSDID("$FreeBSD: stable/11/sys/dev/re/if_re.c 341477 2018-12-04 17:40:56Z vmaffione $");
153 MODULE_DEPEND(re, pci, 1, 1, 1);
154 MODULE_DEPEND(re, ether, 1, 1, 1);
155 MODULE_DEPEND(re, miibus, 1, 1, 1);
162 TUNABLE_INT("hw.re.intr_filter", &intr_filter);
164 TUNABLE_INT("hw.re.msi_disable", &msi_disable);
166 TUNABLE_INT("hw.re.msix_disable", &msix_disable);
168 TUNABLE_INT("hw.re.prefer_iomap", &prefer_iomap);
310 MODULE_DEPEND(re, netmap, 1, 1, 1);
340 "re",
[all...]
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex36 % of date, so if that's what you're using, please check.
109 % messages, but if we're using an old version of TeX, don't do anything.
543 % Check whether we're in the right environment:
582 % Be sure we're in horizontal mode when doing a tie, since we make space
2876 % well use a command to get a left brace too. We could re-use the
2896 % Unless we're in typewriter, use \ecfont because the CM text fonts do
3537 % We're going to be starting a paragraph, but we don't want the
3737 % Be sure we're not beyond the end of the alphabet.
3750 % Be sure we're not beyond the end of the alphabet.
4118 % If we're her
[all...]
/freebsd-11-stable/tools/sched/
H A Dschedgraph.py31 import re
982 ktrre = re.compile(hdrexp + groupexp + idexp + typeexp + attribexp)
983 attrre = re.compile(attrexp)
1529 # below us when we're done.

Completed in 425 milliseconds

1234567891011