/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/content/ |
H A D | ShapeStroke.java | 21 ROUND, enumConstant 39 ROUND, enumConstant
|
/aosp_15_r20/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/ |
H A D | Paint.java | 56 ROUND (1), enumConstant 72 ROUND (1), enumConstant
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/chacha/asm/ |
H A D | chacha-armv4.pl | 64 sub ROUND { subroutine
|
H A D | chacha-armv8.pl | 61 sub ROUND { subroutine
|
H A D | chacha-x86_64.pl | 123 sub ROUND { # critical path is 24 cycles per round subroutine
|
/aosp_15_r20/external/boringssl/src/crypto/chacha/asm/ |
H A D | chacha-armv4.pl | 64 sub ROUND { subroutine
|
H A D | chacha-armv8.pl | 61 sub ROUND { subroutine
|
H A D | chacha-x86_64.pl | 123 sub ROUND { # critical path is 24 cycles per round subroutine
|
/aosp_15_r20/external/rust/android-crates-io/crates/ring/crypto/chacha/asm/ |
D | chacha-armv8.pl | 61 sub ROUND { subroutine
|
D | chacha-armv4.pl | 64 sub ROUND { subroutine
|
D | chacha-x86_64.pl | 125 sub ROUND { # critical path is 24 cycles per round subroutine
|
/aosp_15_r20/external/coreboot/src/commonlib/storage/ |
H A D | storage.h | 10 #define ROUND(a, b) (((a) + (b) - 1) & ~((b) - 1)) macro
|
H A D | bouncebuf.h | 75 #define ROUND(a, b) (((a) + (b) - 1) & ~((b) - 1)) macro
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/x86_64/ |
H A D | tsc_msrs_test.c | 15 #define ROUND(x) ((x + UNITY / 2) & -UNITY) macro
|
/aosp_15_r20/external/skia/modules/pathkit/ |
H A D | externs.js | 66 ROUND: {}, property 71 ROUND: {}, property
|
/aosp_15_r20/external/wpa_supplicant_8/src/crypto/ |
H A D | aes-internal-enc.c | 39 #define ROUND(i,d,s) \ in rijndaelEncrypt() macro
|
H A D | aes-internal-dec.c | 92 #define ROUND(i,d,s) \ in rijndaelDecrypt() macro
|
/aosp_15_r20/external/python/cpython3/Modules/_blake2/impl/ |
D | blake2s-round.h | 78 #define ROUND(r) \ macro
|
D | blake2b-round.h | 147 #define ROUND(r) \ macro
|
D | blake2b-ref.c | 261 #define ROUND(r) \ in blake2b_compress() macro
|
/aosp_15_r20/external/igt-gpu-tools/assembler/ |
H A D | brw_eu.h | 147 #define ROUND(OP) \ macro
|
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/ |
D | Tkconstants.py | 102 ROUND='round' variable
|
/aosp_15_r20/external/musl/src/thread/ |
H A D | pthread_create.c | 219 #define ROUND(x) (((x)+PAGE_SIZE-1)&-PAGE_SIZE) macro
|
/aosp_15_r20/external/python/cpython3/Lib/tkinter/ |
D | constants.py | 102 ROUND='round' variable
|
/aosp_15_r20/external/trusty/musl/src/thread/ |
D | pthread_create.c | 207 #define ROUND(x) (((x)+PAGE_SIZE-1)&-PAGE_SIZE) macro
|