/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/chacha/ |
H A D | chacha-x86_64.s | 110 roll $16,%r12d 113 roll $16,%r13d 116 roll $12,%r8d 119 roll $12,%r9d 122 roll $8,%r12d 125 roll $8,%r13d 128 roll $7,%r8d 131 roll $7,%r9d 138 roll $16,%r14d 141 roll [all...] |
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/crypto/chacha/ |
H A D | chacha-x86_64.s | 110 roll $16,%r12d 113 roll $16,%r13d 116 roll $12,%r8d 119 roll $12,%r9d 122 roll $8,%r12d 125 roll $8,%r13d 128 roll $7,%r8d 131 roll $7,%r9d 138 roll $16,%r14d 141 roll [all...] |
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/chacha/ |
H A D | chacha-x86_64.s | 110 roll $16,%r12d 113 roll $16,%r13d 116 roll $12,%r8d 119 roll $12,%r9d 122 roll $8,%r12d 125 roll $8,%r13d 128 roll $7,%r8d 131 roll $7,%r9d 138 roll $16,%r14d 141 roll [all...] |
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | mem.c | 138 int roll = (int)(random() % 10000); in shouldfail() local 139 int shoulditfail = roll < md_fail_percent; in shouldfail() 148 shoulditfail ? '-' : '+', md_count, md_fail_percent, roll); in shouldfail()
|
/third_party/openssl/crypto/ |
H A D | mem.c | 134 int roll = (int)(random() % 100); in shouldfail() local 135 int shoulditfail = roll < md_fail_percent; in shouldfail() 144 shoulditfail ? '-' : '+', md_count, md_fail_percent, roll); in shouldfail()
|
/third_party/rust/crates/memchr/src/memmem/ |
H A D | rabinkarp.rs | 65 hash.roll(&nhash, haystack[0], haystack[needle.len()]); 94 hash.roll( 186 fn roll(&mut self, nhash: &NeedleHash, old: u8, new: u8) { in roll() functions
|
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/ |
H A D | quaternion_util.h | 35 const float roll = euler.x; in FromEulerRad() local 42 const float cr = Math::cos(roll * 0.5f); in FromEulerRad() 43 const float sr = Math::sin(roll * 0.5f); in FromEulerRad() 158 // roll (x-axis rotation) in ToEulerRad() 161 const float roll = atan2(sinrCosp, cosrCosp); in ToEulerRad() local 173 Vec3 eulerRadRotations(roll, pitch, yaw); in ToEulerRad()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | chnsecal.h | 175 virtual void roll(UCalendarDateFields field, int32_t amount, UErrorCode &status) override; 176 virtual void roll(EDateFields field, int32_t amount, UErrorCode &status) override;
|
H A D | hebrwcal.h | 52 * make sure to use the {@link #roll roll} and {@link #add add} methods 247 * For more information, see the documentation for Calendar::roll(). 250 * @param amount Indicates amount to roll. 256 virtual void roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) override; 260 * For more information, see the documentation for Calendar::roll(). 263 * @param amount Indicates amount to roll. 267 * @deprecated ICU 2.6. Use roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) instead. 269 virtual void roll(EDateFields field, int32_t amount, UErrorCode& status) override;
|
/third_party/node/deps/base64/base64/lib/arch/avx2/ |
H A D | dec_loop.c | 38 const __m256i roll = _mm256_shuffle_epi8(lut_roll, _mm256_add_epi8(eq_2F, hi_nibbles)); in dec_loop_avx2_inner() local 41 str = _mm256_add_epi8(str, roll); in dec_loop_avx2_inner()
|
/third_party/node/deps/base64/base64/lib/arch/ssse3/ |
H A D | dec_loop.c | 101 const __m128i roll = _mm_shuffle_epi8(lut_roll, _mm_add_epi8(eq_2F, hi_nibbles)); in dec_loop_ssse3_inner() local 104 str = _mm_add_epi8(str, roll); in dec_loop_ssse3_inner()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | hebrwcal.h | 52 * make sure to use the {@link #roll roll} and {@link #add add} methods 247 * For more information, see the documentation for Calendar::roll(). 250 * @param amount Indicates amount to roll. 256 virtual void roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) override; 260 * For more information, see the documentation for Calendar::roll(). 263 * @param amount Indicates amount to roll. 267 * @deprecated ICU 2.6. Use roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) instead. 269 virtual void roll(EDateFields field, int32_t amount, UErrorCode& status) override;
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | chnsecal.h | 175 virtual void roll(UCalendarDateFields field, int32_t amount, UErrorCode &status); 176 virtual void roll(EDateFields field, int32_t amount, UErrorCode &status);
|
H A D | hebrwcal.h | 52 * make sure to use the {@link #roll roll} and {@link #add add} methods 254 * For more information, see the documentation for Calendar::roll(). 257 * @param amount Indicates amount to roll. 263 virtual void roll(UCalendarDateFields field, int32_t amount, UErrorCode& status); 267 * For more information, see the documentation for Calendar::roll(). 270 * @param amount Indicates amount to roll. 274 * @deprecated ICU 2.6. Use roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) instead. 276 virtual void roll(EDateFields field, int32_t amount, UErrorCode& status);
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A D | euler_angles.hpp | 102 T const & roll); 110 T const & roll);
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/crypto/modes/ |
H A D | ghash-x86.S | 589 roll $8,%edx 595 roll $8,%edx 611 roll $8,%edx 629 roll $8,%edx 649 roll $8,%edx 668 roll $8,%edx 687 roll $8,%edx 706 roll $8,%edx 726 roll $8,%edx 745 roll [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/crypto/modes/ |
H A D | ghash-x86.S | 586 roll $8,%edx 592 roll $8,%edx 608 roll $8,%edx 626 roll $8,%edx 646 roll $8,%edx 665 roll $8,%edx 684 roll $8,%edx 703 roll $8,%edx 723 roll $8,%edx 742 roll [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/crypto/modes/ |
H A D | ghash-x86.S | 586 roll $8,%edx 592 roll $8,%edx 608 roll $8,%edx 626 roll $8,%edx 646 roll $8,%edx 665 roll $8,%edx 684 roll $8,%edx 703 roll $8,%edx 723 roll $8,%edx 742 roll [all...] |
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/crypto/modes/ |
H A D | ghash-x86.S | 582 roll $8,%edx 588 roll $8,%edx 604 roll $8,%edx 622 roll $8,%edx 642 roll $8,%edx 661 roll $8,%edx 680 roll $8,%edx 699 roll $8,%edx 719 roll $8,%edx 738 roll [all...] |
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/crypto/modes/ |
H A D | ghash-x86.S | 582 roll $8,%edx 588 roll $8,%edx 604 roll $8,%edx 622 roll $8,%edx 642 roll $8,%edx 661 roll $8,%edx 680 roll $8,%edx 699 roll $8,%edx 719 roll $8,%edx 738 roll [all...] |
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/crypto/modes/ |
H A D | ghash-x86.S | 589 roll $8,%edx 595 roll $8,%edx 611 roll $8,%edx 629 roll $8,%edx 649 roll $8,%edx 668 roll $8,%edx 687 roll $8,%edx 706 roll $8,%edx 726 roll $8,%edx 745 roll [all...] |
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/crypto/modes/ |
H A D | ghash-x86.S | 589 roll $8,%edx 595 roll $8,%edx 611 roll $8,%edx 629 roll $8,%edx 649 roll $8,%edx 668 roll $8,%edx 687 roll $8,%edx 706 roll $8,%edx 726 roll $8,%edx 745 roll [all...] |
/third_party/node/deps/openssl/config/archs/linux-elf/asm/crypto/modes/ |
H A D | ghash-x86.S | 589 roll $8,%edx 595 roll $8,%edx 611 roll $8,%edx 629 roll $8,%edx 649 roll $8,%edx 668 roll $8,%edx 687 roll $8,%edx 706 roll $8,%edx 726 roll $8,%edx 745 roll [all...] |
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | des3_ede-asm_64.S | 89 roll $4, RT0d; \ 99 roll $1, right##d; \ 104 roll $1, left##d; \ 262 roll $4, RT0d; \ 283 roll $1, right##0d; \ 288 roll $1, left##0d; \ 292 roll $1, right##1d; \ 297 roll $1, left##1d; \ 301 roll $1, right##2d; \ 306 roll [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/ |
H A D | omap_gem.c | 38 /** roll applied when mapping to DMM */ 39 u32 roll; member 644 int omap_gem_roll(struct drm_gem_object *obj, u32 roll) in omap_gem_roll() argument 650 if (roll > npages) { in omap_gem_roll() 651 dev_err(obj->dev->dev, "invalid roll: %d\n", roll); in omap_gem_roll() 655 omap_obj->roll = roll; in omap_gem_roll() 666 roll, true); in omap_gem_roll() 806 omap_obj->roll, tru in omap_gem_pin() [all...] |