Home
last modified time | relevance | path

Searched refs:bottom2 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeorectangle.cpp695 double bottom2 = rectangle.d_func()->bottomRight.latitude(); in intersects() local
697 if (top1 < bottom2) in intersects()
706 if ((bottom1 == -90.0) && (bottom1 == bottom2)) in intersects()
895 double bottom2 = rectangle.d_func()->bottomRight.latitude(); in operator |=() local
898 double bottom = qMin(bottom1, bottom2); 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()
720 bottom2 = rb_time_val_cnt(bottom2, cnt2); in rb_time_cmpxchg()
726 if (!rb_time_read_cmpxchg(&t->bottom, bottom, bottom2)) in rb_time_cmpxchg()