OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__buf_start
(Results
1 - 2
of
2
) sorted by null
/external/stlport/src/
allocators.cpp
548
char*
__buf_start
= __REINTERPRET_CAST(char*, __block);
local
549
__add_atomic_t __bytes_left = __block->_M_end -
__buf_start
;
553
__result =
__buf_start
;
557
__buf_start
+= __total_bytes;
561
__result =
__buf_start
;
563
__buf_start
+= __total_bytes;
571
_FreeBlockHeader* __newblock = __REINTERPRET_CAST(_FreeBlockHeader*,
__buf_start
);
580
_S_free_list[_S_FREELIST_INDEX(__rounded_down)].push((_Obj*)
__buf_start
);
[
all
...]
/ndk/sources/cxx-stl/stlport/src/
allocators.cpp
548
char*
__buf_start
= __REINTERPRET_CAST(char*, __block);
local
549
__add_atomic_t __bytes_left = __block->_M_end -
__buf_start
;
553
__result =
__buf_start
;
557
__buf_start
+= __total_bytes;
561
__result =
__buf_start
;
563
__buf_start
+= __total_bytes;
571
_FreeBlockHeader* __newblock = __REINTERPRET_CAST(_FreeBlockHeader*,
__buf_start
);
580
_S_free_list[_S_FREELIST_INDEX(__rounded_down)].push((_Obj*)
__buf_start
);
[
all
...]
Completed in 75 milliseconds