Home
last modified time | relevance | path

Searched refs:start (Results 7751 - 7775 of 19736) sorted by relevance

1...<<311312313314315316317318319320>>...790

/third_party/node/benchmark/events/
H A Deventtarget-creation.js15 bench.start();
/third_party/node/deps/icu-small/source/common/
H A Dmessageimpl.h43 * Appends the s[start, limit[ substring to sb, but with only half of the apostrophes
46 static void appendReducedApostrophes(const UnicodeString &s, int32_t start, int32_t limit,
/third_party/node/deps/icu-small/source/i18n/
H A Ddouble-conversion-strtod.h50 // contain a dot or a sign. It must not start with '0', and must not be empty.
54 // contain a dot or a sign. It must not start with '0', and must not be empty.
73 return Vector<const char>(buffer.start(), 0); in TrimTrailingZeros()
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dunirepl.h51 * Replace characters in 'text' from 'start' to 'limit' with the
57 * @param start inclusive start index of text to be replaced
59 * must be greater than or equal to start
65 * the characters at offsets start..(limit-1) in text
69 int32_t start,
/third_party/mesa3d/src/util/
H A Du_mm.h61 * startSearch = linear offset from start of heap to begin search
76 * input: pointer to a heap, start offset
79 extern struct mem_block *u_mmFindBlock(struct mem_block *heap, int start);
/third_party/icu/icu4c/source/i18n/unicode/
H A Dunirepl.h51 * Replace characters in 'text' from 'start' to 'limit' with the
57 * @param start inclusive start index of text to be replaced
59 * must be greater than or equal to start
65 * the characters at offsets start..(limit-1) in text
69 int32_t start,
/third_party/vk-gl-cts/execserver/
H A DxsPosixFileReader.hpp41 void start (const char* filename);
/third_party/vk-gl-cts/executor/
H A DxeLocalTcpIpLink.hpp41 void start (const char* execServerPath, const char* workDir, int port);
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddouble-conversion-strtod.h50 // contain a dot or a sign. It must not start with '0', and must not be empty.
54 // contain a dot or a sign. It must not start with '0', and must not be empty.
73 return Vector<const char>(buffer.start(), 0); in TrimTrailingZeros()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dunirepl.h51 * Replace characters in 'text' from 'start' to 'limit' with the
57 * @param start inclusive start index of text to be replaced
59 * must be greater than or equal to start
65 * the characters at offsets start..(limit-1) in text
69 int32_t start,
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
H A DFullDuplexAnalyzer.h43 oboe::Result start() override;
H A DFullDuplexEcho.h44 oboe::Result start() override;
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftadvanc.h139 * start ::
175 FT_UInt start,
/third_party/skia/third_party/externals/icu/source/common/
H A Dmessageimpl.h43 * Appends the s[start, limit[ substring to sb, but with only half of the apostrophes
46 static void appendReducedApostrophes(const UnicodeString &s, int32_t start, int32_t limit,
/third_party/python/Lib/test/test_importlib/partial/
H A Dpool_in_threads.py21 thread.start()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dp2p_hostapd.h16 int hostapd_p2p_set_noa(struct hostapd_data *hapd, u8 count, int start,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dbssid_ignore.h17 struct os_reltime start; member
19 * Number of seconds after start that the entey will be considered
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dp2p_hostapd.h16 int hostapd_p2p_set_noa(struct hostapd_data *hapd, u8 count, int start,
/kernel/linux/linux-5.10/tools/perf/util/
H A Dintel-pt.c50 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 Dplustek-usbshading.c787 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 Dsi_state_draw.cpp1624 /* 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 Dfuse.c105 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/ability/idl_tool/idl_tool_2/ast/
H A Dast.cpp66 size_t start = fullName.rfind(".."); in SetFullName() local
67 if (start != std::string::npos) { in SetFullName()
68 name = StringHelper::SubStr(fullName, start + strlen("..")); in SetFullName()
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_wrapper_node.cpp350 auto start = layoutWrapperBuilder_->GetStartIndex(); in GetLazyBuildRange() local
351 auto end = start + layoutWrapperBuilder_->GetTotalCount(); in GetLazyBuildRange()
352 return { start, end }; in GetLazyBuildRange()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_richeditor_ffi.cpp74 int32_t start, int32_t end) { onAppear(); }; in FfiOHOSAceFrameworkRichEditorBindSelectionMenu()
251 CJTextRange cjRangeBefore = { rangeBefore.start, rangeBefore.end }; in FfiOHOSAceFrameworkRichEditorOnDidChange()
252 CJTextRange cjRangeAfter = { rangeAfter.start, rangeAfter.end }; in FfiOHOSAceFrameworkRichEditorOnDidChange()

Completed in 31 milliseconds

1...<<311312313314315316317318319320>>...790