Home
last modified time | relevance | path

Searched defs:v2_chunks (Results 1 – 4 of 4) sorted by relevance

/dports/games/exult/exult-snapshot-v1.7.0.20211128/objs/
H A Dchunkter.cc100 bool v2_chunks // 3 bytes/shape. in Chunk_terrain()
291 bool v2_chunks // 3 bytes/entry. in write_flats()
/dports/net-p2p/c-lightning/lightning-0.10.2/tests/fuzz/
H A Dfuzz-channel_id.c19 const uint8_t **v1_chunks, **v2_chunks, **marshal_chunks; in run() local
/dports/games/exult/exult-snapshot-v1.7.0.20211128/
H A Dgamemap.h62 static bool v2_chunks; // True if 3 bytes/entry. variable
H A Dgamemap.cc80 bool Game_map::v2_chunks = false; member in Game_map