HomeSort by relevance Sort by last modified time
    Searched full:ansi (Results 51 - 75 of 2018) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/icu4c/data/
icupkg.inc 7 COMPILE=gcc -DU_USING_ICU_NAMESPACE=1 -D_REENTRANT -DU_ATTRIBUTE_DEPRECATED= -g -O0 -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long -c
9 GENLIB=gcc -g -O0 -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long -shared -Wl,-Bsymbolic
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
antlr3-task.htm 151 mso-ansi-language:#0400;
167 <h2><span lang=EN-GB style='mso-ansi-language:EN-GB'>ANTLR3<o:p></o:p></span></h2>
169 <h3><span lang=EN-GB style='mso-ansi-language:EN-GB'>Description<o:p></o:p></span></h3>
171 <p><span class=GramE><span lang=EN-GB style='mso-ansi-language:EN-GB'>Invokes
174 style='mso-ansi-language:EN-GB'> <o:p></o:p></span></p>
176 <h3><span lang=EN-GB style='mso-ansi-language:EN-GB'>Prerequisites<o:p></o:p></span></h3>
178 <h3><span lang=EN-GB style='font-size:12.0pt;mso-ansi-language:EN-GB;
181 lang=EN-GB style='mso-ansi-language:EN-GB'><o:p></o:p></span></h3>
183 <h3><span lang=EN-GB style='mso-ansi-language:EN-GB'>Installation<o:p></o:p></span></h3>
185 <h3><span lang=EN-GB style='font-size:12.0pt;mso-ansi-language:EN-GB
    [all...]
  /external/jpeg/
jconfig.doc 53 /* Define this if your system has an ANSI-conforming <stddef.h> file.
57 /* Define this if your system has an ANSI-conforming <stdlib.h> file.
61 /* Define this if your system does not have an ANSI/SysV <string.h>,
67 * ANSI-standard places (stddef.h, stdlib.h, or stdio.h), but places it in
85 /* Although a real ANSI C compiler can deal perfectly well with pointers to
86 * unspecified structures (see "incomplete types" in the spec), a few pre-ANSI
87 * and pseudo-ANSI compilers get confused. To keep one of these bozos happy,
jconfig.h 54 /* Define this if your system has an ANSI-conforming <stddef.h> file.
58 /* Define this if your system has an ANSI-conforming <stdlib.h> file.
62 /* Define this if your system does not have an ANSI/SysV <string.h>,
68 * ANSI-standard places (stddef.h, stdlib.h, or stdio.h), but places it in
86 /* Although a real ANSI C compiler can deal perfectly well with pointers to
87 * unspecified structures (see "incomplete types" in the spec), a few pre-ANSI
88 * and pseudo-ANSI compilers get confused. To keep one of these bozos happy,
jinclude.h 25 * On an ANSI-conforming system it is sufficient to include <stddef.h>.
50 * ANSI and System V implementations declare these in <string.h>.
64 #else /* not BSD, assume ANSI/SysV string lib */
73 * In ANSI C, and indeed any rational implementation, size_t is also the
  /external/qemu/distrib/jpeg-6b/
jconfig.doc 53 /* Define this if your system has an ANSI-conforming <stddef.h> file.
57 /* Define this if your system has an ANSI-conforming <stdlib.h> file.
61 /* Define this if your system does not have an ANSI/SysV <string.h>,
67 * ANSI-standard places (stddef.h, stdlib.h, or stdio.h), but places it in
85 /* Although a real ANSI C compiler can deal perfectly well with pointers to
86 * unspecified structures (see "incomplete types" in the spec), a few pre-ANSI
87 * and pseudo-ANSI compilers get confused. To keep one of these bozos happy,
jconfig.h 54 /* Define this if your system has an ANSI-conforming <stddef.h> file.
58 /* Define this if your system has an ANSI-conforming <stdlib.h> file.
62 /* Define this if your system does not have an ANSI/SysV <string.h>,
68 * ANSI-standard places (stddef.h, stdlib.h, or stdio.h), but places it in
86 /* Although a real ANSI C compiler can deal perfectly well with pointers to
87 * unspecified structures (see "incomplete types" in the spec), a few pre-ANSI
88 * and pseudo-ANSI compilers get confused. To keep one of these bozos happy,
jinclude.h 25 * On an ANSI-conforming system it is sufficient to include <stddef.h>.
50 * ANSI and System V implementations declare these in <string.h>.
64 #else /* not BSD, assume ANSI/SysV string lib */
73 * In ANSI C, and indeed any rational implementation, size_t is also the
  /development/host/windows/usb/api/
