Home
last modified time | relevance | path

Searched refs:FS (Results 1 – 25 of 295) sorted by relevance

12345678910>>...12

/external/e2fsprogs/tests/f_jnl_64bit/
Dexpect.04 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/
Dexpect.04 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/
Dtest-resize3 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/
DVirtualFileSystemTest.cpp292 IntrusiveRefCntPtr<vfs::FileSystem> FS = vfs::getRealFileSystem(); in TEST() local
295 vfs::directory_iterator I = FS->dir_begin(Twine(TestDirectory), EC); in TEST()
304 I = FS->dir_begin(Twine(TestDirectory), EC); in TEST()
319 IntrusiveRefCntPtr<vfs::FileSystem> FS = vfs::getRealFileSystem(); in TEST() local
322 auto I = vfs::recursive_directory_iterator(*FS, Twine(TestDirectory), EC); in TEST()
331 I = vfs::recursive_directory_iterator(*FS, Twine(TestDirectory), EC); in TEST()
556 IntrusiveRefCntPtr<vfs::FileSystem> FS; in TEST_F() local
557 FS = getFromYAMLString(""); in TEST_F()
558 EXPECT_EQ(nullptr, FS.get()); in TEST_F()
559 FS = getFromYAMLString("[]"); in TEST_F()
[all …]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/QA/
DruniSACLongtest.txt45 …$ISAC -I -B $RATE -FL $FRAMESIZE -FS 16 $INDIR/"$file" $OUTDIR/i_"$FRAMESIZE"_"$RATE"_"$file" >> $…
51 …$ISAC -B $INDIR/${CHANNELLIST[$idx]} -FS 16 $INDIR/"$file" $OUTDIR/a_${name%.*}_"$file" >> $LOGFILE
88 …$ISAC -B $INDIR/${CHANNELLIST[0]} -FL 30 -FIXED_FL -FS 16 $INDIR/"$file" $OUTDIR/a30_"$file" >> $L…
91 …$ISAC -B $INDIR/${CHANNELLIST[0]} -FL 60 -FIXED_FL -FS 16 $INDIR/"$file" $OUTDIR/a60_"$file" >> $L…
96 …$ISAC -B $INDIR/${CHANNELLIST[0]} -INITRATE 25000 -FL 30 -FS 16 $INDIR/"$file" $OUTDIR/a60_Init25k…
128 $ISAC -I -B $RATE -FL 30 -FS 32 $INDIR/"$file" $OUTDIR/swb_"$RATE"_"$file" >> $LOGFILE
152 $ISAC -B 10000 -FS 16 ../data/orig/speech_and_misc_WB.pcm \
160 $ISAC -B 10000 -FL 30 -FIXED_FL -FS 16 ../data/orig/speech_and_misc_WB.pcm \
167 $ISAC -B 32000 -FS 16 ../data/orig/speech_and_misc_WB.pcm \
175 $ISAC -B 32000 -FL 60 -FIXED_FL -FS 16 ../data/orig/speech_and_misc_WB.pcm \
[all …]
/external/llvm/test/CodeGen/Mips/
Ds2rem.ll18 ; 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 …]
Dsr1.ll17 ; 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/
DARMTargetMachine.cpp49 StringRef CPU, StringRef FS, in ARMBaseTargetMachine() argument
53 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL), in ARMBaseTargetMachine()
54 Subtarget(TT, CPU, FS, *this, isLittle, Options) { in ARMBaseTargetMachine()
74 StringRef FS, const TargetOptions &Options, in ARMTargetMachine() argument
77 : ARMBaseTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, isLittle) { in ARMTargetMachine()
87 StringRef CPU, StringRef FS, in ARMLETargetMachine() argument
91 : ARMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {} in ARMLETargetMachine()
96 StringRef CPU, StringRef FS, in ARMBETargetMachine() argument
100 : ARMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {} in ARMBETargetMachine()
105 StringRef CPU, StringRef FS, in ThumbTargetMachine() argument
[all …]
DARMSubtarget.cpp145 StringRef FS) { in initializeSubtargetDependencies() argument
147 resetSubtargetFeatures(CPU, FS); in initializeSubtargetDependencies()
152 const std::string &FS, TargetMachine &TM, in ARMSubtarget() argument
154 : ARMGenSubtargetInfo(TT, CPU, FS), ARMProcFamily(Others), in ARMSubtarget()
157 DL(computeDataLayout(initializeSubtargetDependencies(CPU, FS))), in ARMSubtarget()
228 std::string FS = in resetSubtargetFeatures() local
230 if (!FS.empty()) { in resetSubtargetFeatures()
232 resetSubtargetFeatures(CPU, FS); in resetSubtargetFeatures()
236 void ARMSubtarget::resetSubtargetFeatures(StringRef CPU, StringRef FS) { in resetSubtargetFeatures() argument
250 if (!FS.empty()) { in resetSubtargetFeatures()
[all …]
/external/llvm/lib/Target/NVPTX/
DNVPTXSubtarget.cpp40 StringRef FS) { in initializeSubtargetDependencies() argument
42 if (CPU.empty() && FS.size()) in initializeSubtargetDependencies()
46 ParseSubtargetFeatures(TargetName, FS); in initializeSubtargetDependencies()
57 const std::string &FS, const TargetMachine &TM, in NVPTXSubtarget() argument
59 : NVPTXGenSubtargetInfo(TT, CPU, FS), Is64Bit(is64Bit), PTXVersion(0), in NVPTXSubtarget()
61 InstrInfo(initializeSubtargetDependencies(CPU, FS)), in NVPTXSubtarget()
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c177 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/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c177 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 = (int16_t)((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/llvm/lib/Target/MSP430/
DMSP430Subtarget.cpp28 MSP430Subtarget &MSP430Subtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS) { in initializeSubtargetDependencies() argument
29 ParseSubtargetFeatures("generic", FS); in initializeSubtargetDependencies()
34 const std::string &FS, const TargetMachine &TM) in MSP430Subtarget() argument
35 : MSP430GenSubtargetInfo(TT, CPU, FS), in MSP430Subtarget()
38 InstrInfo(initializeSubtargetDependencies(CPU, FS)), TLInfo(TM), in MSP430Subtarget()
/external/llvm/lib/Target/Sparc/
DSparcTargetMachine.cpp29 StringRef CPU, StringRef FS, in SparcTargetMachine() argument
34 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL), in SparcTargetMachine()
35 Subtarget(TT, CPU, FS, *this, is64bit) { in SparcTargetMachine()
83 StringRef FS, in SparcV8TargetMachine() argument
88 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) { in SparcV8TargetMachine()
95 StringRef FS, in SparcV9TargetMachine() argument
100 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) { in SparcV9TargetMachine()
DSparcSubtarget.cpp56 StringRef FS) { in initializeSubtargetDependencies() argument
69 ParseSubtargetFeatures(CPUName, FS); in initializeSubtargetDependencies()
79 const std::string &FS, TargetMachine &TM, in SparcSubtarget() argument
81 : SparcGenSubtargetInfo(TT, CPU, FS), Is64Bit(is64Bit), in SparcSubtarget()
82 DL(computeDataLayout(initializeSubtargetDependencies(CPU, FS))), in SparcSubtarget()
/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.cpp71 StringRef FS) { in initializeSubtargetDependencies() argument
73 resetSubtargetFeatures(CPU, FS); in initializeSubtargetDependencies()
78 const std::string &FS, PPCTargetMachine &TM, in PPCSubtarget() argument
80 : PPCGenSubtargetInfo(TT, CPU, FS), IsPPC64(is64Bit), TargetTriple(TT), in PPCSubtarget()
82 FrameLowering(initializeSubtargetDependencies(CPU, FS)), in PPCSubtarget()
106 std::string FS = in resetSubtargetFeatures() local
108 if (!FS.empty()) { in resetSubtargetFeatures()
110 resetSubtargetFeatures(CPU, FS); in resetSubtargetFeatures()
145 void PPCSubtarget::resetSubtargetFeatures(StringRef CPU, StringRef FS) { in resetSubtargetFeatures() argument
160 std::string FullFS = FS; in resetSubtargetFeatures()
DPPCTargetMachine.cpp41 StringRef FS, const TargetOptions &Options, in PPCTargetMachine() argument
44 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL), in PPCTargetMachine()
45 Subtarget(TT, CPU, FS, *this, is64Bit, OL) { in PPCTargetMachine()
52 StringRef CPU, StringRef FS, in PPC32TargetMachine() argument
56 : PPCTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) { in PPC32TargetMachine()
62 StringRef CPU, StringRef FS, in PPC64TargetMachine() argument
66 : PPCTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) { in PPC64TargetMachine()
/external/valgrind/main/none/tests/mips64/
Dmove_instructions.c92 #define TEST3(instruction, FD, FS, cc, offset) \ argument
101 "dmtc1 $zero, $"#FS "\n\t" \
104 "lwc1 $"#FS", "#offset"($t0)" "\n\t" \
109 : "t0", "t1", "$"#FD, "$"#FS, "$f0", "$f2" \
116 #define TEST3d(instruction, FD, FS, cc, offset) \ argument
127 "ldc1 $"#FS", "#offset"($t0)" "\n\t" \
132 : "t0", "t1", "$"#FD, "$"#FS, "$f0", "$f2" \
139 #define TEST4(instruction, offset, RTval, FD, FS, RT) \ argument
145 "dmtc1 $zero, $"#FS "\n\t" \
147 "lwc1 $"#FS", "#offset"($t0)" "\n\t" \
[all …]
/external/llvm/lib/Target/SystemZ/
DSystemZSubtarget.cpp27 SystemZSubtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS) { in initializeSubtargetDependencies() argument
36 ParseSubtargetFeatures(CPUName, FS); in initializeSubtargetDependencies()
42 const std::string &FS, in SystemZSubtarget() argument
44 : SystemZGenSubtargetInfo(TT, CPU, FS), HasDistinctOps(false), in SystemZSubtarget()
52 InstrInfo(initializeSubtargetDependencies(CPU, FS)), TLInfo(TM), in SystemZSubtarget()
/external/clang/lib/Analysis/
DPrintfFormatString.cpp37 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()
90 PrintfSpecifier FS; in ParsePrintfSpecifier() local
91 if (ParseArgPosition(H, FS, Start, I, E)) in ParsePrintfSpecifier()
107 FS.setHasThousandsGrouping(I); in ParsePrintfSpecifier()
109 case '-': FS.setIsLeftJustified(I); break; in ParsePrintfSpecifier()
110 case '+': FS.setHasPlusPrefix(I); break; in ParsePrintfSpecifier()
111 case ' ': FS.setHasSpacePrefix(I); break; in ParsePrintfSpecifier()
112 case '#': FS.setHasAlternativeForm(I); break; in ParsePrintfSpecifier()
[all …]
/external/llvm/lib/Target/X86/
DX86Subtarget.cpp193 std::string FS = in resetSubtargetFeatures() local
195 if (!FS.empty()) { in resetSubtargetFeatures()
197 resetSubtargetFeatures(CPU, FS); in resetSubtargetFeatures()
201 void X86Subtarget::resetSubtargetFeatures(StringRef CPU, StringRef FS) { in resetSubtargetFeatures() argument
208 std::string FullFS = FS; in resetSubtargetFeatures()
339 StringRef FS) { in initializeSubtargetDependencies() argument
341 resetSubtargetFeatures(CPU, FS); in initializeSubtargetDependencies()
346 const std::string &FS, X86TargetMachine &TM, in X86Subtarget() argument
348 : X86GenSubtargetInfo(TT, CPU, FS), X86ProcFamily(Others), in X86Subtarget()
357 InstrInfo(initializeSubtargetDependencies(CPU, FS)), TLInfo(TM), in X86Subtarget()
/external/llvm/lib/MC/
DMCSubtargetInfo.cpp25 MCSubtargetInfo::InitMCProcessorInfo(StringRef CPU, StringRef FS) { in InitMCProcessorInfo() argument
26 SubtargetFeatures Features(FS); in InitMCProcessorInfo()
40 MCSubtargetInfo::InitMCSubtargetInfo(StringRef TT, StringRef CPU, StringRef FS, in InitMCSubtargetInfo() argument
62 InitMCProcessorInfo(CPU, FS); in InitMCSubtargetInfo()
74 uint64_t MCSubtargetInfo::ToggleFeature(StringRef FS) { in ToggleFeature() argument
76 FeatureBits = Features.ToggleFeature(FeatureBits, FS, ProcFeatures); in ToggleFeature()
/external/clang/lib/Basic/
DFileSystemStatCache.cpp56 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()
82 std::error_code EC = FS.openFileForRead(Path, OwnedFile); in get()
123 std::unique_ptr<vfs::File> *F, vfs::FileSystem &FS) { in getStat() argument
124 LookupResult Result = statChained(Path, Data, isFile, F, FS); in getStat()
/external/clang/include/clang/Basic/
DFileSystemStatCache.h73 vfs::FileSystem &FS);
95 vfs::FileSystem &FS) = 0;
98 std::unique_ptr<vfs::File> *F, vfs::FileSystem &FS) { in statChained() argument
100 return Next->getStat(Path, Data, isFile, F, FS); in statChained()
104 return get(Path, Data, isFile, F, nullptr, FS) ? CacheMissing : CacheExists; in statChained()
124 vfs::FileSystem &FS) override;
/external/valgrind/main/none/tests/mips32/
DMoveIns.c25 #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 …]

12345678910>>...12