Home
last modified time | relevance | path

Searched refs:amount (Results 1 – 24 of 24) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DArm64Assembler.cpp374 uint32_t amount; in dataProcessingCommon() local
380 amount = mAddrMode.reg_imm_shift; in dataProcessingCommon()
386 amount = 0; in dataProcessingCommon()
397 case opADD: *mPC++ = A64_ADD_W(Rd, Rn, Rm, shift, amount); break; in dataProcessingCommon()
398 case opAND: *mPC++ = A64_AND_W(Rd, Rn, Rm, shift, amount); break; in dataProcessingCommon()
399 case opORR: *mPC++ = A64_ORR_W(Rd, Rn, Rm, shift, amount); break; in dataProcessingCommon()
400 case opMVN: *mPC++ = A64_ORN_W(Rd, Rn, Rm, shift, amount); break; in dataProcessingCommon()
401 case opSUB: *mPC++ = A64_SUB_W(Rd, Rn, Rm, shift, amount, s);break; in dataProcessingCommon()
472 int amount = mAddrMode.reg_imm_shift; in ADDR_ADD() local
473 *mPC++ = A64_ADD_X_Wm_SXTW(Rd, Rn, Rm, amount); in ADDR_ADD()
[all …]
DArm64Assembler.h205 uint32_t amount);
207 uint32_t amount);
215 uint32_t Rm, uint32_t shift = 0, uint32_t amount = 0);
217 uint32_t shift = 0, uint32_t amount = 0);
219 uint32_t shift = 0, uint32_t amount = 0,
222 uint32_t Rm, uint32_t shift = 0, uint32_t amount = 0);
224 uint32_t Rm, uint32_t shift = 0, uint32_t amount = 0);
226 uint32_t Rm, uint32_t shift = 0, uint32_t amount = 0);
/system/core/libutils/
DVectorImpl.cpp377 void* VectorImpl::_grow(size_t where, size_t amount) in _grow() argument
384 this, (int)where, (int)amount, (int)mCount); // caller already checked in _grow()
387 LOG_ALWAYS_FATAL_IF(__builtin_add_overflow(mCount, amount, &new_size), "new_size overflow"); in _grow()
431 void* dest = reinterpret_cast<uint8_t *>(array) + (where+amount)*mItemSize; in _grow()
444 void* to = reinterpret_cast<uint8_t *>(array) + (where+amount)*mItemSize; in _grow()
453 void VectorImpl::_shrink(size_t where, size_t amount) in _shrink() argument
461 ALOG_ASSERT(where + amount <= mCount, in _shrink()
463 this, (int)where, (int)amount, (int)mCount); // caller already checked in _shrink()
466 LOG_ALWAYS_FATAL_IF(__builtin_sub_overflow(mCount, amount, &new_size)); in _shrink()
497 … const void* from = reinterpret_cast<const uint8_t *>(mStorage) + (where+amount)*mItemSize; in _shrink()
[all …]
/system/vold/
DMoveStorage.cpp32 #define CONSTRAIN(amount, low, high) \ argument
33 ((amount) < (low) ? (low) : ((amount) > (high) ? (high) : (amount)))
/system/bt/doc/
Dproperties.md9 Maximum amount of time Bluetooth can take to start-up, upload firmware etc.
/system/core/libutils/include/utils/
DVectorImpl.h110 void* _grow(size_t where, size_t amount);
111 void _shrink(size_t where, size_t amount);
/system/extras/ioblame/
DREADME4 files that running pids are doing IO to (with the aggregate amount of
19 IO on that file (it also gives the amount of IO each pid does and
20 the aggregate amount of IO done to the file by all pids).
87 the pathname of the file and the amount of data written out.
89 Finally, it reports the total amount of file data IO done by pids and
221 Allowing ioblame to track <pathname, amount of data written>
/system/sepolicy/prebuilts/api/27.0/public/
Dclatd.te23 # capable(CAP_IPC_LOCK), and then checks to see the requested amount is
/system/sepolicy/prebuilts/api/28.0/public/
Dclatd.te23 # capable(CAP_IPC_LOCK), and then checks to see the requested amount is
/system/sepolicy/prebuilts/api/26.0/public/
Dclatd.te23 # capable(CAP_IPC_LOCK), and then checks to see the requested amount is
/system/sepolicy/prebuilts/api/29.0/public/
Dclatd.te26 # capable(CAP_IPC_LOCK), and then checks to see the requested amount is
/system/sepolicy/public/
Dclatd.te26 # capable(CAP_IPC_LOCK), and then checks to see the requested amount is
/system/extras/perfprofd/tests/
Dperfprofd_test.cc444 const size_t amount = arraysize(chunk) - stream.avail_out; in readEncodedProfile() local
445 if (amount > 0) { in readEncodedProfile()
446 if (buf.capacity() - buf.size() < amount) { in readEncodedProfile()
448 CHECK_LE(amount, buf.capacity() - buf.size()); in readEncodedProfile()
451 buf.resize(buf.size() + amount); in readEncodedProfile()
452 memcpy(reinterpret_cast<uint8_t*>(const_cast<char*>(buf.data())) + index, chunk, amount); in readEncodedProfile()
/system/netd/tests/benchmarks/
DREADME.md34 the test to reach the minimum amount of time run. Most tests here define 'minimum time run'
/system/extras/simpleperf/
Dreport_sample.proto40 // Simpleperf generates one sample whenever a specified amount of events happen
/system/chre/platform/shared/idl/
Dhost_messages.fbs108 /// 2. CHRE preallocates the required amount of memory, and loads app_binary,
/system/chre/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h811 void PopBytes(size_t amount) { buf_.pop(amount); }
/system/update_engine/
Dpylintrc223 # no amount of tweaking will make a perfect regex AFAICT. This one is a good
/system/core/fastboot/
DREADME.md51 send the indicated amount of data. Short packets are always
/system/media/audio_utils/
DDoxyfile66 # option can be useful when feeding doxygen a huge amount of source files, where
1133 # a fully collapsed tree already exceeds this amount). So setting the number of
2126 # but if the number exceeds 15, the total amount of fields shown is limited to
DDoxyfile.orig66 # option can be useful when feeding doxygen a huge amount of source files, where
1133 # a fully collapsed tree already exceeds this amount). So setting the number of
2126 # but if the number exceeds 15, the total amount of fields shown is limited to
/system/chre/pal/doc/
DDoxyfile66 # option can be useful when feeding doxygen a huge amount of source files, where
1177 # a fully collapsed tree already exceeds this amount). So setting the number of
2210 # but if the number exceeds 15, the total amount of fields shown is limited to
/system/chre/chre_api/doc/
DDoxyfile66 # option can be useful when feeding doxygen a huge amount of source files, where
1177 # a fully collapsed tree already exceeds this amount). So setting the number of
2210 # but if the number exceeds 15, the total amount of fields shown is limited to
/system/core/init/
DREADME.md782 Launching init services without init is not recommended as init sets up a significant amount of