Home
last modified time | relevance | path

Searched refs:prev_end (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cc187 uptr prev_end = 0; in GetThreadStackTopAndBottom() local
191 prev_end = end; in GetThreadStackTopAndBottom()
198 if (stacksize > end - prev_end) in GetThreadStackTopAndBottom()
199 stacksize = end - prev_end; in GetThreadStackTopAndBottom()
/external/freetype/src/sfnt/
Dttcmap.c1165 FT_UInt prev_end; in tt_cmap4_char_map_binary() local
1171 prev_end = TT_PEEK_USHORT( p ); in tt_cmap4_char_map_binary()
1173 if ( charcode > prev_end ) in tt_cmap4_char_map_binary()
1179 end = prev_end; in tt_cmap4_char_map_binary()