/external/curl/docs/cmdline-opts/ |
D | tcp-fastopen.d | 3 Help: Use TCP Fast Open 6 Enable use of TCP Fast Open (RFC7413).
|
/external/oss-fuzz/projects/fast-dds/ |
D | Dockerfile | 21 RUN git clone --depth 1 https://github.com/eProsima/Fast-CDR.git 23 RUN git clone --depth 1 https://github.com/eProsima/Fast-DDS.git 26 WORKDIR $SRC/Fast-DDS
|
D | build.sh | 35 mkdir Fast-CDR/build && cd Fast-CDR/build
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | README.txt | 27 typearith.h -> Fast primitives for double word multiplication, 40 The following files implement the Fast Number Theoretic Transform 44 umodarith.h -> Fast low level routines for unsigned modular arithmetic. 53 convolute.{c,h} -> Fast convolution using one of the three transform 68 bignum.txt -> Explanation of the Fast Number Theoretic Transform (FNT).
|
/external/tcpdump/tests/ |
D | rsvp_fast_reroute-oobr.out | 4 …Fast Re-Route Object (205) Flags: [ignore and forward if unknown], Class-Type: Unknown (0), length… 5 …Fast Re-Route Object (205) Flags: [ignore and forward if unknown], Class-Type: Unknown (0), length…
|
/external/wycheproof/java/com/google/security/wycheproof/ |
D | OpenJDKTest.java | 3 import com.google.security.wycheproof.WycheproofRunner.Fast; 30 @Fast
|
D | BouncyCastleTest.java | 19 import com.google.security.wycheproof.WycheproofRunner.Fast; 44 @Fast
|
D | WycheproofRunner.java | 84 public @interface Fast {} annotation in WycheproofRunner 138 Fast fast; 144 this.fast = runnerClass.getAnnotation(Fast.class); in ExcludeTestFilter()
|
D | ConscryptTest.java | 19 import com.google.security.wycheproof.WycheproofRunner.Fast; 51 @Fast
|
D | SpongyCastleTest.java | 19 import com.google.security.wycheproof.WycheproofRunner.Fast; 50 @Fast
|
/external/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
|
/external/llvm-project/clang/test/Driver/ |
D | cl-denorms-are-zero.cl | 5 // Fast FMAF, but slow f32 denormals 9 // Fast F32 denormals, but slow FMAF 13 // Fast F32 denormals and fast FMAF
|
/external/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()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | BypassSlowDivision.cpp | 425 QuotRemWithBB Fast = createFastBB(SuccessorBB); in insertFastDivAndRem() local 426 QuotRemPair Result = createDivRemPhiNodes(Fast, Long, SuccessorBB); in insertFastDivAndRem() 428 Builder.CreateCondBr(CmpV, Fast.BB, SuccessorBB); in insertFastDivAndRem() 438 QuotRemWithBB Fast = createFastBB(SuccessorBB); in insertFastDivAndRem() local 440 QuotRemPair Result = createDivRemPhiNodes(Fast, Slow, SuccessorBB); in insertFastDivAndRem() 443 Builder.CreateCondBr(CmpV, Fast.BB, Slow.BB); in insertFastDivAndRem()
|
/external/arm-trusted-firmware/docs/getting_started/ |
D | rt-svc-writers-guide.rst | 29 IDs, Owning Entity Numbers (OEN), Fast and Standard calls, and the SMC32 and 39 with the SMC call type, which is either *Fast* or *Yielding*. Fast calls are 41 Owning Entities only have allocated ranges for Fast calls: Yielding calls are 48 Fast 0 Arm Architecture calls 49 Fast 1 CPU Service calls 50 Fast 2 SiP Service calls 51 Fast 3 OEM Service calls 52 Fast 4 Standard Service calls 53 Fast 5-47 Reserved for future use 54 Fast 48-49 Trusted Application calls [all …]
|
/external/autotest/server/site_tests/network_WiFi_RoamFT/ |
D | control.PSK | 14 key management suite (i.e. WPA-PSK with Fast BSS Transition) in full view of the 15 DUT. Fast BSS Transition is part of the 802.11r protocol, which describes a
|
D | control.EAP | 14 key management suite (i.e. WPA-EAP with Fast BSS Transition) in full view of the 15 DUT. Fast BSS Transition is part of the 802.11r protocol, which describes a
|
/external/e2fsprogs/tests/f_create_symlinks/ |
D | expect | 28 Fast link dest: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" 39 Fast link dest: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" 50 Fast link dest: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | fast-isel-cmp-branch.ll | 4 ; Fast-isel mustn't add a block to the MBB successor/predecessor list twice. 18 ; Fast-isel shouldn't try to look through the compare because it's in a
|
/external/llvm/test/CodeGen/X86/ |
D | fast-isel-cmp-branch.ll | 4 ; Fast-isel mustn't add a block to the MBB successor/predecessor list twice. 18 ; Fast-isel shouldn't try to look through the compare because it's in a
|
/external/python/cpython3/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
|
/external/fft2d/src/fft2d/fft2d/ |
D | readme2d.txt | 1 General Purpose 2D,3D FFT (Fast Fourier Transform) Package 8 fftsg.c : 1D FFT Package in C - Fast Version (Split-Radix) 9 fftsg.f : 1D FFT Package in Fortran - Fast Version (Split-Radix)
|
/external/eigen/doc/ |
D | TopicLinearAlgebraDecompositions.dox | 33 <td>Fast</td> 57 <td>Fast</td> 69 <td>Fast</td> 131 <td>Fast-average<sup><a href="#note2">2</a></sup></td> 167 <td>Fast-average<sup><a href="#note2">2</a></sup></td> 205 <td>Fast</td>
|
/external/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | arm64-regbankselect.mir | 247 # Fast mode maps vector instruction on FPR. 249 # Fast mode needs two extra copies. 268 ; Fast mode tries to reuse the source of the copy for the destination. 294 # Fast mode maps vector instruction on FPR. 295 # Fast mode needs two extra copies. 314 ; Fast mode tries to reuse the source of the copy for the destination.
|
/external/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 {
|