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

1 2 34 5 6 7 8 91011>>

  /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/DOC/
lzma-history.txt 65 - Some changes in ANSI-C 7z Decoder interfaces.
86 - The bug in ANSI-C LZMA Decoder was fixed:
89 - Some changes in ANSI-C 7z Decoder interfaces.
107 - ANSI-C LZMA Decoder was rewritten for speed optimizations.
108 - ANSI-C LZMA Encoder was included to LZMA SDK.
109 - C++ LZMA code now is just wrapper over ANSI-C code.
120 - .7z ANSI-C Decoder:
135 - Small changes in .h files in ANSI-C version.
214 - Interfaces for ANSI-C LZMA Decoder (LzmaDecode.c) were changed
215 - New additional version of ANSI-C LZMA Decoder with zlib-like interface:
    [all...]
7zC.txt 1 7z ANSI-C Decoder 9.35
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.
45 Limitations of current version of 7z ANSI-C Decoder
55 Using 7z ANSI-C Decoder Test application:
  /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/libjpeg-turbo/
jinclude.h 27 * On an ANSI-conforming system it is sufficient to include <stddef.h>.
52 * ANSI and System V implementations declare these in <string.h>.
66 #else /* not BSD, assume ANSI/SysV string lib */
  /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/curl/include/
README 46 present. While libcurl requires an ANSI C compiler to build, some of the
47 earlier ANSI compilers clearly can't deal with some preprocessor operators.
  /external/freetype/include/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 */
  /external/harfbuzz_ng/util/
helper-cairo-ansi.cc 27 #include "helper-cairo-ansi.hh"
30 #include "ansi-print.hh"
  /external/libcap-ng/
config.h 74 /* Define to 1 if you have the ANSI C header files. */
80 /* Define to empty if `const' does not conform to ANSI C. */
  /external/libcap-ng/libcap-ng-0.7/
config.h.in 73 /* Define to 1 if you have the ANSI C header files. */
79 /* Define to empty if `const' does not conform to ANSI C. */
  /external/libexif/
config.h.in 78 /* Define to 1 if you have the ANSI C header files. */
84 /* Define to empty if `const' does not conform to ANSI C. */
  /external/libogg/
config.h.in 70 /* Define to 1 if you have the ANSI C header files. */
76 /* Define to empty if `const' does not conform to ANSI C. */
  /external/pdfium/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 */
  /hardware/ti/omap3/dspbridge/inc/
uuidutil.h 43 * Converts a DSP_UUID to an ANSI string.
63 * Converts an ANSI string to a DSP_UUID.
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
stddef.h 55 /* On 4.3bsd-net2, make sure ansi.h is included, so we have
58 #include <machine/ansi.h>
60 /* On FreeBSD 5, machine/ansi.h does not exist anymore... */
65 /* In 4.3bsd-net2, machine/ansi.h defines these symbols, which are
75 /* On BSD/386 1.1, at least, machine/ansi.h defines _BSD_WCHAR_T_
281 /* On BSD/386 1.1, at least, machine/ansi.h defines _BSD_WCHAR_T_
287 headers like runetype.h assume that if machine/ansi.h is included,
289 machine/ansi.h says, "Note that _WCHAR_T_ and _RUNE_T_ must be of
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
stddef.h 55 /* On 4.3bsd-net2, make sure ansi.h is included, so we have
58 #include <machine/ansi.h>
60 /* On FreeBSD 5, machine/ansi.h does not exist anymore... */
65 /* In 4.3bsd-net2, machine/ansi.h defines these symbols, which are
75 /* On BSD/386 1.1, at least, machine/ansi.h defines _BSD_WCHAR_T_
281 /* On BSD/386 1.1, at least, machine/ansi.h defines _BSD_WCHAR_T_
287 headers like runetype.h assume that if machine/ansi.h is included,
289 machine/ansi.h says, "Note that _WCHAR_T_ and _RUNE_T_ must be of
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/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 */
  /development/host/windows/usb/api/
adb_interface.h 66 @param[in] ansi If true the name will be returned as single character
73 bool ansi) = 0;
123 @param[in] ansi If true the name will be returned as single character
130 bool ansi);
  /external/autotest/client/site_tests/firmware_TouchMTB/
mini_color.py 12 CSI = '\033[' # ANSI Control Sequence Introducer
  /external/fio/os/windows/
eula.rtf 1 {\rtf1\ansi\ansicpg1252\deff0{\fonttbl{\f0\fswiss\fcharset0 Helvetica;}}
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-alg-fst.h 8 * Optimised ANSI C code
  /external/libchrome/base/
build_time.cc 18 // The format of __DATE__ and __TIME__ is specified by the ANSI C Standard,
  /external/libmicrohttpd/src/microhttpd/
md5.h 18 /* Brutally hacked by John Walker back from ANSI C to K&R (no
  /external/tcpdump/
gmpls.c 63 { 3, "ANSI/ETSI PDH"},
65 { 5, "SDH ITU-T G.707/SONET ANSI T1.105"},
115 { 38, "ANSI/ETSI PDH"},
146 { 6, "SONET ANSI T1.105"},

Completed in 886 milliseconds

1 2 34 5 6 7 8 91011>>