OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UPAGES
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
param.h
85
#ifndef
UPAGES
87
#define
UPAGES
2 /* pages of u-area */
89
#define
UPAGES
3
91
#endif /* !defined(
UPAGES
) */
92
#define USPACE (
UPAGES
* NBPG) /* total size of u-area */
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
param.h
69
#define
UPAGES
4
70
#define USPACE (
UPAGES
* NBPG) /* total size of u-area */
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
param.h
56
#define
UPAGES
5 /* pages of u-area */
57
#define USPACE (
UPAGES
* NBPG) /* total size of u-area */
/bionic/libc/include/sys/
user.h
105
#define
UPAGES
1
Completed in 1788 milliseconds