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

Function round_up_16

RecompModTool/main.cpp:475–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473}
474
475static inline uint32_t round_up_16(uint32_t value) {
476 return (value + 15) & (~15);
477}
478
479bool parse_callback_name(std::string_view data, std::string& dependency_name, std::string& event_name) {
480 size_t period_pos = data.find(':');

Callers 1

build_mod_contextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected