/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera.h | 292 struct prestera_span *span; member
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | BMPSet.java | 18 * Helper class for frozen UnicodeSets, implements contains() and span() optimized for BMP code points. 131 * @param outCount If not null: Receives the number of code points in the span. 132 * @return the limit (exclusive end) of the span 138 public final int span(CharSequence s, int start, SpanCondition spanCondition, in span() method in BMPSet 145 // span in span() 184 // span not in span() 231 * Symmetrical with span(). 235 * @return The string index which starts the span (i.e. inclusive). 241 // span in spanBack() 281 // span no in spanBack() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | FormattedValueStringBuilderImpl.java | 43 * Finds the index at which a span field begins. 45 * @param value The value of the span field to search for. 148 // Handle span fields; don't trim them in nextPosition() 255 .span(self, start, UnicodeSet.SpanCondition.CONTAINED); in trimFront()
|
H A D | BMPSet.java | 19 * Helper class for frozen UnicodeSets, implements contains() and span() optimized for BMP code points. 133 * @param outCount If not null: Receives the number of code points in the span. 134 * @return the limit (exclusive end) of the span 140 public final int span(CharSequence s, int start, SpanCondition spanCondition, in span() method in BMPSet 147 // span in span() 186 // span not in span() 233 * Symmetrical with span(). 237 * @return The string index which starts the span (i.e. inclusive). 243 // span in spanBack() 283 // span no in spanBack() [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | CommandBufferStateTracker.cpp | 34 bool BufferSizesAtLeastAsBig(const ityp::span<uint32_t, uint64_t> unverifiedBufferSizes, in BufferSizesAtLeastAsBig()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
H A D | UnicodeSetTest.java | 2602 * should only be a zero length span at the very start. 2607 int limit = us.span(longString, start, spanCondition); in checkSpan() 2614 limit = us.span(longString, start, SpanCondition.NOT_CONTAINED); in checkSpan() 2676 assertEquals("CharSequence span", 3, new UnicodeSet("[a-cA]"). span(new StringBuilder("abc"), SpanCondition.SIMPLE) ); in TestCharSequenceArgs() 2677 assertEquals("CharSequence span", 3, new UnicodeSet("[a-cA]"). span(new StringBuilder("abc"), 1, SpanCondition.SIMPLE) ); in TestCharSequenceArgs() 2870 assertEquals("span", 1, set.span("abc", SpanCondition.SIMPLE)); in TestEmptyString() 2875 assertEquals("frozen span", in TestEmptyString() [all...] |
/third_party/skia/third_party/externals/freetype/src/autofit/ |
H A D | aflatin.c | 3359 FT_Pos dist1, dist2, span, delta; in af_latin_hint_edges() local 3378 span = dist1 - dist2; in af_latin_hint_edges() 3379 if ( span < 0 ) in af_latin_hint_edges() 3380 span = -span; in af_latin_hint_edges() 3382 if ( span < 8 ) in af_latin_hint_edges()
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | data.c | 3956 struct file *swap_file, sector_t *span) in check_swap_activate_fast() 4019 *span = 1 + highest_pblock - lowest_pblock; in check_swap_activate_fast() 4034 struct file *swap_file, sector_t *span) in check_swap_activate() 4049 return check_swap_activate_fast(sis, swap_file, span); in check_swap_activate() 4121 *span = 1 + highest_block - lowest_block; in check_swap_activate() 4135 sector_t *span) in f2fs_swap_activate() 4159 ret = check_swap_activate(sis, file, span); in f2fs_swap_activate() 4177 sector_t *span) in f2fs_swap_activate() 3955 check_swap_activate_fast(struct swap_info_struct *sis, struct file *swap_file, sector_t *span) check_swap_activate_fast() argument 4033 check_swap_activate(struct swap_info_struct *sis, struct file *swap_file, sector_t *span) check_swap_activate() argument 4134 f2fs_swap_activate(struct swap_info_struct *sis, struct file *file, sector_t *span) f2fs_swap_activate() argument 4176 f2fs_swap_activate(struct swap_info_struct *sis, struct file *file, sector_t *span) f2fs_swap_activate() argument
|
/kernel/linux/linux-6.6/drivers/platform/surface/aggregator/ |
H A D | ssh_packet_layer.c | 1799 struct ssam_span span; in ssh_ptl_rx_threadfn() local 1819 sshp_buf_span_from(&ptl->rx.buf, offs, &span); in ssh_ptl_rx_threadfn() 1820 n = ssh_ptl_rx_eval(ptl, &span); in ssh_ptl_rx_threadfn()
|
/third_party/ffmpeg/libavformat/ |
H A D | img2dec.c | 87 size_t span = 0; in is_glob() local 95 if (span = strspn(p, "*?[]{}")) in is_glob() 99 return span != 0; in is_glob()
|
/third_party/rust/crates/regex/regex-syntax/src/hir/ |
H A D | mod.rs | 30 /// span in an error is a valid range into this string. 32 /// The span of this error, derived from the Ast given to the translator. 33 span: Span, 44 /// Every span reported by this error is reported in terms of this string. 49 /// Return the span at which this error occurred. 50 pub fn span(&self) -> &Span { in span() functions 51 &self.span in span()
|
/third_party/typescript/lib/ |
H A D | typescript.js | 1526 * want to use something looser than object identity - e.g. "has the same span". [all...] |
H A D | typescriptServices.js | 1526 * want to use something looser than object identity - e.g. "has the same span". [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | 1667 * want to use something looser than object identity - e.g. "has the same span". 12392 function textSpanEnd(span) { 12393 return span.start + span.length; 12396 function textSpanIsEmpty(span) { 12397 return span.length === 0; 12400 function textSpanContainsPosition(span, position) { 12401 return position >= span.start && position < textSpanEnd(span); 12405 function textRangeContainsPositionInclusive(span, positio [all...] |
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | file.c | 510 sector_t *span) in nfs_swap_activate() 537 *span = sis->pages; in nfs_swap_activate() 509 nfs_swap_activate(struct swap_info_struct *sis, struct file *file, sector_t *span) nfs_swap_activate() argument
|
/third_party/node/deps/googletest/include/gtest/ |
H A D | gtest-printers.h | 126 #include <span> // NOLINT 145 struct IsStdSpan<std::span<E>> { 153 // NOTE: Since std::span does not have const_iterator until C++23, it would 156 // because of iterator::iterator. Which means std::span satisfies the *intended*
|
/third_party/skia/tests/ |
H A D | UtilsTest.cpp | 484 auto span = z.get<1>(); in DEF_TEST() local 485 REPORTER_ASSERT(reporter, span[1] == 20.f); in DEF_TEST()
|
/kernel/linux/linux-5.10/drivers/irqchip/ |
H A D | irq-gic-v3-its.c | 2031 u32 span; member 2034 static struct lpi_range *mk_lpi_range(u32 base, u32 span) in mk_lpi_range() argument 2041 range->span = span; in mk_lpi_range() 2055 if (range->span >= nr_lpis) { in alloc_lpi_range() 2058 range->span -= nr_lpis; in alloc_lpi_range() 2060 if (range->span == 0) { in alloc_lpi_range() 2080 if (a->base_id + a->span != b->base_id) in merge_lpi_ranges() 2083 b->span += a->span; in merge_lpi_ranges() [all...] |
/kernel/linux/linux-6.6/drivers/irqchip/ |
H A D | irq-gic-v3-its.c | 2045 u32 span; member 2048 static struct lpi_range *mk_lpi_range(u32 base, u32 span) in mk_lpi_range() argument 2055 range->span = span; in mk_lpi_range() 2069 if (range->span >= nr_lpis) { in alloc_lpi_range() 2072 range->span -= nr_lpis; in alloc_lpi_range() 2074 if (range->span == 0) { in alloc_lpi_range() 2094 if (a->base_id + a->span != b->base_id) in merge_lpi_ranges() 2097 b->span += a->span; in merge_lpi_ranges() [all...] |
/kernel/linux/linux-5.10/mm/ |
H A D | page-writeback.c | 889 * | * |<=========== span ============>| 925 unsigned long span; in wb_position_ratio() local 1061 * Use span=(8*write_bw) in single wb case as indicated by in wb_position_ratio() 1065 * span = --------- * (8 * write_bw) + ------------------ * wb_thresh in wb_position_ratio() 1068 span = (dtc->thresh - wb_thresh + 8 * write_bw) * (u64)x >> 16; in wb_position_ratio() 1069 x_intercept = wb_setpoint + span; in wb_position_ratio() 1071 if (dtc->wb_dirty < x_intercept - span / 4) { in wb_position_ratio()
|
/kernel/linux/linux-6.6/mm/ |
H A D | page-writeback.c | 975 * | * |<=========== span ============>| 1011 unsigned long span; in wb_position_ratio() local 1147 * Use span=(8*write_bw) in single wb case as indicated by in wb_position_ratio() 1151 * span = --------- * (8 * write_bw) + ------------------ * wb_thresh in wb_position_ratio() 1154 span = (dtc->thresh - wb_thresh + 8 * write_bw) * (u64)x >> 16; in wb_position_ratio() 1155 x_intercept = wb_setpoint + span; in wb_position_ratio() 1157 if (dtc->wb_dirty < x_intercept - span / 4) { in wb_position_ratio()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ehci.h | 462 unsigned span; member 588 * Manages split interrupt transactions (using TT) that span frame boundaries
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | block-info.c | 167 int *span __maybe_unused) in block_column_header()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci.h | 465 unsigned span; member 591 * Manages split interrupt transactions (using TT) that span frame boundaries
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | block-info.c | 167 int *span __maybe_unused) in block_column_header()
|