Home
last modified time | relevance | path

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

/external/compiler-rt/lib/msan/
Dmsan_linux.cc77 uptr prev_end = 0; in CheckMemoryLayoutSanity() local
83 CHECK_EQ(prev_end, start); in CheckMemoryLayoutSanity()
103 prev_end = end; in CheckMemoryLayoutSanity()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux_libcdep.cc89 uptr prev_end = 0; in GetThreadStackTopAndBottom() local
94 prev_end = end; in GetThreadStackTopAndBottom()
101 if (stacksize > end - prev_end) in GetThreadStackTopAndBottom()
102 stacksize = end - prev_end; in GetThreadStackTopAndBottom()
/external/freetype/src/sfnt/
Dttcmap.c1302 FT_UInt prev_end; in tt_cmap4_char_map_binary() local
1308 prev_end = TT_PEEK_USHORT( p ); in tt_cmap4_char_map_binary()
1310 if ( charcode > prev_end ) in tt_cmap4_char_map_binary()
1316 end = prev_end; in tt_cmap4_char_map_binary()