/external/boringssl/src/crypto/chacha/asm/ |
D | chacha-armv4.pl | 62 sub ROUND { subroutine
|
D | chacha-armv8.pl | 61 sub ROUND { subroutine
|
D | chacha-x86_64.pl | 123 sub ROUND { # critical path is 24 cycles per round subroutine
|
/external/wpa_supplicant_8/src/crypto/ |
D | aes-internal-enc.c | 39 #define ROUND(i,d,s) \ in rijndaelEncrypt() macro
|
D | aes-internal-dec.c | 92 #define ROUND(i,d,s) \ in rijndaelDecrypt() macro
|
/external/python/cpython3/Modules/_blake2/impl/ |
D | blake2s-round.h | 77 #define ROUND(r) \ macro
|
D | blake2b-round.h | 146 #define ROUND(r) \ macro
|
D | blake2b-ref.c | 257 #define ROUND(r) \ in blake2b_compress() macro
|
D | blake2s-ref.c | 250 #define ROUND(r) \ in blake2s_compress() macro
|
/external/u-boot/include/ |
D | common.h | 569 #define ROUND(a,b) (((a) + (b) - 1) & ~((b) - 1)) macro
|
D | image.h | 305 #define ROUND(a, b) (((a) + (b) - 1) & ~((b) - 1)) macro
|
/external/python/cpython3/Lib/tkinter/ |
D | constants.py | 102 ROUND='round' variable
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkconstants.py | 102 ROUND='round' variable
|
/external/e2fsprogs/lib/ext2fs/ |
D | dirhash.c | 62 #define ROUND(f, a, b, c, d, x, s) \ macro
|
/external/mesa3d/src/intel/compiler/ |
D | brw_eu.h | 161 #define ROUND(OP) \ macro
|
D | brw_eu_emit.c | 927 #define ROUND(OP) \ macro
|
/external/skqp/modules/pathkit/ |
D | externs.js | 63 ROUND: {}, property 68 ROUND: {}, property
|
/external/skia/modules/pathkit/ |
D | externs.js | 63 ROUND: {}, property 68 ROUND: {}, property
|
/external/openssh/openbsd-compat/ |
D | bsd-snprintf.c | 652 static LLONG ROUND(LDOUBLE value) in ROUND() function
|
/external/libyuv/files/unit_test/ |
D | color_test.cc | 231 #define ROUND(f) static_cast<int>(f + 0.5f) macro
|
/external/freetype/src/smooth/ |
D | ftgrays.c | 340 #define ROUND( x ) ( ( (x) + ONE_PIXEL / 2 ) & -ONE_PIXEL ) macro
|
/external/webrtc/webrtc/modules/audio_device/win/ |
D | audio_device_core_win.cc | 51 #define ROUND(x) ((x) >=0 ? (int)((x) + 0.5) : (int)((x) - 0.5)) macro
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | a2xx.xml.h | 186 ROUND = 1, enumerator
|
/external/kotlinc/lib/ |
D | kotlin-compiler.jar | META-INF/MANIFEST.MF
org/jetbrains/kotlin/utils/JavaSdkUtil.class
JavaSdkUtil ... |