HomeSort by relevance Sort by last modified time
    Searched refs:FS (Results 51 - 75 of 307) sorted by null

1 23 4 5 6 7 8 91011>>

  /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 (uint16_t)WEBRTC_SPL_UDIV(WEBRTC_SPL_UMUL(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 74 StringRef CPU, StringRef FS,
79 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
80 Subtarget(TT, CPU, FS, *this, LittleEndian) {
88 StringRef CPU, StringRef FS, const TargetOptions &Options,
91 : AArch64TargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {}
97 StringRef CPU, StringRef FS, const TargetOptions &Options,
100 : AArch64TargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {}
  /external/chromium_org/sandbox/win/tools/finder/
finder_fs.cc 67 Output(FS, L"R/W", name.GetBuffer());
87 Output(FS, L"W", name);
107 Output(FS, L"R", name);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUTargetMachine.cpp 42 StringRef CPU, StringRef FS,
48 LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OptLevel),
49 Subtarget(TT, CPU, FS),
radeon_llvm_emit.cpp 113 std::string FS;
118 FS += "+DumpCode";
122 AMDGPUTriple.getTriple(), gpu_family, FS,

Completed in 3100 milliseconds

1 23 4 5 6 7 8 91011>>