/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/crypto/camellia/ |
H A D | cmll-x86.S | 338 roll $1,%esi 349 roll $1,%ecx 702 roll $1,%esi 713 roll $1,%ecx
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/camellia/ |
H A D | cmll-x86_64.s | 268 roll $1,%eax 273 roll $1,%ecx 559 roll $1,%eax 564 roll $1,%ecx
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/crypto/camellia/ |
H A D | cmll-x86.S | 338 roll $1,%esi 349 roll $1,%ecx 702 roll $1,%esi 713 roll $1,%ecx
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/camellia/ |
H A D | cmll-x86_64.s | 268 roll $1,%eax 273 roll $1,%ecx 559 roll $1,%eax 564 roll $1,%ecx
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/crypto/camellia/ |
H A D | cmll-x86.S | 334 roll $1,%esi 345 roll $1,%ecx 694 roll $1,%esi 705 roll $1,%ecx
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/crypto/camellia/ |
H A D | cmll-x86.S | 334 roll $1,%esi 345 roll $1,%ecx 694 roll $1,%esi 705 roll $1,%ecx
|
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/crypto/camellia/ |
H A D | cmll-x86_64.s | 268 roll $1,%eax 273 roll $1,%ecx 559 roll $1,%eax 564 roll $1,%ecx
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/crypto/camellia/ |
H A D | cmll-x86.S | 341 roll $1,%esi 352 roll $1,%ecx 709 roll $1,%esi 720 roll $1,%ecx
|
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/crypto/camellia/ |
H A D | cmll-x86_64.s | 268 roll $1,%eax 273 roll $1,%ecx 559 roll $1,%eax 564 roll $1,%ecx
|
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/camellia/ |
H A D | cmll-x86_64.s | 268 roll $1,%eax 273 roll $1,%ecx 559 roll $1,%eax 564 roll $1,%ecx
|
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/crypto/camellia/ |
H A D | cmll-x86_64.s | 268 roll $1,%eax 273 roll $1,%ecx 559 roll $1,%eax 564 roll $1,%ecx
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/crypto/camellia/ |
H A D | cmll-x86.S | 341 roll $1,%esi 352 roll $1,%ecx 709 roll $1,%esi 720 roll $1,%ecx
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/camellia/ |
H A D | cmll-x86_64.s | 263 roll $1,%eax 268 roll $1,%ecx 549 roll $1,%eax 554 roll $1,%ecx
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/crypto/camellia/ |
H A D | cmll-x86.S | 341 roll $1,%esi 352 roll $1,%ecx 709 roll $1,%esi 720 roll $1,%ecx
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/crypto/camellia/ |
H A D | cmll-x86.S | 341 roll $1,%esi 352 roll $1,%ecx 709 roll $1,%esi 720 roll $1,%ecx
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_transport_spi.c | 669 u32 roll = (pattern & 0x80000000) ? 1 : 0; in spi_dv_device_echo_buffer() local 672 pattern = (pattern << 1) | roll; in spi_dv_device_echo_buffer()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_transport_spi.c | 668 u32 roll = (pattern & 0x80000000) ? 1 : 0; in spi_dv_device_echo_buffer() local 671 pattern = (pattern << 1) | roll; in spi_dv_device_echo_buffer()
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | sm3-avx-asm_64.S | 146 roll $(v), reg; 150 roll $(v), dst;
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | Calendar.java | 187 * <code>set()</code>, <code>add()</code>, and <code>roll()</code>.</p> 252 * <p><strong><code>roll(f, delta)</code></strong> adds 265 * originally set to August 31, 1999. Calling <code>roll(Calendar.MONTH, 270 * value, 30. Finally, the <strong>roll rule</strong> maintains the 275 * <code>roll(Calendar.WEEK_OF_MONTH, -1)</code> sets the calendar to 278 * Sunday May 30, 1999. This is because the roll rule imposes an 288 * <code>add()</code> and <code>roll()</code>, consider a user interface 297 * <code>add()</code> or <code>roll()</code>, depending on whether larger 301 * <p><b>Note:</b> You should always use {@link #roll roll} an 2733 public final void roll(int field, boolean up) roll() method in Calendar 2806 public void roll(int field, int amount) { roll() method in Calendar [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | Calendar.java | 186 * <code>set()</code>, <code>add()</code>, and <code>roll()</code>.</p> 251 * <p><strong><code>roll(f, delta)</code></strong> adds 264 * originally set to August 31, 1999. Calling <code>roll(Calendar.MONTH, 269 * value, 30. Finally, the <strong>roll rule</strong> maintains the 274 * <code>roll(Calendar.WEEK_OF_MONTH, -1)</code> sets the calendar to 277 * Sunday May 30, 1999. This is because the roll rule imposes an 287 * <code>add()</code> and <code>roll()</code>, consider a user interface 296 * <code>add()</code> or <code>roll()</code>, depending on whether larger 300 * <p><b>Note:</b> You should always use {@link #roll roll} an 2636 public final void roll(int field, boolean up) roll() method in Calendar 2708 public void roll(int field, int amount) { roll() method in Calendar [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | calendar.cpp | 1476 // for implementing add, roll, and computeFields. 1489 * their own overrides of {@link #roll roll} and {@link #add add}. 1827 void Calendar::roll(EDateFields field, int32_t amount, UErrorCode& status) in roll() function in Calendar 1829 roll((UCalendarDateFields)field, amount, status); in roll() 1832 void Calendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) in roll() function in Calendar 1851 // These are the standard roll instructions. These work for all in roll() 1896 // E.g., <jan31>.roll(MONTH, 1) -> <feb28> or <feb29>. in roll() 1932 // this era has real bounds, roll should wrap years in roll() 1963 // This is tricky, because during the roll w in roll() [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | calendar.cpp | 1371 // for implementing add, roll, and computeFields. 1384 * their own overrides of {@link #roll roll} and {@link #add add}. 1729 void Calendar::roll(EDateFields field, int32_t amount, UErrorCode& status) in roll() function in Calendar 1731 roll((UCalendarDateFields)field, amount, status); in roll() 1734 void Calendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) UPRV_NO_SANITIZE_UNDEFINED { 1756 // These are the standard roll instructions. These work for all 1802 // E.g., <jan31>.roll(MONTH, 1) -> <feb28> or <feb29>. 1838 // this era has real bounds, roll should wrap years 1869 // This is tricky, because during the roll w [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | calendar.cpp | 1458 // for implementing add, roll, and computeFields. 1471 * their own overrides of {@link #roll roll} and {@link #add add}. 1753 void Calendar::roll(EDateFields field, int32_t amount, UErrorCode& status) in roll() function in Calendar 1755 roll((UCalendarDateFields)field, amount, status); in roll() 1758 void Calendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) in roll() function in Calendar 1777 // These are the standard roll instructions. These work for all in roll() 1822 // E.g., <jan31>.roll(MONTH, 1) -> <feb28> or <feb29>. in roll() 1858 // this era has real bounds, roll should wrap years in roll() 1889 // This is tricky, because during the roll w in roll() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
H A D | IslamicTest.java | 59 // input roll by output in TestRoll() 842 tstCal.roll(Calendar.DAY_OF_MONTH, true); in TestIslamicUmAlQura() 845 errln("invalid values for RABI_2 date after roll of " + loopCnt); in TestIslamicUmAlQura()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
H A D | IslamicTest.java | 56 // input roll by output in TestRoll() 839 tstCal.roll(Calendar.DAY_OF_MONTH, true); in TestIslamicUmAlQura() 842 errln("invalid values for RABI_2 date after roll of " + loopCnt); in TestIslamicUmAlQura()
|