Home
last modified time | relevance | path

Searched refs:prev_end (Results 1 – 5 of 5) 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.c1195 FT_UInt prev_end; in tt_cmap4_char_map_binary() local
1201 prev_end = TT_PEEK_USHORT( p ); in tt_cmap4_char_map_binary()
1203 if ( charcode > prev_end ) in tt_cmap4_char_map_binary()
1209 end = prev_end; in tt_cmap4_char_map_binary()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
Dttcmap.c1250 FT_UInt prev_end; in tt_cmap4_char_map_binary() local
1256 prev_end = TT_PEEK_USHORT( p ); in tt_cmap4_char_map_binary()
1258 if ( charcode > prev_end ) in tt_cmap4_char_map_binary()
1264 end = prev_end; in tt_cmap4_char_map_binary()
/external/pdfium/third_party/freetype/src/sfnt/
Dttcmap.c1250 FT_UInt prev_end; in tt_cmap4_char_map_binary() local
1256 prev_end = TT_PEEK_USHORT( p ); in tt_cmap4_char_map_binary()
1258 if ( charcode > prev_end ) in tt_cmap4_char_map_binary()
1264 end = prev_end; in tt_cmap4_char_map_binary()