Home
last modified time | relevance | path

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

12345678910>>...24

/external/e2fsprogs/tests/f_jnl_64bit/
Dexpect.04 Revoke FS block 1536
5 Revoke FS block 1472
6 Revoke FS block 1473
7 Revoke FS block 1474
8 Revoke FS block 1475
9 Revoke FS block 1476
10 Revoke FS block 1541
11 Revoke FS block 1477
12 Revoke FS block 1478
13 Revoke FS block 1479
[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/clang/unittests/Basic/
DVirtualFileSystemTest.cpp310 IntrusiveRefCntPtr<vfs::FileSystem> FS = vfs::getRealFileSystem(); in TEST() local
313 vfs::directory_iterator I = FS->dir_begin(Twine(TestDirectory), EC); in TEST()
322 I = FS->dir_begin(Twine(TestDirectory), EC); in TEST()
337 IntrusiveRefCntPtr<vfs::FileSystem> FS = vfs::getRealFileSystem(); in TEST() local
340 auto I = vfs::recursive_directory_iterator(*FS, Twine(TestDirectory), EC); in TEST()
349 I = vfs::recursive_directory_iterator(*FS, Twine(TestDirectory), EC); in TEST()
525 clang::vfs::InMemoryFileSystem FS; member in InMemoryFileSystemTest
529 : FS(/*UseNormalizedPaths=*/false), in InMemoryFileSystemTest()
534 auto Stat = FS.status("/a"); in TEST_F()
535 ASSERT_EQ(Stat.getError(),errc::no_such_file_or_directory) << FS.toString(); in TEST_F()
[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/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_program.c148 FS = 1, enumerator
161 s[FS].v = fd4_emit_get_fp(emit); in setup_stages()
190 if ((s[VS].instrlen + s[FS].instrlen) > 64) { in setup_stages()
192 if (s[FS].instrlen < 64) { in setup_stages()
197 s[FS].instrlen = 0; in setup_stages()
201 s[FS].instrlen = 0; in setup_stages()
205 s[FS].constlen = 128 - s[VS].constlen; in setup_stages()
208 s[FS].instroff = 64 - s[FS].instrlen; in setup_stages()
209 s[FS].constoff = s[VS].constlen; in setup_stages()
210 s[HS].instroff = s[DS].instroff = s[GS].instroff = s[FS].instroff; in setup_stages()
[all …]
/external/webrtc/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/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_program.c264 FS = 1, enumerator
277 s[FS].v = fd5_emit_get_fp(emit); in setup_stages()
306 if ((s[VS].instrlen + s[FS].instrlen) > 64) { in setup_stages()
308 if (s[FS].instrlen < 64) { in setup_stages()
313 s[FS].instrlen = 0; in setup_stages()
317 s[FS].instrlen = 0; in setup_stages()
328 s[FS].instroff = 64 - s[FS].instrlen; in setup_stages()
329 s[HS].instroff = s[DS].instroff = s[GS].instroff = s[FS].instroff; in setup_stages()
345 fssz = (s[FS].i->max_reg >= 24) ? TWO_QUADS : FOUR_QUADS; in fd5_program_emit()
352 if (s[FS].v->color0_mrt) { in fd5_program_emit()
[all …]
/external/llvm/lib/Target/Mips/
DMipsTargetMachine.cpp94 StringRef CPU, StringRef FS, in MipsTargetMachine() argument
100 CPU, FS, Options, getEffectiveRelocModel(CM, RM), CM, in MipsTargetMachine()
104 Subtarget(nullptr), DefaultSubtarget(TT, CPU, FS, isLittle, *this), in MipsTargetMachine()
105 NoMips16Subtarget(TT, CPU, FS.empty() ? "-mips16" : FS.str() + ",-mips16", in MipsTargetMachine()
107 Mips16Subtarget(TT, CPU, FS.empty() ? "+mips16" : FS.str() + ",+mips16", in MipsTargetMachine()
118 StringRef CPU, StringRef FS, in MipsebTargetMachine() argument
123 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {} in MipsebTargetMachine()
128 StringRef CPU, StringRef FS, in MipselTargetMachine() argument
133 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {} in MipselTargetMachine()
143 std::string FS = !FSAttr.hasAttribute(Attribute::None) in getSubtargetImpl() local
[all …]
/external/llvm/lib/MC/
DMCSubtargetInfo.cpp20 static FeatureBitset getFeatures(StringRef CPU, StringRef FS, in getFeatures() argument
23 SubtargetFeatures Features(FS); in getFeatures()
27 void MCSubtargetInfo::InitMCProcessorInfo(StringRef CPU, StringRef FS) { in InitMCProcessorInfo() argument
28 FeatureBits = getFeatures(CPU, FS, ProcDesc, ProcFeatures); in InitMCProcessorInfo()
35 void MCSubtargetInfo::setDefaultFeatures(StringRef CPU, StringRef FS) { in setDefaultFeatures() argument
36 FeatureBits = getFeatures(CPU, FS, ProcDesc, ProcFeatures); in setDefaultFeatures()
40 const Triple &TT, StringRef C, StringRef FS, in MCSubtargetInfo() argument
48 InitMCProcessorInfo(CPU, FS); in MCSubtargetInfo()
65 FeatureBitset MCSubtargetInfo::ToggleFeature(StringRef FS) { in ToggleFeature() argument
66 SubtargetFeatures::ToggleFeature(FeatureBits, FS, ProcFeatures); in ToggleFeature()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsTargetMachine.cpp37 StringRef CPU, StringRef FS, in MipsTargetMachine() argument
40 LLVMTargetMachine(T, TT, CPU, FS, RM, CM), in MipsTargetMachine()
41 Subtarget(TT, CPU, FS, isLittle), in MipsTargetMachine()
56 StringRef CPU, StringRef FS, in MipsebTargetMachine() argument
58 MipsTargetMachine(T, TT, CPU, FS, RM, CM, false) {} in MipsebTargetMachine()
62 StringRef CPU, StringRef FS, in MipselTargetMachine() argument
64 MipsTargetMachine(T, TT, CPU, FS, RM, CM, true) {} in MipselTargetMachine()
68 StringRef CPU, StringRef FS, in Mips64ebTargetMachine() argument
70 MipsTargetMachine(T, TT, CPU, FS, RM, CM, false) {} in Mips64ebTargetMachine()
74 StringRef CPU, StringRef FS, in Mips64elTargetMachine() argument
[all …]
/external/llvm/lib/Target/Sparc/
DSparcTargetMachine.cpp65 StringRef CPU, StringRef FS, in SparcTargetMachine() argument
70 : LLVMTargetMachine(T, computeDataLayout(TT, is64bit), TT, CPU, FS, Options, in SparcTargetMachine()
73 Subtarget(TT, CPU, FS, *this, is64bit), is64Bit(is64bit) { in SparcTargetMachine()
87 std::string FS = !FSAttr.hasAttribute(Attribute::None) in getSubtargetImpl() local
99 FS += FS.empty() ? "+soft-float" : ",+soft-float"; in getSubtargetImpl()
101 auto &I = SubtargetMap[CPU + FS]; in getSubtargetImpl()
107 I = llvm::make_unique<SparcSubtarget>(TargetTriple, CPU, FS, *this, in getSubtargetImpl()
187 StringRef CPU, StringRef FS, in SparcV8TargetMachine() argument
192 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {} in SparcV8TargetMachine()
197 StringRef CPU, StringRef FS, in SparcV9TargetMachine() argument
[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 …]
/external/valgrind/none/tests/mips32/
DMoveIns.c39 #define TESTINSNMOVE(instruction, offset, FS, RT) \ argument
47 "lwc1 $" #FS ", "#offset"($t0)\n\t" \
49 "mov.s %0, $" #FS"\n\t" \
54 : "t0", "$"#FS, #RT, "memory" \
61 #define TESTINSNMOVEd(instruction, offset, FS, RT) \ argument
66 "ldc1 $" #FS ", "#offset"($t0)\n\t" \
71 : "t0", "$"#FS, #RT, "memory" \
78 #define TESTINSNMOVEt(instruction, offset, FS, RT) \ argument
88 "mov.s %0, $" #FS"\n\t" \
93 : "t0", "$"#FS, #RT, "memory" \
[all …]
/external/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp38 StringRef GPU, StringRef FS) { in initializeSubtargetDependencies() argument
51 FullFS += FS; in initializeSubtargetDependencies()
70 AMDGPUSubtarget::AMDGPUSubtarget(const Triple &TT, StringRef GPU, StringRef FS, in AMDGPUSubtarget() argument
72 : AMDGPUGenSubtargetInfo(TT, GPU, FS), in AMDGPUSubtarget()
120 initializeSubtargetDependencies(TT, GPU, FS); in AMDGPUSubtarget()
181 R600Subtarget::R600Subtarget(const Triple &TT, StringRef GPU, StringRef FS, in R600Subtarget() argument
183 AMDGPUSubtarget(TT, GPU, FS, TM), in R600Subtarget()
188 SISubtarget::SISubtarget(const Triple &TT, StringRef GPU, StringRef FS, in SISubtarget() argument
190 AMDGPUSubtarget(TT, GPU, FS, TM), in SISubtarget()
/external/llvm/lib/Target/NVPTX/
DNVPTXSubtarget.cpp30 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/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcTargetMachine.cpp28 StringRef CPU, StringRef FS, in SparcTargetMachine() argument
31 : LLVMTargetMachine(T, TT, CPU, FS, RM, CM), in SparcTargetMachine()
32 Subtarget(TT, CPU, FS, is64bit), in SparcTargetMachine()
56 StringRef FS, Reloc::Model RM, in SparcV8TargetMachine() argument
58 : SparcTargetMachine(T, TT, CPU, FS, RM, CM, false) { in SparcV8TargetMachine()
63 StringRef FS, Reloc::Model RM, in SparcV9TargetMachine() argument
65 : SparcTargetMachine(T, TT, CPU, FS, RM, CM, true) { in SparcV9TargetMachine()
/external/llvm/lib/Target/ARM/
DARMTargetMachine.cpp193 StringRef CPU, StringRef FS, in ARMBaseTargetMachine() argument
199 CPU, FS, Options, getEffectiveRelocModel(TT, RM), CM, in ARMBaseTargetMachine()
203 Subtarget(TT, CPU, FS, *this, isLittle), isLittle(isLittle) { in ARMBaseTargetMachine()
231 std::string FS = !FSAttr.hasAttribute(Attribute::None) in getSubtargetImpl() local
245 FS += FS.empty() ? "+soft-float" : ",+soft-float"; in getSubtargetImpl()
247 auto &I = SubtargetMap[CPU + FS]; in getSubtargetImpl()
253 I = llvm::make_unique<ARMSubtarget>(TargetTriple, CPU, FS, *this, isLittle); in getSubtargetImpl()
267 StringRef CPU, StringRef FS, in ARMTargetMachine() argument
272 : ARMBaseTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, isLittle) { in ARMTargetMachine()
282 StringRef CPU, StringRef FS, in ARMLETargetMachine() argument
[all …]
DARMSubtarget.cpp73 StringRef FS) { in initializeSubtargetDependencies() argument
75 initSubtargetFeatures(CPU, FS); in initializeSubtargetDependencies()
80 StringRef FS) { in initializeFrameLowering() argument
81 ARMSubtarget &STI = initializeSubtargetDependencies(CPU, FS); in initializeFrameLowering()
89 const std::string &FS, in ARMSubtarget() argument
91 : ARMGenSubtargetInfo(TT, CPU, FS), UseMulOps(UseFusedMulOps), in ARMSubtarget()
93 TM(TM), FrameLowering(initializeFrameLowering(CPU, FS)), in ARMSubtarget()
114 void ARMSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) { in initSubtargetFeatures() argument
134 if (!FS.empty()) { in initSubtargetFeatures()
136 ArchFS = (Twine(ArchFS) + "," + FS).str(); in initSubtargetFeatures()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCTargetMachine.cpp30 StringRef CPU, StringRef FS, in PPCTargetMachine() argument
33 : LLVMTargetMachine(T, TT, CPU, FS, RM, CM), in PPCTargetMachine()
34 Subtarget(TT, CPU, FS, is64Bit), in PPCTargetMachine()
46 StringRef CPU, StringRef FS, in PPC32TargetMachine() argument
48 : PPCTargetMachine(T, TT, CPU, FS, RM, CM, false) { in PPC32TargetMachine()
53 StringRef CPU, StringRef FS, in PPC64TargetMachine() argument
55 : PPCTargetMachine(T, TT, CPU, FS, RM, CM, true) { in PPC64TargetMachine()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c183 bwest_str->last_reduction_ts = arr_ts + 3*FS; in WebRtcIsac_UpdateBandwidthEstimator()
217 1000.0f / FS > 3000) in WebRtcIsac_UpdateBandwidthEstimator()
224 bwest_str->last_update_ts) * 1000.0f /(float) FS) / in WebRtcIsac_UpdateBandwidthEstimator()
232 … bwest_str->last_reduction_ts)*1000.0f/FS) ); in WebRtcIsac_UpdateBandwidthEstimator()
259 bwest_str->last_reduction_ts = arr_ts + 3*FS; in WebRtcIsac_UpdateBandwidthEstimator()
267 bwest_str->last_reduction_ts = arr_ts + 3*FS; in WebRtcIsac_UpdateBandwidthEstimator()
308 float latencyMs = bwest_str->consecLatency/(FS/1000); in WebRtcIsac_UpdateBandwidthEstimator()
312 bwest_str->inWaitLatePkts = (int16_t)((bwest_str->consecLatency/(FS/1000)) / 30);// + 150; in WebRtcIsac_UpdateBandwidthEstimator()
367 if (arr_ts_diff > frame_length * FS/1000 + 400.0f) in WebRtcIsac_UpdateBandwidthEstimator()
370 arr_ts_diff = frame_length * FS/1000 + 400.0f; in WebRtcIsac_UpdateBandwidthEstimator()
[all …]
/external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/helper/
DAbbreviatorTest.java33 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/llvm/lib/Target/MSP430/
DMSP430Subtarget.cpp29 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/valgrind/none/tests/mips64/
Dmove_instructions.c93 #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/SystemZ/
DSystemZTargetMachine.cpp27 static bool UsesVectorABI(StringRef CPU, StringRef FS) { in UsesVectorABI() argument
37 FS.split(Features, ',', -1, false /* KeepEmpty */); in UsesVectorABI()
49 StringRef FS) { in computeDataLayout() argument
50 bool VectorABI = UsesVectorABI(CPU, FS); in computeDataLayout()
92 StringRef CPU, StringRef FS, in SystemZTargetMachine() argument
97 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, FS), TT, CPU, FS, Options, in SystemZTargetMachine()
100 Subtarget(TT, CPU, FS, *this) { in SystemZTargetMachine()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblySubtarget.cpp29 WebAssemblySubtarget::initializeSubtargetDependencies(StringRef FS) { in initializeSubtargetDependencies() argument
35 ParseSubtargetFeatures(CPUString, FS); in initializeSubtargetDependencies()
41 const std::string &FS, in WebAssemblySubtarget() argument
43 : WebAssemblyGenSubtargetInfo(TT, CPU, FS), HasSIMD128(false), in WebAssemblySubtarget()
45 InstrInfo(initializeSubtargetDependencies(FS)), TSInfo(), in WebAssemblySubtarget()

12345678910>>...24