Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DArm64Assembler.cpp375 uint32_t amount; in dataProcessingCommon() local
381 amount = mAddrMode.reg_imm_shift; in dataProcessingCommon()
387 amount = 0; in dataProcessingCommon()
398 case opADD: *mPC++ = A64_ADD_W(Rd, Rn, Rm, shift, amount); break; in dataProcessingCommon()
399 case opAND: *mPC++ = A64_AND_W(Rd, Rn, Rm, shift, amount); break; in dataProcessingCommon()
400 case opORR: *mPC++ = A64_ORR_W(Rd, Rn, Rm, shift, amount); break; in dataProcessingCommon()
401 case opMVN: *mPC++ = A64_ORN_W(Rd, Rn, Rm, shift, amount); break; in dataProcessingCommon()
402 case opSUB: *mPC++ = A64_SUB_W(Rd, Rn, Rm, shift, amount, s);break; in dataProcessingCommon()
473 int amount = mAddrMode.reg_imm_shift; in ADDR_ADD() local
474 *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 : amount)) argument
/system/core/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/core/metricsd/uploader/
Dupload_service.h98 void InconsistencyDetectedInLoggedCount(int amount) override {} in InconsistencyDetectedInLoggedCount() argument
/system/sepolicy/
Dclatd.te21 # capable(CAP_IPC_LOCK), and then checks to see the requested amount is
/system/core/metricsd/uploader/proto/
Dsystem_profile.proto125 // The amount of RAM present on the system, in megabytes.
451 // Total amount of time that the program was running, in seconds,
459 // Total amount of time that the program was running, in seconds,
/system/core/fastboot/
Dfastboot_protocol.txt53 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/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