Searched refs:inc (Results 1 - 9 of 9) sorted by relevance
/system/core/libsync/tests/ |
H A D | sync_test.cpp | 65 int inc(int val = 1) { function in class:__anon1475::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/libpixelflinger/codeflinger/ |
H A D | load_store.cpp | 30 const int inc = (flags & WRITE_BACK)?1:0; local 33 if (inc) STR(AL, s.reg, addr.reg, immed12_post(4)); 47 if (inc) 51 if (inc) STRH(AL, s.reg, addr.reg, immed8_post(2)); 55 if (inc) STRB(AL, s.reg, addr.reg, immed12_post(1)); 67 const int inc = (flags & WRITE_BACK)?1:0; local 70 if (inc) LDR(AL, s.reg, addr.reg, immed12_post(4)); 91 if (inc) 95 if (inc) LDRH(AL, s.reg, addr.reg, immed8_post(2)); 99 if (inc) LDR [all...] |
/system/core/libutils/ |
H A D | BasicHashtable.cpp | 135 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 D | RefBase.cpp | 113 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)
|
H A D | Looper.cpp | 409 uint64_t inc = 1; 410 ssize_t nWrite = TEMP_FAILURE_RETRY(write(mWakeEventFd, &inc, sizeof(uint64_t)));
|
/system/bt/bta/include/ |
H A D | bta_hf_client_api.h | 210 BOOLEAN inc; member in struct:__anon397
|
/system/bt/embdrv/sbc/decoder/srce/ |
H A D | readsamplesjoint.inc | 21 * @file readsamplesjoint.inc 29 #include "readsamplesjoint.inc" 36 #include "readsamplesjoint.inc" 47 #include "readsamplesjoint.inc"
|
/system/bt/bta/hf_client/ |
H A D | bta_hf_client_act.c | 709 evt.clcc.inc = incoming;
|
/system/bt/btif/src/ |
H A D | btif_hf_client.c | 847 p_data->clcc.inc ? BTHF_CLIENT_CALL_DIRECTION_INCOMING : BTHF_CLIENT_CALL_DIRECTION_OUTGOING,
|
Completed in 924 milliseconds