HomeSort by: relevance | last modified time | path
    Searched defs:FASTCALL (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/expat/dist/lib/
internal.h 9 FASTCALL - Used for those internal functions that have a simple
65 #define FASTCALL __attribute__((stdcall, regparm(3)))
68 # define FASTCALL __attribute__((regparm(3)))
82 #ifndef FASTCALL
83 # define FASTCALL
  /src/external/gpl3/gdb/dist/gdb/stubs/
z80-stub.c 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
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/stubs/
z80-stub.c 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
    [all...]

Completed in 24 milliseconds