Home
last modified time | relevance | path

Searched refs:round (Results 1 – 19 of 19) sorted by relevance

/system/bt/stack/crypto_toolbox/
Daes_cmac.cc38 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/
Daes_cmac.cc38 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/
Dmain.js54 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/
DSystemSuspend.cpp301 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()
DSystemSuspendUnitTest.cpp394 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/
Dperfboot.py352 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/
DREADME.md7 C code, Java code, and even XML itself (as a round-trip validity check).
/system/media/audio_utils/include/audio_utils/
DLogPlot.h97 int px = (int)round((power - graphMin) / increment); in audio_utils_log_plot()
/system/extras/pagecache/
Dpagecache.py55 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/
Dsmp_int.h275 round; /* authentication stage 1 round for passkey association model */ member
427 extern uint8_t smp_calculate_random_input(uint8_t* random, uint8_t round);
Dsmp_utils.cc1332 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()
Dsmp_keys.cc761 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()
Dsmp_act.cc1734 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/
Dutils.h221 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/
Ddump_hearingaid_audio.py497 ms_str = "{0:06}".format(int(round(dt * 1000000)))
/system/chre/platform/shared/
Dnanoapp_loader.cc117 return round(val); in roundOverride()
/system/apex/
Dpylintrc126 round-builtin,
/system/tools/mkbootimg/
Dpylintrc120 round-builtin,
/system/core/fastboot/
DREADME.md344 least 1024-byte packets. On a local network with 0.5ms round-trip time this will