Searched refs:code_count (Results 1 – 6 of 6) sorted by relevance
/external/google-breakpad/src/client/mac/handler/ |
D | exception_handler.cc | 97 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/honggfuzz/mac/ |
D | arch.c | 513 mach_exception_data_t code, mach_msg_type_number_t code_count, int* flavor, in write_crash_report() argument 521 exceptionCodeCount:code_count in write_crash_report() 539 mach_exception_data_t code, mach_msg_type_number_t code_count, int* flavor, in hash_callstack() argument 547 exceptionCodeCount:code_count in hash_callstack() 710 exception_type_t exception, mach_exception_data_t code, mach_msg_type_number_t code_count, in catch_mach_exception_raise_state_identity() argument 762 hash_callstack(thread, task, exception, code, code_count, flavor, in_state, in_state_count); in catch_mach_exception_raise_state_identity() 766 write_crash_report(thread, task, exception, code, code_count, flavor, in_state, in_state_count); in catch_mach_exception_raise_state_identity()
|
/external/u-boot/include/jffs2/ |
D | mini_inflate.h | 44 int code_count[8]; member
|
/external/freetype/src/sfnt/ |
D | ttcmap.c | 346 FT_UInt first_code, code_count, offset; in FT_CALLBACK_DEF() local 351 code_count = TT_NEXT_USHORT( p ); in FT_CALLBACK_DEF() 356 if ( code_count == 0 ) in FT_CALLBACK_DEF() 362 if ( first_code >= 256 || code_count > 256 - first_code ) in FT_CALLBACK_DEF() 373 if ( ids < glyph_ids || ids + code_count * 2 > table + length ) in FT_CALLBACK_DEF() 379 FT_Byte* limit = p + code_count * 2; in FT_CALLBACK_DEF()
|
/external/u-boot/fs/jffs2/ |
D | mini_inflate.c | 41 stream->codes.count = stream->code_count; in init_stream()
|
/external/freetype/ |
D | ChangeLog.23 | 4293 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
|