HomeSort by relevance Sort by last modified time
    Searched full:ansi (Results 76 - 100 of 2200) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/qemu/distrib/jpeg-6b/
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/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
  /external/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
  /external/zopfli/
Makefile 4 CFLAGS = -W -Wall -Wextra -ansi -pedantic -lm -O2
5 CXXFLAGS = -W -Wall -Wextra -ansi -pedantic -O2
  /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/libopus/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...]
7zC.txt 1 7z ANSI-C Decoder 4.62
4 7z ANSI-C provides 7z/LZMA decoding.
5 7z ANSI-C version is simplified version ported from C++ code.
15 7z ANSI-C Decoder is part of the LZMA SDK.
47 Limitations of current version of 7z ANSI-C Decoder
57 Using 7z ANSI-C Decoder Test application:
  /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_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
  /external/expat/
expat_config.h 77 /* Define to 1 if you have the ANSI C header files. */
93 /* Define to __FUNCTION__ or "" if `__func__' does not conform to ANSI C. */
96 /* Define to empty if `const' does not conform to ANSI C. */
  /external/lldb/test/pexpect-2.4/examples/
chess.py 9 import ANSI
18 self.term = ANSI.ANSI ()
chess2.py 9 import ANSI
16 self.term = ANSI.ANSI ()
  /ndk/sources/host-tools/make-3.81/glob/
fnmatch.h 31 #else /* Not C++ or ANSI C. */
36 non-ANSI C where `const' is problematical. */
37 #endif /* C++ or ANSI C. */
  /external/chromium_org/third_party/WebKit/ManualTests/
wordXML-selectall.xml 3 <w:wordDocument xmlns:w="http://schemas.microsoft.com/office/word/2003/2/wordml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:SL="http://schemas.microsoft.com/schemaLibrary/2003/2/core" xmlns:aml="http://schemas.microsoft.com/aml/2001/core" xmlns:wx="http://schemas.microsoft.com/office/word/2003/2/auxHint" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns:st1="urn:schemas-microsoft-com:office:smarttags" xml:space="preserve"><o:DocumentProperties></o:DocumentProperties><w:fonts><w:defaultFonts w:ascii="Times New Roman" w:fareast="Times New Roman" w:h-ansi="Times New Roman" w:cs="Times New Roman"/></w:fonts><w:docPr></w:docPr><w:body><wx:sect><w:p><w:pPr></w:pPr><w:r><w:rPr><w:rFonts w:ascii="Helvetica" w:h-ansi="Helvetica" w:cs="Helvetica"/><wx:font wx:val="Helvetica"/><w:sz w:val="24"/><w:sz-cs w:val="24"/> (…)
  /external/chromium_org/third_party/freetype/include/freetype/config/
ftstdlib.h 5 /* ANSI-specific library and header configuration file (specification */
22 /* This file is used to group all #includes to the ANSI C library that */

Completed in 884 milliseconds

1 2 34 5 6 7 8 91011>>