Home
last modified time | relevance | path

Searched refs:top2 (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/tools/power/cpupower/lib/
H A Dcpupower.c108 struct cpuid_core_info *top2 = (struct cpuid_core_info *)t2; in __compare() local
109 if (top1->pkg < top2->pkg) in __compare()
111 else if (top1->pkg > top2->pkg) in __compare()
113 else if (top1->core < top2->core) in __compare()
115 else if (top1->core > top2->core) in __compare()
117 else if (top1->cpu < top2->cpu) in __compare()
119 else if (top1->cpu > top2->cpu) in __compare()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeorectangle.cpp694 double top2 = rectangle.d_func()->topLeft.latitude(); in intersects() local
700 if (bottom1 > top2) in intersects()
703 if ((top1 == 90.0) && (top1 == top2)) in intersects()
894 double top2 = rectangle.d_func()->topLeft.latitude(); in operator |=() local
897 double top = qMax(top1, top2); in operator |=()
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dring_buffer.c698 unsigned long cnt2, top2, bottom2; in rb_time_cmpxchg() local
718 rb_time_split(set, &top2, &bottom2); in rb_time_cmpxchg()
719 top2 = rb_time_val_cnt(top2, cnt2); in rb_time_cmpxchg()
724 if (!rb_time_read_cmpxchg(&t->top, top, top2)) in rb_time_cmpxchg()