Home
last modified time | relevance | path

Searched refs:roll (Results 151 - 175 of 266) sorted by relevance

1234567891011

/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/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/rust/crates/aho-corasick/src/
H A Dbuffer.rs8 /// A fairly simple roll buffer for supporting stream searches.
20 /// match, but this roll buffer allows us to do that. Namely, after the second
23 /// is included because the roll buffer saves N bytes at the end of the buffer,
27 /// this roll buffer and the `StreamChunkIter`.
34 /// roll
45 // The minimum buffer amount is also the amount that we roll our in new()
110 pub fn roll(&mut self) { in roll() functions
/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()
H A DCompatibilityTest.java301 cal.roll(Calendar.SECOND, true); in TestGenericAPI()
307 cal.roll(Calendar.MONTH, 1 + Calendar.DECEMBER - cal.get(Calendar.MONTH)); in TestGenericAPI()
1099 cal2.roll(Calendar.MONTH, i); in TestRoll()
1118 cal2.roll(Calendar.YEAR, i); in TestRoll()
1130 cal.roll(Calendar.HOUR_OF_DAY, -2); in TestRoll()
1133 cal.roll(Calendar.HOUR_OF_DAY, 5); in TestRoll()
1136 cal.roll(Calendar.HOUR_OF_DAY, 21); in TestRoll()
1142 cal.roll(Calendar.HOUR, -2); in TestRoll()
1145 cal.roll(Calendar.HOUR, 5); in TestRoll()
1148 cal.roll(Calenda in TestRoll()
[all...]
/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()
H A DIBMCalendarTest.java915 ccal.roll(Calendar.MONTH, 1); in TestCoverage()
916 ccal.roll(Calendar.YEAR, 1); in TestCoverage()
1629 ucalTest.roll(Calendar.YEAR, 1); in TestAddRollEra0AndEraBounds()
1632 errln("Fail: era 0 roll 1 year does not move forward in time for " + localeID); in TestAddRollEra0AndEraBounds()
1639 ucalTest.roll(Calendar.YEAR, 1); in TestAddRollEra0AndEraBounds()
1643 errln("Fail: era 0 roll 1 year from year 1 does not stay within era or pin to year 1 for " in TestAddRollEra0AndEraBounds()
1647 // roll backward in time to where era 0 years go negative, except for the Chinese in TestAddRollEra0AndEraBounds()
1649 ucalTest.roll(Calendar.YEAR, -2); in TestAddRollEra0AndEraBounds()
1653 errln("Fail: era 0 roll -2 years from year 1 does not stay within era or produce year -1 for " in TestAddRollEra0AndEraBounds()
1687 ucalTest.roll(Calenda in TestAddRollEra0AndEraBounds()
[all...]
H A DCompatibilityTest.java304 cal.roll(Calendar.SECOND, true); in TestGenericAPI()
310 cal.roll(Calendar.MONTH, 1 + Calendar.DECEMBER - cal.get(Calendar.MONTH)); in TestGenericAPI()
1102 cal2.roll(Calendar.MONTH, i); in TestRoll()
1121 cal2.roll(Calendar.YEAR, i); in TestRoll()
1133 cal.roll(Calendar.HOUR_OF_DAY, -2); in TestRoll()
1136 cal.roll(Calendar.HOUR_OF_DAY, 5); in TestRoll()
1139 cal.roll(Calendar.HOUR_OF_DAY, 21); in TestRoll()
1145 cal.roll(Calendar.HOUR, -2); in TestRoll()
1148 cal.roll(Calendar.HOUR, 5); in TestRoll()
1151 cal.roll(Calenda in TestRoll()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dchnsecal.cpp404 void ChineseCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) { in roll() function in ChineseCalendar
443 // Now do the standard roll computation on m, with the in roll()
457 Calendar::roll(field, amount, status); in roll()
462 void ChineseCalendar::roll(EDateFields field, int32_t amount, UErrorCode& status) { in roll() function in ChineseCalendar
463 roll((UCalendarDateFields)field, amount, status); in roll()
790 * and a day-of-month. Used by add() and roll().
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dchnsecal.cpp404 void ChineseCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) { in roll() function in ChineseCalendar
443 // Now do the standard roll computation on m, with the in roll()
457 Calendar::roll(field, amount, status); in roll()
462 void ChineseCalendar::roll(EDateFields field, int32_t amount, UErrorCode& status) { in roll() function in ChineseCalendar
463 roll((UCalendarDateFields)field, amount, status); in roll()
790 * and a day-of-month. Used by add() and roll().
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
H A Domap_dmm_tiler.c352 struct page **pages, u32 npages, u32 roll) in dmm_txn_append()
383 int n = i + roll; in dmm_txn_append()
467 u32 npages, u32 roll, bool wait) in fill()
498 dmm_txn_append(txn, &p_area, pages, npages, roll); in fill()
500 roll += tcm_sizeof(slice); in fill()
515 u32 npages, u32 roll, bool wait) in tiler_pin()
519 ret = fill(&block->area, pages, npages, roll, wait); in tiler_pin()
351 dmm_txn_append(struct dmm_txn *txn, struct pat_area *area, struct page **pages, u32 npages, u32 roll) dmm_txn_append() argument
466 fill(struct tcm_area *area, struct page **pages, u32 npages, u32 roll, bool wait) fill() argument
514 tiler_pin(struct tiler_block *block, struct page **pages, u32 npages, u32 roll, bool wait) tiler_pin() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/
H A Domap_dmm_tiler.c345 struct page **pages, u32 npages, u32 roll) in dmm_txn_append()
376 int n = i + roll; in dmm_txn_append()
460 u32 npages, u32 roll, bool wait) in fill()
491 dmm_txn_append(txn, &p_area, pages, npages, roll); in fill()
493 roll += tcm_sizeof(slice); in fill()
508 u32 npages, u32 roll, bool wait) in tiler_pin()
512 ret = fill(&block->area, pages, npages, roll, wait); in tiler_pin()
344 dmm_txn_append(struct dmm_txn *txn, struct pat_area *area, struct page **pages, u32 npages, u32 roll) dmm_txn_append() argument
459 fill(struct tcm_area *area, struct page **pages, u32 npages, u32 roll, bool wait) fill() argument
507 tiler_pin(struct tiler_block *block, struct page **pages, u32 npages, u32 roll, bool wait) tiler_pin() argument
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh3/
H A Dentry.S301 ! - roll back gRB
303 ! k0 returns original sp (after roll back)
309 ! Check for roll back gRB (User and Kernel)
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh3/
H A Dentry.S300 ! - roll back gRB
302 ! k0 returns original sp (after roll back)
308 ! Check for roll back gRB (User and Kernel)
/third_party/skia/third_party/externals/angle2/util/
H A DMatrix.h45 static Matrix4 rollPitchYaw(float roll, float pitch, float yaw);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DGregorianCalendar.java558 public void roll(int field, int amount) { in roll() method in GregorianCalendar
607 super.roll(field, amount); in roll()
H A DHebrewCalendar.java37 * make sure to use the {@link #roll roll} and {@link #add add} methods
436 * <b>Note:</b> You should always use {@link #roll roll} and add rather
505 * example, to roll the current date up by three days, you can call
506 * <code>roll(Calendar.DATE, 3)</code>. If the
509 * For example, calling <code>roll(Calendar.DATE, 10)</code>
518 * This method is able to roll
521 * additional fields in their overrides of <code>roll</code>.
523 * <b>Note:</b> You should always use roll an
536 public void roll(int field, int amount) roll() method in HebrewCalendar
[all...]

Completed in 24 milliseconds

1234567891011