Home
last modified time | relevance | path

Searched refs:amount (Results 1 – 16 of 16) 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.cpp379 void* VectorImpl::_grow(size_t where, size_t amount) in _grow() argument
386 this, (int)where, (int)amount, (int)mCount); // caller already checked in _grow()
389 LOG_ALWAYS_FATAL_IF(!safe_add(&new_size, mCount, amount), "new_size overflow"); in _grow()
432 void* dest = reinterpret_cast<uint8_t *>(array) + (where+amount)*mItemSize; in _grow()
445 void* to = reinterpret_cast<uint8_t *>(array) + (where+amount)*mItemSize; in _grow()
454 void VectorImpl::_shrink(size_t where, size_t amount) in _shrink() argument
462 ALOG_ASSERT(where + amount <= mCount, in _shrink()
464 this, (int)where, (int)amount, (int)mCount); // caller already checked in _shrink()
467 LOG_ALWAYS_FATAL_IF(!safe_sub(&new_size, mCount, amount)); in _shrink()
498 … const void* from = reinterpret_cast<const uint8_t *>(mStorage) + (where+amount)*mItemSize; in _shrink()
[all …]
/system/vold/
DMoveTask.cpp30 #define CONSTRAIN(amount, low, high) ((amount) < (low) ? (low) : ((amount) > (high) ? (high) : (amo… argument
/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/bt/doc/
Dproperties.md9 Maximum amount of time Bluetooth can take to start-up, upload firmware etc.
/system/sepolicy/public/
Dclatd.te23 # capable(CAP_IPC_LOCK), and then checks to see the requested amount is
/system/netd/tests/benchmarks/
DREADME.md34 the test to reach the minimum amount of time run. Most tests here define 'minimum time run'
/system/chre/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h810 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/
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
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
/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/tpm/trunks/generator/
Draw_commands.txt10967 Because that digest size changes according to the implemented hashes, the maximum amount of
11803 This command is used to add data to a hash or HMAC sequence. The amount of data in buffer may be
14837 However, this could consume a large amount of memory. To limit the memory size, the TPM is allowed …
28172 A loaded key is used rather than a hard-coded key to reduce the amount of memory needed for this
Draw_commands_fixed.txt10978 Because that digest size changes according to the implemented hashes, the maximum amount of
11814 This command is used to add data to a hash or HMAC sequence. The amount of data in buffer may be
14848 However, this could consume a large amount of memory. To limit the memory size, the TPM is allowed …
28183 A loaded key is used rather than a hard-coded key to reduce the amount of memory needed for this