Searched refs:MAP_NONE (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dumapfile.h33 /* MAP_NONE: no memory mapping, no file access at all */
34 #define MAP_NONE 0 macro
41 # define MAP_IMPLEMENTATION MAP_NONE
H A Dumapfile.c81 #if MAP_IMPLEMENTATION==MAP_NONE
/external/icu/icu4c/source/common/
H A Dumapfile.h33 /* MAP_NONE: no memory mapping, no file access at all */
34 #define MAP_NONE 0 macro
41 # define MAP_IMPLEMENTATION MAP_NONE
H A Dumapfile.c81 #if MAP_IMPLEMENTATION==MAP_NONE
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
H A Dbin-objfmt.c61 MAP_NONE = 0x01, enumerator in enum:yasm_objfmt_bin::__anon16330
746 if (objfmt_bin->map_flags == MAP_NONE)
1668 data.flags = objfmt_bin->map_flags | MAP_NONE;

Completed in 224 milliseconds