Home
last modified time | relevance | path

Searched full:ansi (Results 1 – 25 of 539) sorted by relevance

12345678910>>...22

/OK3568_Linux_fs/kernel/arch/powerpc/xmon/
H A Dansidecl.h2 /* ANSI and traditional C compatibility macros
8 /* ANSI and traditional C compatibility macros
10 ANSI C is assumed if __STDC__ is #defined.
12 Macro ANSI C definition Traditional C definition
31 ANSI C, and the type declarations in traditional C. Arguments should
43 In ANSI C it is `NAME PROTOTYPE' (so PROTOTYPE should be enclosed in
106 #else /* Not ANSI C. */
115 #ifndef const /* some systems define it in header files for non-ansi mode */
128 #endif /* ANSI C. */
/OK3568_Linux_fs/u-boot/lib/lzma/
H A Dhistory.txt30 - 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 …]
H A Dlzma.txt33 - ANSI-C/C++/C#/Java source code for LZMA compressing and decompressing
53 7zC.txt - 7z ANSI-C Decoder description
81 7z - 7z ANSI-C Decoder
310 ANSI-C LZMA Decoder
313 Please note that interfaces for ANSI-C code were changed in LZMA SDK 4.58.
317 To use ANSI-C LZMA Decoder you need the following files:
337 LZMA Decoder (ANSI-C version) now supports 2 interfaces:
573 C++ LZMA code is just wrapper over ANSI-C code.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/nana/nana/
H A Dmodify-acinclude.m4-and-configure.in.patch7 "acinclude.m4:34: error: automatic de-ANSI-fication
49 -# If the C compiler in not in ANSI C mode by default, try to add an option
51 -# options that select ANSI C on some system or another. It considers the
52 -# compiler to be in ANSI C mode if it defines @code{__STDC__} to 1 and
56 -# compiler has been set to accept ANSI C; if not, the shell variable
58 -# code in ANSI C, you can make an un-ANSIfied copy of it by using the
63 -[AC_MSG_CHECKING(for ${CC-cc} option to accept ANSI C)
67 -# Don't try gcc -ansi; that turns off useful extensions and
69 -# AIX -qlanglvl=ansi
73 -for ac_arg in "" -qlanglvl=ansi -std1 "-Aa -D_HPUX_SOURCE" -Xc
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A D_ansi.h1 /* Provide support for both ANSI and non-ANSI environments. */
3 /* To get a strict ANSI C environment, define macro __STRICT_ANSI__. This will
4 "comment out" the non-ANSI parts of the ANSI header files (non-ANSI header
14 * First try to figure out whether we really are in an ANSI C environment.
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A D_ansi.h1 /* Provide support for both ANSI and non-ANSI environments. */
3 /* To get a strict ANSI C environment, define macro __STRICT_ANSI__. This will
4 "comment out" the non-ANSI parts of the ANSI header files (non-ANSI header
14 * First try to figure out whether we really are in an ANSI C environment.
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dsignal.h26 #define SIGINT 2 /* Interrupt (ANSI). */
28 #define SIGILL 4 /* Illegal instruction (ANSI). */
31 #define SIGABRT SIGIOT /* Abort (ANSI). */
33 #define SIGFPE 8 /* Floating-point exception (ANSI). */
36 #define SIGSEGV 11 /* Segmentation violation (ANSI). */
40 #define SIGTERM 15 /* Termination (ANSI). */
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/screen/screen/
H A D0001-fix-for-multijob-build.patch30 tty.o: layout.h viewport.h canvas.h tty.c config.h screen.h os.h osdef.h ansi.h acls.h comm.h \
34 window.o: layout.h viewport.h canvas.h window.c config.h screen.h os.h osdef.h ansi.h acls.h \
36 utmp.o: layout.h viewport.h canvas.h utmp.c config.h screen.h os.h osdef.h ansi.h acls.h \
43 acls.o: layout.h viewport.h canvas.h acls.c config.h screen.h os.h osdef.h ansi.h acls.h comm.h \
45 braille.o: layout.h viewport.h canvas.h braille.c config.h screen.h os.h osdef.h ansi.h acls.h \
47 viewport.o: layout.h viewport.h canvas.h viewport.c config.h screen.h os.h osdef.h ansi.h acls.h \
/OK3568_Linux_fs/u-boot/cmd/
H A Dbootmenu.c9 #include <ansi.h>
146 /* First char of ANSI escape sequence '\e' */ in bootmenu_loop()
153 /* Second char of ANSI '[' */ in bootmenu_loop()
163 /* Third char of ANSI (number '1') - optional */ in bootmenu_loop()
172 /* ANSI 'A' - key up was pressed */ in bootmenu_loop()
175 /* ANSI 'B' - key down was pressed */ in bootmenu_loop()
497 "ANSI terminal bootmenu",
499 " - show ANSI terminal bootmenu with autoboot delay"
/OK3568_Linux_fs/buildroot/package/ficl/
H A D0001-fix-Makefile.patch20 diff --git a/Makefile.ansi b/Makefile.ansi
22 --- a/Makefile.ansi
23 +++ b/Makefile.ansi
/OK3568_Linux_fs/u-boot/tools/patman/
H A Dterminal.py8 This module handles terminal interaction including ANSI color codes.
94 """Conditionally wraps text in ANSI color escape sequences."""
123 If color is enabled, returns an ANSI sequence to start the given
135 If color is enabled, returns an ANSI color reset sequence,
/OK3568_Linux_fs/buildroot/package/qt5/qt5webengine-chromium/
H A Dchromium-latest.inc132 chromium/third_party/devtools-frontend/src/node_modules/ansi-colors/LICENSE \
133 chromium/third_party/devtools-frontend/src/node_modules/ansi-escapes/license \
134 …chromium/third_party/devtools-frontend/src/node_modules/ansi-escapes/node_modules/type-fest/licens…
135 chromium/third_party/devtools-frontend/src/node_modules/ansi-regex/license \
136 chromium/third_party/devtools-frontend/src/node_modules/ansi-styles/license \
266 chromium/third_party/devtools-frontend/src/node_modules/cliui/node_modules/ansi-regex/license \
269 chromium/third_party/devtools-frontend/src/node_modules/cliui/node_modules/strip-ansi/license \
350 chromium/third_party/devtools-frontend/src/node_modules/eslint/node_modules/ansi-regex/license \
354 chromium/third_party/devtools-frontend/src/node_modules/eslint/node_modules/strip-ansi/license \
457 chromium/third_party/devtools-frontend/src/node_modules/inquirer/node_modules/ansi-regex/license \
[all …]
H A Dqt5webengine-chromium.hash131 …97e3227fec367a39e82b94 chromium/third_party/devtools-frontend/src/node_modules/ansi-colors/LICENSE
132 …b8149c65689e0c61789d3 chromium/third_party/devtools-frontend/src/node_modules/ansi-escapes/license
133 …ed460914e35f94a0 chromium/third_party/devtools-frontend/src/node_modules/ansi-escapes/node_module…
134 …98fba57ed460914e35f94a0 chromium/third_party/devtools-frontend/src/node_modules/ansi-regex/license
135 …8fba57ed460914e35f94a0 chromium/third_party/devtools-frontend/src/node_modules/ansi-styles/license
265 …94a0 chromium/third_party/devtools-frontend/src/node_modules/cliui/node_modules/ansi-regex/license
268 …94a0 chromium/third_party/devtools-frontend/src/node_modules/cliui/node_modules/strip-ansi/license
349 …4a0 chromium/third_party/devtools-frontend/src/node_modules/eslint/node_modules/ansi-regex/license
353 …4a0 chromium/third_party/devtools-frontend/src/node_modules/eslint/node_modules/strip-ansi/license
456 …0 chromium/third_party/devtools-frontend/src/node_modules/inquirer/node_modules/ansi-regex/license
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dansidecl.h1 /* ANSI and traditional C compatability macros
19 /* ANSI and traditional C compatibility macros
21 ANSI C is assumed if __STDC__ is #defined.
23 Macro ANSI C definition Traditional C definition
92 #else /* Not ANSI C. */
96 /* some systems define these in header files for non-ansi mode */
106 #endif /* ANSI C. */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dansidecl.h1 /* ANSI and traditional C compatability macros
19 /* ANSI and traditional C compatibility macros
21 ANSI C is assumed if __STDC__ is #defined.
23 Macro ANSI C definition Traditional C definition
92 #else /* Not ANSI C. */
96 /* some systems define these in header files for non-ansi mode */
106 #endif /* ANSI C. */
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.bootmenu7 ANSI terminal bootmenu command
17 The "bootmenu" command interprets ANSI escape sequencies, so
18 an ANSI terminal is required for proper menu rendering and item
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/install-tools/include/
H A DREADME8 GCC requires ANSI C headers and many vendors supply ANSI-incompatible
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include-fixed/
H A DREADME8 GCC requires ANSI C headers and many vendors supply ANSI-incompatible
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include-fixed/
H A DREADME8 GCC requires ANSI C headers and many vendors supply ANSI-incompatible
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/install-tools/include/
H A DREADME8 GCC requires ANSI C headers and many vendors supply ANSI-incompatible
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/
H A Doid.h86 #define MBEDTLS_OID_ORG_ANSI_X9_62 "\xce\x3d" /* ansi-X9-62(10045) */
335 * iso(1) member-body(2) us(840) ansi-X9-62(10045) keyType(2) 1 } */
348 * iso(1) member-body(2) us(840) ansi-X9-62(10045) curves(3) prime(1) 1 } */
356 * iso(1) member-body(2) us(840) ansi-X9-62(10045) curves(3) prime(1) 7 } */
400 * id-fieldType OBJECT IDENTIFIER ::= { ansi-X9-62 fieldType(1)}
412 * iso(1) member-body(2) us(840) ansi-X9-62(10045) signatures(4) 1 } */
416 * iso(1) member-body(2) us(840) ansi-X9-62(10045) signatures(4)
421 * iso(1) member-body(2) us(840) ansi-X9-62(10045) signatures(4)
426 * iso(1) member-body(2) us(840) ansi-X9-62(10045) signatures(4)
431 * iso(1) member-body(2) us(840) ansi-X9-62(10045) signatures(4)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/
H A Doid.h86 #define MBEDTLS_OID_ORG_ANSI_X9_62 "\xce\x3d" /* ansi-X9-62(10045) */
335 * iso(1) member-body(2) us(840) ansi-X9-62(10045) keyType(2) 1 } */
348 * iso(1) member-body(2) us(840) ansi-X9-62(10045) curves(3) prime(1) 1 } */
356 * iso(1) member-body(2) us(840) ansi-X9-62(10045) curves(3) prime(1) 7 } */
400 * id-fieldType OBJECT IDENTIFIER ::= { ansi-X9-62 fieldType(1)}
412 * iso(1) member-body(2) us(840) ansi-X9-62(10045) signatures(4) 1 } */
416 * iso(1) member-body(2) us(840) ansi-X9-62(10045) signatures(4)
421 * iso(1) member-body(2) us(840) ansi-X9-62(10045) signatures(4)
426 * iso(1) member-body(2) us(840) ansi-X9-62(10045) signatures(4)
431 * iso(1) member-body(2) us(840) ansi-X9-62(10045) signatures(4)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/
H A Doid.h86 #define MBEDTLS_OID_ORG_ANSI_X9_62 "\xce\x3d" /* ansi-X9-62(10045) */
335 * iso(1) member-body(2) us(840) ansi-X9-62(10045) keyType(2) 1 } */
348 * iso(1) member-body(2) us(840) ansi-X9-62(10045) curves(3) prime(1) 1 } */
356 * iso(1) member-body(2) us(840) ansi-X9-62(10045) curves(3) prime(1) 7 } */
400 * id-fieldType OBJECT IDENTIFIER ::= { ansi-X9-62 fieldType(1)}
412 * iso(1) member-body(2) us(840) ansi-X9-62(10045) signatures(4) 1 } */
416 * iso(1) member-body(2) us(840) ansi-X9-62(10045) signatures(4)
421 * iso(1) member-body(2) us(840) ansi-X9-62(10045) signatures(4)
426 * iso(1) member-body(2) us(840) ansi-X9-62(10045) signatures(4)
431 * iso(1) member-body(2) us(840) ansi-X9-62(10045) signatures(4)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/
H A Doid.h86 #define MBEDTLS_OID_ORG_ANSI_X9_62 "\xce\x3d" /* ansi-X9-62(10045) */
335 * iso(1) member-body(2) us(840) ansi-X9-62(10045) keyType(2) 1 } */
348 * iso(1) member-body(2) us(840) ansi-X9-62(10045) curves(3) prime(1) 1 } */
356 * iso(1) member-body(2) us(840) ansi-X9-62(10045) curves(3) prime(1) 7 } */
400 * id-fieldType OBJECT IDENTIFIER ::= { ansi-X9-62 fieldType(1)}
412 * iso(1) member-body(2) us(840) ansi-X9-62(10045) signatures(4) 1 } */
416 * iso(1) member-body(2) us(840) ansi-X9-62(10045) signatures(4)
421 * iso(1) member-body(2) us(840) ansi-X9-62(10045) signatures(4)
426 * iso(1) member-body(2) us(840) ansi-X9-62(10045) signatures(4)
431 * iso(1) member-body(2) us(840) ansi-X9-62(10045) signatures(4)
/OK3568_Linux_fs/buildroot/package/libcdaudio/
H A D0001-libcdaudio-enable-autoreconf.patch9 configure.ac:20: error: automatic de-ANSI-fication support has been removed
11 Makefile.am:2: error: automatic de-ANSI-fication support has been removed

12345678910>>...22