Searched refs:increment (Results 1 – 9 of 9) sorted by relevance
/system/media/audio_utils/ |
D | fifo.c | 47 uint32_t increment) in audio_utils_fifo_sum() argument 52 ALOG_ASSERT(/*0 <= increment &&*/ increment <= fifo->mFrameCountP2); in audio_utils_fifo_sum() 53 if ((index & mask) + increment >= fifo->mFrameCount) { in audio_utils_fifo_sum() 54 increment += fifo->mFudgeFactor; in audio_utils_fifo_sum() 56 index += increment; in audio_utils_fifo_sum() 60 return index + increment; in audio_utils_fifo_sum()
|
/system/connectivity/shill/test-scripts/ |
D | stability | 27 def fxrange(start, finish, increment=1.0): argument 29 steps = int(math.ceil(float(finish - start) / increment)) 35 yield start + i * increment
|
/system/keymaster/ |
D | android_keymaster_test_utils.h | 368 static void increment(const keymaster0_device_t* dev) { in increment() function 376 increment(k0_dev); in counting_close_device() 388 increment(dev); in counting_generate_keypair() 399 increment(dev); in counting_import_keypair() 410 increment(dev); in counting_get_keypair_public() 418 increment(dev); in counting_delete_keypair() 429 increment(dev); in counting_delete_all() 439 increment(dev); in counting_sign_data() 449 increment(dev); in counting_verify_data()
|
D | android_keymaster_test.cpp | 2529 int increment = 15; in TEST_P() local 2539 for (size_t i = 0; i < message.size(); i += increment) in TEST_P() 2541 UpdateOperation(message.substr(i, increment), &ciphertext, &input_consumed)); in TEST_P() 2554 for (size_t i = 0; i < ciphertext.size(); i += increment) in TEST_P() 2556 UpdateOperation(ciphertext.substr(i, increment), &plaintext, &input_consumed)); in TEST_P() 2747 int increment = 15; in TEST_P() local 2757 for (size_t i = 0; i < message.size(); i += increment) in TEST_P() 2759 UpdateOperation(message.substr(i, increment), &ciphertext, &input_consumed)); in TEST_P() 2772 for (size_t i = 0; i < ciphertext.size(); i += increment) in TEST_P() 2774 UpdateOperation(ciphertext.substr(i, increment), &plaintext, &input_consumed)); in TEST_P()
|
/system/core/fastboot/ |
D | fastboot_protocol.txt | 257 Seq # 2-byte packet sequence number (big-endian). The host will increment 338 * increment S
|
/system/tpm/trunks/generator/ |
D | raw_structures.txt | 7008 modifications to this PCR (reset or Extend) will not increment 11857 This counter shall increment on each TPM Reset. This counter shall be reset to zero by TPM2_Clear(). 11873 This counter shall increment by one for each TPM Restart or TPM Resume. The restartCount shall be 11904 value of Time shall increment continuously while power is applied to the TPM. 15618 CLEAR (0): Authorization failures of the Index will increment the 17618 each increment of Clock)
|
D | raw_structures_fixed.txt | 7033 modifications to this PCR (reset or Extend) will not increment 11893 This counter shall increment on each TPM Reset. This counter shall be reset to zero by TPM2_Clear(). 11909 This counter shall increment by one for each TPM Restart or TPM Resume. The restartCount shall be 11940 value of Time shall increment continuously while power is applied to the TPM. 15607 CLEAR (0): Authorization failures of the Index will increment the 17600 each increment of Clock)
|
D | raw_commands_fixed.txt | 9992 The TPM will increment the entire IV provided by the caller. The last encrypted value will be 16282 Because the audit digest is cleared, the audit counter will increment the next time that an audited 16594 PCR Update Counter to increment. 16597 Updates of the TCB PCR will not cause the PCR update counter to increment b ecause these PCR 18454 specific specification, and increment restartCount. The TPM will then Extend the Event Sequence 18479 A _TPM_Hash_End indication that occurs after TPM2_Startup() will increment pcrUpdateCounter unless 18480 a platform-specific specification excludes modifications of PCR[DRTM] from causing an increment. 33201 This command is used to increment the value in an NV Index that has TPMA_NV_COUNTER SET. The 33298 the NV Index to increment 33442 // Do the increment
|
D | raw_commands.txt | 9981 The TPM will increment the entire IV provided by the caller. The last encrypted value will be 16271 Because the audit digest is cleared, the audit counter will increment the next time that an audited 16583 PCR Update Counter to increment. 16586 Updates of the TCB PCR will not cause the PCR update counter to increment b ecause these PCR 18443 specific specification, and increment restartCount. The TPM will then Extend the Event Sequence 18468 A _TPM_Hash_End indication that occurs after TPM2_Startup() will increment pcrUpdateCounter unless 18469 a platform-specific specification excludes modifications of PCR[DRTM] from causing an increment. 33192 This command is used to increment the value in an NV Index that has TPMA_NV_COUNTER SET. The 33289 the NV Index to increment 33433 // Do the increment
|