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
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/bsd/jemalloc/dist/include/jemalloc/internal/
pages.h
4
/*
Page
size. LG_PAGE is determined by the configure script. */
8
#define
PAGE
((size_t)(1U << LG_PAGE))
9
#define PAGE_MASK ((size_t)(
PAGE
- 1))
10
/* Return the
page
base address for the
page
containing address a. */
20
/* Huge
page
size. LG_HUGEPAGE is determined by the configure script. */
25
# define HUGEPAGE_PAGES (HUGEPAGE /
PAGE
)
37
/* Return the huge
page
base address for the huge
page
containing address a. */
/src/external/bsd/jemalloc/include/jemalloc/internal/
pages.h
4
/*
Page
size. LG_PAGE is determined by the configure script. */
8
#define
PAGE
((size_t)(1U << LG_PAGE))
9
#define PAGE_MASK ((size_t)(
PAGE
- 1))
10
/* Return the
page
base address for the
page
containing address a. */
20
/* Huge
page
size. LG_HUGEPAGE is determined by the configure script. */
25
# define HUGEPAGE_PAGES (HUGEPAGE /
PAGE
)
37
/* Return the huge
page
base address for the huge
page
containing address a. */
/src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
pages.h
4
/*
Page
size. LG_PAGE is determined by the configure script. */
8
#define
PAGE
((size_t)(1U << LG_PAGE))
9
#define PAGE_MASK ((size_t)(
PAGE
- 1))
10
/* Return the
page
base address for the
page
containing address a. */
20
/* Huge
page
size. LG_HUGEPAGE is determined by the configure script. */
25
# define HUGEPAGE_PAGES (HUGEPAGE /
PAGE
)
37
/* Return the huge
page
base address for the huge
page
containing address a. */
/src/external/bsd/jemalloc.old/include/jemalloc/internal/
pages.h
4
/*
Page
size. LG_PAGE is determined by the configure script. */
8
#define
PAGE
((size_t)(1U << LG_PAGE))
9
#define PAGE_MASK ((size_t)(
PAGE
- 1))
10
/* Return the
page
base address for the
page
containing address a. */
20
/* Huge
page
size. LG_HUGEPAGE is determined by the configure script. */
25
# define HUGEPAGE_PAGES (HUGEPAGE /
PAGE
)
37
/* Return the huge
page
base address for the huge
page
containing address a. */
/src/external/bsd/libpcap/dist/msdos/
pkt_rx0.asm
0
PAGE
60,132
/src/external/gpl3/gdb/dist/readline/readline/
chardefs.h
150
#ifdef
PAGE
151
#undef
PAGE
153
#define
PAGE
CTRL('L')
/src/external/gpl3/gdb.old/dist/readline/readline/
chardefs.h
150
#ifdef
PAGE
151
#undef
PAGE
153
#define
PAGE
CTRL('L')
/src/external/gpl2/libmalloc/dist/
ralloc.c
107
/* This is the size of a
page
. We round memory requests to this boundary. */
115
by changing the definition of
PAGE
. */
116
#define
PAGE
(getpagesize ())
219
getting more
page
-aligned space from the system. If the retuned space
748
/* Allocate a
page
-aligned space. GNU malloc would reclaim an
992
page_size =
PAGE
;
999
not really the
page
size of the system running the binary in
1001
system with one
page
size and run on a system with a smaller
page
1005
/* Clear the rest of the last
page
; this memory is in our address spac
[
all
...]
/src/external/gpl3/binutils/dist/gprofng/src/
Histable.h
59
EADDR, MEMOBJ, INDEXOBJ,
PAGE
, DOBJECT,
/src/external/gpl3/binutils.old/dist/gprofng/src/
Histable.h
59
EADDR, MEMOBJ, INDEXOBJ,
PAGE
, DOBJECT,
/src/lib/libc/db/btree/
btree.h
48
#define DEFMINKEYPAGE (2) /* Minimum keys per
page
*/
50
#define MINPSIZE (512) /* Minimum
page
size */
53
*
Page
0 of a btree file contains a copy of the meta-data. This
page
is also
54
* used as an out-of-band
page
, i.e.
page
pointers that point to nowhere point
55
* to
page
0.
Page
1 is the root of the btree.
57
#define P_INVALID 0 /* Invalid tree
page
number. */
58
#define P_META 0 /* Tree metadata
page
number. *
297
PAGE *
page
; \/* the (pinned)
page
*\/
member in struct:_epg
[
all
...]
/src/sys/dev/pcmcia/
if_xireg.h
85
#define PR 0x1 /* RW -
Page
register select */
91
/*
Page
0 */
101
/*
Page
1 */
106
/*
Page
2 */
114
/*
Page
3 */
118
/*
Page
4 */
124
/*
Page
5 */
127
/*
Page
6 */
129
/*
Page
7 */
131
/*
Page
8 *
[
all
...]
Completed in 20 milliseconds
Indexes created Sun Apr 19 00:22:55 UTC 2026