Home
last modified time | relevance | path

Searched refs:start_data (Results 1 – 25 of 35) sorted by relevance

12

/third_party/ltp/testcases/realtime/func/gtod_latency/
Dgtod_latency.c237 struct timespec *start_data; in main() local
258 start_data = calloc(iterations, sizeof(struct timespec)); in main()
259 if (start_data == NULL) { in main()
268 free(start_data); in main()
307 clock_gettime(CLOCK_MONOTONIC, &start_data[k]); in main()
313 delta = timespec_subtract(&start_data[i], &stop_data[i]); in main()
/third_party/gstreamer/gstplugins_bad/ext/libde265/
Dlibde265-dec.c790 uint8_t *start_data = frame_data; in gst_libde265_dec_handle_frame() local
791 while (start_data + dec->length_size <= end_data) { in gst_libde265_dec_handle_frame()
795 nal_size = (nal_size << 8) | start_data[i]; in gst_libde265_dec_handle_frame()
797 if (start_data + dec->length_size + nal_size > end_data) { in gst_libde265_dec_handle_frame()
803 de265_push_NAL (dec->ctx, start_data + dec->length_size, nal_size, in gst_libde265_dec_handle_frame()
812 start_data += dec->length_size + nal_size; in gst_libde265_dec_handle_frame()
/third_party/musl/arch/mips/bits/
Duser.h4 unsigned long start_code, start_data, start_stack; member
/third_party/musl/arch/mips64/bits/
Duser.h4 unsigned long long start_code, start_data, start_stack; member
/third_party/musl/arch/mipsn32/bits/
Duser.h4 unsigned long long start_code, start_data, start_stack; member
/third_party/musl/arch/powerpc/bits/
Duser.h7 unsigned long start_code, start_data, start_stack; member
/third_party/musl/arch/powerpc64/bits/
Duser.h7 unsigned long start_code, start_data, start_stack; member
/third_party/musl/arch/sh/bits/
Duser.h44 unsigned long start_data; member
/third_party/musl/ndk_musl_include/sys/
Dprctl.h91 uint64_t start_data; member
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dprctl.h91 uint64_t start_data; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dprctl.h91 uint64_t start_data; member
/third_party/musl/include/sys/
Dprctl.h91 uint64_t start_data; member
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dprctl.h91 uint64_t start_data; member
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dprctl.h91 uint64_t start_data; member
/third_party/musl/porting/uniproton/kernel/include/sys/
Dprctl.h91 uint64_t start_data; member
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dqtmux.c1232 GstClockTime *start_data = g_malloc (sizeof (GstClockTime)); in test_input_push_segment_start() local
1234 *start_data = start; in test_input_push_segment_start()
1236 start_data); in test_input_push_segment_start()
1244 GstClockTime *start_data; in test_input_pop_segment_start() local
1247 start_data = data->expected_segment_start->data; in test_input_pop_segment_start()
1251 start = *start_data; in test_input_pop_segment_start()
1252 g_free (start_data); in test_input_pop_segment_start()
/third_party/rust/crates/rustix/src/process/
Dprctl.rs714 pub start_data: u64, field
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs3308 pub start_data: __u64, field
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs3309 pub start_data: __u64, field
/third_party/rust/crates/linux-raw-sys/src/mips64/
Dgeneral.rs3493 pub start_data: __u64, field
/third_party/rust/crates/linux-raw-sys/src/sparc/
Dgeneral.rs3657 pub start_data: __u64, field
/third_party/rust/crates/linux-raw-sys/src/x32/
Dgeneral.rs3339 pub start_data: __u64, field
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs3361 pub start_data: __u64, field
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs3422 pub start_data: __u64, field
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dgeneral.rs3350 pub start_data: __u64, field

12