Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/
H A Dvehicle.cpp68 #define GEN_HASHX(x) GB((x), GEN_HASHX_BUCKET_BITS + ZOOM_LVL_SHIFT, GEN_HASHX_BITS) macro
70 #define GEN_HASH(x, y) (GEN_HASHY(y) + GEN_HASHX(x))
1128 xl = GEN_HASHX(l - xb); in ViewportAddVehicles()
1129 xu = GEN_HASHX(r); in ViewportAddVehicles()