OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PAGE_TRUNC
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
darwin-nat.c
131
#define
PAGE_TRUNC
(x) ((x) & ~(mach_page_size - 1))
132
#define PAGE_ROUND(x)
PAGE_TRUNC
((x) + mach_page_size - 1)
/src/external/gpl3/gdb.old/dist/gdb/
darwin-nat.c
128
#define
PAGE_TRUNC
(x) ((x) & ~(mach_page_size - 1))
129
#define PAGE_ROUND(x)
PAGE_TRUNC
((x) + mach_page_size - 1)
Completed in 29 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026