MCPcopy Create free account
hub / github.com/antirez/ds4 / align_up

Function align_up

ds4.c:1520–1523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1518
1519enum { DS4_EXPERT_PROFILE_MAX_CAPS = 10 };
1520
1521static const uint32_t ds4_expert_profile_cap_candidates[DS4_EXPERT_PROFILE_MAX_CAPS] = {
1522 1, 2, 4, 8, 16, 32, 64, 128, 256, 384
1523};
1524
1525typedef struct {
1526 int expert_id;

Calls

no outgoing calls

Tested by

no test coverage detected