HomeSort by: relevance | last modified time | path
    Searched refs:With (Results 1 - 25 of 84) sorted by relevancy

1 2 3 4

  /src/external/bsd/jemalloc/dist/include/jemalloc/
jemalloc_rename.sh 7 * Name mangling for public symbols is controlled by --with-mangling and
8 * --with-jemalloc-prefix. With default settings the je_ prefix is stripped by
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/
jemalloc_rename.sh 7 * Name mangling for public symbols is controlled by --with-mangling and
8 * --with-jemalloc-prefix. With default settings the je_ prefix is stripped by
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
SimplifyLibCalls.h 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
34 /// when possible, replace them with their non-checking counterparts.
48 /// optimal value to replace the instruction with or 0 if a more
98 /// that replace well formed calls to library functions with a more optimal
99 /// form. For example, replacing 'printf("Hello!")' with 'puts("Hello!")'.
114 /// Other users may provide an alternate function with this signature instead
116 static void replaceAllUsesWithDefault(Instruction *I, Value *With) {
117 I->replaceAllUsesWith(With);
123 /// Replace an instruction's uses with a value using our replacer
    [all...]
  /src/usr.bin/make/unit-tests/
sh-errctl.mk 3 # Test a shell with error control. This only works in jobs mode; in compat
7 # With error control, each simple command is checked, whereas with echo
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
compiler.F90 14 along with this program. If not, see <http://www.gnu.org/licenses/>. */
46 /* Intel LLVM emits a string like 20220100 with version 2021.2.0 and higher. */
53 /* Starting with 2021 the ifort versioning scheme changed. Before, Intel ifort
55 emitted as 1900. With 2021 the versioning became e.g. 2021.1 defined in
57 change. This compiler identification might not work with ifort versions
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
compiler.F90 14 along with this program. If not, see <http://www.gnu.org/licenses/>. */
46 /* Intel LLVM emits a string like 20220100 with version 2021.2.0 and higher. */
53 /* Starting with 2021 the ifort versioning scheme changed. Before, Intel ifort
55 emitted as 1900. With 2021 the versioning became e.g. 2021.1 defined in
57 change. This compiler identification might not work with ifort versions
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-generated-function-mockers.h 8 // Redistribution and use in source and binary forms, with or without
16 // in the documentation and/or other materials provided with the
151 return GMOCK_MOCKER_(0, constness, Method).With(); \
177 return GMOCK_MOCKER_(1, constness, Method).With(gmock_a1); \
206 return GMOCK_MOCKER_(2, constness, Method).With(gmock_a1, gmock_a2); \
239 return GMOCK_MOCKER_(3, constness, Method).With(gmock_a1, gmock_a2, \
276 return GMOCK_MOCKER_(4, constness, Method).With(gmock_a1, gmock_a2, \
317 return GMOCK_MOCKER_(5, constness, Method).With(gmock_a1, gmock_a2, \
362 return GMOCK_MOCKER_(6, constness, Method).With(gmock_a1, gmock_a2, \
410 return GMOCK_MOCKER_(7, constness, Method).With(gmock_a1, gmock_a2,
    [all...]
gmock-function-mocker.h 4 // Redistribution and use in source and binary forms, with or without
12 // in the documentation and/or other materials provided with the
78 "MOCK_METHOD must be called with 3 or 4 arguments. _Ret, " \
80 "enclosed in parentheses. If _Ret is a type with unprotected commas, " \
97 _N) " arguments. Parenthesize all types with unproctected commas.")
122 .With(GMOCK_PP_REPEAT(GMOCK_INTERNAL_MATCHER_ARGUMENT, , _N)); \
gmock-spec-builders.h 4 // Redistribution and use in source and binary forms, with or without
12 // in the documentation and/or other materials provided with the
39 // .With(multi-argument-matcher)
42 // where the .With() clause is optional.
48 // .With(multi-argument-matchers)
151 // Performs the default action with the given arguments and returns
159 // Performs the given action with the given arguments and returns
213 // Returns the result of invoking this mock function with the given
308 // we cannot initialize it with _ as that causes ambiguity between
312 // Implements the .With() clause
    [all...]
  /src/external/bsd/ntp/dist/scripts/ntp-wait/
ntp-wait-opts.def 45 With this option, @code{ntp-wait} will provide status information.
  /src/external/bsd/ntp/dist/sntp/
sntp-opts.def 47 descrip = "Enable authentication with the key @var{auth-keynumber}";
69 can (and probably should) be modified with @option{-t}.
86 one after another, with a 2-second gap in between each query.
128 descrip = "Look in this file for the key specified with @option{-a}";
134 @code{sntp} will search for the key specified with @option{-a}
193 descrip = "OK to 'step' the time with @command{settimeofday(2)}";
201 descrip = "OK to 'slew' the time with @command{adjtime(2)}";
300 With suitable privilege,
313 With suitable privilege,
  /src/external/lgpl3/gmp/dist/mpn/pa32/hppa1_1/
addmul_1.asm 1 dnl HP-PA 1.1 mpn_addmul_1 -- Multiply a limb vector with a limb and add the
29 dnl GNU Lesser General Public License along with the GNU MP Library. If not,
40 C This runs at 11 cycles/limb on a PA7000. With the used instructions, it can
mul_1.asm 1 dnl HP-PA 1.1 mpn_mul_1 -- Multiply a limb vector with a limb and store the
29 dnl GNU Lesser General Public License along with the GNU MP Library. If not,
40 C This runs at 9 cycles/limb on a PA7000. With the used instructions, it can
49 C At least the PA7100 is rumored to be able to deal with cache-misses without
submul_1.asm 1 dnl HP-PA 1.1 mpn_submul_1 -- Multiply a limb vector with a limb and subtract
29 dnl GNU Lesser General Public License along with the GNU MP Library. If not,
40 C This runs at 12 cycles/limb on a PA7000. With the used instructions, it can
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
tdtags 6 # Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
8 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
60 With the '-x' option, $SELF produces one or more tags files for a
71 to run ${SELF} first without '-a', and ctags(1) second with '-a',
82 that recipe. With no arguments, lists the available recipes.
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
foreachvar.d 213 // If it is with(Enum) {...}, just execute the body.
270 case STMT.With: visitWith(s.isWithStatement()); break;
  /src/external/lgpl3/gmp/dist/mpn/alpha/ev6/nails/
addmul_3.asm 28 dnl GNU Lesser General Public License along with the GNU MP Library. If not,
35 C With 2-way unrolling, we could probably reach 2.25 c/l (3.33 i/c).
  /src/external/lgpl3/gmp/dist/mpn/x86/k7/
mode1o.asm 28 dnl GNU Lesser General Public License along with the GNU MP Library. If not,
44 C With the loop running at just 11 cycles it doesn't seem worth bothering to
sqr_basecase.asm 28 dnl GNU Lesser General Public License along with the GNU MP Library. If not,
53 C With a SQR_TOOM2_THRESHOLD around 50 this code is about 1500 bytes,
341 dnl With the unmodified &src[size] and &dst[size] pointers, the
  /src/external/lgpl3/gmp/dist/mpn/x86_64/fastsse/
lshift.asm 1 dnl AMD64 mpn_lshift optimised for CPUs with fast SSE.
30 dnl GNU Lesser General Public License along with the GNU MP Library. If not,
59 C With 2-way unrolling but no scheduling we reach 1.5 c/l on K10 and 2 c/l on
lshiftc.asm 1 dnl AMD64 mpn_lshiftc optimised for CPUs with fast SSE.
30 dnl GNU Lesser General Public License along with the GNU MP Library. If not,
51 C 16-byte operations, we read with both 8-byte and 16-byte operations.
60 C With 2-way unrolling but no scheduling we reach 1.5 c/l on K10 and 2 c/l on
  /src/sys/arch/mvme68k/stand/sboot/
oc_cksum.s 6 | Redistribution and use in source and binary forms, with or without
13 | documentation and/or other materials provided with the distribution.
57 | called with small counts: 20 bytes for IP header checksums and 40
60 | of the kernel's allocator, the data we're called with is almost
86 | and each additional byte cost 125ns. With the high fixed cost,
168 L5: | deal with 1 or 3 excess bytes at the end of the buffer.
  /src/sys/arch/m68k/m68k/
oc_cksum.s 6 | Redistribution and use in source and binary forms, with or without
13 | documentation and/or other materials provided with the distribution.
53 | called with small counts: 20 bytes for IP header checksums and 40
56 | of the kernel's allocator, the data we're called with is almost
82 | and each additional byte cost 125ns. With the high fixed cost,
192 .L5: | deal with 1 or 3 excess bytes at the end of the buffer.
  /src/external/lgpl3/gmp/dist/mpn/m88k/
mul_1.s 1 ; mc88100 __gmpn_mul_1 -- Multiply a limb vector with a single limb and
29 ; GNU Lesser General Public License along with the GNU MP Library. If not,
54 ; 3. Make the multiplication with less instructions. I think the code for
56 ; With these techniques the (S2_LIMB >= 0x10000) case would run in 17 or
  /src/external/gpl2/xcvs/dist/contrib/
validate_repo.in 12 # Permission is granted to copy and/or distribute this file, with or
58 Print this very help text (or, with C<--verbose>, act like
64 This flag is useful with C<--exec> to execute the C<SCRIPT> (from C<--exec>
87 With C<--all-revisions>, execute or evaluate C<SCRIPT> for a checked out
92 Print verbose debugging information (or, when specified with C<--help>, act
529 # happen to start with revision
565 # executable scripts exit with a non-zero status or evaluated scripts set
622 . "' exited with code $status"

Completed in 47 milliseconds

1 2 3 4