/third_party/rust/crates/clap/examples/tutorial_builder/ |
D | 04_01_enum.rs | 5 Fast, enumerator 12 &[Mode::Fast, Mode::Slow] in value_variants() 17 Mode::Fast => PossibleValue::new("fast").help("Run swiftly"), in to_possible_value() 59 Mode::Fast => { in main()
|
/third_party/curl/docs/cmdline-opts/ |
D | tcp-fastopen.d | 5 Help: Use TCP Fast Open 12 Enable use of TCP Fast Open (RFC 7413). TCP Fast Open is a TCP extension that
|
/third_party/python/Modules/_decimal/libmpdec/ |
D | README.txt | 27 typearith.h -> Fast primitives for double word multiplication, 39 The following files implement the Fast Number Theoretic Transform 43 umodarith.h -> Fast low level routines for unsigned modular arithmetic. 52 convolute.{c,h} -> Fast convolution using one of the three transform 67 bignum.txt -> Explanation of the Fast Number Theoretic Transform (FNT).
|
/third_party/rust/crates/clap/examples/tutorial_derive/ |
D | 04_01_enum.rs | 14 Fast, enumerator 25 Mode::Fast => { in main()
|
/third_party/lz4/contrib/debian/ |
D | control | 17 Description: Extremely Fast Compression algorithm http://www.lz4.org 22 Description: Extremely Fast Compression algorithm http://www.lz4.org
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | BypassSlowDivision.cpp | 419 QuotRemWithBB Fast = createFastBB(SuccessorBB); in insertFastDivAndRem() local 420 QuotRemPair Result = createDivRemPhiNodes(Fast, Long, SuccessorBB); in insertFastDivAndRem() 423 Builder.CreateCondBr(CmpV, Fast.BB, SuccessorBB); in insertFastDivAndRem() 433 QuotRemWithBB Fast = createFastBB(SuccessorBB); in insertFastDivAndRem() local 435 QuotRemPair Result = createDivRemPhiNodes(Fast, Slow, SuccessorBB); in insertFastDivAndRem() 439 Builder.CreateCondBr(CmpV, Fast.BB, Slow.BB); in insertFastDivAndRem()
|
/third_party/node/deps/v8/src/builtins/ |
D | array-concat.tq | 12 // Fast path if we invoke as `x.concat()`. 24 // Fast path if we invoke as `[].concat(x)`.
|
/third_party/python/Modules/_decimal/libmpdec/literature/ |
D | REFERENCES.txt | 35 W. Morven Gentleman: Matrix Multiplication and Fast Fourier Transforms 47 Karl Hasselstrom: Fast Division of Large Integers
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | CodePointTrie.java | 744 public static abstract class Fast extends CodePointTrie { class in CodePointTrie 745 private Fast(char[] index, Data data, int highStart, in Fast() method in CodePointTrie.Fast 762 public static Fast fromBinary(ValueWidth valueWidth, ByteBuffer bytes) { in fromBinary() 763 return (Fast) CodePointTrie.fromBinary(Type.FAST, valueWidth, bytes); in fromBinary() 999 public static final class Fast16 extends Fast { 1056 public static final class Fast32 extends Fast { 1113 public static final class Fast8 extends Fast {
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | CodePointTrie.java | 730 public static abstract class Fast extends CodePointTrie { class in CodePointTrie 731 private Fast(char[] index, Data data, int highStart, in Fast() method in CodePointTrie.Fast 747 public static Fast fromBinary(ValueWidth valueWidth, ByteBuffer bytes) { in fromBinary() 748 return (Fast) CodePointTrie.fromBinary(Type.FAST, valueWidth, bytes); in fromBinary() 977 public static final class Fast16 extends Fast { 1030 public static final class Fast32 extends Fast { 1083 public static final class Fast8 extends Fast {
|
/third_party/node/doc/contributing/ |
D | adding-v8-fast-api.md | 1 # Adding V8 Fast API 11 * Fast API functions may not trigger garbage collection. This means by proxy 38 Fast API supports fallback to slow path for when it is desirable to do so,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | GCNNSAReassign.cpp | 86 NSA_Status CheckNSA(const MachineInstr &MI, bool Fast = false) const; 165 GCNNSAReassign::CheckNSA(const MachineInstr &MI, bool Fast) const { in CheckNSA() 183 if (!Fast) { in CheckNSA()
|
D | AMDGPURegisterInfo.cpp | 100 case CallingConv::Fast: in getCalleeSavedRegs() 120 case CallingConv::Fast: in getCallPreservedMask()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | CallingConv.h | 42 Fast = 8, enumerator
|
/third_party/lz4/lib/ |
D | liblz4.pc.in | 1 # LZ4 - Fast LZ compression algorithm
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | CallingConv.h | 42 Fast = 8, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | RegBankSelect.cpp | 56 cl::values(clEnumValN(RegBankSelect::Mode::Fast, "regbankselect-fast", 88 if (OptMode != Mode::Fast) { in init() 100 if (OptMode != Mode::Fast) { in getAnalysisUsage() 629 if (OptMode == RegBankSelect::Mode::Fast) { in assignInstr() 662 OptMode = Mode::Fast; in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroEarly.cpp | 55 CS.setCallingConv(CallingConv::Fast); in lowerResumeOrDestroy() 125 NoopFn->setCallingConv(CallingConv::Fast); in lowerCoroNoop()
|
/third_party/skia/gn/ |
D | flutter_defines.gni | 21 # Fast low-precision software rendering isn't a priority for Flutter.
|
/third_party/rust/crates/minimal-lexical/ |
D | Cargo.toml | 5 description = "Fast float parsing conversion routines."
|
/third_party/ffmpeg/libavcodec/x86/ |
D | xvididct.asm | 17 ; Practical Fast 1D DCT Algorithm with Eleven Multiplications,
|
/third_party/libcoap/examples/riot/examples_libcoap_server/ |
D | README.md | 5 ## Fast configuration (Between RIOT instances):
|
/third_party/libcoap/examples/riot/examples_libcoap_client/ |
D | README.md | 5 ## Fast configuration (Between RIOT instances):
|
/third_party/rust/crates/aho-corasick/ |
D | Cargo.toml | 5 description = "Fast multiple substring searching."
|
/third_party/libsnd/cmake/ |
D | SetupABIVersions.cmake | 1 # Inspiration: https://github.com/ros2-dotnet/Fast-RTPS
|