MCPcopy Create free account
hub / github.com/Luce-Org/lucebox-hub / cdiv

Function cdiv

server/src/flashprefill.cpp:226–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224
225namespace {
226inline int cdiv(int a, int b) { return (a + b - 1) / b; }
227}
228
229#if defined(DFLASH27B_HAVE_FLASHPREFILL) || defined(DFLASH27B_HAVE_SM80_FLASHPREFILL)

Calls

no outgoing calls

Tested by

no test coverage detected