Home
last modified time | relevance | path

Searched refs:start (Results 13951 - 13975 of 20761) sorted by relevance

1...<<551552553554555556557558559560>>...831

/third_party/ffmpeg/libavformat/
H A Dwebmdashenc.c202 // For live streams, subsegments always start with key frames. So this in write_representation()
478 double start = 0.0; in webm_dash_manifest_write_header() local
499 avio_printf(s->pb, " start=\"PT%gS\"", start); in webm_dash_manifest_write_header()
528 { "chunk_start_index", "start index of the chunk", OFFSET(chunk_start_index), AV_OPT_TYPE_INT, {.i64 = 0}, 0, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM },
/third_party/ffmpeg/tests/checkasm/
H A Dcheckasm.c528 const char *start = a; in cmp_func_names() local
534 if (a > start && av_isdigit(a[-1]) && (digit_diff = av_isdigit(*a) - av_isdigit(*b))) in cmp_func_names()
633 .disabled = 1, // start counting only on demand in bench_init_linux()
/third_party/astc-encoder/Source/
H A Dastcenc_weight_align.cpp557 unsigned int start = bsd.block_mode_count_1plane_selected; in compute_angular_endpoints_2planes() local
559 for (unsigned int i = start; i < end; i++) in compute_angular_endpoints_2planes()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCurrency.java750 int start = pos.getIndex(); in parse()
751 pos.setIndex(start + maxLength); in parse()
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_hid.c58 const uint8_t *start; member
167 s->start = s->p = d; in hid_start_parse()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DCurrency.java715 int start = pos.getIndex(); in parse()
716 pos.setIndex(start + maxLength); in parse()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_prim_vbuf.c356 sp_vbuf_draw_arrays(struct vbuf_render *vbr, uint start, uint nr) in sp_vbuf_draw_arrays() argument
363 (void *) get_vert(cvbr->vertex_buffer, start, stride); in sp_vbuf_draw_arrays()
/third_party/node/lib/internal/repl/
H A Dutils.js576 // Match the next entry either from the start or from the end, depending
593 const start = StringPrototypeSlice(entry, 0, cursor);
595 entry = `${start}\x1B[4m${input}\x1B[24m${end}`;
/third_party/node/test/fixtures/wpt/common/security-features/resources/
H A Dcommon.sub.js270 // But be careful with images: unlike other elements they will start the load
499 * {@code worker.eventPromise} and posts an empty string message to start
526 worker.port.start();
1067 finally invokeRequest() calls a requestVia*() function to start the
1204 worker.port.start();
/third_party/musl/porting/linux/user/ldso/
H A Dns_config.c43 static char *config_key_join(const char *join, bool start) in config_key_join() argument
45 if (start) g_key[0] = 0; in config_key_join()
/third_party/node/deps/npm/node_modules/@npmcli/package-json/lib/
H A Dnormalize.js143 // remove attributes that start with "_"
222 // add "start" attribute if "server.js" exists
223 if (steps.includes('serverjs') && !scripts.start) {
226 scripts.start = 'node server.js'
228 changes?.push('"scripts.start" was set to "node server.js"')
/third_party/node/deps/npm/node_modules/read-package-json/lib/
H A Dread-json.js244 if (s.start) {
249 s.start = 'node server.js'
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
H A DHolidayCalendarDemo.java123 start(); in CalendarFrame()
151 * Called to start the applet. You never need to call this method
154 public void start() in start() method in HolidayCalendarDemo.CalendarFrame
518 // Stash away a Date for the start of this month in calculate()
528 // Finally, find the end of the month, i.e. the start of the next one in calculate()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
H A DRbnfDemo.java591 public void select(int start, int end) { in select() argument
592 tf1.select(start, end); in select()
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dtinjpage.c65 void *checked_mmap(void *start, size_t length, int prot, int flags, in checked_mmap() argument
68 void *map = mmap(start, length, prot, flags, fd, offset); in checked_mmap()
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
H A Dsegment.c669 * NOTE: offset is relative to start of mapping, not start of file!
810 * NOTE: offset is relative to start of mapping, not start of file
818 char *start; in segment_mbind() local
843 start = segp->seg_start + offset; in segment_mbind()
872 * NOTE: offset is relative to start of mapping, not start of file
930 * start partial line in segment_location()
957 printf("%12x: ", pgid); /* start in segment_location()
[all...]
/third_party/ltp/testcases/kernel/mce-test/stress/tools/page-poisoning/
H A Dpage-poisoning.c186 static void *checked_mmap(void *start, size_t length, int prot, int flags, in checked_mmap() argument
189 void *map = mmap(start, length, prot, flags, fd, offset); in checked_mmap()
885 mylog("start page-poisoning test\n"); in main()
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dtinjpage.c65 void *checked_mmap(void *start, size_t length, int prot, int flags, in checked_mmap() argument
68 void *map = mmap(start, length, prot, flags, fd, offset); in checked_mmap()
/third_party/lwip/src/core/ipv6/
H A Ddhcp6.c13 * - enable/disable API to not always start when RA is received
16 * - only start requests if a valid local address is available on the netif
17 * - only start information requests if required (not for every RA)
124 #define dhcp6_set_option(dhcp6, idx, start, len) do { dhcp6_rx_options[idx].val_start = (start); dhcp6_rx_options[idx].val_length = (len); }while(0)
/third_party/node/deps/v8/src/compiler/
H A Dwasm-inlining.cc215 inlinee_start = graph()->start(); in Finalize()
253 * effect and control dependencies of callee's start node with the respective
273 // Projections pointing to the inlinee start are floating control. in RewireFunctionEntry()
274 // They should point to the graph's start. in RewireFunctionEntry()
276 ? graph()->start() in RewireFunctionEntry()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-primitive.h174 * \param start The starting position within the string at which
197 int Write(Isolate* isolate, uint16_t* buffer, int start = 0, int length = -1,
200 int WriteOneByte(Isolate* isolate, uint8_t* buffer, int start = 0,
H A Dv8-isolate.h1352 * Update load start time of the RAIL mode
1424 void GetCodeRange(void** start, size_t* length_in_bytes);
1430 void GetEmbeddedCodeRange(const void** start, size_t* length_in_bytes);
/third_party/node/deps/v8/include/
H A Dv8-primitive.h173 * \param start The starting position within the string at which
196 int Write(Isolate* isolate, uint16_t* buffer, int start = 0, int length = -1,
199 int WriteOneByte(Isolate* isolate, uint8_t* buffer, int start = 0,
H A Dv8-isolate.h1370 * Update load start time of the RAIL mode
1442 void GetCodeRange(void** start, size_t* length_in_bytes);
1448 void GetEmbeddedCodeRange(const void** start, size_t* length_in_bytes);
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.h8 // the GeneratedCode wrapper, which will start execution in the Simulator or
291 static void FlushICache(base::CustomMatcherHashMap* i_cache, void* start,
487 static void FlushOnePage(base::CustomMatcherHashMap* i_cache, intptr_t start,

Completed in 39 milliseconds

1...<<551552553554555556557558559560>>...831