Home
last modified time | relevance | path

Searched defs:roll (Results 1 – 25 of 51) sorted by relevance

123

/third_party/node/deps/base64/base64/lib/arch/ssse3/
Ddec_loop.c101 const __m128i roll = _mm_shuffle_epi8(lut_roll, _mm_add_epi8(eq_2F, hi_nibbles)); in dec_loop_ssse3_inner() local
/third_party/node/deps/base64/base64/lib/arch/avx2/
Ddec_loop.c38 const __m256i roll = _mm256_shuffle_epi8(lut_roll, _mm256_add_epi8(eq_2F, hi_nibbles)); in dec_loop_avx2_inner() local
/third_party/ffmpeg/libavutil/
Dspherical.h128 int32_t roll; ///< Rotation around the forward vector [-180, 180]. member
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DCalendarICU.java217 public void roll(int field, boolean up) { in roll() method in CalendarICU
223 public void roll(int field, int amount) { in roll() method in CalendarICU
/third_party/rust/crates/aho-corasick/src/
Dbuffer.rs110 pub fn roll(&mut self) { in roll() method
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Deuler_angles.inl174 T const & roll
209 T const & roll
/third_party/icu/icu4c/source/i18n/
Dhebrwcal.cpp311 void HebrewCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) in roll() function in HebrewCalendar
345 void HebrewCalendar::roll(EDateFields field, int32_t amount, UErrorCode& status) { in roll() function in HebrewCalendar
Dchnsecal.cpp404 void ChineseCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) { in roll() function in ChineseCalendar
462 void ChineseCalendar::roll(EDateFields field, int32_t amount, UErrorCode& status) { in roll() function in ChineseCalendar
Dgregocal.cpp819 GregorianCalendar::roll(EDateFields field, int32_t amount, UErrorCode& status) { in roll() function in GregorianCalendar
824 GregorianCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) in roll() function in GregorianCalendar
/third_party/skia/third_party/externals/icu/source/i18n/
Dhebrwcal.cpp311 void HebrewCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) in roll() function in HebrewCalendar
345 void HebrewCalendar::roll(EDateFields field, int32_t amount, UErrorCode& status) { in roll() function in HebrewCalendar
Dchnsecal.cpp404 void ChineseCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) { in roll() function in ChineseCalendar
462 void ChineseCalendar::roll(EDateFields field, int32_t amount, UErrorCode& status) { in roll() function in ChineseCalendar
Dgregocal.cpp819 GregorianCalendar::roll(EDateFields field, int32_t amount, UErrorCode& status) { in roll() function in GregorianCalendar
824 GregorianCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) in roll() function in GregorianCalendar
/third_party/node/deps/icu-small/source/i18n/
Dhebrwcal.cpp314 void HebrewCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) in roll() function in HebrewCalendar
349 void HebrewCalendar::roll(EDateFields field, int32_t amount, UErrorCode& status) { in roll() function in HebrewCalendar
Dgregocal.cpp795 GregorianCalendar::roll(EDateFields field, int32_t amount, UErrorCode& status) { in roll() function in GregorianCalendar
800 GregorianCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) UPRV_NO_SANI… in roll() function in GregorianCalendar
Dchnsecal.cpp409 void ChineseCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) { in roll() function in ChineseCalendar
468 void ChineseCalendar::roll(EDateFields field, int32_t amount, UErrorCode& status) { in roll() function in ChineseCalendar
/third_party/node/deps/icu-small/source/i18n/unicode/
Dcalendar.h2525 Calendar::roll(UCalendarDateFields field, UBool up, UErrorCode& status) in roll() function
2532 Calendar::roll(EDateFields field, UBool up, UErrorCode& status) in roll() function
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dcalendar.h2510 Calendar::roll(UCalendarDateFields field, UBool up, UErrorCode& status) in roll() function
2517 Calendar::roll(EDateFields field, UBool up, UErrorCode& status) in roll() function
/third_party/icu/icu4c/source/i18n/unicode/
Dcalendar.h2434 Calendar::roll(UCalendarDateFields field, UBool up, UErrorCode& status) in roll() function
2441 Calendar::roll(EDateFields field, UBool up, UErrorCode& status) in roll() function
/third_party/rust/crates/memchr/src/memmem/
Drabinkarp.rs186 fn roll(&mut self, nhash: &NeedleHash, old: u8, new: u8) { in roll() method
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
DDangiTest.java355 void doRollAddDangi(boolean roll, Calendar cal, int[][] tests) { in doRollAddDangi()
DCalendarTestFmwk.java161 protected void doRollAdd(boolean roll, Calendar cal, int[][] tests) in doRollAdd()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DDangiTest.java352 void doRollAddDangi(boolean roll, Calendar cal, int[][] tests) { in doRollAddDangi()
DCalendarTestFmwk.java158 protected void doRollAdd(boolean roll, Calendar cal, int[][] tests) in doRollAdd()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
DRbnfDemo.java410 void roll(int delta) { in roll() method in RbnfDemo
/third_party/skia/third_party/externals/angle2/util/
DMatrix.cpp130 Matrix4 Matrix4::rollPitchYaw(float roll, float pitch, float yaw) in rollPitchYaw()

123