adb_interface.cpp 36 bool ansi) {
50 if (!ansi) {
56 // We need to convert name from wide char to ansi string
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
md5.h 13 important. ANSI guarantees that "unsigned long" will be big enough,
  /external/srtp/crypto/include/
prng.h 20 * x917_prng is an ANSI X9.17-like AES-based PRNG
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_32.txt 7 Content-Type: text/plain; charset*=ansi-x3.4-1968''us-ascii
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_32.txt 7 Content-Type: text/plain; charset*=ansi-x3.4-1968''us-ascii
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-string.h 72 // Windows CE does not have the 'ANSI' versions of Win32 APIs. To be
76 // Creates a UTF-16 wide string from the given ANSI string, allocating
81 // The wide string is created using the ANSI codepage (CP_ACP) to
82 // match the behaviour of the ANSI versions of Win32 calls and the
86 // Creates an ANSI string from the given wide string, allocating
88 // value using delete[]. Returns the ANSI string, or NULL if the
91 // The returned string is created using the ANSI codepage (CP_ACP) to
92 // match the behaviour of the ANSI versions of Win32 calls and the
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-string.h 72 // Windows CE does not have the 'ANSI' versions of Win32 APIs. To be
76 // Creates a UTF-16 wide string from the given ANSI string, allocating
81 // The wide string is created using the ANSI codepage (CP_ACP) to
82 // match the behaviour of the ANSI versions of Win32 calls and the
86 // Creates an ANSI string from the given wide string, allocating
88 // value using delete[]. Returns the ANSI string, or NULL if the
91 // The returned string is created using the ANSI codepage (CP_ACP) to
92 // match the behaviour of the ANSI versions of Win32 calls and the
  /external/chromium_org/third_party/opus/src/celt/tests/
test_unit_dft.c 61 double ansi = 0; local
79 ansi += in[k].r * im + in[k].i * re;
81 /*printf ("%d %d ", (int)ansr, (int)ansi);*/
83 difi = ansi - out[bin].i;
85 sigpow += ansr*ansr+ansi*ansi;
  /external/lzma/
history.txt 30 - Some changes in ANSI-C 7z Decoder interfaces.
51 - The bug in ANSI-C LZMA Decoder was fixed:
54 - Some changes in ANSI-C 7z Decoder interfaces.
72 - ANSI-C LZMA Decoder was rewritten for speed optimizations.
73 - ANSI-C LZMA Encoder was included to LZMA SDK.
74 - C++ LZMA code now is just wrapper over ANSI-C code.
85 - .7z ANSI-C Decoder:
100 - Small changes in .h files in ANSI-C version.
179 - Interfaces for ANSI-C LZMA Decoder (LzmaDecode.c) were changed
180 - New additional version of ANSI-C LZMA Decoder with zlib-like interface:
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h 87 * strings produced by the __STRING macro, but this only works with ANSI C.
94 #define __P(protos) protos /* full-blown ANSI C */
115 #define __const /* delete pseudo-ANSI C keywords */
122 * In non-ANSI C environments, new programs will want ANSI-only C keywords
124 * Programs using the ANSI C keywords const, inline etc. as normal
128 #define const __const /* convert ANSI C keywords */
157 * language extensions under "-ansi -pedantic".
166 * unfortunately, these then cause warnings under "-ansi -pedantic".
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
cdefs.h 87 * strings produced by the __STRING macro, but this only works with ANSI C.
94 #define __P(protos) protos /* full-blown ANSI C */
115 #define __const /* delete pseudo-ANSI C keywords */
122 * In non-ANSI C environments, new programs will want ANSI-only C keywords
124 * Programs using the ANSI C keywords const, inline etc. as normal
128 #define const __const /* convert ANSI C keywords */
157 * language extensions under "-ansi -pedantic".
166 * unfortunately, these then cause warnings under "-ansi -pedantic".
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
cdefs.h 87 * strings produced by the __STRING macro, but this only works with ANSI C.
94 #define __P(protos) protos /* full-blown ANSI C */
115 #define __const /* delete pseudo-ANSI C keywords */
122 * In non-ANSI C environments, new programs will want ANSI-only C keywords
124 * Programs using the ANSI C keywords const, inline etc. as normal
128 #define const __const /* convert ANSI C keywords */
157 * language extensions under "-ansi -pedantic".
166 * unfortunately, these then cause warnings under "-ansi -pedantic".
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
cdefs.h 87 * strings produced by the __STRING macro, but this only works with ANSI C.
94 #define __P(protos) protos /* full-blown ANSI C */
115 #define __const /* delete pseudo-ANSI C keywords */
122 * In non-ANSI C environments, new programs will want ANSI-only C keywords
124 * Programs using the ANSI C keywords const, inline etc. as normal
128 #define const __const /* convert ANSI C keywords */
157 * language extensions under "-ansi -pedantic".
166 * unfortunately, these then cause warnings under "-ansi -pedantic".
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
cdefs.h 87 * strings produced by the __STRING macro, but this only works with ANSI C.
94 #define __P(protos) protos /* full-blown ANSI C */
115 #define __const /* delete pseudo-ANSI C keywords */
122 * In non-ANSI C environments, new programs will want ANSI-only C keywords
124 * Programs using the ANSI C keywords const, inline etc. as normal
128 #define const __const /* convert ANSI C keywords */
157 * language extensions under "-ansi -pedantic".
166 * unfortunately, these then cause warnings under "-ansi -pedantic".
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
cdefs.h 87 * strings produced by the __STRING macro, but this only works with ANSI C.
94 #define __P(protos) protos /* full-blown ANSI C */
115 #define __const /* delete pseudo-ANSI C keywords */
122 * In non-ANSI C environments, new programs will want ANSI-only C keywords
124 * Programs using the ANSI C keywords const, inline etc. as normal
128 #define const __const /* convert ANSI C keywords */
157 * language extensions under "-ansi -pedantic".
166 * unfortunately, these then cause warnings under "-ansi -pedantic".
  /external/chromium/third_party/libjingle/source/talk/base/
linked_ptr.h 42 /* For ANSI-challenged compilers, you may want to #define
107 #else // for ANSI-challenged compilers
121 #else // for ANSI-challenged compilers
  /external/chromium_org/third_party/libjingle/source/talk/base/
linked_ptr.h 42 /* For ANSI-challenged compilers, you may want to #define
107 #else // for ANSI-challenged compilers
121 #else // for ANSI-challenged compilers

Completed in 813 milliseconds

1 23 4 5 6 7 8 91011>>