Home
last modified time | relevance | path

Searched refs:NBPG (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/arch/m68k/bits/
Duser.h35 #define NBPG 4096 macro
38 #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)
/third_party/musl/arch/s390x/bits/
Duser.h58 #define NBPG PAGESIZE macro
61 #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)
/third_party/musl/arch/i386/bits/
Duser.h41 #define NBPG PAGESIZE macro
44 #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)
/third_party/musl/arch/x86_64/bits/
Duser.h38 #define NBPG PAGESIZE macro
41 #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)
/third_party/musl/arch/x32/bits/
Duser.h38 #define NBPG PAGESIZE macro
41 #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)
/third_party/libffi/src/
Ddlmalloc.c1232 # ifdef NBPG
1234 # define malloc_getpagesize NBPG
1236 # define malloc_getpagesize (NBPG * CLSIZE)
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_malloc.c1291 # ifdef NBPG
1293 # define malloc_getpagesize NBPG
1295 # define malloc_getpagesize (NBPG * CLSIZE)
/third_party/boost/libs/container/src/
Ddlmalloc_2_8_6.c1571 # ifdef NBPG
1573 # define malloc_getpagesize NBPG
1575 # define malloc_getpagesize (NBPG * CLSIZE)