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

1 2 3 4 5 6 7 8 91011>>

  /external/jpeg/
jconfig.mc6 4 #define HAVE_PROTOTYPES
5 #define HAVE_UNSIGNED_CHAR
6 #define HAVE_UNSIGNED_SHORT
7 /* #define void char */
8 /* #define const */
10 #define HAVE_STDDEF_H
11 #define HAVE_STDLIB_H
14 #define NEED_FAR_POINTERS /* for small or medium memory model */
22 #define USE_MSDOS_MEMMGR /* Define this if you use jmemdos.c *
    [all...]
jconfig.manx 4 #define HAVE_PROTOTYPES
5 #define HAVE_UNSIGNED_CHAR
6 #define HAVE_UNSIGNED_SHORT
7 /* #define void char */
8 /* #define const */
10 #define HAVE_STDDEF_H
11 #define HAVE_STDLIB_H
22 #define TEMP_DIRECTORY "JPEGTMP:" /* recommended setting for Amiga */
24 #define SHORTxSHORT_32 /* produces better DCT code with Aztec C */
30 #define BMP_SUPPORTED /* BMP image file format *
    [all...]
jconfig.sas 4 #define HAVE_PROTOTYPES
5 #define HAVE_UNSIGNED_CHAR
6 #define HAVE_UNSIGNED_SHORT
7 /* #define void char */
8 /* #define const */
10 #define HAVE_STDDEF_H
11 #define HAVE_STDLIB_H
22 #define TEMP_DIRECTORY "JPEGTMP:" /* recommended setting for Amiga */
24 #define NO_MKTEMP /* SAS C doesn't have mktemp() */
26 #define SHORTxSHORT_32 /* produces better DCT code with SAS C *
    [all...]
jconfig.mac 4 #define HAVE_PROTOTYPES
5 #define HAVE_UNSIGNED_CHAR
6 #define HAVE_UNSIGNED_SHORT
7 /* #define void char */
8 /* #define const */
10 #define HAVE_STDDEF_H
11 #define HAVE_STDLIB_H
22 #define USE_MAC_MEMMGR /* Define this if you use jmemmac.c */
24 #define ALIGN_TYPE long /* Needed for 680x0 Macs *
    [all...]
jconfig.st 4 #define HAVE_PROTOTYPES
5 #define HAVE_UNSIGNED_CHAR
6 #define HAVE_UNSIGNED_SHORT
7 /* #define void char */
8 /* #define const */
10 #define HAVE_STDDEF_H
11 #define HAVE_STDLIB_H
16 #define INCOMPLETE_TYPES_BROKEN /* suppress undefined-structure warnings */
22 #define ALIGN_TYPE long /* apparently double is a weird size? */
28 #define BMP_SUPPORTED /* BMP image file format *
    [all...]
jconfig.bcc 4 #define HAVE_PROTOTYPES
5 #define HAVE_UNSIGNED_CHAR
6 #define HAVE_UNSIGNED_SHORT
7 /* #define void char */
8 /* #define const */
10 #define HAVE_STDDEF_H
11 #define HAVE_STDLIB_H
15 #define NEED_FAR_POINTERS /* for small or medium memory model */
25 #define USE_MSDOS_MEMMGR /* Define this if you use jmemdos.c *
    [all...]
jconfig.vc 4 #define HAVE_PROTOTYPES
5 #define HAVE_UNSIGNED_CHAR
6 #define HAVE_UNSIGNED_SHORT
7 /* #define void char */
8 /* #define const */
10 #define HAVE_STDDEF_H
11 #define HAVE_STDLIB_H
18 /* Define "boolean" as unsigned char, not int, per Windows custom */
22 #define HAVE_BOOLEAN /* prevent jmorecfg.h from redefining it */
33 #define BMP_SUPPORTED /* BMP image file format *
    [all...]
jconfig.wat 4 #define HAVE_PROTOTYPES
5 #define HAVE_UNSIGNED_CHAR
6 #define HAVE_UNSIGNED_SHORT
7 /* #define void char */
8 /* #define const */
9 #define CHAR_IS_UNSIGNED
10 #define HAVE_STDDEF_H
11 #define HAVE_STDLIB_H
26 #define BMP_SUPPORTED /* BMP image file format */
27 #define GIF_SUPPORTED /* GIF image file format *
    [all...]
jconfig.dj 4 #define HAVE_PROTOTYPES
5 #define HAVE_UNSIGNED_CHAR
6 #define HAVE_UNSIGNED_SHORT
7 /* #define void char */
8 /* #define const */
10 #define HAVE_STDDEF_H
11 #define HAVE_STDLIB_H
26 #define BMP_SUPPORTED /* BMP image file format */
27 #define GIF_SUPPORTED /* GIF image file format */
28 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format *
    [all...]
jconfig.vms 4 #define HAVE_PROTOTYPES
5 #define HAVE_UNSIGNED_CHAR
6 #define HAVE_UNSIGNED_SHORT
7 /* #define void char */
8 /* #define const */
10 #define HAVE_STDDEF_H
11 #define HAVE_STDLIB_H
26 #define BMP_SUPPORTED /* BMP image file format */
27 #define GIF_SUPPORTED /* GIF image file format */
28 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format *
    [all...]
  /external/bluetooth/glib/
