Home
last modified time | relevance | path

Searched refs:start (Results 801 - 825 of 7215) sorted by relevance

1...<<31323334353637383940>>...289

/third_party/musl/porting/linux/user/src/linux/
H A Dcache.c42 static int flush_icache_init(void *start, void *end, unsigned long int flags) in flush_icache_init() argument
49 return f ? f(start, end, flags) : -ENOSYS; in flush_icache_init()
54 int __riscv_flush_icache(void *start, void *end, unsigned long int flags) in __riscv_flush_icache() argument
59 int r = f(start, end, flags); in __riscv_flush_icache()
/third_party/node/benchmark/streams/
H A Ddestroy.js21 bench.start();
30 bench.start();
39 bench.start();
48 bench.start();
H A Dcreation.js21 bench.start();
30 bench.start();
39 bench.start();
48 bench.start();
/third_party/node/benchmark/buffers/
H A Dbuffer-tostring.js25 bench.start();
31 bench.start();
37 bench.start();
43 bench.start();
/third_party/node/benchmark/events/
H A Dee-emit.js20 bench.start();
27 bench.start();
34 bench.start();
41 bench.start();
/third_party/node/deps/v8/src/codegen/arm/
H A Dcpu-arm.cc29 V8_NOINLINE void CpuFeatures::FlushICache(void* start, size_t size) { in FlushICache() argument
32 msync(start, size, MS_SYNC | MS_INVALIDATE_ICACHE); in FlushICache()
35 .addr = reinterpret_cast<uintptr_t>(start), .len = size}; in FlushICache()
38 register uint32_t beg asm("r0") = reinterpret_cast<uint32_t>(start); in FlushICache()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_parser.h143 void lima_parse_vs(FILE *fp, uint32_t *data, int size, uint32_t start);
144 void lima_parse_plbu(FILE *fp, uint32_t *data, int size, uint32_t start);
145 void lima_parse_render_state(FILE *fp, uint32_t *data, int size, uint32_t start);
146 void lima_parse_texture_descriptor(FILE *fp, uint32_t *data, int size, uint32_t start, uint32_t offset);
H A Dlima_util.h42 int size, uint32_t start);
44 int size, uint32_t start);
46 int size, uint32_t start);
48 int size, uint32_t start, uint32_t offset);
/third_party/vixl/benchmarks/aarch32/
H A Dbench-dataop.cc46 timeval start; in benchmark() local
47 gettimeofday(&start, NULL); in benchmark()
62 double delta = (end.tv_sec - start.tv_sec) + in benchmark()
63 static_cast<double>(end.tv_usec - start.tv_usec) / 1000000; in benchmark()
/test/xts/hats/hdf/wlan/wlanBenchmarkTest/
H A Dhdf_wifi_benchmark_test.cpp103 * @tc.desc: Wifi hal start and stop
111 g_wifi->start(g_wifi); in BENCHMARK_F()
128 g_wifi->start(g_wifi); in BENCHMARK_F()
225 g_wifi->start(g_wifi); in BENCHMARK_F()
248 g_wifi->start(g_wifi); in BENCHMARK_F()
271 g_wifi->start(g_wifi); in BENCHMARK_F()
304 g_wifi->start(g_wifi); in BENCHMARK_F()
325 g_wifi->start(g_wifi); in BENCHMARK_F()
346 g_wifi->start(g_wifi); in BENCHMARK_F()
376 g_wifi->start(g_wif in BENCHMARK_F()
[all...]
/third_party/gptfdisk/
H A Dbasicmbr.cc279 // extendedStart = LBA of the start of the extended partition
339 // Adjust the start LBA, since it's encoded strangely.... in ReadLogicalParts()
765 cout << "\nWarning: 0xEE partition doesn't start on sector 1. This can cause " in FindOverlaps()
828 lStart = partitions[i].GetStartLBA(); // start of potential logical part. in UpdateCanBeLogical()
975 // Finds the next in-use partition, starting with start (will return start
977 int BasicMBRData::FindNextInUse(int start) { in FindNextInUse() argument
978 if (start >= MAX_MBR_PARTS) in FindNextInUse()
979 start = -1; in FindNextInUse()
980 while ((start < MAX_MBR_PART in FindNextInUse()
1044 MakePart(int num, uint64_t start, uint64_t length, int type, int bootable) MakePart() argument
1091 uint64_t start = UINT64_C(1); // starting point for each search MakeBiggestPart() local
1162 SortMBR(int start) SortMBR() argument
1413 FindFirstAvailable(uint64_t start) FindFirstAvailable() argument
1445 FindLastInFree(uint64_t start) FindLastInFree() argument
1464 FindFirstInFree(uint64_t start) FindFirstInFree() argument
[all...]
/third_party/lame/misc/
H A Dabx.c28 * cross fade at start/stop
30 * fade out on quit, fade in on start
554 void Message ( const char* s, size_t index, long freq, size_t start, size_t stop ) in Message() argument
557 unsigned long norm_start = 100lu * start / freq; in Message()
572 size_t calc_true_index ( size_t index, size_t start, size_t stop ) in calc_true_index() argument
574 if ( start >= stop ) in calc_true_index()
575 return start; in calc_true_index()
576 while ( index - start < DMA_SAMPLES ) in calc_true_index()
577 index += stop - start; in calc_true_index()
590 size_t start in testing() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dflac_parser.c68 int offset; /**< byte offset from start of FLACParseContext->buffer */
166 uint8_t *start = f->rptr + offset; in flac_fifo_read_wrap() local
169 if (start >= f->end) in flac_fifo_read_wrap()
170 start -= f->end - f->buffer; in flac_fifo_read_wrap()
171 if (f->end - start >= len) in flac_fifo_read_wrap()
172 return start; in flac_fifo_read_wrap()
183 int seg_len = FFMIN(f->end - start, len); in flac_fifo_read_wrap()
184 memcpy(tmp_buf, start, seg_len); in flac_fifo_read_wrap()
188 start += seg_len - (f->end - f->buffer); in flac_fifo_read_wrap()
204 uint8_t *start in flac_fifo_read() local
510 FLACHeaderMarker *start, *end; check_header_mismatch() local
[all...]
/third_party/elfutils/libdwfl/
H A Dderelocate.c43 GElf_Addr start, end; member
54 GElf_Addr start, end; member
65 if ((*p1)->start < (*p2)->start) in compare_secrefs()
67 if ((*p1)->start > (*p2)->start) in compare_secrefs()
75 /* Same start/end, then just compare which section came first. */ in compare_secrefs()
138 newref->start = dwfl_adjusted_address (mod, shdr->sh_addr); in cache_sections()
139 newref->end = newref->start + shdr->sh_size; in cache_sections()
188 mod->reloc_info->refs[i].start in cache_sections()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DLocaleIDParser.java89 * Returns the text in the buffer from start to blen as a String.
91 private String getString(int start) { in getString() argument
92 return buffer.substring(start); in getString()
163 * Returns true if the start of the buffer has an experimental or private language
181 // assume it is safe to start from index in haveKeywordAssign()
193 * separator. Returns the start of the language code in the buffer.
236 * a terminator or id separator. Returns the start of the script code
297 * and IDSeparator. Return the start of the country code in the buffer.
372 * the start of the variant code in the buffer.
386 * the '@'. If there is one, we consider '@' to start
[all...]
H A DTextTrieMap.java73 * @param start The start index of of the text
78 public Iterator<V> get(CharSequence text, int start) { in get() argument
79 return get(text, start, null); in get()
82 public Iterator<V> get(CharSequence text, int start, Output output) { in get() argument
84 find(text, start, handler, output); in get()
419 private static char[] subArray(char[] array, int start) { in subArray() argument
420 if (start == 0) { in subArray()
423 char[] sub = new char[array.length - start]; in subArray()
424 System.arraycopy(array, start, su in subArray()
428 subArray(char[] array, int start, int limit) subArray() argument
[all...]
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationData.java355 int start = scriptStarts[index]; in makeReorderRanges()
356 assert(lowStart <= start); in makeReorderRanges()
357 skippedReserved = start - lowStart; in makeReorderRanges()
358 lowStart = start; in makeReorderRanges()
409 int start = scriptStarts[i]; in makeReorderRanges()
410 if(!hasReorderToEnd && start > lowStart) { in makeReorderRanges()
412 lowStart = start; in makeReorderRanges()
452 int start = scriptStarts[index]; in addLowScriptRange()
453 if((start & 0xff) < (lowStart & 0xff)) { in addLowScriptRange()
458 lowStart = ((lowStart & 0xff00) + ((limit & 0xff00) - (start in addLowScriptRange()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBasicTimeZone.java74 * @param start The start time of the evaluated time range (inclusive)
83 public boolean hasEquivalentTransitions(TimeZone tz, long start, long end) { in hasEquivalentTransitions() argument
84 return hasEquivalentTransitions(tz, start, end, false); in hasEquivalentTransitions()
94 * @param start The start time of the evaluated time range (inclusive)
108 public boolean hasEquivalentTransitions(TimeZone tz, long start, long end, in hasEquivalentTransitions() argument
118 // Check the offsets at the start time in hasEquivalentTransitions()
122 getOffset(start, false, offsets1); in hasEquivalentTransitions()
123 tz.getOffset(start, fals in hasEquivalentTransitions()
238 getTimeZoneRules(long start) getTimeZoneRules() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DLocaleIDParser.java91 * Returns the text in the buffer from start to blen as a String.
93 private String getString(int start) { in getString() argument
94 return buffer.substring(start); in getString()
165 * Returns true if the start of the buffer has an experimental or private language
183 // assume it is safe to start from index in haveKeywordAssign()
195 * separator. Returns the start of the language code in the buffer.
238 * a terminator or id separator. Returns the start of the script code
299 * and IDSeparator. Return the start of the country code in the buffer.
374 * the start of the variant code in the buffer.
388 * the '@'. If there is one, we consider '@' to start
[all...]
H A DTextTrieMap.java78 * @param start The start index of of the text
83 public Iterator<V> get(CharSequence text, int start) { in get() argument
84 return get(text, start, null); in get()
87 public Iterator<V> get(CharSequence text, int start, Output output) { in get() argument
89 find(text, start, handler, output); in get()
428 private static char[] subArray(char[] array, int start) { in subArray() argument
429 if (start == 0) { in subArray()
432 char[] sub = new char[array.length - start]; in subArray()
433 System.arraycopy(array, start, su in subArray()
437 subArray(char[] array, int start, int limit) subArray() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationData.java357 int start = scriptStarts[index]; in makeReorderRanges()
358 assert(lowStart <= start); in makeReorderRanges()
359 skippedReserved = start - lowStart; in makeReorderRanges()
360 lowStart = start; in makeReorderRanges()
411 int start = scriptStarts[i]; in makeReorderRanges()
412 if(!hasReorderToEnd && start > lowStart) { in makeReorderRanges()
414 lowStart = start; in makeReorderRanges()
454 int start = scriptStarts[index]; in addLowScriptRange()
455 if((start & 0xff) < (lowStart & 0xff)) { in addLowScriptRange()
460 lowStart = ((lowStart & 0xff00) + ((limit & 0xff00) - (start in addLowScriptRange()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DBasicTimeZone.java71 * @param start The start time of the evaluated time range (inclusive)
78 public boolean hasEquivalentTransitions(TimeZone tz, long start, long end) { in hasEquivalentTransitions() argument
79 return hasEquivalentTransitions(tz, start, end, false); in hasEquivalentTransitions()
89 * @param start The start time of the evaluated time range (inclusive)
101 public boolean hasEquivalentTransitions(TimeZone tz, long start, long end, in hasEquivalentTransitions() argument
111 // Check the offsets at the start time in hasEquivalentTransitions()
115 getOffset(start, false, offsets1); in hasEquivalentTransitions()
116 tz.getOffset(start, fals in hasEquivalentTransitions()
227 getTimeZoneRules(long start) getTimeZoneRules() argument
[all...]
/third_party/node/lib/internal/fs/
H A Dstreams.js187 this.start = options.start;
193 if (this.start !== undefined) {
194 validateInteger(this.start, 'start', 0);
196 this.pos = this.start;
205 if (this.start !== undefined && this.start > this.end) {
207 'start',
209 this.start,
[all...]
/third_party/node/deps/v8/tools/unittests/
H A Drun_perf_test.py113 cls._cov.start()
158 mock.MagicMock(side_effect=create_cmd)).start()
168 mock.MagicMock(side_effect=return_values)).start()
427 mock.MagicMock(return_value={'is_android': False})).start()
444 mock.MagicMock(return_value={'is_android': False})).start()
462 mock.MagicMock(return_value={'is_android': False})).start()
513 mock.patch('run_perf.AndroidPlatform.PreExecution').start()
514 mock.patch('run_perf.AndroidPlatform.PostExecution').start()
515 mock.patch('run_perf.AndroidPlatform.PreTests').start()
516 mock.patch('run_perf.find_build_directory').start()
[all...]
/third_party/node/deps/v8/src/wasm/
H A Djump-table-assembler.cc136 int start = pc_offset();
140 int nop_bytes = start + kLazyCompileTableSlotSize - pc_offset();
253 int start = pc_offset();
258 int nop_bytes = start + kLazyCompileTableSlotSize - pc_offset();
289 int start = pc_offset();
293 int nop_bytes = start + kLazyCompileTableSlotSize - pc_offset();
318 int start = pc_offset();
325 int nop_bytes = start + kLazyCompileTableSlotSize - pc_offset();
342 byte* start = pc_;
343 mov(ip, Operand(reinterpret_cast<Address>(start
[all...]

Completed in 20 milliseconds

1...<<31323334353637383940>>...289