Home
last modified time | relevance | path

Searched refs:start (Results 2001 - 2025 of 7435) sorted by relevance

1...<<81828384858687888990>>...298

/third_party/rust/crates/once_cell/examples/
H A Dbench_acquire.rs15 let start = std::time::Instant::now(); in main()
21 println!("{:?}", start.elapsed()); in main()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Dx509.h316 int mbedtls_x509_write_extensions( unsigned char **p, unsigned char *start,
318 int mbedtls_x509_write_names( unsigned char **p, unsigned char *start,
320 int mbedtls_x509_write_sig( unsigned char **p, unsigned char *start,
/device/soc/rockchip/common/sdk_linux/kernel/power/
H A Dprocess.c41 ktime_t start, end, elapsed; in try_to_freeze_tasks() local
46 start = ktime_get_boottime(); in try_to_freeze_tasks()
95 elapsed = ktime_sub(end, start); in try_to_freeze_tasks()
/test/xts/hats/kernel/syscalls/fileio/lseek/
H A DLseekApiTest.cpp78 // file start position test in HWTEST_F()
133 off_t start = TEST_LEN / 2; in HWTEST_F() local
134 off_t initPos = lseek(fd, start, SEEK_SET); in HWTEST_F()
135 EXPECT_EQ(initPos, start); in HWTEST_F()
/third_party/elfutils/tests/
H A Dfuncscopes.c127 Dwarf_Addr start, end; in handle_function() local
130 &start, &end, in handle_function()
137 printf ("%s: %#" PRIx64 " .. %#" PRIx64 "\n", modname, start, end); in handle_function()
H A Ddwarfcfi.c90 Dwarf_Addr start = pc; in handle_address() local
93 int ra_regno = dwarf_frame_info (frame, &start, &end, &signalp); in handle_address()
96 pc, start, end); in handle_address()
/third_party/ffmpeg/libavdevice/
H A Ddshow_filter.c47 long WINAPI ff_dshow_filter_Run(DShowFilter *this, REFERENCE_TIME start) in ff_dshow_filter_Run() argument
49 dshowdebug("ff_dshow_filter_Run(%p) %"PRId64"\n", this, start); in ff_dshow_filter_Run()
51 this->start_time = start; in ff_dshow_filter_Run()
/third_party/ffmpeg/libavformat/
H A Dassdec.c53 int64_t *start, int *duration) in read_dialogue()
71 *start = (hh1*3600LL + mm1*60LL + ss1) * 100LL + ms1; in read_dialogue()
72 *duration = end - *start; in read_dialogue()
52 read_dialogue(ASSContext *ass, AVBPrint *dst, const uint8_t *p, int64_t *start, int *duration) read_dialogue() argument
H A Dsubviewerdec.c62 static int read_ts(const char *s, int64_t *start, int *duration) in read_ts() argument
78 *start = (hh1*3600LL + mm1*60LL + ss1) * 1000LL + ms1 * multiplier1; in read_ts()
79 *duration = end - *start; in read_ts()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationThreadTest.java167 synchronized void start() { in start() method in CollationThreadTest.Control
228 threads[i].start(); in runThreads()
232 control.start(); in runThreads()
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliterationRuleSet.java193 int indexByte = text.char32At(pos.start) & 0xFF; in transliterate()
218 pos.start += UTF16.getCharCount(text.char32At(pos.start)); in transliterate()
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dehci_pci.c114 sc->sc_io_res = ioremap(res->start, res->count); in ehci_pci_attach()
147 err = bus_setup_intr(res->start, 0, ehci_interrupt, sc); in ehci_pci_attach()
197 (void)bus_teardown_intr(sc->sc_irq_res->start, sc); in ehci_pci_detach()
/third_party/PyYAML/examples/yaml-highlight/
H A Dyaml_hl.py22 start = value.get('start')
24 if start:
25 self.substitutions[cls, -1] = start
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTransliterationRuleSet.java194 int indexByte = text.char32At(pos.start) & 0xFF; in transliterate()
219 pos.start += UTF16.getCharCount(text.char32At(pos.start)); in transliterate()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/
H A DUOption.java135 * @param start the first argument in argv[] to examine. Must be
136 * 0..argv.length-1. Arguments from 0..start-1 are ignored.
139 * arguments 0..start-1.
141 public static int parseArgs(String argv[], int start, UOption options[]) { in parseArgs() argument
143 int i=start, remaining=start; in parseArgs()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationThreadTest.java170 synchronized void start() { in start() method in CollationThreadTest.Control
231 threads[i].start(); in runThreads()
235 control.start(); in runThreads()
/third_party/icu/icu4c/source/common/
H A Dunistr_case.cpp42 UnicodeString::doCaseCompare(int32_t start, in doCaseCompare() argument
56 pinIndices(start, length); in doCaseCompare()
65 chars += start; in doCaseCompare()
/third_party/libsnd/Scripts/
H A Dcstyle.py40 Return the currect comment nesting. At the start and end of the file,
94 start = k
95 for k in range (start + 1, len (line)):
97 return line [:start + 1] + '"' + self.process_strings (line [k + 1:])
/third_party/mbedtls/tests/scripts/
H A Dset_psa_test_dependencies.py225 dependencies_location = content_matches[-1].start()
232 text_before = stanza[:dependencies_match.start()]
237 raise Exception('Next-to-last line does not start with "depends_on:"'
259 for n, stanza in enumerate(old_stanzas, start=1)]
/third_party/node/lib/internal/main/
H A Dwatch_mode.js52 function start() { function
108 start();
115 start();
/third_party/node/test/parallel/
H A Dtest-whatwg-transformstream.js53 start(controller) {
95 start(controller) {
172 start(c) {
/third_party/node/deps/icu-small/source/common/
H A Dunistr_case.cpp42 UnicodeString::doCaseCompare(int32_t start, in doCaseCompare() argument
56 pinIndices(start, length); in doCaseCompare()
65 chars += start; in doCaseCompare()
/third_party/icu/icu4c/source/tools/gennorm2/
H A Dnorms.h178 virtual void rangeHandler(UChar32 start, UChar32 end, Norm &norm) = 0;
200 void rangeHandler(UChar32 start, UChar32 end, Norm &norm) U_OVERRIDE;
207 void rangeHandler(UChar32 start, UChar32 end, Norm &norm) U_OVERRIDE;
/third_party/ltp/testcases/kernel/security/dirtyc0w_shmem/
H A Ddirtyc0w_shmem_child.c112 uffdio.range.start = (unsigned long) map; in uffd_thread_fn()
117 uffdio_wake.start = (unsigned long) map; in uffd_thread_fn()
162 uffdio_register.range.start = (unsigned long) map; in setup_uffd()
208 * Thread 2: pwrite() [start] in main()
/third_party/ltp/testcases/kernel/syscalls/mprotect/
H A Dmprotect04.c153 static void clear_cache(void *start, int len) in clear_cache() argument
156 __builtin___clear_cache(start, start + len); in clear_cache()

Completed in 13 milliseconds

1...<<81828384858687888990>>...298