/kernel/linux/linux-6.6/tools/testing/radix-tree/ |
H A D | benchmark.c | 18 struct timespec start, finish; in benchmark_iter() local 55 struct timespec start, finish; in benchmark_insert() local 76 struct timespec start, finish; in benchmark_tagging() local 97 struct timespec start, finish; benchmark_delete() local [all...] |
H A D | regression1.c | 79 static unsigned find_get_pages(unsigned long start, in find_get_pages() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/timens/ |
H A D | gettime_perf.c | 49 struct timespec tp, start; in test() local
|
/kernel/linux/linux-6.6/tools/testing/selftests/timers/ |
H A D | mqueue-lat.c | 63 struct timespec start, end, now, target; in mqueue_lat_test() local
|
H A D | set-2038.c | 78 time_t start; in main() local
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/signal/ |
H A D | sigreturn_vdso.c | 28 unsigned long start, end; in search_proc_maps() local
|
/kernel/linux/linux-6.6/lib/raid6/ |
H A D | avx512.c | 101 static void raid6_avx5121_xor_syndrome(int disks, int start, int stop, in raid6_avx5121_xor_syndrome() argument 233 static void raid6_avx5122_xor_syndrome(int disks, int start, int stop, in raid6_avx5122_xor_syndrome() argument 423 static void raid6_avx5124_xor_syndrome(int disks, int start, int stop, in raid6_avx5124_xor_syndrome() argument
|
H A D | avx2.c | 82 static void raid6_avx21_xor_syndrome(int disks, int start, int stop, in raid6_avx21_xor_syndrome() argument 192 static void raid6_avx22_xor_syndrome(int disks, int start, int stop, in raid6_avx22_xor_syndrome() argument 353 static void raid6_avx24_xor_syndrome(int disks, int start, int stop, in raid6_avx24_xor_syndrome() argument
|
H A D | sse2.c | 87 static void raid6_sse21_xor_syndrome(int disks, int start, int stop, in raid6_sse21_xor_syndrome() argument 198 static void raid6_sse22_xor_syndrome(int disks, int start, int stop, in raid6_sse22_xor_syndrome() argument 364 static void raid6_sse24_xor_syndrome(int disks, int start, int stop, in raid6_sse24_xor_syndrome() argument
|
/kernel/linux/linux-6.6/lib/ |
H A D | extable.c | 63 void sort_extable(struct exception_table_entry *start, in sort_extable() argument
|
H A D | cpumask.c | 22 unsigned int cpumask_next_wrap(int n, const struct cpumask *mask, int start, bool wrap) in cpumask_next_wrap() argument
|
/kernel/linux/linux-6.6/kernel/power/ |
H A D | process.c | 36 ktime_t start, end, elapsed; in try_to_freeze_tasks() local
|
/kernel/linux/linux-6.6/kernel/ |
H A D | range.c | 12 int add_range(struct range *range, int az, int nr_range, u64 start, u64 end) in add_range() argument 29 add_range_with_merge(struct range *range, int az, int nr_range, u64 start, u64 end) add_range_with_merge() argument 65 subtract_range(struct range *range, int az, u64 start, u64 end) subtract_range() argument [all...] |
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | blkpg.h | 36 long long start; member
|
/kernel/linux/linux-6.6/net/nfc/hci/ |
H A D | llc.h | 21 int (*start) (struct nfc_llc *llc); member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | blkpg.h | 36 long long start; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | blkpg.h | 23 long long start; member
|
/kernel/liteos_a/testsuites/unittest/libc/time/timer/smoke/ |
H A D | timer_test_003.cpp | 78 struct timespec start, end; in SetTimerTest() local
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | mmanndk1.cpp | 37 void *start = MAP_FAILED;
in Mmap() local
|
/test/xts/tools/lite/reliability/ |
H A D | NativePressTest.py | 113 start = datetime.datetime.now() variable
|
/foundation/ai/intelligent_voice_framework/utils/ |
H A D | time_util.h | 65 inline void TimeUtil::GetTime(timespec &start) in GetTime() argument 72 inline uint32_t TimeUtil::TimeElapse(const timespec &start) in TimeElapse() argument 82 inline void TimeUtil::TimeElapse(const timespec &start, cons argument 93 TimeElapseUs(const timespec &start, const timespec &end) TimeElapseUs() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | picker_animation.h | 33 PickerAnimation(const WeakPtr<PipelineBase>& pipe, double start, double end, int delay, int duration, in PickerAnimation() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | motion_path_evaluator.cpp | 40 std::string Preprocess(std::string path, const Offset& start, const Offset& end) in Preprocess() argument 81 double DoubleEvaluator::Evaluate(const double& start, const double& end, float fraction) in Evaluate() argument 107 float RotateEvaluator::Evaluate(const float& start, cons argument 51 MotionPathEvaluator( const MotionPathOption& option, const Offset& start, const Offset& end, PositionType type) MotionPathEvaluator() argument 95 Evaluate( const DimensionOffset& start, const DimensionOffset& end, float fraction) Evaluate() argument 116 Evaluate( const TransformOperations& start, const TransformOperations& end, float fraction) Evaluate() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | render_svg_text.h | 36 double start = 0.0; member
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | spring_motion.cpp | 25 SpringMotion::SpringMotion(double start, double end, double velocity, const RefPtr<SpringProperty>& spring) in SpringMotion() argument 74 void SpringMotion::Reset(double start, double end, double velocity, const RefPtr<SpringProperty>& spring) in Reset() argument 98 ScrollSpringMotion::ScrollSpringMotion(double start, double end, double velocity, const RefPtr<SpringProperty>& spring) in ScrollSpringMotion() argument
|