Home
last modified time | relevance | path

Searched refs:start (Results 15026 - 15050 of 19343) sorted by relevance

1...<<601602603604605606607608609610>>...774

/third_party/ffmpeg/libavformat/
H A Dasfenc.c334 int64_t pres_time = av_rescale_q(c->start, c->time_base, scale); in asf_write_markers()
429 put_chunk(s, 0x4824, 0, 0xc00); /* start of stream (length will be patched later) */ in asf_write_header1()
447 avio_wl64(pb, PREROLL_TIME); /* start time stamp */ in asf_write_header1()
495 avio_wl64(pb, 0); /* start time */ in asf_write_header1()
800 int64_t start = avio_tell(pb); in put_payload_parsing_info() local
835 ppi_size = avio_tell(pb) - start; in put_payload_parsing_info()
/third_party/alsa-lib/src/pcm/
H A Dpcm_meter.c253 scope->ops->start(scope); in snd_pcm_meter_thread()
535 .start = snd_pcm_meter_start,
1162 .start = s16_start,
H A Dpcm_ioplug.c489 err = io->data->callback->start(io->data); in snd_pcm_ioplug_start()
932 .start = snd_pcm_ioplug_start,
1014 At least, start, stop and pointer callbacks must be given. Other
1015 callbacks are optional. The start and stop callbacks are called when
1043 Note that some callbacks (start, stop, pointer, transfer and pause)
1070 * The callback is the mandatory field of ioplug handle. At least, start, stop and
1082 assert(ioplug->callback->start && in snd_pcm_ioplug_create()
/third_party/benchmark/include/benchmark/
H A Dbenchmark.h137 In a multithreaded test, it is guaranteed that none of the threads will start
138 until all have reached the loop start, and all will have finished before any
404 // Implement this to start recording allocation information.
1100 // range [start..limit]. (start and limit are always picked.)
1102 Benchmark* Range(int64_t start, int64_t limit);
1104 // Run this benchmark once for all values in the range [start..limit] with
1107 Benchmark* DenseRange(int64_t start, int64_t limit, int step = 1);
1125 // ranges [start..limit]. (starts and limits are always picked.)
1983 std::vector<int64_t> CreateDenseRange(int64_t start, int64_
[all...]
/third_party/cups-filters/filter/
H A Drastertoescpx.c920 fputs("DEBUG: Pointer list at start of page...\n", stderr); in StartPage()
1309 *start; /* Start of compression sequence */ in CompressData() local
1382 start = line_ptr; in CompressData()
1396 memcpy(comp_ptr, start, count); in CompressData()
/third_party/icu/icu4c/source/test/perf/collperf/
H A Dcollperf.cpp373 UTimer start, stop; in time_empty() local
374 utimer_getTime(&start); in time_empty()
379 return utimer_getDeltaSeconds(&start,&stop); // ms in time_empty()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
H A DTimeZoneRegressionTest.java74 errln("Fail: Fix test to start with non-DST zone"); in Test4073215()
563 errln("SimpleTimeZone(<start>, month=" + month + ", day=" + day + in Test4154542()
731 * Transition expected between start+1H and start+2H in Test4162593()
762 long start = cal.getTime().getTime(); in Test4162593()
767 Date d = new Date(start + i*ONE_HOUR); in Test4162593()
1220 wk.start(); in TestT7107()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneRegressionTest.java71 errln("Fail: Fix test to start with non-DST zone"); in Test4073215()
560 errln("SimpleTimeZone(<start>, month=" + month + ", day=" + day + in Test4154542()
728 * Transition expected between start+1H and start+2H in Test4162593()
759 long start = cal.getTime().getTime(); in Test4162593()
764 Date d = new Date(start + i*ONE_HOUR); in Test4162593()
1217 wk.start(); in TestT7107()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DCaseMapImpl.java106 * Returns the start of the code point that was last returned
398 private static final void appendUnchanged(CharSequence src, int start, int length, in appendUnchanged() argument
407 dest.append(src, start, start + length); in appendUnchanged()
/third_party/icu/icu4c/source/i18n/
H A Dnumfmt.cpp733 int32_t start = pos.getIndex(); in parseCurrency() local
735 if (pos.getIndex() != start) { in parseCurrency()
742 pos.setIndex(start); // indicate failure in parseCurrency()
/third_party/mesa3d/src/amd/common/
H A Dac_rgp.c550 char start[256]; member
555 uint32_t start; member
573 char start[256]; member
/third_party/ltp/lib/
H A Dtst_test.c1046 int start[3] = {'0', 'a', 'A'}; in tst_creat_unlinked() local
1054 range = start[c] == '0' ? 10 : 26; in tst_creat_unlinked()
1055 c = start[c] + (rand() % range); in tst_creat_unlinked()
/third_party/mesa3d/src/imgui/
H A Dimstb_textedit.h151 // STB_TEXTEDIT_K_LINESTART keyboard input to move cursor to start of line // e.g. HOME
153 // STB_TEXTEDIT_K_TEXTSTART keyboard input to move cursor to start of text // e.g. ctrl-HOME
168 // STB_TEXTEDIT_K_LINESTART2 secondary keyboard input to move cursor to start of line
170 // STB_TEXTEDIT_K_TEXTSTART2 secondary keyboard input to move cursor to start of text
192 // row of characters assuming they start on the i'th character--the width and
220 // and reset the selection start/end to the cursor point. the x,y must
329 int select_start; // selection start point
331 // selection start and end point in characters; if equal, no selection.
332 // note that start may be less than or greater than end (e.g. when
333 // dragging the mouse, start i
882 int start = find.first_char + find.length; stb_textedit_key() local
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_vs.c277 unsigned start = stream_out->start_component; in si_llvm_streamout_store_output() local
287 assert(stream_out->stream == ((shader_out->vertex_streams >> ((start + j) * 2)) & 0x3)); in si_llvm_streamout_store_output()
289 out[j] = ac_to_integer(&ctx->ac, shader_out->values[start + j]); in si_llvm_streamout_store_output()
692 /* If a shader has no param exports, rasterization can start before in si_llvm_build_vs_exports()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader.cpp219 sfn_log << SfnLog::instr << " Emit start block\n"; in emit_instruction_from_string()
543 atom.start = uniform->data.offset >> 2; in scan_uniforms()
544 atom.end = atom.start + natomics - 1; in scan_uniforms()
552 m_atomic_file_count += atom.end - atom.start + 1; in scan_uniforms()
/third_party/node/deps/icu-small/source/i18n/
H A Dnumfmt.cpp733 int32_t start = pos.getIndex(); in parseCurrency() local
735 if (pos.getIndex() != start) { in parseCurrency()
742 pos.setIndex(start); // indicate failure in parseCurrency()
/third_party/libfuse/example/
H A Dcxxopts.hpp1440 size_t start, in format_description()
1477 stringAppend(result, start, ' '); in format_description()
1485 stringAppend(result, start, ' '); in format_description()
1437 format_description( const HelpOptionDetails& o, size_t start, size_t width ) format_description() argument
/third_party/node/deps/v8/src/execution/
H A Dmessages.cc81 int start = -1; in MakeMessageObject() local
87 start = location->start_pos(); in MakeMessageObject()
99 message, argument, start, end, shared_info, bytecode_offset, in MakeMessageObject()
/third_party/node/deps/v8/src/heap/
H A Dfactory-base.cc562 info.InitializeSlot(i, range.start, range.end); in NewCoverageInfo()
879 Handle<ClassPositions> FactoryBase<Impl>::NewClassPositions(int start, in NewClassPositions() argument
883 result.set_start(start); in NewClassPositions()
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger.cc557 const v8::debug::Location& start, in IsFunctionBlackboxed()
566 [&hasAgents, &allBlackboxed, &scriptId, &start, in IsFunctionBlackboxed()
571 allBlackboxed &= agent->isFunctionBlackboxed(scriptId, start, end); in IsFunctionBlackboxed()
1013 // We could start instrumenting half way and the stack is empty. in asyncTaskFinishedForStack()
556 IsFunctionBlackboxed(v8::Local<v8::debug::Script> script, const v8::debug::Location& start, const v8::debug::Location& end) IsFunctionBlackboxed() argument
/third_party/node/deps/v8/src/objects/
H A Dcode-inl.h849 Address start = in GetCodeFromTargetAddress() local
851 Address end = start + Isolate::CurrentEmbeddedBlobCodeSize(); in GetCodeFromTargetAddress()
852 CHECK(address < start || address >= end); in GetCodeFromTargetAddress()
H A Dscope-info.cc842 void ScopeInfo::SetPositionInfo(int start, int end) { in SetPositionInfo() argument
844 DCHECK_LE(start, end); in SetPositionInfo()
845 set_position_info_start(start); in SetPositionInfo()
906 // .result start with a dot, so we can use that as a flag. It's a hack! in VariableIsSynthetic()
/third_party/node/deps/v8/src/profiler/
H A Dprofile-generator.cc983 void CodeMap::ClearCodesInRange(Address start, Address end) { in ClearCodesInRange() argument
984 auto left = code_map_.upper_bound(start); in ClearCodesInRange()
987 if (left->first + left->second.size <= start) ++left; in ClearCodesInRange()
1083 // Ignore attempts to start profile with the same title or id in StartProfiling()
/third_party/node/deps/v8/src/runtime/
H A Druntime-debug.cc557 // Wasm positions are relative to the start of the module. in ScriptLinePosition()
736 Handle<String> start_string = factory->InternalizeUtf8String("start"); in MakeRangeObject()
742 factory->NewNumberFromInt(range.start), NONE); in MakeRangeObject()
777 ranges.emplace_back(function_data.start, function_data.end, in RUNTIME_FUNCTION()
781 ranges.emplace_back(block_data.start, block_data.end, block_data.count); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/torque/
H A Dcsa-generator.cc41 EmitInstruction(GotoInstruction{cfg_.start()}, &parameters); in EmitGraph()
97 << (pos.start.line + 1) << ");\n"; in EmitSourcePosition()
872 << instruction.pos.start.line + 1 << "});\n"; in EmitInstruction()

Completed in 56 milliseconds

1...<<601602603604605606607608609610>>...774