HomeSort by relevance Sort by last modified time
    Searched refs:FASTCALL (Results 1 - 25 of 27) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
internal.h 9 FASTCALL - Used for those internal functions that have a simple
30 #define FASTCALL __attribute__((stdcall, regparm(3)))
33 #define FASTCALL __attribute__((regparm(3)))
47 #ifndef FASTCALL
48 #define FASTCALL
xmltok.h 280 int FASTCALL XmlUtf8Encode(int charNumber, char *buf);
281 int FASTCALL XmlUtf16Encode(int charNumber, unsigned short *buf);
xmltok.c 225 static int FASTCALL checkCharRefNumber(int);
922 static int FASTCALL
959 static int FASTCALL
1173 static int FASTCALL
1192 int FASTCALL
1229 int FASTCALL
    [all...]
xmlparse.c 388 static void FASTCALL normalizePublicId(XML_Char *s);
403 static void FASTCALL
405 static void FASTCALL hashTableClear(HASH_TABLE *);
406 static void FASTCALL hashTableDestroy(HASH_TABLE *);
407 static void FASTCALL
409 static NAMED * FASTCALL hashTableIterNext(HASH_TABLE_ITER *);
411 static void FASTCALL
413 static void FASTCALL poolClear(STRING_POOL *);
414 static void FASTCALL poolDestroy(STRING_POOL *);
421 static XML_Bool FASTCALL poolGrow(STRING_POOL *pool);
    [all...]
xmlrole.c 125 static int FASTCALL common(PROLOG_STATE *state, int tok);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
internal.h 9 FASTCALL - Used for those internal functions that have a simple
30 #define FASTCALL __attribute__((stdcall, regparm(3)))
33 #define FASTCALL __attribute__((regparm(3)))
47 #ifndef FASTCALL
48 #define FASTCALL
xmltok.h 280 int FASTCALL XmlUtf8Encode(int charNumber, char *buf);
281 int FASTCALL XmlUtf16Encode(int charNumber, unsigned short *buf);
xmlparse.c 386 static void FASTCALL normalizePublicId(XML_Char *s);
400 static void FASTCALL
402 static void FASTCALL hashTableClear(HASH_TABLE *);
403 static void FASTCALL hashTableDestroy(HASH_TABLE *);
404 static void FASTCALL
406 static NAMED * FASTCALL hashTableIterNext(HASH_TABLE_ITER *);
408 static void FASTCALL
410 static void FASTCALL poolClear(STRING_POOL *);
411 static void FASTCALL poolDestroy(STRING_POOL *);
418 static XML_Bool FASTCALL poolGrow(STRING_POOL *pool);
    [all...]
xmltok.c 223 static int FASTCALL checkCharRefNumber(int);
914 static int FASTCALL
951 static int FASTCALL
1165 static int FASTCALL
1184 int FASTCALL
1221 int FASTCALL
    [all...]
xmlrole.c 119 static int FASTCALL common(PROLOG_STATE *state, int tok);
    [all...]
  /external/clang/test/CodeGen/
regparm.c 3 #define FASTCALL __attribute__((regparm(2)))
14 extern void FASTCALL reduced(char b, double c, foo* d, double e, int f);
17 void FASTCALL f1(int i, int j, int k);
  /external/expat/lib/
internal.h 9 FASTCALL - Used for those internal functions that have a simple
59 #define FASTCALL __attribute__((stdcall, regparm(3)))
62 #define FASTCALL __attribute__((regparm(3)))
76 #ifndef FASTCALL
77 #define FASTCALL
xmltok.h 309 int FASTCALL XmlUtf8Encode(int charNumber, char *buf);
310 int FASTCALL XmlUtf16Encode(int charNumber, unsigned short *buf);
xmltok.c 268 static int FASTCALL checkCharRefNumber(int);
1066 static int FASTCALL
1107 static int FASTCALL
    [all...]
