Searched refs:inc (Results 1 – 6 of 6) sorted by relevance
/system/core/libsync/tests/ |
D | sync_test.cpp | 65 int inc(int val = 1) { in inc() function in __anon528880210111::SyncTimeline 257 ASSERT_EQ(timeline.inc(1), 0); in TEST() 264 ASSERT_EQ(timeline.inc(4), 0); in TEST() 270 ASSERT_EQ(timeline.inc(10), 0); in TEST() 290 timeline.inc(100); in TEST() 291 timeline.inc(100); in TEST() 321 timeline.inc(1); in TEST() 325 timeline.inc(1); in TEST() 329 timeline.inc(1); in TEST() 347 timeline.inc(5); in TEST() [all …]
|
/system/core/libpixelflinger/codeflinger/ |
D | load_store.cpp | 34 const int inc = (flags & WRITE_BACK)?1:0; in store() local 37 if (inc) STR(AL, s.reg, addr.reg, immed12_post(4)); in store() 51 if (inc) in store() 55 if (inc) STRH(AL, s.reg, addr.reg, immed8_post(2)); in store() 59 if (inc) STRB(AL, s.reg, addr.reg, immed12_post(1)); in store() 71 const int inc = (flags & WRITE_BACK)?1:0; in load() local 74 if (inc) LDR(AL, s.reg, addr.reg, immed12_post(4)); in load() 95 if (inc) in load() 99 if (inc) LDRH(AL, s.reg, addr.reg, immed8_post(2)); in load() 103 if (inc) LDRB(AL, s.reg, addr.reg, immed12_post(1)); in load()
|
/system/core/libutils/ |
D | RefBase.cpp | 113 char inc = refs->ref >= 0 ? '+' : '-'; in ~weakref_impl() local 114 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref); in ~weakref_impl() 127 char inc = refs->ref >= 0 ? '+' : '-'; in ~weakref_impl() local 128 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref); in ~weakref_impl() 268 char inc = ref->ref >= 0 ? '+' : '-'; in removeRef() local 269 ALOGD("\t%c ID %p (ref %d):", inc, ref->id, ref->ref); in removeRef() 295 char inc = refs->ref >= 0 ? '+' : '-'; in printRefsLocked() local 297 inc, refs->id, refs->ref); in printRefsLocked()
|
D | BasicHashtable.cpp | 135 size_t inc = chainIncrement(hash, mBucketCount); in find() local 137 index = chainSeek(index, inc, mBucketCount); in find() 164 size_t inc = chainIncrement(hash, mBucketCount); in add() local 167 index = chainSeek(index, inc, mBucketCount); in add() 221 size_t inc = chainIncrement(hash, newBucketCount); in rehash() local 224 index = chainSeek(index, inc, newBucketCount); in rehash()
|
/system/core/include/cutils/ |
D | atomic-mips.h | 122 : [ptr] "r" (ptr), [inc] "Ir" (increment) in android_atomic_add()
|
D | atomic-mips64.h | 114 : [ptr] "r" (ptr), [inc] "Ir" (increment) in android_atomic_add()
|