Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/mac/handler/
Dexception_handler.cc97 mach_msg_type_number_t code_count; member
135 mach_msg_type_number_t code_count)
144 mach_msg_type_number_t code_count);
215 mach_msg_type_number_t code_count) { in catch_exception_raise() argument
219 return ForwardException(task, failed_thread, exception, code, code_count); in catch_exception_raise()
432 mach_msg_type_number_t code_count) { in ForwardException() argument
471 code, code_count); in ForwardException()
574 if (receive.exception == EXC_BAD_ACCESS && receive.code_count > 1) in WaitForMessage()
/external/freetype/src/sfnt/
Dttcmap.c345 FT_UInt first_code, code_count, offset; in FT_CALLBACK_DEF() local
350 code_count = TT_NEXT_USHORT( p ); in FT_CALLBACK_DEF()
355 if ( code_count == 0 ) in FT_CALLBACK_DEF()
361 if ( first_code >= 256 || code_count > 256 - first_code ) in FT_CALLBACK_DEF()
372 if ( ids < glyph_ids || ids + code_count * 2 > table + length ) in FT_CALLBACK_DEF()
378 FT_Byte* limit = p + code_count * 2; in FT_CALLBACK_DEF()
/external/freetype/
DChangeLog.234293 sub-header when its code_count is 0. Many Japanese Dynalab fonts
4294 include such an empty sub-header (code_count == 0, first_code == 0