Searched defs:errs (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dsmooth_out_data.c31 int32_t errs; local
38 errs=0;
41 errs+=WEBRTC_SPL_MUL_16_16(err, err); /* errs in Q-6 */
44 return errs;
H A Dsmooth.c37 int32_t errs; local
93 errs = WebRtcIlbcfix_Smooth_odata(odata, current, surround, C);
108 if (errs > crit) {
/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dlitlint.py47 errs = 0
52 errs += 1
56 return errs
66 errs = 0 variable
68 errs += LintFile(p)
71 if errs > 0:
/external/bison/src/
H A Dstate.h70 recorded in an errs structure, which holds the token numbers.
173 } errs; typedef in typeref:struct:__anon386
175 errs *errs_new (int num, symbol **tokens);
204 errs *errs; member in struct:state
242 /* Set the errs of STATE. */
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dperf-record.c59 int err = -1, errs = 0, i, wakeups = 0; local
190 ++errs;
198 ++errs;
204 ++errs;
210 ++errs;
220 ++errs;
228 ++errs;
235 ++errs;
264 ++errs;
289 ++errs;
[all...]
/external/qemu/android/
H A Diolooper-select.c146 fd_set errs; local
151 FD_ZERO(&errs);
161 ret = select( count, iol->reads_result, iol->writes_result, &errs, &tv);
172 fd_set errs; local
188 FD_ZERO(&errs);
194 ret = select( count, iol->reads_result, iol->writes_result, &errs, tm);
/external/javasqlite/src/main/java/SQLite/
H A DShell.java45 public Shell(PrintStream ps, PrintStream errs) { argument
47 err = new PrintWriter(errs);
/external/llvm/lib/Support/
H A Draw_ostream.cpp656 // outs(), errs(), nulls()
669 /// errs() - This returns a reference to a raw_ostream for standard error.
670 /// Use it like: errs() << "foo" << "bar";
671 raw_ostream &llvm::errs() { function in class:llvm
/external/ppp/pppd/
H A Dmain.c1103 int errs; local
1107 errs = error_count;
1109 return (error_count != errs)? -1: 0;
1124 int errs; local
1128 errs = error_count;
1130 return (error_count != errs)? -1: 0;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 3266 milliseconds