Searched defs:inc (Results 1 - 8 of 8) sorted by relevance

/system/security/keystore/include/keystore/
H A Dutils.h41 inc();
63 inline void inc() { function in class:android::security::SharedNullableIterator
/system/core/libpixelflinger/codeflinger/
H A Dload_store.cpp34 const int inc = (flags & WRITE_BACK)?1:0; local
37 if (inc) STR(AL, s.reg, addr.reg, immed12_post(4));
51 if (inc)
55 if (inc) STRH(AL, s.reg, addr.reg, immed8_post(2));
59 if (inc) STRB(AL, s.reg, addr.reg, immed12_post(1));
71 const int inc = (flags & WRITE_BACK)?1:0; local
74 if (inc) LDR(AL, s.reg, addr.reg, immed12_post(4));
95 if (inc)
99 if (inc) LDRH(AL, s.reg, addr.reg, immed8_post(2));
103 if (inc) LDR
[all...]
/system/core/storaged/
H A Dstoraged.cpp47 struct disk_stats inc = get_inc_disk_stats(&mPrevious, &curr); local
48 add_disk_stats(&inc, &mAccumulate);
52 // log_kernel_disk_stats(&inc, "inc stats");
101 struct disk_stats inc = get_inc_disk_stats(&mPrevious, stats); local
102 struct disk_perf perf = get_disk_perf(&inc);
109 add_disk_stats(&inc, &mAccumulate);
H A Dstoraged_utils.cpp113 struct disk_stats inc; local
119 *((uint64_t*)&inc + i) =
123 inc.io_in_flight = curr->io_in_flight;
125 inc.start_time = prev->end_time;
126 inc.end_time = curr->end_time;
127 inc.io_avg = curr->io_avg;
128 inc.counter = 1;
130 return inc;
/system/core/storaged/tests/
H A Dstoraged_test.cpp96 struct disk_stats base, tmp, curr, acc, inc[5]; local
109 inc[i] = get_inc_disk_stats(&tmp, &curr);
110 add_disk_stats(&inc[i], &acc);
/system/core/libsync/tests/
H A Dsync_test.cpp65 int inc(int val = 1) { function in class:__anon1645::SyncTimeline
284 ASSERT_EQ(timeline.inc(1), 0);
291 ASSERT_EQ(timeline.inc(4), 0);
297 ASSERT_EQ(timeline.inc(10), 0);
317 timeline.inc(100);
318 timeline.inc(100);
348 timeline.inc(1);
354 timeline.inc(1);
360 timeline.inc(1);
381 timeline.inc(
[all...]
/system/core/libutils/
H A DRefBase.cpp89 // The client must ensure that every inc() call, together with all other
184 char inc = refs->ref >= 0 ? '+' : '-'; local
185 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref);
198 char inc = refs->ref >= 0 ? '+' : '-'; local
199 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref);
344 char inc = ref->ref >= 0 ? '+' : '-'; local
345 ALOGD("\t%c ID %p (ref %d):", inc, ref->id, ref->ref);
371 char inc = refs->ref >= 0 ? '+' : '-'; local
373 inc, refs->id, refs->ref);
578 // situation (e.g.: another thread has inc/decStron
[all...]
/system/bt/bta/include/
H A Dbta_hf_client_api.h217 bool inc; member in struct:__anon369

Completed in 58 milliseconds