Searched refs:MAPSIZE (Results 1 - 7 of 7) sorted by relevance

/external/libsepol/src/
H A Debitmap.c236 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;
359 if (mapsize != MAPSIZE) {
362 mapsize, MAPSIZE, e->highbit);
369 if (e->highbit & (MAPSIZE - 1)) {
372 e->highbit, MAPSIZE);
392 if (n->startbit & (MAPSIZE
[all...]
H A Dwrite.c62 buf[0] = cpu_to_le32(MAPSIZE);
/external/libsepol/include/sepol/policydb/
H A Debitmap.h25 #define MAPSIZE (sizeof(MAPTYPE) * 8) /* number of bits in node bitmap */ macro
58 if ((bit == ((*n)->startbit + MAPSIZE - 1)) && (*n)->next) {
/external/valgrind/main/none/tests/amd64/
H A Dfaultstatus.c26 #define MAPSIZE (2*FILESIZE) macro
111 mapping = mmap(0, MAPSIZE, PROT_READ, MAP_PRIVATE, fd, 0);
/external/valgrind/main/none/tests/
H A Dfaultstatus.c49 #define MAPSIZE (2*FILESIZE) macro
150 mapping = mmap(0, MAPSIZE, PROT_READ, MAP_PRIVATE, fd, 0);
/external/valgrind/main/none/tests/x86/
H A Dfaultstatus.c29 #define MAPSIZE (2*FILESIZE) macro
129 mapping = mmap(0, MAPSIZE, PROT_READ, MAP_PRIVATE, fd, 0);
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 136 milliseconds