Searched refs:ctr (Results 26 - 50 of 149) sorted by relevance

123456

/external/chromium_org/third_party/libjpeg_turbo/
H A Djfdctfst.c120 int ctr; local
126 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
176 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
H A Djidctflt.c80 int ctr; local
89 for (ctr = DCTSIZE; ctr > 0; ctr--) {
180 for (ctr = 0; ctr < DCTSIZE; ctr++) {
181 outptr = output_buf[ctr] + output_col;
H A Djfdctint.c146 int ctr; local
154 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
219 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
/external/jpeg/
H A Djfdctflt.c65 int ctr; local
70 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
120 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
H A Djfdctfst.c120 int ctr; local
126 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
176 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
H A Djidctflt.c80 int ctr; local
89 for (ctr = DCTSIZE; ctr > 0; ctr--) {
180 for (ctr = 0; ctr < DCTSIZE; ctr++) {
181 outptr = output_buf[ctr] + output_col;
H A Djfdctint.c146 int ctr; local
154 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
219 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jfdctfst.c121 int ctr; local
127 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
177 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
H A Dfpdfapi_jfdctint.c147 int ctr; local
155 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
220 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
/external/qemu/distrib/jpeg-6b/
H A Djfdctflt.c65 int ctr; local
70 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
120 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
H A Djfdctfst.c120 int ctr; local
126 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
176 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
H A Djidctflt.c80 int ctr; local
89 for (ctr = DCTSIZE; ctr > 0; ctr--) {
180 for (ctr = 0; ctr < DCTSIZE; ctr++) {
181 outptr = output_buf[ctr] + output_col;
H A Djfdctint.c146 int ctr; local
154 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
219 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
/external/oprofile/module/x86/
H A Dop_model_ppro.c58 /* avoid a false detection of ctr overflows in NMI handler */
64 if (sysctl.ctr[i].enabled) {
66 CTR_WRITE(sysctl.ctr[i].count, msrs, i);
71 CTRL_SET_USR(low, sysctl.ctr[i].user);
72 CTRL_SET_KERN(low, sysctl.ctr[i].kernel);
73 CTRL_SET_UM(low, sysctl.ctr[i].unit_mask);
74 CTRL_SET_EVENT(low, sysctl.ctr[i].event);
H A Dop_nmi.c123 if (sysctl.ctr[i].enabled)
124 data->ctr_count[i] = sysctl.ctr[i].count;
150 if (!sysctl.ctr[i].enabled)
155 if (!sysctl.ctr[i].user && !sysctl.ctr[i].kernel) {
161 if (check_range(sysctl.ctr[i].count, 1, OP_MAX_PERF_COUNT,
162 "ctr count value %d not in range (%d %ld)\n"))
328 tab[0] = ((ctl_table) { 1, "enabled", &sysctl_parms.ctr[i].enabled, sizeof(int), 0644, NULL, lproc_dointvec, NULL, });
329 tab[1] = ((ctl_table) { 1, "event", &sysctl_parms.ctr[i].event, sizeof(int), 0644, NULL, lproc_dointvec, NULL, });
330 tab[2] = ((ctl_table) { 1, "count", &sysctl_parms.ctr[
[all...]
/external/chromium_org/tools/telemetry/telemetry/timeline/
H A Dtrace_event_importer_unittest.py513 {'name': 'ctr', 'args': {'value': 0}, 'pid': 1, 'ts': 0, 'cat': 'foo',
515 {'name': 'ctr', 'args': {'value': 10}, 'pid': 1, 'ts': 10, 'cat': 'foo',
517 {'name': 'ctr', 'args': {'value': 0}, 'pid': 1, 'ts': 20, 'cat': 'foo',
523 ctr = p.counters['foo.ctr']
525 self.assertEqual('ctr', ctr.name)
526 self.assertEqual('foo', ctr.category)
527 self.assertEqual(3, ctr.num_samples)
528 self.assertEqual(1, ctr
[all...]
H A Dprocess.py70 ctr = tracing_counter.Counter(self, category, name)
71 self._counters[ctr.full_name] = ctr
72 return ctr
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_pwd_common.c45 u16 i, ctr, L; local
49 ctr = 0;
52 ctr++;
53 i = htons(ctr);
58 if (ctr > 1)
95 unsigned char pwe_digest[SHA256_MAC_LEN], *prfbuf = NULL, ctr; local
164 ctr = 0;
166 if (ctr > 30) {
172 ctr++;
186 eap_pwd_h_update(hash, &ctr, sizeo
[all...]
/external/wpa_supplicant_8/src/eap_common/
H A Deap_pwd_common.c45 u16 i, ctr, L; local
49 ctr = 0;
52 ctr++;
53 i = htons(ctr);
58 if (ctr > 1)
95 unsigned char pwe_digest[SHA256_MAC_LEN], *prfbuf = NULL, ctr; local
164 ctr = 0;
166 if (ctr > 30) {
172 ctr++;
186 eap_pwd_h_update(hash, &ctr, sizeo
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_pwd_common.c45 u16 i, ctr, L; local
49 ctr = 0;
52 ctr++;
53 i = htons(ctr);
58 if (ctr > 1)
95 unsigned char pwe_digest[SHA256_MAC_LEN], *prfbuf = NULL, ctr; local
164 ctr = 0;
166 if (ctr > 30) {
172 ctr++;
186 eap_pwd_h_update(hash, &ctr, sizeo
[all...]
/external/chromium-trace/trace-viewer/src/tracing/trace_model/
H A Dcpu_test.js37 var ctr = cpu.getOrCreateCounter('foo', 'bar');
40 ctr.shiftTimestampsForward = function(ts) {
/external/chromium_org/v8/test/mjsunit/
H A Dobject-create.js52 var ctr = 0; variable
59 var protoFoo = { foo: function() { ctr++; }};
71 assertEquals(1, ctr);
75 assertEquals(2, ctr);
80 assertEquals(2, ctr);
86 assertEquals(2, ctr);
97 assertEquals(2, ctr);
103 assertEquals(2, ctr);
116 assertEquals(2, ctr);
/external/valgrind/main/memcheck/tests/
H A Dwrap8.c25 static int ctr = 0; variable
30 ctr++;
31 if ((ctr % 3) == 1) {
95 printf("allocated %d Lards\n", ctr); fflush(stdout);
/external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
H A Dandroid_parser.js141 var ctr = this.model_.getOrCreateProcess(ppid)
144 if (ctr.numSeries === 0) {
145 ctr.addSeries(new tracing.trace_model.CounterSeries(value,
146 tracing.getStringColorId(ctr.name + '.' + 'value')));
149 ctr.series.forEach(function(series) {
/external/chromium-trace/trace-viewer/src/tracing/importer/
H A Dtrace_event_importer_test.js483 {name: 'ctr', args: {'value': 0}, pid: 1, ts: 0, cat: 'foo', tid: 1,
485 {name: 'ctr', args: {'value': 10}, pid: 1, ts: 10, cat: 'foo', tid: 1,
487 {name: 'ctr', args: {'value': 0}, pid: 1, ts: 20, cat: 'foo', tid: 1,
493 var ctr = m.processes[1].counters['foo.ctr'];
495 assertEquals('ctr', ctr.name);
496 assertEquals('foo', ctr.category);
497 assertEquals(3, ctr.numSamples);
498 assertEquals(1, ctr
[all...]

Completed in 3778 milliseconds

123456