Home
last modified time | relevance | path

Searched defs:roll (Results 1 - 25 of 64) sorted by relevance

123

/third_party/rust/crates/aho-corasick/src/
H A Dbuffer.rs110 pub fn roll(&mut self) { in roll() functions
/third_party/ffmpeg/libavutil/
H A Dspherical.h128 int32_t roll; ///< Rotation around the forward vector [-180, 180]. member
/third_party/node/deps/base64/base64/lib/arch/avx2/
H A 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/node/deps/base64/base64/lib/arch/ssse3/
H A 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/rust/crates/memchr/src/memmem/
H A Drabinkarp.rs186 fn roll(&mut self, nhash: &NeedleHash, old: u8, new: u8) { in roll() functions
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H A Dgtt.h40 int roll; /* Roll applied to the GTT entries */ member
H A Dgtt.c153 void psb_gtt_roll(struct drm_device *dev, struct gtt_range *r, int roll) in psb_gtt_roll() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DDangiTest.java352 void doRollAddDangi(boolean roll, Calendar cal, int[][] tests) { in doRollAddDangi() argument
H A DChineseTest.java491 void doRollAdd(boolean roll, ChineseCalendar cal, int[][] tests) { in doRollAdd() argument
H A DCalendarTestFmwk.java158 protected void doRollAdd(boolean roll, Calendar cal, int[][] tests) in doRollAdd() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DDangiTest.java355 void doRollAddDangi(boolean roll, Calendar cal, int[][] tests) { in doRollAddDangi() argument
H A DChineseTest.java494 void doRollAdd(boolean roll, ChineseCalendar cal, int[][] tests) { in doRollAdd() argument
H A DCalendarTestFmwk.java161 protected void doRollAdd(boolean roll, Calendar cal, int[][] tests) in doRollAdd() argument
/third_party/skia/third_party/externals/tint/tools/src/cmd/roll-release/
H A Dmain.go149 type roll struct { type
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dchan.c357 u8 drop, roll; in rtw89_chanctx_ops_remove() local
/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
H A DHebrewCalendar.java536 public void roll(int field, int amount) roll() method in HebrewCalendar
[all...]
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A 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/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DGregorianCalendar.java538 public void roll(int field, int amount) { in roll() method in GregorianCalendar
H A DHebrewCalendar.java510 public void roll(int field, int amount) roll() method in HebrewCalendar
[all...]
/third_party/icu/icu4c/source/i18n/
H A 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) { roll() function in HebrewCalendar
[all...]
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
H A DRbnfDemo.java410 void roll(int delta) { in roll() method in RbnfDemo
/third_party/node/deps/openssl/openssl/crypto/
H A Dmem.c138 int roll = (int)(random() % 10000); in shouldfail() local
/third_party/openssl/crypto/
H A Dmem.c134 int roll = (int)(random() % 100); in shouldfail() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A 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) { roll() function in HebrewCalendar
[all...]

Completed in 25 milliseconds

123