MCPcopy Create free account
hub / github.com/N64Recomp/N64Recomp / round_up_4

Function round_up_4

src/mod_symbols.cpp:123–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123static inline uint32_t round_up_4(uint32_t value) {
124 return (value + 3) & (~3);
125}
126
127bool parse_v1(std::span<const char> data, const std::unordered_map<uint32_t, uint16_t>& sections_by_vrom, N64Recomp::Context& mod_context) {
128 size_t offset = sizeof(FileHeader);

Callers 1

symbols_to_bin_v1Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected