HomeSort by relevance Sort by last modified time
    Searched refs:current_value (Results 1 - 4 of 4) sorted by null

  /hardware/msm7k/libgralloc-qsd8k/
mapper.cpp 199 int32_t current_value, new_value; local
203 current_value = hnd->lockState;
204 new_value = current_value;
206 if (current_value & private_handle_t::LOCK_STATE_WRITE) {
210 } else if (current_value & private_handle_t::LOCK_STATE_READ_MASK) {
218 // handle, (current_value & ~(1<<31)));
229 retry = android_atomic_cmpxchg(current_value, new_value,
246 if (!(current_value & private_handle_t::LOCK_STATE_MAPPED)) {
272 int32_t current_value, new_value; local
287 current_value = hnd->lockState
    [all...]
  /external/emma/core/java12/com/vladium/util/
IntVector.java 117 final int current_value = m_values [index]; local
120 return current_value;
  /external/v8/src/
unicode.cc 79 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid)); local
82 if ((current_value <= value) &&
87 } else if (current_value < value) {
89 } else if (current_value > value) {
131 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid)); local
134 if ((current_value <= value) &&
139 } else if (current_value < value) {
141 } else if (current_value > value) {
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 121 milliseconds