yuzu/src/tests/common
ReinUsesLisp f3805376f7 common/cityhash: Use common types
Allow sharing return types with the rest of the code base. For example,
we use 'u128 = std::array<u64, 2>', meanwhile Google's code uses
'uint128 = std::pair<u64, u64>'.

While we are at it, use size_t instead of std::size_t.
2021-02-18 00:45:17 -03:00
..
bit_field.cpp tests: Fix warning about comparison between signed and unsigned 2020-11-27 17:41:20 -05:00
cityhash.cpp common/cityhash: Use common types 2021-02-18 00:45:17 -03:00
fibers.cpp general: Fix various spelling errors 2021-01-02 10:23:41 -05:00
param_package.cpp externals: Update catch to 2.3.0 2018-08-07 19:26:13 -04:00
ring_buffer.cpp ring_buffer: Remove granularity template argument 2021-02-06 19:16:00 +00:00