Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/libctru
/ countPrmWords
Function
countPrmWords
libctru/source/services/apt.c:145–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
}
144
145
static inline int countPrmWords(u32 hdr)
146
{
147
return 1 + (hdr&0x3F) + ((hdr>>6)&0x3F);
148
}
149
150
Result aptSendCommand(u32* aptcmdbuf)
151
{
Callers
1
aptSendCommand
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected