/system/bt/stack/crypto_toolbox/ |
D | aes_cmac.cc | 38 uint16_t round; member 109 while (i <= cmac_cb.round) { in cmac_aes_k_calculate() 111 xor_128((Octet16*)&cmac_cb.text[(cmac_cb.round - i) * OCTET16_LEN], x); in cmac_aes_k_calculate() 113 output = aes_128(key, &cmac_cb.text[(cmac_cb.round - i) * OCTET16_LEN], in cmac_aes_k_calculate() 133 DVLOG(2) << "flag=" << flag << " round=" << cmac_cb.round; in cmac_prepare_last_block() 196 cmac_cb.round = n; in aes_cmac()
|
/system/bt/gd/crypto_toolbox/ |
D | aes_cmac.cc | 38 uint16_t round; member 104 while (i <= cmac_cb.round) { in cmac_aes_k_calculate() 106 xor_128((Octet16*)&cmac_cb.text[(cmac_cb.round - i) * OCTET16_LEN], x); in cmac_aes_k_calculate() 108 output = aes_128(key, &cmac_cb.text[(cmac_cb.round - i) * OCTET16_LEN], OCTET16_LEN); in cmac_aes_k_calculate() 182 cmac_cb.round = n; in aes_cmac()
|
/system/extras/simpleperf/scripts/purgatorio/templates/ |
D | main.js | 54 const r = 0 + Math.round(55 * (1 - vector)) 55 const g = 0 + Math.round(230 * (1 - vector)) 56 const b = 200 + Math.round(55 * vector)
|
/system/hardware/interfaces/suspend/1.0/default/ |
D | SystemSuspend.cpp | 301 std::chrono::round<std::chrono::milliseconds>(mSleepTime).count(); in updateSleepTime() 310 std::chrono::round<std::chrono::milliseconds>(suspendTime.suspendTime).count(); in updateSleepTime() 312 std::chrono::round<std::chrono::milliseconds>(suspendTime.suspendOverhead).count(); in updateSleepTime() 341 mSleepTime = std::min(std::chrono::round<std::chrono::milliseconds>( in updateSleepTime()
|
D | SystemSuspendUnitTest.cpp | 394 std::chrono::milliseconds expectedSleepTime = std::chrono::round<std::chrono::milliseconds>( in TEST_F() 1365 std::chrono::round<std::chrono::milliseconds>(kSleepTimeConfig.baseSleepTime * in TEST_F()
|
/system/core/init/ |
D | perfboot.py | 352 print 'mean:', int(round(mean(end_times))), 'ms' 353 print 'median:', int(round(median(end_times))), 'ms' 354 print 'standard deviation:', int(round(stddev(end_times))), 'ms'
|
/system/media/camera/docs/ |
D | README.md | 7 C code, Java code, and even XML itself (as a round-trip validity check).
|
/system/media/audio_utils/include/audio_utils/ |
D | LogPlot.h | 97 int px = (int)round((power - graphMin) / increment); in audio_utils_log_plot()
|
/system/extras/pagecache/ |
D | pagecache.py | 55 return "%.2f" % round(num_pages * PAGE_SIZE / 1024.0 / 1024.0, 2) 58 return "%.2f" % round(int(num_bytes) / 1024.0 / 1024.0, 2)
|
/system/bt/stack/smp/ |
D | smp_int.h | 275 round; /* authentication stage 1 round for passkey association model */ member 427 extern uint8_t smp_calculate_random_input(uint8_t* random, uint8_t round);
|
D | smp_utils.cc | 1332 uint8_t smp_calculate_random_input(uint8_t* random, uint8_t round) { in smp_calculate_random_input() argument 1333 uint8_t i = round / 8; in smp_calculate_random_input() 1334 uint8_t j = round % 8; in smp_calculate_random_input() 1337 SMP_TRACE_DEBUG("random: 0x%02x, round: %d, i: %d, j: %d", random[i], round, in smp_calculate_random_input()
|
D | smp_keys.cc | 761 smp_calculate_random_input(p_cb->local_random.data(), p_cb->round); in smp_calculate_local_commitment() 799 ri = smp_calculate_random_input(p_cb->peer_random.data(), p_cb->round); in smp_calculate_peer_commitment() 1041 SMP_TRACE_DEBUG("%s round %d", __func__, p_cb->round); in smp_start_nonce_generation()
|
D | smp_act.cc | 1734 if (++p_cb->round < 20) { in smp_process_peer_nonce() 1860 p_cb->round = 0; in smp_start_passkey_verification()
|
/system/teeui/libteeui/include/teeui/ |
D | utils.h | 221 inline float round(float v) { 225 inline long double round(long double v) { 229 inline double round(double v) { 230 return ::round(v); 343 value_ = bits::round(other.count());
|
/system/bt/tools/scripts/ |
D | dump_hearingaid_audio.py | 497 ms_str = "{0:06}".format(int(round(dt * 1000000)))
|
/system/chre/platform/shared/ |
D | nanoapp_loader.cc | 117 return round(val); in roundOverride()
|
/system/apex/ |
D | pylintrc | 126 round-builtin,
|
/system/tools/mkbootimg/ |
D | pylintrc | 120 round-builtin,
|
/system/core/fastboot/ |
D | README.md | 344 least 1024-byte packets. On a local network with 0.5ms round-trip time this will
|