/third_party/rust/crates/once_cell/examples/ |
H A D | bench_acquire.rs | 15 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 D | x509.h | 316 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 D | process.c | 41 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 D | LseekApiTest.cpp | 78 // 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 D | funcscopes.c | 127 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 D | dwarfcfi.c | 90 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 D | dshow_filter.c | 47 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 D | assdec.c | 53 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 D | subviewerdec.c | 62 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 D | CollationThreadTest.java | 167 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 D | TransliterationRuleSet.java | 193 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 D | ehci_pci.c | 114 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 D | yaml_hl.py | 22 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 D | TransliterationRuleSet.java | 194 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 D | UOption.java | 135 * @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 D | CollationThreadTest.java | 170 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 D | unistr_case.cpp | 42 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 D | cstyle.py | 40 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 D | set_psa_test_dependencies.py | 225 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 D | watch_mode.js | 52 function start() { function 108 start(); 115 start();
|
/third_party/node/test/parallel/ |
H A D | test-whatwg-transformstream.js | 53 start(controller) { 95 start(controller) { 172 start(c) {
|
/third_party/node/deps/icu-small/source/common/ |
H A D | unistr_case.cpp | 42 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 D | norms.h | 178 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 D | dirtyc0w_shmem_child.c | 112 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 D | mprotect04.c | 153 static void clear_cache(void *start, int len) in clear_cache() argument 156 __builtin___clear_cache(start, start + len); in clear_cache()
|