OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_STLP_DATA_ALIGNMENT
(Results
1 - 2
of
2
) sorted by null
/external/stlport/src/
allocators.cpp
750
# define
_STLP_DATA_ALIGNMENT
8
758
char __client_data[
_STLP_DATA_ALIGNMENT
]; /* The client sees this. */
767
enum { _S_NFREELISTS = _MAX_BYTES /
_STLP_DATA_ALIGNMENT
};
795
enum {_S_ALIGN =
_STLP_DATA_ALIGNMENT
};
[
all
...]
/ndk/sources/cxx-stl/stlport/src/
allocators.cpp
750
# define
_STLP_DATA_ALIGNMENT
8
758
char __client_data[
_STLP_DATA_ALIGNMENT
]; /* The client sees this. */
767
enum { _S_NFREELISTS = _MAX_BYTES /
_STLP_DATA_ALIGNMENT
};
795
enum {_S_ALIGN =
_STLP_DATA_ALIGNMENT
};
[
all
...]
Completed in 41 milliseconds