Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ _lower
Function
_lower
components/mm/mm_aspace.c:1127–1130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1125
}
1126
1127
static inline void *_lower(void *a, void *b)
1128
{
1129
return a < b ? a : b;
1130
}
1131
1132
static inline void *_align(void *va, rt_ubase_t align_mask)
1133
{
Callers
1
_ascending_search
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected