OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PAGE_ALIGNED
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/
SDL_stretch.c
52
#define
PAGE_ALIGNED
__attribute__((__aligned__(4096)))
54
#define
PAGE_ALIGNED
68
static unsigned char copy_row[4096]
PAGE_ALIGNED
;
/frameworks/native/libs/binder/
MemoryDealer.cpp
126
PAGE_ALIGNED
= 0x00000001
322
if (flags &
PAGE_ALIGNED
)
343
if (flags &
PAGE_ALIGNED
)
351
ALOGE_IF((flags&
PAGE_ALIGNED
) &&
353
"
PAGE_ALIGNED
requested, but page is not aligned!!!");
Completed in 78 milliseconds