/external/mesa3d/src/gallium/drivers/radeon/ |
AMDGPUSubtarget.cpp | 23 AMDGPUSubtarget::AMDGPUSubtarget(StringRef TT, StringRef CPU, StringRef FS) : 24 AMDGPUGenSubtargetInfo(TT, CPU, FS), mDumpCode(false) { 35 ParseSubtargetFeatures(GPU, FS);
|
/external/valgrind/main/none/tests/mips64/ |
move_instructions.c | 91 /* movX.s fd, fs */ 92 #define TEST3(instruction, FD, FS, cc, offset) \ 101 "dmtc1 $zero, $"#FS "\n\t" \ 104 "lwc1 $"#FS", "#offset"($t0)" "\n\t" \ 109 : "t0", "t1", "$"#FD, "$"#FS, "$f0", "$f2" \ 115 /* movX.d fd, fs */ 116 #define TEST3d(instruction, FD, FS, cc, offset) \ 127 "ldc1 $"#FS", "#offset"($t0)" "\n\t" \ 132 : "t0", "t1", "$"#FD, "$"#FS, "$f0", "$f2" \ 138 /* movX.s fd, fs, rt * [all...] |
/external/llvm/lib/Target/ARM/ |
ARMTargetMachine.h | 29 StringRef CPU, StringRef FS, 73 ARMTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, 84 StringRef CPU, StringRef FS, const TargetOptions &Options, 94 ARMBETargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, 106 ThumbTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, 117 StringRef FS, const TargetOptions &Options, 128 StringRef FS, const TargetOptions &Options,
|
/external/llvm/lib/Target/Mips/ |
MipsTargetMachine.cpp | 54 StringRef CPU, StringRef FS, 58 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL), 59 Subtarget(TT, CPU, FS, isLittle, RM, this) { 67 StringRef CPU, StringRef FS, const TargetOptions &Options, 70 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {} 76 StringRef CPU, StringRef FS, const TargetOptions &Options, 79 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {}
|
MipsTargetMachine.h | 31 MipsTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, 78 StringRef CPU, StringRef FS, const TargetOptions &Options, 89 StringRef CPU, StringRef FS, const TargetOptions &Options,
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXTargetMachine.cpp | 70 StringRef CPU, StringRef FS, 74 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL), 75 Subtarget(TT, CPU, FS, *this, is64bit) { 82 const Target &T, StringRef TT, StringRef CPU, StringRef FS, 85 : NVPTXTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {} 90 const Target &T, StringRef TT, StringRef CPU, StringRef FS, 93 : NVPTXTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {}
|
NVPTXSubtarget.h | 58 const std::string &FS, const TargetMachine &TM, bool is64Bit); 105 NVPTXSubtarget &initializeSubtargetDependencies(StringRef CPU, StringRef FS); 106 void ParseSubtargetFeatures(StringRef CPU, StringRef FS);
|
NVPTXTargetMachine.h | 34 NVPTXTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, 84 StringRef FS, const TargetOptions &Options, 93 StringRef FS, const TargetOptions &Options,
|
/external/llvm/lib/Target/PowerPC/ |
PPCTargetMachine.cpp | 41 StringRef FS, const TargetOptions &Options, 44 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL), 45 Subtarget(TT, CPU, FS, *this, is64Bit, OL) { 52 StringRef CPU, StringRef FS, 56 : PPCTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) { 62 StringRef CPU, StringRef FS, 66 : PPCTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {
|
PPCSubtarget.cpp | 71 StringRef FS) { 73 resetSubtargetFeatures(CPU, FS); 78 const std::string &FS, PPCTargetMachine &TM, 80 : PPCGenSubtargetInfo(TT, CPU, FS), IsPPC64(is64Bit), TargetTriple(TT), 82 FrameLowering(initializeSubtargetDependencies(CPU, FS)), 106 std::string FS = 108 if (!FS.empty()) { 110 resetSubtargetFeatures(CPU, FS); 145 void PPCSubtarget::resetSubtargetFeatures(StringRef CPU, StringRef FS) { 160 std::string FullFS = FS; [all...] |
PPCTargetMachine.h | 31 StringRef CPU, StringRef FS, const TargetOptions &Options, 75 StringRef CPU, StringRef FS, const TargetOptions &Options, 86 StringRef CPU, StringRef FS, const TargetOptions &Options,
|
/external/llvm/lib/Target/X86/ |
X86Subtarget.cpp | 193 std::string FS = 195 if (!FS.empty()) { 197 resetSubtargetFeatures(CPU, FS); 201 void X86Subtarget::resetSubtargetFeatures(StringRef CPU, StringRef FS) { 208 std::string FullFS = FS; 339 StringRef FS) { 341 resetSubtargetFeatures(CPU, FS); 346 const std::string &FS, X86TargetMachine &TM, 348 : X86GenSubtargetInfo(TT, CPU, FS), X86ProcFamily(Others), 357 InstrInfo(initializeSubtargetDependencies(CPU, FS)), TLInfo(TM) [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/ |
bandwidth_estimator.c | 177 bwest_str->last_reduction_ts = arr_ts + 3*FS; 211 1000.0f / FS > 3000) 218 bwest_str->last_update_ts) * 1000.0f /(float) FS) / 226 bwest_str->last_reduction_ts)*1000.0f/FS) ); 253 bwest_str->last_reduction_ts = arr_ts + 3*FS; 261 bwest_str->last_reduction_ts = arr_ts + 3*FS; 302 float latencyMs = bwest_str->consecLatency/(FS/1000); 306 bwest_str->inWaitLatePkts = (int16_t)((bwest_str->consecLatency/(FS/1000)) / 30);// + 150; 361 if (arr_ts_diff > frame_length * FS/1000 + 400.0f) 364 arr_ts_diff = frame_length * FS/1000 + 400.0f [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/QA/ |
runiSACfault.txt | 58 $ISAC -I -B "${TARGETRATE[idx]}" -F $testnr -FS "${SAMPFREQ[idx]}" "$file" \ 66 $ISAC -I -B "${TARGETRATE[idx]}" -F 10 -FS "${SAMPFREQ[idx]}" "$file" \ 70 $ISAC -I -B "${TARGETRATE[idx]}" -F 10 -PL 10 -FS "${SAMPFREQ[idx]}" "$file" \
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
bandwidth_estimator.c | 177 bwest_str->last_reduction_ts = arr_ts + 3*FS; 211 1000.0f / FS > 3000) 218 bwest_str->last_update_ts) * 1000.0f /(float) FS) / 226 bwest_str->last_reduction_ts)*1000.0f/FS) ); 253 bwest_str->last_reduction_ts = arr_ts + 3*FS; 261 bwest_str->last_reduction_ts = arr_ts + 3*FS; 302 float latencyMs = bwest_str->consecLatency/(FS/1000); 306 bwest_str->inWaitLatePkts = (WebRtc_Word16)((bwest_str->consecLatency/(FS/1000)) / 30);// + 150; 361 if (arr_ts_diff > frame_length * FS/1000 + 400.0f) 364 arr_ts_diff = frame_length * FS/1000 + 400.0f [all...] |
/external/llvm/include/llvm/MC/ |
MCSubtargetInfo.h | 44 uint64_t FeatureBits; // Feature bits for current CPU + FS 47 void InitMCSubtargetInfo(StringRef TT, StringRef CPU, StringRef FS, 70 void InitMCProcessorInfo(StringRef CPU, StringRef FS); 81 uint64_t ToggleFeature(StringRef FS);
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
decode_bwe.c | 56 frame_samples * 1000 / FS,
|
/external/llvm/include/llvm/Support/ |
Solaris.h | 32 #undef FS
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
decode_bwe.c | 56 (WebRtc_UWord16)WEBRTC_SPL_UDIV(WEBRTC_SPL_UMUL(frame_samples,1000), FS),
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
HexagonMCTargetDesc.cpp | 51 StringRef FS) { 53 InitHexagonMCSubtargetInfo(X, TT, CPU, FS);
|
/external/llvm/lib/Target/MSP430/MCTargetDesc/ |
MSP430MCTargetDesc.cpp | 47 StringRef FS) { 49 InitMSP430MCSubtargetInfo(X, TT, CPU, FS);
|
/external/llvm/lib/Target/R600/ |
AMDGPUSubtarget.h | 63 AMDGPUSubtarget(StringRef TT, StringRef CPU, StringRef FS); 73 void ParseSubtargetFeatures(StringRef CPU, StringRef FS);
|
/frameworks/base/media/java/android/media/ |
MediaCodecInfo.java | [all...] |
/frameworks/base/tools/obbtool/ |
mkobb.sh | 25 FS=vfat 59 if ! egrep -q "^\s*${FS}$" /proc/filesystems; then \ 60 echo "ERROR: Could not find filesystem \`${FS}' in the kernel." 61 echo "Perhaps you need to: modprobe ${FS}" 250 ${MOUNTBIN} -t ${FS} -o loop ${loop_dev} ${temp_mount}
|
/external/llvm/lib/Target/AArch64/ |
AArch64TargetMachine.cpp | 85 StringRef CPU, StringRef FS, 90 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL), 91 Subtarget(TT, CPU, FS, *this, LittleEndian) { 99 StringRef CPU, StringRef FS, const TargetOptions &Options, 102 : AArch64TargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {} 108 StringRef CPU, StringRef FS, const TargetOptions &Options, 111 : AArch64TargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {}
|