config.h.win32.in 5 /* define if asm blocks can use numeric local labels */
9 #define BROKEN_POLL 1
11 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
16 /* Define to 1 if using `alloca.c'. */
26 #define ENABLE_NLS 1
28 /* Define the gettext package to be used */
29 #define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"
31 /* Define to the GLIB binary age */
32 #define GLIB_BINARY_AGE @GLIB_BINARY_AGE@
37 /* Define to the GLIB interface age *
    [all...]
glibconfig.h.win32.in 8 #define __G_LIBCONFIG_H__
17 #define G_MINFLOAT FLT_MIN
18 #define G_MAXFLOAT FLT_MAX
19 #define G_MINDOUBLE DBL_MIN
20 #define G_MAXDOUBLE DBL_MAX
21 #define G_MINSHORT SHRT_MIN
22 #define G_MAXSHORT SHRT_MAX
23 #define G_MAXUSHORT USHRT_MAX
24 #define G_MININT INT_MIN
25 #define G_MAXINT INT_MA
    [all...]
  /external/bluetooth/glib/gmodule/
gmoduleconf.h.win32 20 #define __G_MODULE_CONF_H__
28 #define G_MODULE_IMPL_NONE 0
29 #define G_MODULE_IMPL_DL 1
30 #define G_MODULE_IMPL_DLD 2
31 #define G_MODULE_IMPL_WIN32 3
32 #define G_MODULE_IMPL_OS2 4
33 #define G_MODULE_IMPL_BEOS 5
34 #define G_MODULE_IMPL_DYLD 6
36 #define G_MODULE_IMPL G_MODULE_IMPL_WIN32
gmoduleconf.h.in 20 #define __G_MODULE_CONF_H__
28 #define G_MODULE_IMPL_NONE 0
29 #define G_MODULE_IMPL_DL 1
30 #define G_MODULE_IMPL_DLD 2
31 #define G_MODULE_IMPL_WIN32 3
32 #define G_MODULE_IMPL_OS2 4
33 #define G_MODULE_IMPL_BEOS 5
34 #define G_MODULE_IMPL_DYLD 6
35 #define G_MODULE_IMPL_AR 7
37 #define G_MODULE_IMPL @G_MODULE_IMPL
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwbenc/inc/
qpisf_2s.tab 25 #define ORDER 16 /* order of linear prediction filter */
26 #define ISF_GAP 128 /* 50 Hz */
27 #define N_SURV 4
29 #define SIZE_BK1 256
30 #define SIZE_BK2 256
31 #define SIZE_BK21 64
32 #define SIZE_BK22 128
33 #define SIZE_BK23 128
34 #define SIZE_BK24 32
35 #define SIZE_BK25 32
    [all...]
grid100.tab 33 #define GRID_POINTS 100
ham_wind.tab 21 #define L_WINDOW 384
  /external/zlib/
zconf.h.cmakein 9 #define ZCONF_H
22 # define _dist_code z__dist_code
23 # define _length_code z__length_code
24 # define _tr_align z__tr_align
25 # define _tr_flush_block z__tr_flush_block
26 # define _tr_init z__tr_init
27 # define _tr_stored_block z__tr_stored_block
28 # define _tr_tally z__tr_tally
29 # define adler32 z_adler32
30 # define adler32_combine z_adler32_combin
    [all...]
zconf.h.in 9 #define ZCONF_H
20 # define _dist_code z__dist_code
21 # define _length_code z__length_code
22 # define _tr_align z__tr_align
23 # define _tr_flush_block z__tr_flush_block
24 # define _tr_init z__tr_init
25 # define _tr_stored_block z__tr_stored_block
26 # define _tr_tally z__tr_tally
27 # define adler32 z_adler32
28 # define adler32_combine z_adler32_combin
    [all...]
  /external/elfutils/
config.h.in 3 /* Define to 1 if translation of program messages to the user's native
7 /* Define if the GNU dcgettext() function is already present or preinstalled.
11 /* Define if the GNU gettext() function is already present or preinstalled. */
14 /* Define if you have the iconv() function. */
20 /* Define to 32 or 64 if a specific implementation is wanted. */
26 /* Define to the address where bug reports for this package should be sent. */
29 /* Define to the full name of this package. */
32 /* Define to the full name and version of this package. */
35 /* Define to the one symbol short name of this package. */
38 /* Define to the version of this package. *
    [all...]
  /bionic/libstdc++/include/
utility 29 #define _CPP_UTILITY
33 #define __STL_BEGIN_NAMESPACE namespace std {
34 #define __STL_END_NAMESPACE }
  /ndk/sources/cxx-stl/system/include/
utility 29 #define _CPP_UTILITY
33 #define __STL_BEGIN_NAMESPACE namespace std {
34 #define __STL_END_NAMESPACE }
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
utility 29 #define _CPP_UTILITY
33 #define __STL_BEGIN_NAMESPACE namespace std {
34 #define __STL_END_NAMESPACE }
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
utility 29 #define _CPP_UTILITY
33 #define __STL_BEGIN_NAMESPACE namespace std {
34 #define __STL_END_NAMESPACE }
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
utility 29 #define _CPP_UTILITY
33 #define __STL_BEGIN_NAMESPACE namespace std {
34 #define __STL_END_NAMESPACE }

Completed in 327 milliseconds

1 2 3 4 5 6 7 8 91011>>