OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAPSIZE
(Results
1 - 8
of
8
) sorted by null
/external/libsepol/src/
ebitmap.c
236
if ((n->startbit +
MAPSIZE
) > bit) {
251
uint32_t startbit = bit & ~(
MAPSIZE
- 1);
252
uint32_t highbit = startbit +
MAPSIZE
;
262
if ((n->startbit +
MAPSIZE
) > bit) {
278
MAPSIZE
;
346
uint32_t buf[3],
mapsize
, count, i;
local
355
mapsize
= le32_to_cpu(buf[0]);
359
if (
mapsize
!=
MAPSIZE
) {
362
mapsize
, MAPSIZE, e->highbit)
[
all
...]
write.c
62
buf[0] = cpu_to_le32(
MAPSIZE
);
[
all
...]
/external/libsepol/include/sepol/policydb/
ebitmap.h
25
#define
MAPSIZE
(sizeof(MAPTYPE) * 8) /* number of bits in node bitmap */
58
if ((bit == ((*n)->startbit +
MAPSIZE
- 1)) && (*n)->next) {
/external/valgrind/main/none/tests/amd64/
faultstatus.c
26
#define
MAPSIZE
(2*FILESIZE)
111
mapping = mmap(0,
MAPSIZE
, PROT_READ, MAP_PRIVATE, fd, 0);
/external/valgrind/main/none/tests/
faultstatus.c
49
#define
MAPSIZE
(2*FILESIZE)
150
mapping = mmap(0,
MAPSIZE
, PROT_READ, MAP_PRIVATE, fd, 0);
/external/valgrind/main/none/tests/x86/
faultstatus.c
29
#define
MAPSIZE
(2*FILESIZE)
129
mapping = mmap(0,
MAPSIZE
, PROT_READ, MAP_PRIVATE, fd, 0);
/external/jdiff/
xerces.jar
/prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar
Completed in 72 milliseconds