HomeSort by relevance Sort by last modified time
    Searched refs:FS (Results 126 - 150 of 319) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/lib/Target/R600/
AMDGPUTargetMachine.cpp 67 StringRef CPU, StringRef FS,
73 LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OptLevel),
74 Subtarget(TT, CPU, FS),
AMDGPUTargetMachine.h 37 AMDGPUTargetMachine(const Target &T, StringRef TT, StringRef FS,
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
Isac_test.cc 24 #define FS 16000
41 HeaderRate = HeaderSize * 8 * FS / current_framesamples; /* bits/s */
46 BN_data->arrival_time += ((packet_size + HeaderSize) * 8 * FS) / (bottleneck + HeaderRate);
test_iSACfixfloat.c 31 #define FS 16000
74 HeaderRate = HeaderSize * 8 * FS / current_framesamples; /* bits/s */
79 BN_data->arrival_time += ((packet_size + HeaderSize) * 8 * FS) / (bottleneck + HeaderRate);
656 kbps = ((double) FS) / ((double) cur_framesmpls) * 8.0 * stream_len / 1000.0;// kbits/s
667 printf("\nmeasured average bitrate = %0.3f kbits/s", (double)totalbits *(FS/1000) / totalsmpls);
673 length_file = ((double)framecnt*(double)declen/FS);
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 28 using llvm::sys::fs::file_status;
29 using llvm::sys::fs::file_type;
30 using llvm::sys::fs::perms;
31 using llvm::sys::fs::UniqueID;
114 if (std::error_code EC = sys::fs::status(FD, RealStatus))
171 sys::fs::file_status RealStatus;
172 if (std::error_code EC = sys::fs::status(Path, RealStatus))
182 if (std::error_code EC = sys::fs::openFileForRead(Name, FD))
190 static IntrusiveRefCntPtr<FileSystem> FS = new RealFileSystem();
191 return FS;
    [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfFileAttachmentAnnotationDictionary_autogen.cpp 23 SkPdfFileSpec SkPdfFileAttachmentAnnotationDictionary::FS(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("FS", "");
32 return get("FS", "") != NULL;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
settings.h 23 #define FS 16000
37 #define FRAMESAMPLES 480 /* ((FRAMESIZE*FS)/1000) */
42 #define FRAMESAMPLES_10ms 160 /* ((10*FS)/1000) */
51 /* samples of look ahead (in a half-band, so actually half the samples of look ahead @ FS) */
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
decode_bwe.c 80 (frame_samples * 1000) / FS, sendTimestampIn16kHz,
  /external/chromium_org/third_party/webrtc/modules/audio_processing/agc/
digital_agc.h 59 int16_t *out, int16_t *out_H, uint32_t FS,
  /external/guava/guava/src/com/google/common/base/
Ascii.java 335 * relationship shall be: FS is the most inclusive, then GS, then RS,
341 public static final byte FS = 28;
344 * @see #FS
351 * @see #FS
358 * @see #FS
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 247 const std::string &FS, TargetMachine &TM, bool IsLittle,
257 void ParseSubtargetFeatures(StringRef CPU, StringRef FS);
264 ARMSubtarget &initializeSubtargetDependencies(StringRef CPU, StringRef FS);
287 void resetSubtargetFeatures(StringRef CPU, StringRef FS);
  /external/llvm/lib/Target/X86/
X86Subtarget.h 118 /// HasFSGSBase - Processor has FS/GS base insturctions.
244 const std::string &FS, X86TargetMachine &TM,
265 void ParseSubtargetFeatures(StringRef CPU, StringRef FS);
272 X86Subtarget &initializeSubtargetDependencies(StringRef CPU, StringRef FS);
274 void resetSubtargetFeatures(StringRef CPU, StringRef FS);
X86TargetMachine.h 31 StringRef CPU, StringRef FS, const TargetOptions &Options,
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfFileAttachmentAnnotationDictionary_autogen.cpp 23 SkPdfFileSpec SkPdfFileAttachmentAnnotationDictionary::FS(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("FS", "");
32 return get("FS", "") != NULL;
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
settings.h 23 #define FS 16000
37 #define FRAMESAMPLES 480 /* ((FRAMESIZE*FS)/1000) */
42 #define FRAMESAMPLES_10ms 160 /* ((10*FS)/1000) */
51 /* samples of look ahead (in a half-band, so actually half the samples of look ahead @ FS) */
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
decode_bwe.c 79 (frame_samples * 1000) / FS, sendTimestampIn16kHz,
  /external/webrtc/src/modules/audio_processing/agc/
digital_agc.h 59 WebRtc_Word16 *out_H, WebRtc_UWord32 FS,
  /frameworks/compile/slang/
slang_rs_ast_replace.h 73 void VisitForStmt(clang::ForStmt *FS);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm/
ptrace-abi.h 15 #define FS 9
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
ptrace-abi.h 15 #define FS 9
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c 31 #define FS 16000
74 HeaderRate = HeaderSize * 8 * FS / current_framesamples; /* bits/s */
79 BN_data->arrival_time += ((packet_size + HeaderSize) * 8 * FS) / (bottleneck + HeaderRate);
661 kbps = ((double) FS) / ((double) cur_framesmpls) * 8.0 * stream_len / 1000.0;// kbits/s
672 printf("\nmeasured average bitrate = %0.3f kbits/s", (double)totalbits *(FS/1000) / totalsmpls);
678 length_file = ((double)framecnt*(double)declen/FS);
  /external/chromium_org/v8/tools/profviz/
worker.js 151 if (FS.findObject(input_file_name)) {
152 FS.deleteFile(input_file_name);
155 FS.createDataFile("/", input_file_name, arrc);
161 displayplot(FS.findObject(output_file_name));
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 92 void checkLoopConditionForFloat(const ForStmt *FS);
172 void WalkAST::VisitForStmt(ForStmt *FS) {
173 checkLoopConditionForFloat(FS);
176 VisitChildren(FS);
219 void WalkAST::checkLoopConditionForFloat(const ForStmt *FS) {
224 const Expr *condition = FS->getCond();
230 const Expr *increment = FS->getInc();
293 PathDiagnosticLocation::createBegin(FS, BR.getSourceManager(), AC);
  /external/llvm/include/llvm/Target/
TargetMachine.h 68 StringRef CPU, StringRef FS, const TargetOptions &Options);
271 StringRef CPU, StringRef FS, TargetOptions Options,
  /external/llvm/lib/Target/
TargetMachine.cpp 36 StringRef TT, StringRef CPU, StringRef FS,
38 : TheTarget(T), TargetTriple(TT), TargetCPU(CPU), TargetFS(FS),

Completed in 927 milliseconds

1 2 3 4 56 7 8 91011>>