HomeSort by relevance Sort by last modified time
    Searched defs:__GMP_DECLSPEC (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/include/
gmp.h 115 /* __GMP_DECLSPEC supports Windows DLL versions of libgmp, and is empty in
118 When compiling objects for libgmp, __GMP_DECLSPEC is an export directive,
127 libmp.la uses __GMP_DECLSPEC, just as if it were libgmp.la. libgmp and
138 __GMP_DECLSPEC is required on all documented global functions and
141 should have __GMP_DECLSPEC, and certainly constants or variables must
152 "void _export foo();". Would have to change the __GMP_DECLSPEC syntax to
175 #define __GMP_DECLSPEC __GMP_DECLSPEC_EXPORT
178 #define __GMP_DECLSPEC __GMP_DECLSPEC_IMPORT
182 #define __GMP_DECLSPEC
524 __GMP_DECLSPEC void mp_set_memory_functions __GMP_PROTO ((void *(*) (size_t)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/include/
gmp.h 115 /* __GMP_DECLSPEC supports Windows DLL versions of libgmp, and is empty in
118 When compiling objects for libgmp, __GMP_DECLSPEC is an export directive,
127 libmp.la uses __GMP_DECLSPEC, just as if it were libgmp.la. libgmp and
138 __GMP_DECLSPEC is required on all documented global functions and
141 should have __GMP_DECLSPEC, and certainly constants or variables must
152 "void _export foo();". Would have to change the __GMP_DECLSPEC syntax to
175 #define __GMP_DECLSPEC __GMP_DECLSPEC_EXPORT
178 #define __GMP_DECLSPEC __GMP_DECLSPEC_IMPORT
182 #define __GMP_DECLSPEC
524 __GMP_DECLSPEC void mp_set_memory_functions __GMP_PROTO ((void *(*) (size_t)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/include/
gmp.h 115 /* __GMP_DECLSPEC supports Windows DLL versions of libgmp, and is empty in
118 When compiling objects for libgmp, __GMP_DECLSPEC is an export directive,
127 libmp.la uses __GMP_DECLSPEC, just as if it were libgmp.la. libgmp and
138 __GMP_DECLSPEC is required on all documented global functions and
141 should have __GMP_DECLSPEC, and certainly constants or variables must
152 "void _export foo();". Would have to change the __GMP_DECLSPEC syntax to
175 #define __GMP_DECLSPEC __GMP_DECLSPEC_EXPORT
178 #define __GMP_DECLSPEC __GMP_DECLSPEC_IMPORT
182 #define __GMP_DECLSPEC
524 __GMP_DECLSPEC void mp_set_memory_functions __GMP_PROTO ((void *(*) (size_t)
    [all...]

Completed in 59 milliseconds