xmlparse.c 473 static void FASTCALL normalizePublicId(XML_Char *s);
488 static void FASTCALL
490 static void FASTCALL hashTableClear(HASH_TABLE *);
491 static void FASTCALL hashTableDestroy(HASH_TABLE *);
492 static void FASTCALL
494 static NAMED * FASTCALL hashTableIterNext(HASH_TABLE_ITER *);
496 static void FASTCALL
498 static void FASTCALL poolClear(STRING_POOL *);
499 static void FASTCALL poolDestroy(STRING_POOL *);
506 static XML_Bool FASTCALL poolGrow(STRING_POOL *pool)
    [all...]
xmlrole.c 147 static int FASTCALL common(PROLOG_STATE *state, int tok);
    [all...]
  /external/python/cpython2/Modules/expat/
internal.h 9 FASTCALL - Used for those internal functions that have a simple
59 #define FASTCALL __attribute__((stdcall, regparm(3)))
62 #define FASTCALL __attribute__((regparm(3)))
76 #ifndef FASTCALL
77 #define FASTCALL
xmltok.h 309 int FASTCALL XmlUtf8Encode(int charNumber, char *buf);
310 int FASTCALL XmlUtf16Encode(int charNumber, unsigned short *buf);
xmltok.c 268 static int FASTCALL checkCharRefNumber(int);
1066 static int FASTCALL
1107 static int FASTCALL
    [all...]
xmlparse.c 473 static void FASTCALL normalizePublicId(XML_Char *s);
488 static void FASTCALL
490 static void FASTCALL hashTableClear(HASH_TABLE *);
491 static void FASTCALL hashTableDestroy(HASH_TABLE *);
492 static void FASTCALL
494 static NAMED * FASTCALL hashTableIterNext(HASH_TABLE_ITER *);
496 static void FASTCALL
498 static void FASTCALL poolClear(STRING_POOL *);
499 static void FASTCALL poolDestroy(STRING_POOL *);
506 static XML_Bool FASTCALL poolGrow(STRING_POOL *pool)
    [all...]
  /external/python/cpython3/Modules/expat/
internal.h 9 FASTCALL - Used for those internal functions that have a simple
59 #define FASTCALL __attribute__((stdcall, regparm(3)))
62 #define FASTCALL __attribute__((regparm(3)))
76 #ifndef FASTCALL
77 #define FASTCALL
xmltok.h 309 int FASTCALL XmlUtf8Encode(int charNumber, char *buf);
310 int FASTCALL XmlUtf16Encode(int charNumber, unsigned short *buf);
xmltok.c 271 static int FASTCALL checkCharRefNumber(int);
1069 static int FASTCALL
1110 static int FASTCALL
    [all...]
xmlparse.c 473 static void FASTCALL normalizePublicId(XML_Char *s);
488 static void FASTCALL
490 static void FASTCALL hashTableClear(HASH_TABLE *);
491 static void FASTCALL hashTableDestroy(HASH_TABLE *);
492 static void FASTCALL
494 static NAMED * FASTCALL hashTableIterNext(HASH_TABLE_ITER *);
496 static void FASTCALL
498 static void FASTCALL poolClear(STRING_POOL *);
499 static void FASTCALL poolDestroy(STRING_POOL *);
506 static XML_Bool FASTCALL poolGrow(STRING_POOL *pool)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
xmlparse.c 386 static void FASTCALL normalizePublicId(XML_Char *s);
400 static void FASTCALL
402 static void FASTCALL hashTableClear(HASH_TABLE *);
403 static void FASTCALL hashTableDestroy(HASH_TABLE *);
404 static void FASTCALL
406 static NAMED * FASTCALL hashTableIterNext(HASH_TABLE_ITER *);
408 static void FASTCALL
410 static void FASTCALL poolClear(STRING_POOL *);
411 static void FASTCALL poolDestroy(STRING_POOL *);
418 static XML_Bool FASTCALL poolGrow(STRING_POOL *pool);
    [all...]

Completed in 837 milliseconds

1 2