/third_party/FreeBSD/contrib/gdtoa/ |
D | gdtoa.h | 48 #ifndef ANSI 50 #define ANSI(x) () macro 53 #define ANSI(x) x macro 106 extern char* dtoa ANSI((double d, int mode, int ndigits, int *decpt, 108 extern char* gdtoa ANSI((FPI *fpi, int be, ULong *bits, int *kindp, 110 extern void freedtoa ANSI((char*)); 111 extern float strtof ANSI((CONST char *, char **)); 112 extern double strtod ANSI((CONST char *, char **)); 113 extern int strtodg ANSI((CONST char*, char**, FPI*, Long*, ULong*)); 115 extern char* g_ddfmt ANSI((char*, double*, int, size_t)); [all …]
|
D | gdtoaimp.h | 211 extern Char *MALLOC ANSI((size_t)); 500 extern void memcpy_D2A ANSI((void*, const void*, size_t)); 594 extern Bigint *Balloc ANSI((int)); 595 extern void Bfree ANSI((Bigint*)); 596 extern void ULtof ANSI((ULong*, ULong*, Long, int)); 597 extern void ULtod ANSI((ULong*, ULong*, Long, int)); 598 extern void ULtodd ANSI((ULong*, ULong*, Long, int)); 599 extern void ULtoQ ANSI((ULong*, ULong*, Long, int)); 600 extern void ULtox ANSI((UShort*, ULong*, Long, int)); 601 extern void ULtoxL ANSI((ULong*, ULong*, Long, int)); [all …]
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jconfig.txt | 45 /* Define this if your system has an ANSI-conforming <stddef.h> file. 49 /* Define this if your system has an ANSI-conforming <stdlib.h> file. 53 /* Define this if your system does not have an ANSI/SysV <string.h>, 59 * ANSI-standard places (stddef.h, stdlib.h, or stdio.h), but places it in 64 /* Although a real ANSI C compiler can deal perfectly well with pointers to 65 * unspecified structures (see "incomplete types" in the spec), a few pre-ANSI 66 * and pseudo-ANSI compilers get confused. To keep one of these bozos happy,
|
/third_party/lzma/DOC/ |
D | 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:
|
D | lzma-history.txt | 319 - Some changes in ANSI-C 7z Decoder interfaces. 340 - The bug in ANSI-C LZMA Decoder was fixed: 343 - Some changes in ANSI-C 7z Decoder interfaces. 361 - ANSI-C LZMA Decoder was rewritten for speed optimizations. 362 - ANSI-C LZMA Encoder was included to LZMA SDK. 363 - C++ LZMA code now is just wrapper over ANSI-C code. 374 - .7z ANSI-C Decoder: 389 - Small changes in .h files in ANSI-C version. 468 - Interfaces for ANSI-C LZMA Decoder (LzmaDecode.c) were changed 469 - New additional version of ANSI-C LZMA Decoder with zlib-like interface: [all …]
|
D | lzma.txt | 28 ANSI-C LZMA Decoder 31 Please note that interfaces for ANSI-C code were changed in LZMA SDK 4.58. 35 To use ANSI-C LZMA Decoder you need the following files: 57 LZMA Decoder (ANSI-C version) now supports 2 interfaces: 314 C++ LZMA code is just wrapper over ANSI-C code.
|
/third_party/python/Modules/_decimal/ |
D | README.txt | 22 3) ansi64 - 64-bit Python, ANSI C 26 5) ansi32 - 32-bit Python, ANSI C
|
/third_party/node/deps/openssl/openssl/ |
D | NOTES-VMS.md | 5 - [About ANSI C compiler](#about-ansi-c-compiler) 20 About ANSI C compiler 23 An ANSI C compiled is needed among other things. This means that 27 version 7.1 or later. Compiling with a different ANSI C compiler may
|
/third_party/openssl/ |
D | NOTES-VMS.md | 5 - [About ANSI C compiler](#about-ansi-c-compiler) 20 About ANSI C compiler 23 An ANSI C compiled is needed among other things. This means that 27 version 7.1 or later. Compiling with a different ANSI C compiler may
|
/third_party/lzma/ |
D | README_zh.md | 77 │ ├── 7zC.txt # 7z ANSI-C Decoder description 165 ANSI-C(American National Standards Institue) LZMA Decoder 166 请注意ANSI-C的接口在LZMA SDK 4.58版本发生了变更,如果你想使用旧的接口,你可以从sourceforge.net 网站下载之前的LZMA SDK版本。 168 使用 ANSI-C LZMA Decoder需要使用到以下文件: 190 LZMA Decoder (ANSI-C version) 支持以下两种接口: 457 C++版本的 LZMA 代码部门仅仅只是将ANSI-C代码包装了.
|
D | README.md | 93 │ ├── 7zC.txt # 7z ANSI-C Decoder description 201 ANSI-C LZMA Decoder 203 Please note that interfaces for ANSI-C code were changed in LZMA SDK 4.58. 207 To use ANSI-C LZMA Decoder you need the following files: 228 LZMA Decoder (ANSI-C version) now supports 2 interfaces: 498 C++ LZMA code is just wrapper over ANSI-C code.
|
/third_party/icu/docs/userguide/usefrom/ |
D | cobol.md | 394 * (File in ANSI Format, code page 862) 399 * log file "ICU_Conv_Log.txt" (File in ANSI Format) 419 * (file in ANSI format) 426 * (file in ANSI format) 428 * log file "ICU_Coll_Log.txt" (file in ANSI format) 446 * (file in ANSI format) 457 * (file in ANSI format) 459 * log file "ICU_NORM_Log.txt" (file in ANSI format)
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/ |
D | hb_test_tools.py | 24 class ANSI: class in ColorFormatter 54 format = ColorFormatter.ANSI 57 format = ColorFormatter.ANSI 60 format = ColorFormatter.ANSI
|
/third_party/cJSON/ |
D | README.OpenSource | 9 "Description": "Ultralightweight JSON parser in ANSI C."
|
/third_party/cJSON/library_config/ |
D | libcjson.pc.in | 6 Description: Ultralightweight JSON parser in ANSI C
|
/third_party/skia/third_party/externals/expat/expat/ |
D | expat_config.h.cmake | 81 /* Define to 1 if you have the ANSI C header files. */ 109 /* Define to __FUNCTION__ or "" if `__func__' does not conform to ANSI C. */
|
D | ConfigureChecks.cmake | 36 #/* Define to 1 if you have the ANSI C header files. */
|
/third_party/skia/third_party/externals/freetype/builds/unix/ |
D | unix-cc.in | 77 # ANSI compliance. 87 # ANSIFLAGS: Put there the flags used to make your compiler ANSI-compliant.
|
/third_party/skia/third_party/externals/libpng/ |
D | config.h.in | 99 /* Define to 1 if you have the ANSI C header files. */ 108 /* Define to empty if `const' does not conform to ANSI C. */
|
/third_party/FatFs/ |
D | README.OpenSource | 9 …or small embedded systems. The FatFs module is written in compliance with ANSI C (C89) and complet…
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | FAQ | 59 and refuses to touch the old-style pre-ANSI non-typed (or weakly 61 where pre-ANSI C makes sense might be more inclined to care about
|
/third_party/node/deps/cares/ |
D | NEWS | 21 all char values are valid inputs to those macros according to ANSI.
|
D | README.md | 58 present. While c-ares requires an ANSI C compiler to build, some of the 59 earlier ANSI compilers clearly can't deal with some preprocessor operators.
|
/third_party/python/Modules/_decimal/libmpdec/ |
D | bits.h | 43 #if defined(ANSI)
|
/third_party/libuv/docs/src/ |
D | index.rst | 31 * ANSI escape code controlled TTY
|