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

1 2 3 4 56 7 8 910

  /external/llvm/lib/Target/X86/
X86Subtarget.h 109 /// HasFSGSBase - Processor has FS/GS base insturctions.
207 const std::string &FS,
221 void ParseSubtargetFeatures(StringRef CPU, StringRef FS);
231 void resetSubtargetFeatures(StringRef CPU, StringRef FS);
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 37 static bool ParsePrecision(FormatStringHandler &H, PrintfSpecifier &FS,
41 FS.setPrecision(ParseNonPositionAmount(Beg, E, *argIndex));
47 FS.setPrecision(Amt);
90 PrintfSpecifier FS;
91 if (ParseArgPosition(H, FS, Start, I, E))
107 FS.setHasThousandsGrouping(I);
109 case '-': FS.setIsLeftJustified(I); break;
110 case '+': FS.setHasPlusPrefix(I); break;
111 case ' ': FS.setHasSpacePrefix(I); break;
112 case '#': FS.setHasAlternativeForm(I); break
    [all...]
FormatString.cpp 145 FormatSpecifier &FS,
169 FS.setArgIndex(Amt.getConstantAmount() - 1);
170 FS.setUsesPositionalArg();
181 clang::analyze_format_string::ParseLengthModifier(FormatSpecifier &FS,
228 FS.setLengthModifier(lm);
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
kenny.c 26 #define FS 16000 /* sampling frequency (Hz) */
59 HeaderRate = HeaderSize * 8 * FS / current_framesamples; /* bits/s */
64 BN_data->arrival_time += ((packet_size + HeaderSize) * 8 * FS) / (bottleneck + HeaderRate);
85 BN_data->arrival_time += (current_framesamples + ((FS/1000) * current_delay));
788 // ((double)FS) ) * 8 );
796 kbps = ((double) FS) / ((double) cur_framesmpls) * 8.0 *
823 (double)totalbits *(FS/1000) / totalsmpls);
829 (double)totalbits *(FS/1000) / totalsmpls);
838 length_file = ((double)framecnt*(double)declen/FS);
  /external/webrtc/src/modules/audio_processing/agc/
digital_agc.c 305 WebRtc_Word16 *out_H, WebRtc_UWord32 FS,
325 if (FS == 8000)
329 } else if (FS == 16000)
333 } else if (FS == 32000)
348 if (FS == 32000)
588 if (FS == 32000)
623 if (FS == 32000)
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 605 const analyze_printf::PrintfSpecifier &FS,
611 virtual bool HandlePrintfSpecifier(const analyze_printf::PrintfSpecifier &FS,
620 const analyze_scanf::ScanfSpecifier &FS,
626 virtual bool HandleScanfSpecifier(const analyze_scanf::ScanfSpecifier &FS,
  /external/clang/tools/driver/
cc1as_main.cpp 254 (Binary ? sys::fs::F_Binary : sys::fs::F_None));
323 std::string FS;
325 FS = Opts.Features[0];
327 FS += "," + Opts.Features[i];
334 STI(TheTarget->createMCSubtargetInfo(Opts.Triple, Opts.CPU, FS));
383 sys::fs::remove(Opts.OutputPath);
  /ndk/sources/host-tools/nawk-20071023/
main.c 58 const char *fs = NULL; local
65 "usage: %s [-F fs] [-v var=value] [-f progfile | 'prog'] [file ...]\n",
100 fs = "\t";
102 fs = &argv[1][2];
106 fs = "\t";
108 fs = &argv[1][0];
110 if (fs == NULL || *fs == '\0')
111 WARNING("field separator FS is empty");
152 if (fs)
    [all...]
awk.h 51 extern char **FS;
69 extern char inputFS[]; /* FS at time of input, for field splitting */
lib.c 115 dprintf( ("RS=<%s>, FS=<%s>, ARGC=%g, FILENAME=%s\n",
116 *RS, *FS, *ARGC, *FILENAME) );
188 if (strlen(*FS) >= sizeof(inputFS))
189 FATAL("field separator %.10s... is too long", *FS);
190 strcpy(inputFS, *FS); /* for subsequent field splitting */
298 } else if ((sep = *inputFS) == 0) { /* new: FS="" => 1 char/field */
313 /* subtlecase : if length(FS) == 1 && length(RS > 0)
407 int refldbld(const char *rec, const char *fs) /* build fields from reg expr in FS */
426 pfa = makedfa(fs, 1)
    [all...]
  /external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp 77 StringRef CPU, StringRef FS,
81 : TargetMachine(T, Triple, CPU, FS, Options) {
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCTargetDesc.cpp 96 StringRef FS) {
98 InitSystemZMCSubtargetInfo(X, TT, CPU, FS);
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
PERF.awk 29 FS = ","; # reading a CSV file
armtime 44 FS=" "
  /external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 438 FindEscaped FS;
439 cfg.VisitBlockStmts(FS);
440 DeadStoreObs A(cfg, BR.getContext(), BR, AC, pmap, FS.Escaped);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
ascii.py 33 FS = 0x1c # ^\
44 "CAN", "EM", "SUB", "ESC", "FS", "GS", "RS", "US",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
ascii.py 33 FS = 0x1c # ^\
44 "CAN", "EM", "SUB", "ESC", "FS", "GS", "RS", "US",
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 87 var nodeFS = require('fs');
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 112 FunctionSummariesTy *FS)
116 FunctionSummaries(FS){}
  /external/e2fsprogs/lib/et/
et_c.awk 162 text = text FS $i
172 text = text FS $i
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
feedTools.jar 
  /external/llvm/test/MC/X86/
intel-syntax.s 58 // CHECK: movl %fs:(%rdi), %eax
59 mov EAX, DWORD PTR FS:[RDI]
64 // CHECK: movq %fs:320, %rax
65 mov RAX, QWORD PTR FS:[320]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
  /external/valgrind/main/VEX/auxprogs/
genoffsets.c 95 GENOFFSET(X86,x86,FS);
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js 29 var nodeFS = require('fs');
    [all...]

Completed in 1403 milliseconds

1 2 3 4 56 7 8 910