| /src/external/gpl2/lvm2/dist/test/ |
| t-lvcreate-pvtags.sh | 18 pvchange --addtag fast $devs 20 # 3 stripes with 3 PVs (selected by tag, @fast) is fine 21 lvcreate -l3 -i3 $vg @fast 24 not lvcreate -l4 -i4 $vg @fast 30 lvcreate -l1 -m1 $vg @fast 33 lvcreate -l1 -m2 --corelog $vg @fast 36 not lvcreate -l1 -m2 $vg @fast 39 not lvcreate -l1 -m3 --corelog $vg @fast
|
| /src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
| lsan.h | 19 #define GET_STACK_TRACE(max_size, fast) \ 22 GET_CURRENT_FRAME(), nullptr, fast); 50 __sanitizer::uptr bp, void *context, bool fast) { 53 if (fast && (t = CurrentThreadContext())) { 58 stack->Unwind(max_depth, pc, bp, context, stack_top, stack_bottom, fast);
|
| /src/games/trek/ |
| main.c | 170 /* Default to fast mode */ 171 Etc.fast = 1; 177 case 'f': /* set fast mode */ 178 Etc.fast++; 182 Etc.fast = 0;
|
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_stack.h | 35 void *context, bool fast) { 37 stack->Unwind(max_depth, pc, bp, context, 0, 0, fast); 48 fast); 50 } else if (!t && !fast) { 64 #define GET_STACK_TRACE(max_size, fast) \ 75 GET_CURRENT_FRAME(), 0, fast); \
|
| /src/external/gpl3/gcc/dist/libsanitizer/lsan/ |
| lsan.h | 23 #define GET_STACK_TRACE(max_size, fast) \ 25 stack.Unwind(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), nullptr, fast, \
|
| lsan.cpp | 45 bool fast = StackTrace::WillUseFastUnwind(request_fast); 46 Unwind(max_depth, pc, bp, context, stack_top, stack_bottom, fast);
|
| /src/external/gpl3/gcc/dist/libsanitizer/ubsan/ |
| ubsan_diag_standalone.cpp | 24 bool fast = StackTrace::WillUseFastUnwind(request_fast); local 25 Unwind(max_depth, pc, bp, context, top, bottom, fast);
|
| ubsan_signals_standalone.cpp | 47 uptr pc, uptr bp, void *context, bool fast);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/ |
| lsan.h | 23 #define GET_STACK_TRACE(max_size, fast) \ 26 GET_CURRENT_FRAME(), nullptr, fast, max_size);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/ |
| ubsan_diag_standalone.cpp | 24 bool fast = StackTrace::WillUseFastUnwind(request_fast); local 25 Unwind(max_depth, pc, bp, context, top, bottom, fast);
|
| ubsan_signals_standalone.cpp | 42 uptr pc, uptr bp, void *context, bool fast);
|
| /src/external/bsd/zstd/dist/tests/cli-tests/compression/ |
| compress-literals.sh | 8 zstd file --no-compress-literals --fast=1 -c | zstd -t 10 zstd file --compress-literals --fast=1 -c | zstd -t
|
| levels.sh | 9 zstd --fast=10 file -o file-f10.zst -q 10 zstd --fast=1 file -o file-f1.zst -q 21 zstd --fast file -f -q 22 cmp file.zst file-f1.zst || die "--fast is not level -1" 31 zstd --fast=200000 file -c | zstd -t 34 zstd --fast=5000000000 -f file && die "Level too large, must fail" ||: 59 ZSTD_CLEVEL=10 zstd -f file --fast=1 -o file-f1-env.zst -q
|
| gzip-compat.sh | 10 $ZSTD_SYMLINK_DIR/gzip --fast file ; $ZSTD_SYMLINK_DIR/gzip -d file.gz
|
| /src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| asan_stack.h | 35 #define GET_STACK_TRACE(max_size, fast) \ 47 fast, max_size); \
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| asan_stack.h | 35 #define GET_STACK_TRACE(max_size, fast) \ 46 GET_CURRENT_FRAME(), nullptr, fast, max_size); \
|
| /src/sys/sys/ |
| common_int_mwgwtypes.h | 36 #error Your compiler does not provide min/fast width type macros.
|
| /src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| tsan_stack_trace.cpp | 54 bool fast = StackTrace::WillUseFastUnwind(request_fast); local 55 Unwind(max_depth, pc, bp, context, top, bottom, fast);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| tsan_stack_trace.cpp | 54 bool fast = StackTrace::WillUseFastUnwind(request_fast); local 55 Unwind(max_depth, pc, bp, context, top, bottom, fast);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| dce.cc | 59 /* Bitmap obstacks used for block processing by the fast algorithm. */ 121 deletable_insn_p (rtx_insn *insn, bool fast, bitmap arg_stores) 142 fast, arg_stores); 177 if (fast) 219 mark_insn (rtx_insn *insn, bool fast) 223 if (!fast) 234 find_call_stack_args (as_a <rtx_call_insn *> (insn), true, fast, NULL); local 264 mark_nonreg_stores (rtx_insn *insn, bool fast) 266 if (fast) 295 and FAST is false, return const, otherwise retur 351 bool fast; member in struct:check_argument_load_data [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| dce.cc | 59 /* Bitmap obstacks used for block processing by the fast algorithm. */ 121 deletable_insn_p (rtx_insn *insn, bool fast, bitmap arg_stores) 142 fast, arg_stores); 177 if (fast) 219 mark_insn (rtx_insn *insn, bool fast) 223 if (!fast) 234 find_call_stack_args (as_a <rtx_call_insn *> (insn), true, fast, NULL); local 264 mark_nonreg_stores (rtx_insn *insn, bool fast) 266 if (fast) 295 and FAST is false, return const, otherwise retur 351 bool fast; member in struct:check_argument_load_data [all...] |
| /src/games/sail/ |
| pl_5.c | 88 Msg("Ship can't turn that fast."); 115 Msg("Can't move that fast.");
|
| /src/external/public-domain/xz/dist/m4/ |
| tuklib_integer.m4 | 11 # - Does the hardware support fast unaligned access to 16-bit 50 [Enable if the system supports *fast* unaligned memory access 68 the system supports fast unaligned access to 16-bit and
|
| /src/external/public-domain/xz/dist/tests/ |
| test_compress.sh | 132 test_xz $ARGS --lzma2=dict=64KiB,nice=32,mode=fast 135 # test_xz --subblock $ARGS --lzma2=dict=64KiB,nice=32,mode=fast
|
| /src/external/bsd/zstd/dist/tests/gzip/ |
| gzip-env.sh | 40 -1 --fast -2 -3 -4 -5 -6 -7 -8 -9 --best
|