OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAP_NONE
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/source/common/
umapfile.h
32
/*
MAP_NONE
: no memory mapping, no file access at all */
33
#define
MAP_NONE
0
40
# define MAP_IMPLEMENTATION
MAP_NONE
/external/icu4c/common/
umapfile.h
33
/*
MAP_NONE
: no memory mapping, no file access at all */
34
#define
MAP_NONE
0
41
# define MAP_IMPLEMENTATION
MAP_NONE
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
bin-objfmt.c
61
MAP_NONE
= 0x01,
746
if (objfmt_bin->map_flags ==
MAP_NONE
)
[
all
...]
Completed in 43 milliseconds