Home
last modified time | relevance | path

Searched refs:start (Results 1101 - 1125 of 18955) sorted by relevance

1...<<41424344454647484950>>...759

/kernel/linux/linux-5.10/drivers/pci/
H A Dhost-bridge.c64 region->start = res->start - offset; in pcibios_resource_to_bus()
72 return region1->start <= region2->start && region1->end >= region2->end; in region_contains()
88 bus_region.start = window->res->start - window->offset; in pcibios_bus_to_resource()
97 res->start = region->start + offset; in pcibios_bus_to_resource()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dmisc.h60 * structure start with these members.
91 * Return the rb_node that start at or after @bytenr. If there is no entry at
145 unsigned long start, in bitmap_test_range_all_set()
150 found_zero = find_next_zero_bit(addr, start + nbits, start); in bitmap_test_range_all_set()
151 return (found_zero == start + nbits); in bitmap_test_range_all_set()
155 unsigned long start, in bitmap_test_range_all_zero()
160 found_set = find_next_bit(addr, start + nbits, start); in bitmap_test_range_all_zero()
161 return (found_set == start in bitmap_test_range_all_zero()
144 bitmap_test_range_all_set(const unsigned long *addr, unsigned long start, unsigned long nbits) bitmap_test_range_all_set() argument
154 bitmap_test_range_all_zero(const unsigned long *addr, unsigned long start, unsigned long nbits) bitmap_test_range_all_zero() argument
[all...]
/kernel/linux/linux-6.6/drivers/pci/
H A Dhost-bridge.c65 region->start = res->start - offset; in pcibios_resource_to_bus()
73 return region1->start <= region2->start && region1->end >= region2->end; in region_contains()
89 bus_region.start = window->res->start - window->offset; in pcibios_bus_to_resource()
98 res->start = region->start + offset; in pcibios_bus_to_resource()
/kernel/linux/linux-6.6/scripts/
H A Dbootgraph.pl53 my %start;
73 $start{$func} = $1;
96 $start{$func} = $1;
171 my @initcalls = sort { $start{$a} <=> $start{$b} } keys(%start);
174 my $duration = $end{$key} - $start{$key};
184 $s = ($start{$key} - $firsttime) * $mult;
/third_party/ffmpeg/libavcodec/
H A Dsnappy.c78 static int snappy_copy(uint8_t *start, uint8_t *p, int size, in snappy_copy() argument
83 if (off > p - start || size < len) in snappy_copy()
94 static int snappy_copy1(GetByteContext *gb, uint8_t *start, uint8_t *p, in snappy_copy1() argument
100 return snappy_copy(start, p, size, off, len); in snappy_copy1()
103 static int snappy_copy2(GetByteContext *gb, uint8_t *start, uint8_t *p, in snappy_copy2() argument
109 return snappy_copy(start, p, size, off, len); in snappy_copy2()
112 static int snappy_copy4(GetByteContext *gb, uint8_t *start, uint8_t *p, in snappy_copy4() argument
118 return snappy_copy(start, p, size, off, len); in snappy_copy4()
/third_party/ffmpeg/libavformat/
H A Dsubfile.c29 int64_t start; member
38 { "start", "start offset", OFFSET(start), AV_OPT_TYPE_INT64, {.i64 = 0}, 0, INT64_MAX, D },
77 if (c->end <= c->start) { in subfile_open()
78 av_log(h, AV_LOG_ERROR, "end before start\n"); in subfile_open()
86 c->pos = c->start; in subfile_open()
128 return end - c->start; in subfile_seek()
131 new_pos = c->start + pos; in subfile_seek()
140 if (new_pos < c->start) in subfile_seek()
[all...]
H A Dpjsdec.c39 int64_t start, end; in pjs_probe() local
42 if (sscanf(ptr, "%"SCNd64",%"SCNd64",%c", &start, &end, &c) == 3) { in pjs_probe()
53 int64_t start, end; in read_ts() local
55 if (sscanf(*line, "%"SCNd64",%"SCNd64, &start, &end) == 2) { in read_ts()
58 if (end < start || end - (uint64_t)start > INT_MAX) in read_ts()
60 *duration = end - start; in read_ts()
61 return start; in read_ts()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/
H A DDictionaryBreakEngine.java42 int start = fIter.getIndex(); in candidates()
43 if (start != offset) { in candidates()
44 offset = start; in candidates()
45 prefix = dict.matches(fIter, rangeEnd - start, lengths, count, lengths.length); in candidates()
48 fIter.setIndex(start); in candidates()
52 fIter.setIndex(start + lengths[count[0]-1]); in candidates()
191 // extends towards the start or end of the text, depending on 'reverse'. in findBreaks()
193 int start = text.getIndex(); in findBreaks()
202 rangeStart = start; in findBreaks()
220 * @param rangeStart The start o
[all...]
/third_party/PyYAML/lib/yaml/
H A Derror.py18 start = self.pointer
19 while start > 0 and self.buffer[start-1] not in '\0\r\n\x85\u2028\u2029':
20 start -= 1
21 if self.pointer-start > max_length/2-1:
23 start += 5
33 snippet = self.buffer[start:end]
35 + ' '*(indent+self.pointer-start+len(head)) + '^'
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDictionaryBreakEngine.java42 int start = fIter.getIndex(); in candidates()
43 if (start != offset) { in candidates()
44 offset = start; in candidates()
45 prefix = dict.matches(fIter, rangeEnd - start, lengths, count, lengths.length); in candidates()
48 fIter.setIndex(start); in candidates()
52 fIter.setIndex(start + lengths[count[0]-1]); in candidates()
191 // extends towards the start or end of the text, depending on 'reverse'. in findBreaks()
193 int start = text.getIndex(); in findBreaks()
202 rangeStart = start; in findBreaks()
220 * @param rangeStart The start o
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dformat.cpp181 int32_t start = (pos < U_PARSE_CONTEXT_LEN)? 0 : (pos - (U_PARSE_CONTEXT_LEN-1 in syntaxError() local
184 pattern.extract(start,stop-start,parseError.preContext,0); in syntaxError()
186 parseError.preContext[stop-start] = 0; in syntaxError()
189 start = pos+1; in syntaxError()
192 pattern.extract(start,stop-start,parseError.postContext,0); in syntaxError()
194 parseError.postContext[stop-start]= 0; in syntaxError()
/third_party/mesa3d/src/amd/compiler/
H A Daco_form_hard_clauses.cpp44 unsigned start = 0; in emit_clause() local
46 /* skip any stores at the start */ in emit_clause()
47 for (; (start < num_instrs) && instrs[start]->definitions.empty(); start++) in emit_clause()
48 bld.insert(std::move(instrs[start])); in emit_clause()
50 unsigned end = start; in emit_clause()
53 unsigned clause_size = end - start; in emit_clause()
58 for (unsigned i = start; i < num_instrs; i++) in emit_clause()
/third_party/ltp/lib/
H A Dtst_uid.c40 void tst_get_uids(uid_t *buf, unsigned int start, unsigned int count) in tst_get_uids() argument
45 for (i = start, id = 1; i < count; id++) { in tst_get_uids()
46 for (j = 0; j < start; j++) { in tst_get_uids()
51 if (j >= start) in tst_get_uids()
56 void tst_get_gids(gid_t *buf, unsigned int start, unsigned int count) in tst_get_gids() argument
61 for (i = start, id = 1; i < count; id++) { in tst_get_gids()
62 for (j = 0; j < start; j++) { in tst_get_gids()
67 if (j >= start) in tst_get_gids()
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dpkg_icu.cpp82 const char *start; in readList() local
107 start=u_skipWhitespace(line); in readList()
108 if(*start==0 || nullptr!=strchr(U_PKG_RESERVED_CHARS, *start)) { in readList()
115 for(end=(char *)start; *end!=0 && *end!=' ' && *end!='\t'; ++end) {} in readList()
124 listPkg->addFile(filesPath, start); in readList()
126 listPkg->addItem(start); in readList()
129 // find the start of the next item or exit the loop in readList()
130 if(end==nullptr || *(start=u_skipWhitespace(end+1))==0) { in readList()
/third_party/node/deps/icu-small/source/i18n/
H A Dformat.cpp181 int32_t start = (pos < U_PARSE_CONTEXT_LEN)? 0 : (pos - (U_PARSE_CONTEXT_LEN-1 in syntaxError() local
184 pattern.extract(start,stop-start,parseError.preContext,0); in syntaxError()
186 parseError.preContext[stop-start] = 0; in syntaxError()
189 start = pos+1; in syntaxError()
192 pattern.extract(start,stop-start,parseError.postContext,0); in syntaxError()
194 parseError.postContext[stop-start]= 0; in syntaxError()
/third_party/icu/icu4c/source/tools/toolutil/
H A Dpkg_icu.cpp82 const char *start; in readList() local
107 start=u_skipWhitespace(line); in readList()
108 if(*start==0 || NULL!=strchr(U_PKG_RESERVED_CHARS, *start)) { in readList()
115 for(end=(char *)start; *end!=0 && *end!=' ' && *end!='\t'; ++end) {} in readList()
124 listPkg->addFile(filesPath, start); in readList()
126 listPkg->addItem(start); in readList()
129 // find the start of the next item or exit the loop in readList()
130 if(end==NULL || *(start=u_skipWhitespace(end+1))==0) { in readList()
/third_party/mesa3d/src/util/indices/
H A Du_indices.c29 unsigned start, in translate_memcpy_ushort()
35 memcpy(out, &((short *)in)[start], out_nr*sizeof(short)); in translate_memcpy_ushort()
39 unsigned start, in translate_memcpy_uint()
45 memcpy(out, &((int *)in)[start], out_nr*sizeof(int)); in translate_memcpy_uint()
49 unsigned start, in translate_byte_to_ushort()
55 uint8_t *src = (uint8_t *)in + start; in translate_byte_to_ushort()
227 * \param start index of first vertex to draw
239 unsigned start, in u_index_generator()
252 *out_index_size = ((start + nr) > 0xfffe) ? 4 : 2; in u_index_generator()
28 translate_memcpy_ushort( const void *in, unsigned start, unsigned in_nr, unsigned out_nr, unsigned restart_index, void *out ) translate_memcpy_ushort() argument
38 translate_memcpy_uint( const void *in, unsigned start, unsigned in_nr, unsigned out_nr, unsigned restart_index, void *out ) translate_memcpy_uint() argument
48 translate_byte_to_ushort( const void *in, unsigned start, UNUSED unsigned in_nr, unsigned out_nr, UNUSED unsigned restart_index, void *out ) translate_byte_to_ushort() argument
237 u_index_generator(unsigned hw_mask, enum pipe_prim_type prim, unsigned start, unsigned nr, unsigned in_pv, unsigned out_pv, enum pipe_prim_type *out_prim, unsigned *out_index_size, unsigned *out_nr, u_generate_func *out_generate) u_index_generator() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dformat.cpp181 int32_t start = (pos < U_PARSE_CONTEXT_LEN)? 0 : (pos - (U_PARSE_CONTEXT_LEN-1 in syntaxError() local
184 pattern.extract(start,stop-start,parseError.preContext,0); in syntaxError()
186 parseError.preContext[stop-start] = 0; in syntaxError()
189 start = pos+1; in syntaxError()
192 pattern.extract(start,stop-start,parseError.postContext,0); in syntaxError()
194 parseError.postContext[stop-start]= 0; in syntaxError()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dpkg_icu.cpp82 const char *start; in readList() local
107 start=u_skipWhitespace(line); in readList()
108 if(*start==0 || NULL!=strchr(U_PKG_RESERVED_CHARS, *start)) { in readList()
115 for(end=(char *)start; *end!=0 && *end!=' ' && *end!='\t'; ++end) {} in readList()
124 listPkg->addFile(filesPath, start); in readList()
126 listPkg->addItem(start); in readList()
129 // find the start of the next item or exit the loop in readList()
130 if(end==NULL || *(start=u_skipWhitespace(end+1))==0) { in readList()
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
H A Dutils.h28 Range() : start(), end() {} in Range()
29 Range(T s, T e) : start(s), end(e) {} in Range()
33 return start == other.start && end == other.end; in operator ==()
36 T start; member
/kernel/linux/linux-5.10/arch/mips/bcm63xx/
H A Ddev-hsspi.c19 .start = -1, /* filled at runtime */
24 .start = -1, /* filled at runtime */
41 spi_resources[0].start = bcm63xx_regset_address(RSET_HSSPI); in bcm63xx_hsspi_register()
42 spi_resources[0].end = spi_resources[0].start; in bcm63xx_hsspi_register()
44 spi_resources[1].start = bcm63xx_get_irq_number(IRQ_HSSPI); in bcm63xx_hsspi_register()
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H A Dtlbflush.h23 static inline void local_flush_tlb_kernel_range(unsigned long start, in local_flush_tlb_kernel_range() argument
26 while (start < end) { in local_flush_tlb_kernel_range()
27 __nds32__tlbop_inv(start); in local_flush_tlb_kernel_range()
29 start += PAGE_SIZE; in local_flush_tlb_kernel_range()
34 unsigned long start, unsigned long end);
/kernel/linux/linux-6.6/arch/mips/bcm63xx/
H A Ddev-hsspi.c19 .start = -1, /* filled at runtime */
24 .start = -1, /* filled at runtime */
41 spi_resources[0].start = bcm63xx_regset_address(RSET_HSSPI); in bcm63xx_hsspi_register()
42 spi_resources[0].end = spi_resources[0].start; in bcm63xx_hsspi_register()
44 spi_resources[1].start = bcm63xx_get_irq_number(IRQ_HSSPI); in bcm63xx_hsspi_register()
/kernel/linux/linux-5.10/include/linux/
H A Drange.h7 u64 start; member
13 return range->end - range->start + 1; in range_len()
17 u64 start, u64 end);
21 u64 start, u64 end);
23 void subtract_range(struct range *range, int az, u64 start, u64 end);
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/include/
H A Dmalidp_utils.h26 /* the restriction of range is [start, end] */
28 u32 start; member
32 static inline void set_range(struct malidp_range *rg, u32 start, u32 end) in set_range() argument
34 rg->start = start; in set_range()
40 return (v >= rg->start) && (v <= rg->end); in in_range()

Completed in 11 milliseconds

1...<<41424344454647484950>>...759