/external/e2fsprogs/tests/f_jnl_64bit/ |
D | expect.0 | 4 Revoke FS block 0 5 Revoke FS block 1536 6 Revoke FS block 0 7 Revoke FS block 1472 8 Revoke FS block 0 9 Revoke FS block 1473 10 Revoke FS block 0 11 Revoke FS block 1474 12 Revoke FS block 0 13 Revoke FS block 1475 [all …]
|
/external/e2fsprogs/tests/f_jnl_32bit/ |
D | expect.0 | 4 FS block 2 logged at journal block 2 (flags 0x8) 8 FS block 82 logged at journal block 5 (flags 0x0) 9 FS block 2 logged at journal block 6 (flags 0x2) 10 FS block 99 logged at journal block 7 (flags 0x2) 11 FS block 66 logged at journal block 8 (flags 0x2) 12 FS block 81 logged at journal block 9 (flags 0x2) 13 FS block 98 logged at journal block 10 (flags 0x2) 14 FS block 68 logged at journal block 11 (flags 0x2) 15 FS block 83 logged at journal block 12 (flags 0x2) 16 FS block 354 logged at journal block 13 (flags 0x2) [all …]
|
/external/e2fsprogs/resize/ |
D | test-resize | 3 FS=/bigscratch/testfs 11 /bin/rm -f $FS ; touch $FS 12 truncate -s 8T $FS 13 $MKE2FS -F -t ext4 $FEATURE $FS 14 $E2FSCK -FY $FS 15 $DUMPE2FS $FS > /tmp/d1 17 truncate -s 20T $FS 18 time $RESIZE2FS -d 31 -p $FS > /tmp/r1 19 $DUMPE2FS $FS > /tmp/d2 20 $E2FSCK -fy $FS [all …]
|
/external/clang/unittests/Basic/ |
D | VirtualFileSystemTest.cpp | 286 IntrusiveRefCntPtr<vfs::FileSystem> FS = vfs::getRealFileSystem(); in TEST() local 289 vfs::directory_iterator I = FS->dir_begin(Twine(TestDirectory), EC); in TEST() 298 I = FS->dir_begin(Twine(TestDirectory), EC); in TEST() 313 IntrusiveRefCntPtr<vfs::FileSystem> FS = vfs::getRealFileSystem(); in TEST() local 316 auto I = vfs::recursive_directory_iterator(*FS, Twine(TestDirectory), EC); in TEST() 325 I = vfs::recursive_directory_iterator(*FS, Twine(TestDirectory), EC); in TEST() 549 IntrusiveRefCntPtr<vfs::FileSystem> FS; in TEST_F() local 550 FS = getFromYAMLString(""); in TEST_F() 551 EXPECT_EQ(nullptr, FS.get()); in TEST_F() 552 FS = getFromYAMLString("[]"); in TEST_F() [all …]
|
/external/llvm/lib/Target/Mips/ |
D | MipsTargetMachine.cpp | 87 StringRef CPU, StringRef FS, in MipsTargetMachine() argument 92 CPU, FS, Options, RM, CM, OL), in MipsTargetMachine() 95 Subtarget(nullptr), DefaultSubtarget(TT, CPU, FS, isLittle, *this), in MipsTargetMachine() 96 NoMips16Subtarget(TT, CPU, FS.empty() ? "-mips16" : FS.str() + ",-mips16", in MipsTargetMachine() 98 Mips16Subtarget(TT, CPU, FS.empty() ? "+mips16" : FS.str() + ",+mips16", in MipsTargetMachine() 110 StringRef CPU, StringRef FS, const TargetOptions &Options, in MipsebTargetMachine() argument 113 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {} in MipsebTargetMachine() 119 StringRef CPU, StringRef FS, const TargetOptions &Options, in MipselTargetMachine() argument 122 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {} in MipselTargetMachine() 132 std::string FS = !FSAttr.hasAttribute(Attribute::None) in getSubtargetImpl() local [all …]
|
/external/llvm/test/CodeGen/Mips/ |
D | s2rem.ll | 18 ; PIC: save $16, $17, $ra, [[FS:[0-9]+]] 19 ; STATIC: save $16, $ra, [[FS:[0-9]+]] 20 ; PIC: restore $16, $17, $ra, [[FS]] 21 ; STATIC: restore $16, $ra, [[FS]] 35 ; PIC: save $16, $17, $ra, $18, [[FS:[0-9]+]] 36 ; PIC: restore $16, $17, $ra, $18, [[FS]] 49 ; PIC: save $16, $17, $ra, $18, [[FS:[0-9]+]] 50 ; PIC: restore $16, $17, $ra, $18, [[FS]] 64 ; PIC: save $16, $17, $ra, $18, [[FS:[0-9]+]] 65 ; PIC: restore $16, $17, $ra, $18, [[FS]] [all …]
|
D | sr1.ll | 17 ; CHECK: save $16, $17, $ra, [[FS:[0-9]+]] # 16 bit inst 18 ; CHECK: restore $16, $17, $ra, [[FS]] # 16 bit inst 34 ; CHECK: save $16, $17, $ra, [[FS:[0-9]+]] 35 ; CHECK: restore $16, $17, $ra, [[FS]] 46 ; CHECK: save $16, $17, $ra, $18, [[FS:[0-9]+]] 47 ; CHECK: restore $16, $17, $ra, $18, [[FS]] 50 ; NEG-NOT: save $16, $17, $ra, $18, [[FS:[0-9]+]] # 16 bit inst 51 ; NEG-NOT: restore $16, $17, $ra, $18, [[FS]] # 16 bit inst
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetMachine.cpp | 175 StringRef CPU, StringRef FS, in ARMBaseTargetMachine() argument 180 CPU, FS, Options, RM, CM, OL), in ARMBaseTargetMachine() 183 Subtarget(TT, CPU, FS, *this, isLittle), isLittle(isLittle) { in ARMBaseTargetMachine() 201 std::string FS = !FSAttr.hasAttribute(Attribute::None) in getSubtargetImpl() local 215 auto &I = SubtargetMap[CPU + FS + (SoftFloat ? "use-soft-float=true" in getSubtargetImpl() 222 I = llvm::make_unique<ARMSubtarget>(TargetTriple, CPU, FS, *this, isLittle); in getSubtargetImpl() 236 StringRef FS, const TargetOptions &Options, in ARMTargetMachine() argument 239 : ARMBaseTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, isLittle) { in ARMTargetMachine() 249 StringRef CPU, StringRef FS, in ARMLETargetMachine() argument 253 : ARMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {} in ARMLETargetMachine() [all …]
|
D | ARMSubtarget.cpp | 94 StringRef FS) { in initializeSubtargetDependencies() argument 96 initSubtargetFeatures(CPU, FS); in initializeSubtargetDependencies() 101 StringRef FS) { in initializeFrameLowering() argument 102 ARMSubtarget &STI = initializeSubtargetDependencies(CPU, FS); in initializeFrameLowering() 110 const std::string &FS, in ARMSubtarget() argument 112 : ARMGenSubtargetInfo(TT, CPU, FS), ARMProcFamily(Others), in ARMSubtarget() 116 FrameLowering(initializeFrameLowering(CPU, FS)), in ARMSubtarget() 178 void ARMSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) { in initSubtargetFeatures() argument 192 if (!FS.empty()) { in initSubtargetFeatures() 194 ArchFS = (Twine(ArchFS) + "," + FS).str(); in initSubtargetFeatures() [all …]
|
D | ARMTargetMachine.h | 40 StringRef CPU, StringRef FS, 67 ARMTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, 78 StringRef CPU, StringRef FS, const TargetOptions &Options, 88 ARMBETargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, 100 ThumbTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, 111 StringRef FS, const TargetOptions &Options, 122 StringRef FS, const TargetOptions &Options,
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXSubtarget.cpp | 30 StringRef FS) { in initializeSubtargetDependencies() argument 32 if (CPU.empty() && FS.size()) in initializeSubtargetDependencies() 36 ParseSubtargetFeatures(TargetName, FS); in initializeSubtargetDependencies() 47 const std::string &FS, in NVPTXSubtarget() argument 49 : NVPTXGenSubtargetInfo(TT, CPU, FS), PTXVersion(0), SmVersion(20), TM(TM), in NVPTXSubtarget() 50 InstrInfo(), TLInfo(TM, initializeSubtargetDependencies(CPU, FS)), in NVPTXSubtarget()
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
D | bandwidth_estimator.c | 177 bwest_str->last_reduction_ts = arr_ts + 3*FS; in WebRtcIsac_UpdateBandwidthEstimator() 211 1000.0f / FS > 3000) in WebRtcIsac_UpdateBandwidthEstimator() 218 bwest_str->last_update_ts) * 1000.0f /(float) FS) / in WebRtcIsac_UpdateBandwidthEstimator() 226 … bwest_str->last_reduction_ts)*1000.0f/FS) ); in WebRtcIsac_UpdateBandwidthEstimator() 253 bwest_str->last_reduction_ts = arr_ts + 3*FS; in WebRtcIsac_UpdateBandwidthEstimator() 261 bwest_str->last_reduction_ts = arr_ts + 3*FS; in WebRtcIsac_UpdateBandwidthEstimator() 302 float latencyMs = bwest_str->consecLatency/(FS/1000); in WebRtcIsac_UpdateBandwidthEstimator() 306 … bwest_str->inWaitLatePkts = (WebRtc_Word16)((bwest_str->consecLatency/(FS/1000)) / 30);// + 150; in WebRtcIsac_UpdateBandwidthEstimator() 361 if (arr_ts_diff > frame_length * FS/1000 + 400.0f) in WebRtcIsac_UpdateBandwidthEstimator() 364 arr_ts_diff = frame_length * FS/1000 + 400.0f; in WebRtcIsac_UpdateBandwidthEstimator() [all …]
|
/external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/helper/ |
D | AbbreviatorTest.java | 33 static final char FS = '/'; field in AbbreviatorTest 37 RandomHelper rh = new RandomHelper(FS); 53 Abbreviator abb = new Abbreviator(2, 100, FS); in testSmoke() 59 Abbreviator abb = new Abbreviator(3, 8, FS); in testSmoke() 64 Abbreviator abb = new Abbreviator(3, 8, FS); in testSmoke() 71 Abbreviator abb = new Abbreviator(2, 20, FS); in testImpossibleToAbbreviate() 78 Abbreviator abb = new Abbreviator(2, 100, FS); in testNoFS() 86 Abbreviator abb = new Abbreviator(0, 100, FS); in testZeroPrefix() 118 Abbreviator abb = new Abbreviator(fixedLen, targetLen, FS); in testTheories()
|
/external/valgrind/none/tests/mips64/ |
D | move_instructions.c | 93 #define TEST3(instruction, FD, FS, cc, offset) \ argument 102 "dmtc1 $zero, $"#FS "\n\t" \ 105 "lwc1 $"#FS", "#offset"($t0)" "\n\t" \ 110 : "t0", "t1", "$"#FD, "$"#FS, "$f0", "$f2" \ 117 #define TEST3d(instruction, FD, FS, cc, offset) \ argument 128 "ldc1 $"#FS", "#offset"($t0)" "\n\t" \ 133 : "t0", "t1", "$"#FD, "$"#FS, "$f0", "$f2" \ 140 #define TEST4(instruction, offset, RTval, FD, FS, RT) \ argument 146 "dmtc1 $zero, $"#FS "\n\t" \ 148 "lwc1 $"#FS", "#offset"($t0)" "\n\t" \ [all …]
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430Subtarget.cpp | 29 MSP430Subtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS) { in initializeSubtargetDependencies() argument 30 ParseSubtargetFeatures("generic", FS); in initializeSubtargetDependencies() 35 const std::string &FS, const TargetMachine &TM) in MSP430Subtarget() argument 36 : MSP430GenSubtargetInfo(TT, CPU, FS), FrameLowering(), in MSP430Subtarget() 37 InstrInfo(initializeSubtargetDependencies(CPU, FS)), TLInfo(TM, *this), in MSP430Subtarget()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcTargetMachine.cpp | 56 StringRef CPU, StringRef FS, in SparcTargetMachine() argument 60 : LLVMTargetMachine(T, computeDataLayout(is64bit), TT, CPU, FS, Options, RM, in SparcTargetMachine() 63 Subtarget(TT, CPU, FS, *this, is64bit) { in SparcTargetMachine() 109 StringRef FS, in SparcV8TargetMachine() argument 114 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) { in SparcV8TargetMachine() 121 StringRef FS, in SparcV9TargetMachine() argument 126 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) { in SparcV9TargetMachine()
|
D | SparcSubtarget.cpp | 30 StringRef FS) { in initializeSubtargetDependencies() argument 43 ParseSubtargetFeatures(CPUName, FS); in initializeSubtargetDependencies() 53 const std::string &FS, TargetMachine &TM, in SparcSubtarget() argument 55 : SparcGenSubtargetInfo(TT, CPU, FS), Is64Bit(is64Bit), in SparcSubtarget() 56 InstrInfo(initializeSubtargetDependencies(CPU, FS)), TLInfo(TM, *this), in SparcSubtarget()
|
/external/clang/lib/Analysis/ |
D | PrintfFormatString.cpp | 37 static bool ParsePrecision(FormatStringHandler &H, PrintfSpecifier &FS, in ParsePrecision() argument 41 FS.setPrecision(ParseNonPositionAmount(Beg, E, *argIndex)); in ParsePrecision() 47 FS.setPrecision(Amt); in ParsePrecision() 93 PrintfSpecifier FS; in ParsePrintfSpecifier() local 94 if (ParseArgPosition(H, FS, Start, I, E)) in ParsePrintfSpecifier() 111 FS.setHasThousandsGrouping(I); in ParsePrintfSpecifier() 113 case '-': FS.setIsLeftJustified(I); break; in ParsePrintfSpecifier() 114 case '+': FS.setHasPlusPrefix(I); break; in ParsePrintfSpecifier() 115 case ' ': FS.setHasSpacePrefix(I); break; in ParsePrintfSpecifier() 116 case '#': FS.setHasAlternativeForm(I); break; in ParsePrintfSpecifier() [all …]
|
/external/valgrind/none/tests/mips32/ |
D | MoveIns.c | 25 #define TESTINSNMOVE(instruction, offset, FS, RT) \ argument 31 "lwc1 $" #FS ", "#offset"($t0)\n\t" \ 33 "mov.s %0, $" #FS"\n\t" \ 44 #define TESTINSNMOVEd(instruction, offset, FS, RT) \ argument 50 "ldc1 $" #FS ", "#offset"($t0)\n\t" \ 52 "mov.d %0, $" #FS"\n\t" \ 63 #define TESTINSNMOVEt(instruction, offset, FS, RT) \ argument 71 "mov.s %0, $" #FS"\n\t" \ 82 #define TESTINSNMOVEtd(instruction, offset, FS, RT) \ argument 90 "mov.d %0, $" #FS"\n\t" \ [all …]
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZSubtarget.cpp | 26 SystemZSubtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS) { in initializeSubtargetDependencies() argument 31 ParseSubtargetFeatures(CPUName, FS); in initializeSubtargetDependencies() 37 const std::string &FS, in SystemZSubtarget() argument 39 : SystemZGenSubtargetInfo(TT, CPU, FS), HasDistinctOps(false), in SystemZSubtarget() 44 TargetTriple(TT), InstrInfo(initializeSubtargetDependencies(CPU, FS)), in SystemZSubtarget()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCTargetMachine.cpp | 92 static std::string computeFSAdditions(StringRef FS, CodeGenOpt::Level OL, StringRef TT) { in computeFSAdditions() argument 93 std::string FullFS = FS; in computeFSAdditions() 160 StringRef FS, const TargetOptions &Options, in PPCTargetMachine() argument 164 computeFSAdditions(FS, OL, TT), Options, RM, CM, OL), in PPCTargetMachine() 175 StringRef CPU, StringRef FS, in PPC32TargetMachine() argument 179 : PPCTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL) { in PPC32TargetMachine() 185 StringRef CPU, StringRef FS, in PPC64TargetMachine() argument 189 : PPCTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL) { in PPC64TargetMachine() 200 std::string FS = !FSAttr.hasAttribute(Attribute::None) in getSubtargetImpl() local 204 auto &I = SubtargetMap[CPU + FS]; in getSubtargetImpl() [all …]
|
D | PPCSubtarget.cpp | 44 StringRef FS) { in initializeSubtargetDependencies() argument 46 initSubtargetFeatures(CPU, FS); in initializeSubtargetDependencies() 51 const std::string &FS, const PPCTargetMachine &TM) in PPCSubtarget() argument 52 : PPCGenSubtargetInfo(TT, CPU, FS), TargetTriple(TT), in PPCSubtarget() 55 TM(TM), FrameLowering(initializeSubtargetDependencies(CPU, FS)), in PPCSubtarget() 105 void PPCSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) { in initSubtargetFeatures() argument 120 ParseSubtargetFeatures(CPUName, FS); in initSubtargetFeatures()
|
/external/clang/include/clang/Basic/ |
D | FileSystemStatCache.h | 73 vfs::FileSystem &FS); 97 vfs::FileSystem &FS) = 0; 100 std::unique_ptr<vfs::File> *F, vfs::FileSystem &FS) { in statChained() argument 102 return Next->getStat(Path, Data, isFile, F, FS); in statChained() 106 return get(Path, Data, isFile, F, nullptr, FS) ? CacheMissing : CacheExists; in statChained() 126 vfs::FileSystem &FS) override;
|
/external/llvm/lib/MC/ |
D | MCSubtargetInfo.cpp | 23 MCSubtargetInfo::InitMCProcessorInfo(StringRef CPU, StringRef FS) { in InitMCProcessorInfo() argument 24 SubtargetFeatures Features(FS); in InitMCProcessorInfo() 38 MCSubtargetInfo::InitMCSubtargetInfo(StringRef TT, StringRef C, StringRef FS, in InitMCSubtargetInfo() argument 61 InitMCProcessorInfo(CPU, FS); in InitMCSubtargetInfo() 73 uint64_t MCSubtargetInfo::ToggleFeature(StringRef FS) { in ToggleFeature() argument 75 FeatureBits = Features.ToggleFeature(FeatureBits, FS, ProcFeatures); in ToggleFeature()
|
/external/clang/lib/Basic/ |
D | FileSystemStatCache.cpp | 56 FileSystemStatCache *Cache, vfs::FileSystem &FS) { in get() argument 62 R = Cache->getStat(Path, Data, isFile, F, FS); in get() 66 llvm::ErrorOr<vfs::Status> Status = FS.status(Path); in get() 81 auto OwnedFile = FS.openFileForRead(Path); in get() 122 std::unique_ptr<vfs::File> *F, vfs::FileSystem &FS) { in getStat() argument 123 LookupResult Result = statChained(Path, Data, isFile, F, FS); in getStat()
|