Home
last modified time | relevance | path

Searched refs:roll (Results 126 - 150 of 233) sorted by relevance

12345678910

/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/chacha/
H A Dchacha-x86_64.s114 roll $16,%r12d
117 roll $16,%r13d
120 roll $12,%r8d
123 roll $12,%r9d
126 roll $8,%r12d
129 roll $8,%r13d
132 roll $7,%r8d
135 roll $7,%r9d
142 roll $16,%r14d
145 roll
[all...]
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/crypto/chacha/
H A Dchacha-x86_64.s114 roll $16,%r12d
117 roll $16,%r13d
120 roll $12,%r8d
123 roll $12,%r9d
126 roll $8,%r12d
129 roll $8,%r13d
132 roll $7,%r8d
135 roll $7,%r9d
142 roll $16,%r14d
145 roll
[all...]
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/crypto/chacha/
H A Dchacha-x86_64.s114 roll $16,%r12d
117 roll $16,%r13d
120 roll $12,%r8d
123 roll $12,%r9d
126 roll $8,%r12d
129 roll $8,%r13d
132 roll $7,%r8d
135 roll $7,%r9d
142 roll $16,%r14d
145 roll
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/modes/
H A Dghash-x86_64.s344 roll $8,%edx
349 roll $8,%edx
365 roll $8,%edx
385 roll $8,%edx
406 roll $8,%edx
426 roll $8,%edx
446 roll $8,%edx
466 roll $8,%edx
487 roll $8,%edx
507 roll
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/modes/
H A Dghash-x86_64.s344 roll $8,%edx
349 roll $8,%edx
365 roll $8,%edx
385 roll $8,%edx
406 roll $8,%edx
426 roll $8,%edx
446 roll $8,%edx
466 roll $8,%edx
487 roll $8,%edx
507 roll
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/modes/
H A Dghash-x86_64.s356 roll $8,%edx
361 roll $8,%edx
377 roll $8,%edx
397 roll $8,%edx
418 roll $8,%edx
438 roll $8,%edx
458 roll $8,%edx
478 roll $8,%edx
499 roll $8,%edx
519 roll
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/modes/
H A Dghash-x86_64.s356 roll $8,%edx
361 roll $8,%edx
377 roll $8,%edx
397 roll $8,%edx
418 roll $8,%edx
438 roll $8,%edx
458 roll $8,%edx
478 roll $8,%edx
499 roll $8,%edx
519 roll
[all...]
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/crypto/modes/
H A Dghash-x86_64.s356 roll $8,%edx
361 roll $8,%edx
377 roll $8,%edx
397 roll $8,%edx
418 roll $8,%edx
438 roll $8,%edx
458 roll $8,%edx
478 roll $8,%edx
499 roll $8,%edx
519 roll
[all...]
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/crypto/modes/
H A Dghash-x86_64.s356 roll $8,%edx
361 roll $8,%edx
377 roll $8,%edx
397 roll $8,%edx
418 roll $8,%edx
438 roll $8,%edx
458 roll $8,%edx
478 roll $8,%edx
499 roll $8,%edx
519 roll
[all...]
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/crypto/modes/
H A Dghash-x86_64.s356 roll $8,%edx
361 roll $8,%edx
377 roll $8,%edx
397 roll $8,%edx
418 roll $8,%edx
438 roll $8,%edx
458 roll $8,%edx
478 roll $8,%edx
499 roll $8,%edx
519 roll
[all...]
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/modes/
H A Dghash-x86_64.s356 roll $8,%edx
361 roll $8,%edx
377 roll $8,%edx
397 roll $8,%edx
418 roll $8,%edx
438 roll $8,%edx
458 roll $8,%edx
478 roll $8,%edx
499 roll $8,%edx
519 roll
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dgregocal.cpp30 * Fixed bug in roll()
36 * 12/09/99 aliu Fixed j81, calculation errors and roll bugs
819 GregorianCalendar::roll(EDateFields field, int32_t amount, UErrorCode& status) { in roll() function in GregorianCalendar
820 roll((UCalendarDateFields) field, amount, status); in roll()
824 GregorianCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) in roll() function in GregorianCalendar
908 Calendar::roll(field, amount, status); in roll()
922 fprintf(stderr, "%s:%d: roll DOM %d -> %.0lf ms \n", in roll()
931 Calendar::roll(field, amount, status); in roll()
935 fprintf(stderr, "%s:%d: roll WOM %d ??????????????????? \n", in roll()
939 // GregorianCalendar::roll( WEEK_OF_MONT in roll()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dgregocal.cpp30 * Fixed bug in roll()
36 * 12/09/99 aliu Fixed j81, calculation errors and roll bugs
795 GregorianCalendar::roll(EDateFields field, int32_t amount, UErrorCode& status) { in roll() function in GregorianCalendar
796 roll((UCalendarDateFields) field, amount, status); in roll()
800 GregorianCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) UPRV_NO_SANITIZE_UNDEFINED {
883 Calendar::roll(field, amount, status);
897 fprintf(stderr, "%s:%d: roll DOM %d -> %.0lf ms \n",
906 Calendar::roll(field, amount, status);
910 fprintf(stderr, "%s:%d: roll WOM %d ??????????????????? \n",
914 // GregorianCalendar::roll( WEEK_OF_MONT
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dgregocal.cpp30 * Fixed bug in roll()
36 * 12/09/99 aliu Fixed j81, calculation errors and roll bugs
819 GregorianCalendar::roll(EDateFields field, int32_t amount, UErrorCode& status) { in roll() function in GregorianCalendar
820 roll((UCalendarDateFields) field, amount, status); in roll()
824 GregorianCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) in roll() function in GregorianCalendar
908 Calendar::roll(field, amount, status); in roll()
922 fprintf(stderr, "%s:%d: roll DOM %d -> %.0lf ms \n", in roll()
931 Calendar::roll(field, amount, status); in roll()
935 fprintf(stderr, "%s:%d: roll WOM %d ??????????????????? \n", in roll()
939 // GregorianCalendar::roll( WEEK_OF_MONT in roll()
[all...]
/third_party/ffmpeg/libavutil/
H A Dspherical.h94 * yaw, followed by pitch, and finally by roll.
98 * a rotation matrix of R = r_y(yaw) * r_x(pitch) * r_z(roll).
102 * in front of the viewer upwards. A positive roll tilts the portion of
128 int32_t roll; ///< Rotation around the forward vector [-180, 180]. member
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/aes/
H A Daes-x86_64.s271 roll $24,%eax
273 roll $24,%ebx
308 roll $24,%ecx
310 roll $24,%edx
747 roll $8,%eax
749 roll $8,%ecx
751 roll $8,%ebx
754 roll $8,%edx
763 roll $24,%r8d
765 roll
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/aes/
H A Daes-x86_64.s271 roll $24,%eax
273 roll $24,%ebx
308 roll $24,%ecx
310 roll $24,%edx
747 roll $8,%eax
749 roll $8,%ecx
751 roll $8,%ebx
754 roll $8,%edx
763 roll $24,%r8d
765 roll
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/aes/
H A Daes-x86_64.s271 roll $24,%eax
273 roll $24,%ebx
308 roll $24,%ecx
310 roll $24,%edx
747 roll $8,%eax
749 roll $8,%ecx
751 roll $8,%ebx
754 roll $8,%edx
763 roll $24,%r8d
765 roll
[all...]
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/crypto/aes/
H A Daes-x86_64.s271 roll $24,%eax
273 roll $24,%ebx
308 roll $24,%ecx
310 roll $24,%edx
747 roll $8,%eax
749 roll $8,%ecx
751 roll $8,%ebx
754 roll $8,%edx
763 roll $24,%r8d
765 roll
[all...]
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/crypto/aes/
H A Daes-x86_64.s271 roll $24,%eax
273 roll $24,%ebx
308 roll $24,%ecx
310 roll $24,%edx
747 roll $8,%eax
749 roll $8,%ecx
751 roll $8,%ebx
754 roll $8,%edx
763 roll $24,%r8d
765 roll
[all...]
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/aes/
H A Daes-x86_64.s271 roll $24,%eax
273 roll $24,%ebx
308 roll $24,%ecx
310 roll $24,%edx
747 roll $8,%eax
749 roll $8,%ecx
751 roll $8,%ebx
754 roll $8,%edx
763 roll $24,%r8d
765 roll
[all...]
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/crypto/aes/
H A Daes-x86_64.s271 roll $24,%eax
273 roll $24,%ebx
308 roll $24,%ecx
310 roll $24,%edx
747 roll $8,%eax
749 roll $8,%ecx
751 roll $8,%ebx
754 roll $8,%edx
763 roll $24,%r8d
765 roll
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/aes/
H A Daes-x86_64.s271 roll $24,%eax
273 roll $24,%ebx
308 roll $24,%ecx
310 roll $24,%edx
747 roll $8,%eax
749 roll $8,%ecx
751 roll $8,%ebx
754 roll $8,%edx
763 roll $24,%r8d
765 roll
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DChineseTest.java435 * nastiness with roll is the MONTH field around leap months.
460 * Test the behavior of ChineseCalendar.roll(). The only real
461 * nastiness with roll is the MONTH field around leap months.
491 void doRollAdd(boolean roll, ChineseCalendar cal, int[][] tests) { in doRollAdd() argument
492 String name = roll ? "rolling" : "adding"; in doRollAdd()
502 if (roll) { in doRollAdd()
503 cal.roll(test[4], test[5]); in doRollAdd()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DChineseTest.java438 * nastiness with roll is the MONTH field around leap months.
463 * Test the behavior of ChineseCalendar.roll(). The only real
464 * nastiness with roll is the MONTH field around leap months.
494 void doRollAdd(boolean roll, ChineseCalendar cal, int[][] tests) { in doRollAdd() argument
495 String name = roll ? "rolling" : "adding"; in doRollAdd()
505 if (roll) { in doRollAdd()
506 cal.roll(test[4], test[5]); in doRollAdd()

Completed in 17 milliseconds

12345678910