Lines Matching defs:FASTCALL
276 #define FASTCALL
284 #ifndef FASTCALL
285 #define FASTCALL __z88dk_fastcall
313 static char high_hex (byte v) FASTCALL;
314 static char low_hex (byte v) FASTCALL;
315 static char put_packet_info (const char *buffer) FASTCALL;
457 static void store_pc_sp (int pc_adj) FASTCALL;
461 static int hex2int (const char **buf) FASTCALL;
465 static char process (char *buffer) FASTCALL;
572 put_packet_info (const char *src) FASTCALL
595 store_pc_sp (int pc_adj) FASTCALL
613 process_question (char *p) FASTCALL
628 process_question (char *p) FASTCALL
697 process_q (char *buffer) FASTCALL
755 process_g (char *buffer) FASTCALL
762 process_G (char *buffer) FASTCALL
771 process_m (char *buffer) FASTCALL
804 process_M (char *buffer) FASTCALL
843 process_X (char *buffer) FASTCALL
870 process_X (char *buffer) FASTCALL
878 process_c (char *buffer) FASTCALL
891 process_D (char *buffer) FASTCALL
898 process_k (char *buffer) FASTCALL
907 process_v (char *buffer) FASTCALL
929 process_zZ (char *buffer) FASTCALL
971 do_process (char *buffer) FASTCALL
993 process (char *buffer) FASTCALL
1027 hex2val (unsigned char hex) FASTCALL
1037 hex2byte (const char *p) FASTCALL
1047 hex2int (const char **buf) FASTCALL
1069 high_hex (byte v) FASTCALL
1075 low_hex (byte v) FASTCALL