OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__rounded_down
(Results
1 - 2
of
2
) sorted by null
/external/stlport/src/
allocators.cpp
578
size_t
__rounded_down
= _S_round_up(__bytes_left + 1) - (size_t)_ALIGN;
local
579
if (
__rounded_down
> 0)
580
_S_free_list[_S_FREELIST_INDEX(
__rounded_down
)].push((_Obj*)__buf_start);
607
size_t
__rounded_down
= _S_round_up(__bytes_left+1) - (size_t)_ALIGN;
608
if (
__rounded_down
> 0) {
609
_S_free_list[_S_FREELIST_INDEX(
__rounded_down
)].push(__REINTERPRET_CAST(_Obj*, __REINTERPRET_CAST(char*, __p) + __total_bytes));
[
all
...]
/ndk/sources/cxx-stl/stlport/src/
allocators.cpp
578
size_t
__rounded_down
= _S_round_up(__bytes_left + 1) - (size_t)_ALIGN;
local
579
if (
__rounded_down
> 0)
580
_S_free_list[_S_FREELIST_INDEX(
__rounded_down
)].push((_Obj*)__buf_start);
607
size_t
__rounded_down
= _S_round_up(__bytes_left+1) - (size_t)_ALIGN;
608
if (
__rounded_down
> 0) {
609
_S_free_list[_S_FREELIST_INDEX(
__rounded_down
)].push(__REINTERPRET_CAST(_Obj*, __REINTERPRET_CAST(char*, __p) + __total_bytes));
[
all
...]
Completed in 53 milliseconds