Home
last modified time | relevance | path

Searched refs:start (Results 4901 - 4925 of 18532) sorted by relevance

1...<<191192193194195196197198199200>>...742

/third_party/musl/libc-test/src/functional/
H A Dpthread_tsd.c16 static void *start(void *arg) in start() function
37 TESTR(r, pthread_create(&td, 0, start, foo), "failed to create thread"); in main()
/third_party/vk-gl-cts/execserver/
H A DxsPosixFileReader.cpp44 void FileReader::start (const char* filename) in start() function in xs::posix::FileReader
63 de::Thread::start(); in start()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DToken.cpp40 void Token::setAtStartOfLine(bool start) in setAtStartOfLine() argument
42 if (start) in setAtStartOfLine()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DVertexDataManager.h86 GLenum prepareVertexData(GLint start, GLsizei count, TranslatedAttribute *outAttribs, GLsizei instanceId);
89 unsigned int writeAttributeData(StreamingVertexBuffer *vertexBuffer, GLint start, GLsizei count, const VertexAttribute &attribute);
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dremtrans.cpp64 text.handleReplaceBetween(index.start, index.limit, empty); in handleTransliterate()
65 int32_t len = index.limit - index.start; in handleTransliterate()
H A Dstrmatch.h52 * @param start inclusive start index of text to be replaced
54 * must be greater than or equal to start
61 int32_t start,
156 * Replace characters in 'text' from 'start' to 'limit' with the
162 * @param start inclusive start index of text to be replaced
164 * must be greater than or equal to start
170 * the characters at offsets start..(limit-1) in text
173 int32_t start,
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
H A DFullDuplexAnalyzer.cpp20 oboe::Result FullDuplexAnalyzer::start() { in start() function in FullDuplexAnalyzer
23 return FullDuplexStream::start(); in start()
/third_party/skia/third_party/externals/icu/source/common/
H A Ducptrie_impl.h133 UCPTrieGetRange(const void *trie, UChar32 start,
138 const void *trie, UChar32 start,
177 * Values for ASCII character (U+0000..U+007F) can always be found at the start of the data array.
229 * Linear access from the start of the data array.
270 * Range iteration (ucptrie_getRange()) walks the structure from a start code point
277 * The builder must ensure that if the start of any data block (fast or small)
280 * but a small one, which is shorter, and it matches the *start* of some fast data block.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h70 /// that will span between start and end slot indexes.
72 /// \param start The expected begining of the split artifact. Instructions
73 /// before start will not affect the weight.
78 float futureWeight(LiveInterval &li, SlotIndex start, SlotIndex end);
82 /// start and end - compute future expected spill weight of a split
83 /// artifact of li that will span between start and end slot indexes.
85 /// \param start The expected begining of the split artifact. Instructions
86 /// before start will not affect the weight. Relevant for
92 float weightCalcHelper(LiveInterval &li, SlotIndex *start = nullptr,
/third_party/vixl/benchmarks/aarch64/
H A Dbench-mixed-disasm.cc68 const Instruction* start = in main() local
82 decoder.Decode(start, end); in main()
H A Dbench-mixed-sim.cc71 const Instruction* start = in main() local
82 simulator.RunFrom(start); in main()
/third_party/skia/third_party/externals/expat/expat/examples/
H A Doutline.c61 start(void *data, const XML_Char *el, const XML_Char **attr) { in start() function
97 XML_SetElementHandler(p, start, end); in main()
/third_party/skia/modules/skparagraph/include/
H A DMetrics.h53 LineMetrics(size_t start, in LineMetrics() argument
58 : fStartIndex(start) in LineMetrics()
/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()
/vendor/hisilicon/hispark_pegasus/demo/robot_demo/robot_car/
H A Dssd1306_test.c63 uint32_t start = HAL_GetTick(); in Ssd1306TestTask() local
66 printf("ssd1306_UpdateScreen time cost: %ud ms.\r\n", end - start); in Ssd1306TestTask()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jar ... twoBits int supplementary char c2 char c CharSequence s int start int end com.ibm.icu.text. ...
/third_party/python/Objects/
H A Dunicodeobject.c74 [clinic start generated code]*/
88 [python start generated code]*/
273 Py_ssize_t start, Py_ssize_t length) in unicode_fill()
275 assert(0 <= start); in unicode_fill()
281 Py_UCS1 *to = (Py_UCS1 *)data + start; in unicode_fill()
288 Py_UCS2 *to = (Py_UCS2 *)data + start; in unicode_fill()
296 Py_UCS4 * to = (Py_UCS4 *)data + start; in unicode_fill()
2086 Py_UCS2 *start = (Py_UCS2 *)data + index; in unicode_write_cstr() local
2087 Py_UCS2 *ucs2 = start; in unicode_write_cstr()
2092 assert((ucs2 - start) < in unicode_write_cstr()
272 unicode_fill(enum PyUnicode_Kind kind, void *data, Py_UCS4 value, Py_ssize_t start, Py_ssize_t length) unicode_fill() argument
2096 Py_UCS4 *start = (Py_UCS4 *)data + index; unicode_write_cstr() local
2492 _PyUnicode_FindMaxChar(PyObject *unicode, Py_ssize_t start, Py_ssize_t end) _PyUnicode_FindMaxChar() argument
2679 const Py_UCS1 *start = (const Py_UCS1 *) data; as_ucs4() local
2683 const Py_UCS2 *start = (const Py_UCS2 *) data; as_ucs4() local
4911 const char * start; _PyUnicode_EncodeUTF7() local
5041 ascii_decode(const char *start, const char *end, Py_UCS1 *dest) ascii_decode() argument
5614 const char *start = writer.use_small_buffer ? writer.small_buffer : unicode_fill_utf8() local
6477 const char *start = ++s; _PyUnicode_DecodeUnicodeEscapeInternal() local
9387 any_find_slice(PyObject* s1, PyObject* s2, Py_ssize_t start, Py_ssize_t end, int direction) any_find_slice() argument
9616 PyUnicode_Count(PyObject *str, PyObject *substr, Py_ssize_t start, Py_ssize_t end) PyUnicode_Count() argument
9690 PyUnicode_Find(PyObject *str, PyObject *substr, Py_ssize_t start, Py_ssize_t end, int direction) PyUnicode_Find() argument
9703 PyUnicode_FindChar(PyObject *str, Py_UCS4 ch, Py_ssize_t start, Py_ssize_t end, int direction) PyUnicode_FindChar() argument
9725 tailmatch(PyObject *self, PyObject *substring, Py_ssize_t start, Py_ssize_t end, int direction) tailmatch() argument
9792 PyUnicode_Tailmatch(PyObject *str, PyObject *substr, Py_ssize_t start, Py_ssize_t end, int direction) PyUnicode_Tailmatch() argument
10235 _PyUnicode_FastFill(PyObject *unicode, Py_ssize_t start, Py_ssize_t length, Py_UCS4 fill_char) _PyUnicode_FastFill() argument
10249 PyUnicode_Fill(PyObject *unicode, Py_ssize_t start, Py_ssize_t length, Py_UCS4 fill_char) PyUnicode_Fill() argument
11571 parse_args_finds_unicode(const char * function_name, PyObject *args, PyObject **substring, Py_ssize_t *start, Py_ssize_t *end) parse_args_finds_unicode() argument
11595 Py_ssize_t start = 0; unicode_count() local
11780 Py_ssize_t start = 0; unicode_find() local
11858 Py_ssize_t start = 0; unicode_index() local
12560 PyUnicode_Substring(PyObject *self, Py_ssize_t start, Py_ssize_t end) PyUnicode_Substring() argument
13066 Py_ssize_t start = 0; unicode_rfind() local
13098 Py_ssize_t start = 0; unicode_rindex() local
13639 Py_ssize_t start = 0; unicode_startswith() local
13693 Py_ssize_t start = 0; unicode_endswith() local
13925 _PyUnicodeWriter_WriteSubstring(_PyUnicodeWriter *writer, PyObject *str, Py_ssize_t start, Py_ssize_t end) _PyUnicodeWriter_WriteSubstring() argument
14254 Py_ssize_t start, stop, step, slicelength, i; unicode_subscript() local
[all...]
/kernel/linux/linux-5.10/drivers/crypto/nx/
H A Dnx-common-powernv.c38 ktime_t start; member
190 ktime_t start = wmem->start, now = ktime_get(); in wait_for_csb() local
191 ktime_t timeout = ktime_add_ms(start, CSB_WAIT_MAX); in wait_for_csb()
206 (long)ktime_us_delta(now, start)); in wait_for_csb()
386 (unsigned long)ktime_us_delta(now, start)); in wait_for_csb()
490 wmem->start = ktime_get(); in nx842_exec_icswx()
587 wmem->start = ktime_get(); in nx842_exec_vas()
/kernel/linux/linux-5.10/drivers/crypto/ccp/
H A Dccp-dev-v3.c21 int start; in ccp_alloc_ksb() local
27 start = (u32)bitmap_find_next_zero_area(ccp->sb, in ccp_alloc_ksb()
31 if (start <= ccp->sb_count) { in ccp_alloc_ksb()
32 bitmap_set(ccp->sb, start, count); in ccp_alloc_ksb()
47 return KSB_START + start; in ccp_alloc_ksb()
50 static void ccp_free_ksb(struct ccp_cmd_queue *cmd_q, unsigned int start, in ccp_free_ksb() argument
55 if (!start) in ccp_free_ksb()
60 bitmap_clear(ccp->sb, start - KSB_START, count); in ccp_free_ksb()
109 /* Tell the CCP to start */ in ccp_do_cmd()
/kernel/linux/linux-5.10/arch/x86/pci/
H A Dfixup.c348 res->start = 0xC0000; in pci_fixup_video()
349 res->end = res->start + 0x20000 - 1; in pci_fixup_video()
532 if (r->flags & IORESOURCE_MEM && r->start == hpet_address) { in sb600_hpet_quirk()
662 if (r->end == r->start + 0x7ff) { in quirk_intel_th_dnv()
663 r->start = 0; in quirk_intel_th_dnv()
743 res->start = 0xbd00000000ull; in pci_amd_enable_64bit_bar()
761 base = ((res->start >> 8) & AMD_141b_MMIO_BASE_MMIOBASE_MASK) | in pci_amd_enable_64bit_bar()
764 high = ((res->start >> 40) & AMD_141b_MMIO_HIGH_MMIOBASE_MASK) | in pci_amd_enable_64bit_bar()
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H A Dmagician.c190 .start = PXA_CS3_PHYS,
195 .start = PXA_GPIO_TO_IRQ(GPIO13_MAGICIAN_CPLD_IRQ),
454 .start = PXA_CS2_PHYS,
460 .start = PXA_GPIO_TO_IRQ(GPIO107_MAGICIAN_DS1WM_IRQ),
503 .start = IRQ_MAGICIAN_VBUS,
609 .start = IRQ_MAGICIAN_VBUS,
616 .start = IRQ_MAGICIAN_VBUS,
859 .start = PXA_CS0_PHYS,
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Dcore_titan.c205 titan_pci_tbi(struct pci_controller *hose, dma_addr_t start, dma_addr_t end) in titan_pci_tbi()
224 if (((start ^ end) & 0xffff0000) == 0) in titan_pci_tbi()
229 value = (start & 0xffff0000) >> 12; in titan_pci_tbi()
277 hose->io_space->start = TITAN_IO(index) - TITAN_IO_BIAS; in titan_init_one_pachip_port()
278 hose->io_space->end = hose->io_space->start + TITAN_IO_SPACE - 1; in titan_init_one_pachip_port()
282 hose->mem_space->start = TITAN_MEM(index) - TITAN_MEM_BIAS; in titan_init_one_pachip_port()
283 hose->mem_space->end = hose->mem_space->start + 0xffffffff; in titan_init_one_pachip_port()
476 addr += pci_vga_hose->mem_space->start; in titan_ioremap()
202 titan_pci_tbi(struct pci_controller *hose, dma_addr_t start, dma_addr_t end) titan_pci_tbi() argument
/kernel/linux/linux-5.10/arch/arm/mach-davinci/
H A Dda850.c518 .start = DA8XX_VPIF_BASE,
537 .start = DAVINCI_INTC_IRQ(IRQ_DA850_VPIFINT),
556 .start = DAVINCI_INTC_IRQ(IRQ_DA850_VPIFINT),
561 .start = DAVINCI_INTC_IRQ(IRQ_DA850_VPIFINT),
636 .start = DA8XX_CP_INTC_BASE,
674 .start = DA850_PLL1_BASE,
694 .start = DA8XX_PSC0_BASE,
709 .start = DA8XX_PSC1_BASE,
/kernel/linux/linux-5.10/drivers/base/regmap/
H A Dregmap-debugfs.c92 * Work out where the start offset maps into register numbers, bearing
307 char *start = buf; in regmap_map_write_file() local
317 while (*start == ' ') in regmap_map_write_file()
318 start++; in regmap_map_write_file()
319 reg = simple_strtoul(start, &start, 16); in regmap_map_write_file()
320 while (*start == ' ') in regmap_map_write_file()
321 start++; in regmap_map_write_file()
322 if (kstrtoul(start, 16, &value)) in regmap_map_write_file()
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dcore_titan.c205 titan_pci_tbi(struct pci_controller *hose, dma_addr_t start, dma_addr_t end) in titan_pci_tbi()
224 if (((start ^ end) & 0xffff0000) == 0) in titan_pci_tbi()
229 value = (start & 0xffff0000) >> 12; in titan_pci_tbi()
277 hose->io_space->start = TITAN_IO(index) - TITAN_IO_BIAS; in titan_init_one_pachip_port()
278 hose->io_space->end = hose->io_space->start + TITAN_IO_SPACE - 1; in titan_init_one_pachip_port()
282 hose->mem_space->start = TITAN_MEM(index) - TITAN_MEM_BIAS; in titan_init_one_pachip_port()
283 hose->mem_space->end = hose->mem_space->start + 0xffffffff; in titan_init_one_pachip_port()
476 addr += pci_vga_hose->mem_space->start; in titan_ioremap()
202 titan_pci_tbi(struct pci_controller *hose, dma_addr_t start, dma_addr_t end) titan_pci_tbi() argument

Completed in 27 milliseconds

1...<<191192193194195196197198199200>>...742