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()
427 mach_msg_type_number_t code_count) { in ForwardException() argument
466 code, code_count); in ForwardException()
569 if (receive.exception == EXC_BAD_ACCESS && receive.code_count > 1) in WaitForMessage()
/external/pdfium/third_party/freetype/src/sfnt/
Dttcmap.c343 FT_UInt first_code, code_count, offset; in FT_CALLBACK_DEF() local
348 code_count = TT_NEXT_USHORT( p ); in FT_CALLBACK_DEF()
353 if ( code_count == 0 ) in FT_CALLBACK_DEF()
359 if ( first_code >= 256 || first_code + code_count > 256 ) in FT_CALLBACK_DEF()
370 if ( ids < glyph_ids || ids + code_count * 2 > table + length ) in FT_CALLBACK_DEF()
376 FT_Byte* limit = p + code_count * 2; in FT_CALLBACK_DEF()
/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 || first_code + code_count > 256 ) 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()