Home
last modified time | relevance | path

Searched refs:zz (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dgeohash.c231 uint64_t zz = 0x5555555555555555ULL >> (64 - hash->step * 2); in geohash_move_x() local
234 x = x + (zz + 1); in geohash_move_x()
236 x = x | zz; in geohash_move_x()
237 x = x - (zz + 1); in geohash_move_x()
251 uint64_t zz = 0xaaaaaaaaaaaaaaaaULL >> (64 - hash->step * 2); in geohash_move_y() local
253 y = y + (zz + 1); in geohash_move_y()
255 y = y | zz; in geohash_move_y()
256 y = y - (zz + 1); in geohash_move_y()
/f-stack/app/redis-5.0.5/
H A D00-RELEASENOTES89 zhaozhao.zz in commit 6a92836f:
193 zhaozhao.zz in commit 43151baf:
209 zhaozhao.zz in commit c6b1252f:
368 zhaozhao.zz in commit 000b055b:
500 Author: zhaozhao.zz <zhaozhao.zz@alibaba-inc.com>
531 zhaozhao.zz in commit c4f3585e:
568 zhaozhao.zz in commit fa726e2a:
576 zhaozhao.zz in commit beab3151:
608 zhaozhao.zz in commit 605dddbb:
864 zhaozhao.zz in commit 4bf9efe2:
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dsamsung,s2mps11.txt47 clock-output-names = "xx", "yy", "zz";
/f-stack/freebsd/contrib/device-tree/Bindings/mfd/
H A Dsamsung,sec-core.txt52 clock-output-names = "xx", "yy", "zz";
/f-stack/app/redis-5.0.5/tests/unit/type/
H A Dlist.tcl517 assert_equal 5 [r linsert xlist before c zz] "before c"