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

/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/libsync/tests/
H A Dsync_test.cpp65 int inc(int val = 1) { function in class:__anon219::SyncTimeline
257 ASSERT_EQ(timeline.inc(1), 0);
264 ASSERT_EQ(timeline.inc(4), 0);
270 ASSERT_EQ(timeline.inc(10), 0);
290 timeline.inc(100);
291 timeline.inc(100);
321 timeline.inc(1);
325 timeline.inc(1);
329 timeline.inc(1);
347 timeline.inc(
[all...]
/system/core/libutils/
H A DBasicHashtable.cpp135 size_t inc = chainIncrement(hash, mBucketCount); local
137 index = chainSeek(index, inc, mBucketCount);
164 size_t inc = chainIncrement(hash, mBucketCount); local
167 index = chainSeek(index, inc, mBucketCount);
221 size_t inc = chainIncrement(hash, newBucketCount); local
224 index = chainSeek(index, inc, newBucketCount);
H A DRefBase.cpp113 char inc = refs->ref >= 0 ? '+' : '-'; local
114 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref);
127 char inc = refs->ref >= 0 ? '+' : '-'; local
128 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref);
268 char inc = ref->ref >= 0 ? '+' : '-'; local
269 ALOGD("\t%c ID %p (ref %d):", inc, ref->id, ref->ref);
295 char inc = refs->ref >= 0 ? '+' : '-'; local
297 inc, refs->id, refs->ref);
476 // situation (e.g.: another thread has inc/decStrong'ed us)

Completed in 590 milliseconds