/third_party/python/Lib/turtledemo/ |
H A D | penrose.py | 128 def start(): function 149 start()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_btree_navigator.cc | 48 offset += rep->substring()->start; in Substring() 55 substring->start = offset; in Substring()
|
/third_party/skia/modules/skparagraph/src/ |
H A D | OneLineShaper.h | 90 fCurrentText.start, 103 return fCurrentText.start + fCurrentRun->fClusterIndexes[glyph]; in clusterIndex()
|
/third_party/skia/experimental/sktext/src/ |
H A D | VisualRun.h | 47 SkScalar calculateWidth(GlyphIndex start, GlyphIndex end) const { in calculateWidth() argument 48 return calculateWidth(GlyphRange(start, end)); in calculateWidth()
|
/third_party/rust/crates/syn/tests/ |
H A D | test_round_trip.rs | 75 let start = Instant::now(); in test() 77 Ok(krate) => (krate, start.elapsed()), in test()
|
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/parse-number-fxx-test-data/script/ |
H A D | extract-numbery-strings.go | 121 start := i 149 s := string(src[start:i])
|
/third_party/rust/crates/regex/bench/src/ffi/ |
H A D | pcre2.rs | 77 fn find_at(&self, text: &str, start: usize) -> Option<(usize, usize)> { in find_at() 87 start, in find_at()
|
/third_party/spirv-tools/utils/vscode/src/lsp/span/ |
H A D | token.go | 41 func NewRange(fset *token.FileSet, start, end token.Pos) Range { 44 Start: start, 115 return Range{}, fmt.Errorf("start offset %v is past the end of the file %v", s.Start(), converter.file.Size())
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deThreadSafeRingBuffer.cpp | 108 // Yield to give main thread chance to start other producers. in run() 145 (*i)->start(); in ThreadSafeRingBuffer_selfTest() 149 (*i)->start(); in ThreadSafeRingBuffer_selfTest()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | intel-pt.c | 50 u64 start; member 274 void *start; in intel_pt_do_fix_overlap() local 276 start = intel_pt_find_overlap(a->data, a->size, b->data, b->size, in intel_pt_do_fix_overlap() 278 if (!start) in intel_pt_do_fix_overlap() 280 b->use_size = b->data + b->size - start; in intel_pt_do_fix_overlap() 281 b->use_data = start; in intel_pt_do_fix_overlap() 700 if (filt->start) in intel_pt_match_pgd_ip() 713 filt->start ? "filter" : "stop", in intel_pt_match_pgd_ip() 716 if (filt->start) in intel_pt_match_pgd_ip() 1172 ptq->sel_timestamp = pt->time_ranges[0].start; in intel_pt_setup_time_range() 2101 struct symbol *sym, *start; intel_pt_switch_ip() local 3290 intel_pt_print_info(__u64 *arr, int start, int finish) intel_pt_print_info() argument [all...] |
/third_party/backends/backend/ |
H A D | plustek-usbshading.c | 787 u_long dw, start, end, len; in usb_AdjustGain() local 822 start = 0; in usb_AdjustGain() 826 start = scaps->Positive.DataOrigin.x * scaps->OpticDpi.x / 300UL; in usb_AdjustGain() 830 start = scaps->Negative.DataOrigin.x * scaps->OpticDpi.x / 300UL; in usb_AdjustGain() 833 end = start + len; in usb_AdjustGain() 835 start = ((u_long)dev->usbDev.pSource->DataOrigin.x*scaps->OpticDpi.x/300UL); in usb_AdjustGain() 843 DBG( _DBG_INFO2, "Start = %lu\n", start ); in usb_AdjustGain() 883 u_long dwLoop = (len - start) / 20 * 20; in usb_AdjustGain() 888 for( dw = start; dwLoop; dwLoop-- ) { in usb_AdjustGain() 924 u_long dwLoop = (len - start) / 2 in usb_AdjustGain() 2306 struct timeval start, end; usb_SpeedTest() local 2395 u_long dw, start, end, len; usb_AutoWarmup() local [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state_draw.cpp | 1624 /* Base vertex and start instance. */ 1625 int base_vertex = index_size ? draws[0].index_bias : draws[0].start; 1694 uint64_t va = index_va + draws[i].start * index_size; 1716 uint64_t va = index_va + draws[i].start * index_size; 1735 uint64_t va = index_va + draws[i].start * index_size; 1762 uint64_t va = index_va + draws[i].start * index_size; 1781 radeon_emit(draws[i].start); 1786 radeon_set_sh_reg(sh_base_reg + SI_SGPR_BASE_VERTEX * 4, draws[i].start); 1795 sctx->last_base_vertex = draws[num_draws - 1].start; 2048 unsigned num_draws, unsigned *start, unsigne [all...] |
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse.c | 105 off_t start; member 2461 lock->start <= l->end && l->start <= lock->end && in locks_conflict() 2487 if (lock->type != F_UNLCK || lock->start != 0 || lock->end != OFFSET_MAX) { in locks_insert() 2504 if (l->end < lock->start - 1) in locks_insert() 2506 if (lock->end < l->start - 1) in locks_insert() 2508 if (l->start <= lock->start && lock->end <= l->end) in locks_insert() 2510 if (l->start < lock->start) in locks_insert() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_marquee_ffi.h | 26 CJ_EXPORT void FfiOHOSAceFrameworkMarqueeCreate(bool start, const char* src, double step, int32_t loop, bool fromStart);
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | list_option.h | 40 ArkUI_ListItemSwipeActionItem* start; member
|
/foundation/arkui/ui_lite/tools/server/ |
H A D | main.py | 23 tcp_servr.start()
|
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_curve.h | 26 static void DrawCubicBezier(BufferInfo& gfxDstBuffer, const Point& start, const Point& control1,
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/include/utils/ |
H A D | constant_utils.h | 26 int32_t start {0};
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
H A D | bootparam.h | 42 unsigned long start; member
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | module.h | 39 extern void module_fixup(struct module *mod, struct m68k_fixup_info *start,
|
/kernel/linux/linux-5.10/arch/csky/include/asm/ |
H A D | fixmap.h | 30 extern void fixrange_init(unsigned long start, unsigned long end,
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | fixmap.h | 64 * the start of the fixmap, and leave one page empty 75 extern void fixrange_init(unsigned long start, unsigned long end,
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | mmzone.h | 47 extern int create_section_mapping(unsigned long start, unsigned long end,
|
/kernel/linux/linux-5.10/arch/mips/vr41xx/ibm-workpad/ |
H A D | setup.c | 21 ioport_resource.start = WORKPAD_ISA_IO_START; in ibm_workpad_setup()
|
/kernel/linux/linux-5.10/arch/mips/vr41xx/casio-e55/ |
H A D | setup.c | 21 ioport_resource.start = E55_ISA_IO_START; in casio_e55_setup()
|