Home
last modified time | relevance | path

Searched refs:ANSI (Results 1 – 25 of 37) sorted by relevance

12

/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dgdtoa.h59 #ifndef ANSI
60 #define ANSI(x) x macro
121 extern char* dtoa ANSI((double d, int mode, int ndigits, int *decpt,
123 extern char* hdtoa ANSI((double d, const char *xdigs, int ndigits, int *decpt,
125 extern char* ldtoa ANSI((long double *ld, int mode, int ndigits, int *decpt,
127 extern char* hldtoa ANSI((long double e, const char *xdigs, int ndigits,
130 extern char* gdtoa ANSI((FPI *fpi, int be, ULong *bits, int *kindp,
132 extern void freedtoa ANSI((char*));
133 extern float strtof ANSI((CONST char *, char **));
134 extern double strtod ANSI((CONST char *, char **));
[all …]
Dgdtoaimp.h209 extern Char *MALLOC ANSI((size_t));
488 extern void memcpy_D2A ANSI((void*, const void*, size_t));
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/
Dlzma-history.txt122 - Some changes in ANSI-C 7z Decoder interfaces.
143 - The bug in ANSI-C LZMA Decoder was fixed:
146 - Some changes in ANSI-C 7z Decoder interfaces.
164 - ANSI-C LZMA Decoder was rewritten for speed optimizations.
165 - ANSI-C LZMA Encoder was included to LZMA SDK.
166 - C++ LZMA code now is just wrapper over ANSI-C code.
177 - .7z ANSI-C Decoder:
192 - Small changes in .h files in ANSI-C version.
271 - Interfaces for ANSI-C LZMA Decoder (LzmaDecode.c) were changed
272 - New additional version of ANSI-C LZMA Decoder with zlib-like interface:
[all …]
Dlzma-sdk.txt82 DOC/7zC.txt - 7z ANSI-C Decoder description
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/
Dlzma-history.txt122 - Some changes in ANSI-C 7z Decoder interfaces.
143 - The bug in ANSI-C LZMA Decoder was fixed:
146 - Some changes in ANSI-C 7z Decoder interfaces.
164 - ANSI-C LZMA Decoder was rewritten for speed optimizations.
165 - ANSI-C LZMA Encoder was included to LZMA SDK.
166 - C++ LZMA code now is just wrapper over ANSI-C code.
177 - .7z ANSI-C Decoder:
192 - Small changes in .h files in ANSI-C version.
271 - Interfaces for ANSI-C LZMA Decoder (LzmaDecode.c) were changed
272 - New additional version of ANSI-C LZMA Decoder with zlib-like interface:
[all …]
Dlzma-sdk.txt82 DOC/7zC.txt - 7z ANSI-C Decoder description
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/DOC/
Dlzma-history.txt122 - Some changes in ANSI-C 7z Decoder interfaces.
143 - The bug in ANSI-C LZMA Decoder was fixed:
146 - Some changes in ANSI-C 7z Decoder interfaces.
164 - ANSI-C LZMA Decoder was rewritten for speed optimizations.
165 - ANSI-C LZMA Encoder was included to LZMA SDK.
166 - C++ LZMA code now is just wrapper over ANSI-C code.
177 - .7z ANSI-C Decoder:
192 - Small changes in .h files in ANSI-C version.
271 - Interfaces for ANSI-C LZMA Decoder (LzmaDecode.c) were changed
272 - New additional version of ANSI-C LZMA Decoder with zlib-like interface:
[all …]
Dlzma-sdk.txt82 DOC/7zC.txt - 7z ANSI-C Decoder description
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
Dmakefile126 ANSI=-ansi
27 CFLAGS= -O -I. -I$(SET) -I$(PCCTS_H) -DUSER_ZZSYN $(COTHER) $(ANSI) -DZZLEXBUFSIZE=32000
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dmakefile147 ANSI=-ansi
49 CFLAGS= -O0 -g -I. -I$(SET) -I$(PCCTS_H) -DUSER_ZZSYN $(COTHER) $(ANSI) -DZZLEXBUFSIZE=32000
Dantlr1.txt87 -ga Generate ANSI-compatible code (default case). This has
88 not been rigorously tested to be ANSI XJ11 C compliant,
90 currently compilable under both K&R, ANSI C, and C++-
/device/google/crosshatch/json-c/
Dconfig.h.in161 /* Define to 1 if you have the ANSI C header files. */
167 /* Define to empty if `const' does not conform to ANSI C. */
DChangeLog203 needs to be rethought to be more ANSI C friendly
/device/google/sunfish/json-c/
Dconfig.h.in161 /* Define to 1 if you have the ANSI C header files. */
167 /* Define to empty if `const' does not conform to ANSI C. */
DChangeLog203 needs to be rethought to be more ANSI C friendly
/device/google/coral/json-c/
Dconfig.h.in161 /* Define to 1 if you have the ANSI C header files. */
167 /* Define to empty if `const' does not conform to ANSI C. */
DChangeLog203 needs to be rethought to be more ANSI C friendly
/device/google/bonito/json-c/
Dconfig.h.in161 /* Define to 1 if you have the ANSI C header files. */
167 /* Define to empty if `const' does not conform to ANSI C. */
DChangeLog203 needs to be rethought to be more ANSI C friendly
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/
DEdkCompatibilityPkg.dec5 …iles and libraries found in the original EDK. EdkCompatibilityPkg code is ANSI C compliant, so the…
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
Dsoftfloat-source.txt26 independent and should be compilable using any ISO/ANSI C compiler. At the
34 SoftFloat as written requires an ISO/ANSI-style C compiler. No attempt has
224 needed to compile SoftFloat. In addition, deviations from ISO/ANSI C by
Dsoftfloat.txt28 SoftFloat header files assume an ISO/ANSI-style C compiler. No attempt
98 ISO/ANSI C guarantees at least one built-in integer type of 32 bits,
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DNOTES.msvc89 * Make sure that ANTLR and DLG generate ANSI code (use the -ga
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
DC.g148 | b=compound_statement // ANSI style
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/
DdqSubtract.decTest112 -- NB: -xE-8 below were non-exponents pre-ANSI X3-274, and -1E-7 or 0E-7

12