Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/test/rockchip/
H A Dtest-storage.c77 u32 blocks, round, sector; in do_test_storage() local
131 round = 4; in do_test_storage()
140 (blocks * dev_desc->blksz) >> 20, round); in do_test_storage()
174 for (i = 0; i < round; i++) { in do_test_storage()
182 for (i = 0; i < round; i++) { in do_test_storage()
194 label, blocks * round / 2048, ts, (blocks * round >> 1) / ts); in do_test_storage()
202 for (i = 0; i < round; i++) { in do_test_storage()
210 for (i = 0; i < round; i++) { in do_test_storage()
222 label, blocks * round / 2048, ts, (blocks * round >> 1) / ts); in do_test_storage()
/rk3399_rockchip-uboot/lib/
H A Daes.c549 u32 round; in aes_encrypt() local
554 for (round = 1; round < AES_ROUNDS + 1; round++) { in aes_encrypt()
555 if (round < AES_ROUNDS) in aes_encrypt()
561 (u32 *)expkey + round * AES_STATECOLS); in aes_encrypt()
570 int round; in aes_decrypt() local
578 for (round = AES_ROUNDS; round--; ) { in aes_decrypt()
580 (u32 *)expkey + round * AES_STATECOLS); in aes_decrypt()
581 if (round) in aes_decrypt()
/rk3399_rockchip-uboot/doc/
H A DREADME.sched27 - There are NO priorities, and the scheduling policy is round-robin
/rk3399_rockchip-uboot/common/
H A Ddlmalloc.src49 round up n to nearest pagesize.
1031 /* this routine in 'wsbrk()') will round *down* */
1948 /* If not the first time through, round to preserve page boundary */