Home
last modified time | relevance | path

Searched refs:CHAR_TYPE_SIZE (Results 1 – 25 of 816) sorted by relevance

12345678910>>...33

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/
H A Dnewlib-stdint.h36 #define INT8_TYPE (CHAR_TYPE_SIZE == 8 ? "signed char" : 0)
37 …(SHORT_TYPE_SIZE == 16 ? "short int" : INT_TYPE_SIZE == 16 ? "int" : CHAR_TYPE_SIZE == 16 ? "signe…
38 … INT_TYPE_SIZE == 32 ? "int" : SHORT_TYPE_SIZE == 32 ? "short int" : CHAR_TYPE_SIZE == 32 ? "signe…
40 #define UINT8_TYPE (CHAR_TYPE_SIZE == 8 ? "unsigned char" : 0)
41 …= 16 ? "short unsigned int" : INT_TYPE_SIZE == 16 ? "unsigned int" : CHAR_TYPE_SIZE == 16 ? "unsig…
42 …32 ? "unsigned int" : SHORT_TYPE_SIZE == 32 ? "short unsigned int" : CHAR_TYPE_SIZE == 32 ? "unsig…
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/config/
H A Dnewlib-stdint.h36 #define INT8_TYPE (CHAR_TYPE_SIZE == 8 ? "signed char" : 0)
37 …(SHORT_TYPE_SIZE == 16 ? "short int" : INT_TYPE_SIZE == 16 ? "int" : CHAR_TYPE_SIZE == 16 ? "signe…
38 … INT_TYPE_SIZE == 32 ? "int" : SHORT_TYPE_SIZE == 32 ? "short int" : CHAR_TYPE_SIZE == 32 ? "signe…
40 #define UINT8_TYPE (CHAR_TYPE_SIZE == 8 ? "unsigned char" : 0)
41 …= 16 ? "short unsigned int" : INT_TYPE_SIZE == 16 ? "unsigned int" : CHAR_TYPE_SIZE == 16 ? "unsig…
42 …32 ? "unsigned int" : SHORT_TYPE_SIZE == 32 ? "short unsigned int" : CHAR_TYPE_SIZE == 32 ? "unsig…
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/
H A Dnewlib-stdint.h36 #define INT8_TYPE (CHAR_TYPE_SIZE == 8 ? "signed char" : 0)
37 …(SHORT_TYPE_SIZE == 16 ? "short int" : INT_TYPE_SIZE == 16 ? "int" : CHAR_TYPE_SIZE == 16 ? "signe…
38 … INT_TYPE_SIZE == 32 ? "int" : SHORT_TYPE_SIZE == 32 ? "short int" : CHAR_TYPE_SIZE == 32 ? "signe…
40 #define UINT8_TYPE (CHAR_TYPE_SIZE == 8 ? "unsigned char" : 0)
41 …= 16 ? "short unsigned int" : INT_TYPE_SIZE == 16 ? "unsigned int" : CHAR_TYPE_SIZE == 16 ? "unsig…
42 …32 ? "unsigned int" : SHORT_TYPE_SIZE == 32 ? "short unsigned int" : CHAR_TYPE_SIZE == 32 ? "unsig…
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/
H A Dnewlib-stdint.h36 #define INT8_TYPE (CHAR_TYPE_SIZE == 8 ? "signed char" : 0)
37 …(SHORT_TYPE_SIZE == 16 ? "short int" : INT_TYPE_SIZE == 16 ? "int" : CHAR_TYPE_SIZE == 16 ? "signe…
38 … INT_TYPE_SIZE == 32 ? "int" : SHORT_TYPE_SIZE == 32 ? "short int" : CHAR_TYPE_SIZE == 32 ? "signe…
40 #define UINT8_TYPE (CHAR_TYPE_SIZE == 8 ? "unsigned char" : 0)
41 …= 16 ? "short unsigned int" : INT_TYPE_SIZE == 16 ? "unsigned int" : CHAR_TYPE_SIZE == 16 ? "unsig…
42 …32 ? "unsigned int" : SHORT_TYPE_SIZE == 32 ? "short unsigned int" : CHAR_TYPE_SIZE == 32 ? "unsig…
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/
H A Dnewlib-stdint.h36 #define INT8_TYPE (CHAR_TYPE_SIZE == 8 ? "signed char" : 0)
37 …(SHORT_TYPE_SIZE == 16 ? "short int" : INT_TYPE_SIZE == 16 ? "int" : CHAR_TYPE_SIZE == 16 ? "signe…
38 … INT_TYPE_SIZE == 32 ? "int" : SHORT_TYPE_SIZE == 32 ? "short int" : CHAR_TYPE_SIZE == 32 ? "signe…
40 #define UINT8_TYPE (CHAR_TYPE_SIZE == 8 ? "unsigned char" : 0)
41 …= 16 ? "short unsigned int" : INT_TYPE_SIZE == 16 ? "unsigned int" : CHAR_TYPE_SIZE == 16 ? "unsig…
42 …32 ? "unsigned int" : SHORT_TYPE_SIZE == 32 ? "short unsigned int" : CHAR_TYPE_SIZE == 32 ? "unsig…
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/
H A Dnewlib-stdint.h36 #define INT8_TYPE (CHAR_TYPE_SIZE == 8 ? "signed char" : 0)
37 …(SHORT_TYPE_SIZE == 16 ? "short int" : INT_TYPE_SIZE == 16 ? "int" : CHAR_TYPE_SIZE == 16 ? "signe…
38 … INT_TYPE_SIZE == 32 ? "int" : SHORT_TYPE_SIZE == 32 ? "short int" : CHAR_TYPE_SIZE == 32 ? "signe…
40 #define UINT8_TYPE (CHAR_TYPE_SIZE == 8 ? "unsigned char" : 0)
41 …= 16 ? "short unsigned int" : INT_TYPE_SIZE == 16 ? "unsigned int" : CHAR_TYPE_SIZE == 16 ? "unsig…
42 …32 ? "unsigned int" : SHORT_TYPE_SIZE == 32 ? "short unsigned int" : CHAR_TYPE_SIZE == 32 ? "unsig…
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/
H A Dnewlib-stdint.h36 #define INT8_TYPE (CHAR_TYPE_SIZE == 8 ? "signed char" : 0)
37 …(SHORT_TYPE_SIZE == 16 ? "short int" : INT_TYPE_SIZE == 16 ? "int" : CHAR_TYPE_SIZE == 16 ? "signe…
38 … INT_TYPE_SIZE == 32 ? "int" : SHORT_TYPE_SIZE == 32 ? "short int" : CHAR_TYPE_SIZE == 32 ? "signe…
40 #define UINT8_TYPE (CHAR_TYPE_SIZE == 8 ? "unsigned char" : 0)
41 …= 16 ? "short unsigned int" : INT_TYPE_SIZE == 16 ? "unsigned int" : CHAR_TYPE_SIZE == 16 ? "unsig…
42 …32 ? "unsigned int" : SHORT_TYPE_SIZE == 32 ? "short unsigned int" : CHAR_TYPE_SIZE == 32 ? "unsig…
/dports/lang/gcc48/gcc-4.8.5/gcc/config/
H A Dnewlib-stdint.h31 #define INT8_TYPE (CHAR_TYPE_SIZE == 8 ? "signed char" : 0)
32 …(SHORT_TYPE_SIZE == 16 ? "short int" : INT_TYPE_SIZE == 16 ? "int" : CHAR_TYPE_SIZE == 16 ? "signe…
33 … INT_TYPE_SIZE == 32 ? "int" : SHORT_TYPE_SIZE == 32 ? "short int" : CHAR_TYPE_SIZE == 32 ? "signe…
35 #define UINT8_TYPE (CHAR_TYPE_SIZE == 8 ? "unsigned char" : 0)
36 …= 16 ? "short unsigned int" : INT_TYPE_SIZE == 16 ? "unsigned int" : CHAR_TYPE_SIZE == 16 ? "unsig…
37 …32 ? "unsigned int" : SHORT_TYPE_SIZE == 32 ? "short unsigned int" : CHAR_TYPE_SIZE == 32 ? "unsig…
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/
H A Dnewlib-stdint.h36 #define INT8_TYPE (CHAR_TYPE_SIZE == 8 ? "signed char" : 0)
37 …(SHORT_TYPE_SIZE == 16 ? "short int" : INT_TYPE_SIZE == 16 ? "int" : CHAR_TYPE_SIZE == 16 ? "signe…
38 … INT_TYPE_SIZE == 32 ? "int" : SHORT_TYPE_SIZE == 32 ? "short int" : CHAR_TYPE_SIZE == 32 ? "signe…
40 #define UINT8_TYPE (CHAR_TYPE_SIZE == 8 ? "unsigned char" : 0)
41 …= 16 ? "short unsigned int" : INT_TYPE_SIZE == 16 ? "unsigned int" : CHAR_TYPE_SIZE == 16 ? "unsig…
42 …32 ? "unsigned int" : SHORT_TYPE_SIZE == 32 ? "short unsigned int" : CHAR_TYPE_SIZE == 32 ? "unsig…
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/
H A Dnewlib-stdint.h36 #define INT8_TYPE (CHAR_TYPE_SIZE == 8 ? "signed char" : 0)
37 …(SHORT_TYPE_SIZE == 16 ? "short int" : INT_TYPE_SIZE == 16 ? "int" : CHAR_TYPE_SIZE == 16 ? "signe…
38 … INT_TYPE_SIZE == 32 ? "int" : SHORT_TYPE_SIZE == 32 ? "short int" : CHAR_TYPE_SIZE == 32 ? "signe…
40 #define UINT8_TYPE (CHAR_TYPE_SIZE == 8 ? "unsigned char" : 0)
41 …= 16 ? "short unsigned int" : INT_TYPE_SIZE == 16 ? "unsigned int" : CHAR_TYPE_SIZE == 16 ? "unsig…
42 …32 ? "unsigned int" : SHORT_TYPE_SIZE == 32 ? "short unsigned int" : CHAR_TYPE_SIZE == 32 ? "unsig…
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/config/
H A Dnewlib-stdint.h31 #define INT8_TYPE (CHAR_TYPE_SIZE == 8 ? "signed char" : 0)
32 …(SHORT_TYPE_SIZE == 16 ? "short int" : INT_TYPE_SIZE == 16 ? "int" : CHAR_TYPE_SIZE == 16 ? "signe…
33 … INT_TYPE_SIZE == 32 ? "int" : SHORT_TYPE_SIZE == 32 ? "short int" : CHAR_TYPE_SIZE == 32 ? "signe…
35 #define UINT8_TYPE (CHAR_TYPE_SIZE == 8 ? "unsigned char" : 0)
36 …= 16 ? "short unsigned int" : INT_TYPE_SIZE == 16 ? "unsigned int" : CHAR_TYPE_SIZE == 16 ? "unsig…
37 …32 ? "unsigned int" : SHORT_TYPE_SIZE == 32 ? "short unsigned int" : CHAR_TYPE_SIZE == 32 ? "unsig…
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/
H A Dnewlib-stdint.h36 #define INT8_TYPE (CHAR_TYPE_SIZE == 8 ? "signed char" : 0)
37 …(SHORT_TYPE_SIZE == 16 ? "short int" : INT_TYPE_SIZE == 16 ? "int" : CHAR_TYPE_SIZE == 16 ? "signe…
38 … INT_TYPE_SIZE == 32 ? "int" : SHORT_TYPE_SIZE == 32 ? "short int" : CHAR_TYPE_SIZE == 32 ? "signe…
40 #define UINT8_TYPE (CHAR_TYPE_SIZE == 8 ? "unsigned char" : 0)
41 …= 16 ? "short unsigned int" : INT_TYPE_SIZE == 16 ? "unsigned int" : CHAR_TYPE_SIZE == 16 ? "unsig…
42 …32 ? "unsigned int" : SHORT_TYPE_SIZE == 32 ? "short unsigned int" : CHAR_TYPE_SIZE == 32 ? "unsig…
/dports/lang/gcc11/gcc-11.2.0/gcc/config/
H A Dnewlib-stdint.h36 #define INT8_TYPE (CHAR_TYPE_SIZE == 8 ? "signed char" : 0)
37 …(SHORT_TYPE_SIZE == 16 ? "short int" : INT_TYPE_SIZE == 16 ? "int" : CHAR_TYPE_SIZE == 16 ? "signe…
38 … INT_TYPE_SIZE == 32 ? "int" : SHORT_TYPE_SIZE == 32 ? "short int" : CHAR_TYPE_SIZE == 32 ? "signe…
40 #define UINT8_TYPE (CHAR_TYPE_SIZE == 8 ? "unsigned char" : 0)
41 …= 16 ? "short unsigned int" : INT_TYPE_SIZE == 16 ? "unsigned int" : CHAR_TYPE_SIZE == 16 ? "unsig…
42 …32 ? "unsigned int" : SHORT_TYPE_SIZE == 32 ? "short unsigned int" : CHAR_TYPE_SIZE == 32 ? "unsig…
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/config/
H A Dnewlib-stdint.h36 #define INT8_TYPE (CHAR_TYPE_SIZE == 8 ? "signed char" : 0)
37 …(SHORT_TYPE_SIZE == 16 ? "short int" : INT_TYPE_SIZE == 16 ? "int" : CHAR_TYPE_SIZE == 16 ? "signe…
38 … INT_TYPE_SIZE == 32 ? "int" : SHORT_TYPE_SIZE == 32 ? "short int" : CHAR_TYPE_SIZE == 32 ? "signe…
40 #define UINT8_TYPE (CHAR_TYPE_SIZE == 8 ? "unsigned char" : 0)
41 …= 16 ? "short unsigned int" : INT_TYPE_SIZE == 16 ? "unsigned int" : CHAR_TYPE_SIZE == 16 ? "unsig…
42 …32 ? "unsigned int" : SHORT_TYPE_SIZE == 32 ? "short unsigned int" : CHAR_TYPE_SIZE == 32 ? "unsig…
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/
H A Dnewlib-stdint.h36 #define INT8_TYPE (CHAR_TYPE_SIZE == 8 ? "signed char" : 0)
37 …(SHORT_TYPE_SIZE == 16 ? "short int" : INT_TYPE_SIZE == 16 ? "int" : CHAR_TYPE_SIZE == 16 ? "signe…
38 … INT_TYPE_SIZE == 32 ? "int" : SHORT_TYPE_SIZE == 32 ? "short int" : CHAR_TYPE_SIZE == 32 ? "signe…
40 #define UINT8_TYPE (CHAR_TYPE_SIZE == 8 ? "unsigned char" : 0)
41 …= 16 ? "short unsigned int" : INT_TYPE_SIZE == 16 ? "unsigned int" : CHAR_TYPE_SIZE == 16 ? "unsig…
42 …32 ? "unsigned int" : SHORT_TYPE_SIZE == 32 ? "short unsigned int" : CHAR_TYPE_SIZE == 32 ? "unsig…
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/
H A Dnewlib-stdint.h36 #define INT8_TYPE (CHAR_TYPE_SIZE == 8 ? "signed char" : 0)
37 …(SHORT_TYPE_SIZE == 16 ? "short int" : INT_TYPE_SIZE == 16 ? "int" : CHAR_TYPE_SIZE == 16 ? "signe…
38 … INT_TYPE_SIZE == 32 ? "int" : SHORT_TYPE_SIZE == 32 ? "short int" : CHAR_TYPE_SIZE == 32 ? "signe…
40 #define UINT8_TYPE (CHAR_TYPE_SIZE == 8 ? "unsigned char" : 0)
41 …= 16 ? "short unsigned int" : INT_TYPE_SIZE == 16 ? "unsigned int" : CHAR_TYPE_SIZE == 16 ? "unsig…
42 …32 ? "unsigned int" : SHORT_TYPE_SIZE == 32 ? "short unsigned int" : CHAR_TYPE_SIZE == 32 ? "unsig…
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/config/
H A Dnewlib-stdint.h36 #define INT8_TYPE (CHAR_TYPE_SIZE == 8 ? "signed char" : 0)
37 …(SHORT_TYPE_SIZE == 16 ? "short int" : INT_TYPE_SIZE == 16 ? "int" : CHAR_TYPE_SIZE == 16 ? "signe…
38 … INT_TYPE_SIZE == 32 ? "int" : SHORT_TYPE_SIZE == 32 ? "short int" : CHAR_TYPE_SIZE == 32 ? "signe…
40 #define UINT8_TYPE (CHAR_TYPE_SIZE == 8 ? "unsigned char" : 0)
41 …= 16 ? "short unsigned int" : INT_TYPE_SIZE == 16 ? "unsigned int" : CHAR_TYPE_SIZE == 16 ? "unsig…
42 …32 ? "unsigned int" : SHORT_TYPE_SIZE == 32 ? "short unsigned int" : CHAR_TYPE_SIZE == 32 ? "unsig…
/dports/lang/gcc10/gcc-10.3.0/gcc/config/
H A Dnewlib-stdint.h36 #define INT8_TYPE (CHAR_TYPE_SIZE == 8 ? "signed char" : 0)
37 …(SHORT_TYPE_SIZE == 16 ? "short int" : INT_TYPE_SIZE == 16 ? "int" : CHAR_TYPE_SIZE == 16 ? "signe…
38 … INT_TYPE_SIZE == 32 ? "int" : SHORT_TYPE_SIZE == 32 ? "short int" : CHAR_TYPE_SIZE == 32 ? "signe…
40 #define UINT8_TYPE (CHAR_TYPE_SIZE == 8 ? "unsigned char" : 0)
41 …= 16 ? "short unsigned int" : INT_TYPE_SIZE == 16 ? "unsigned int" : CHAR_TYPE_SIZE == 16 ? "unsig…
42 …32 ? "unsigned int" : SHORT_TYPE_SIZE == 32 ? "short unsigned int" : CHAR_TYPE_SIZE == 32 ? "unsig…
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/config/
H A Dnewlib-stdint.h36 #define INT8_TYPE (CHAR_TYPE_SIZE == 8 ? "signed char" : 0)
37 …(SHORT_TYPE_SIZE == 16 ? "short int" : INT_TYPE_SIZE == 16 ? "int" : CHAR_TYPE_SIZE == 16 ? "signe…
38 … INT_TYPE_SIZE == 32 ? "int" : SHORT_TYPE_SIZE == 32 ? "short int" : CHAR_TYPE_SIZE == 32 ? "signe…
40 #define UINT8_TYPE (CHAR_TYPE_SIZE == 8 ? "unsigned char" : 0)
41 …= 16 ? "short unsigned int" : INT_TYPE_SIZE == 16 ? "unsigned int" : CHAR_TYPE_SIZE == 16 ? "unsig…
42 …32 ? "unsigned int" : SHORT_TYPE_SIZE == 32 ? "short unsigned int" : CHAR_TYPE_SIZE == 32 ? "unsig…
/dports/lang/gcc8/gcc-8.5.0/gcc/config/
H A Dnewlib-stdint.h36 #define INT8_TYPE (CHAR_TYPE_SIZE == 8 ? "signed char" : 0)
37 …(SHORT_TYPE_SIZE == 16 ? "short int" : INT_TYPE_SIZE == 16 ? "int" : CHAR_TYPE_SIZE == 16 ? "signe…
38 … INT_TYPE_SIZE == 32 ? "int" : SHORT_TYPE_SIZE == 32 ? "short int" : CHAR_TYPE_SIZE == 32 ? "signe…
40 #define UINT8_TYPE (CHAR_TYPE_SIZE == 8 ? "unsigned char" : 0)
41 …= 16 ? "short unsigned int" : INT_TYPE_SIZE == 16 ? "unsigned int" : CHAR_TYPE_SIZE == 16 ? "unsig…
42 …32 ? "unsigned int" : SHORT_TYPE_SIZE == 32 ? "short unsigned int" : CHAR_TYPE_SIZE == 32 ? "unsig…
/dports/lang/gcc9/gcc-9.4.0/gcc/config/
H A Dnewlib-stdint.h36 #define INT8_TYPE (CHAR_TYPE_SIZE == 8 ? "signed char" : 0)
37 …(SHORT_TYPE_SIZE == 16 ? "short int" : INT_TYPE_SIZE == 16 ? "int" : CHAR_TYPE_SIZE == 16 ? "signe…
38 … INT_TYPE_SIZE == 32 ? "int" : SHORT_TYPE_SIZE == 32 ? "short int" : CHAR_TYPE_SIZE == 32 ? "signe…
40 #define UINT8_TYPE (CHAR_TYPE_SIZE == 8 ? "unsigned char" : 0)
41 …= 16 ? "short unsigned int" : INT_TYPE_SIZE == 16 ? "unsigned int" : CHAR_TYPE_SIZE == 16 ? "unsig…
42 …32 ? "unsigned int" : SHORT_TYPE_SIZE == 32 ? "short unsigned int" : CHAR_TYPE_SIZE == 32 ? "unsig…
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Utilities/simmToOpenSim/acpp/src/
H A Dcexp.y60 #ifndef CHAR_TYPE_SIZE
61 #define CHAR_TYPE_SIZE BITS_PER_UNIT macro
459 || ((c >> (CHAR_TYPE_SIZE - 1)) & 1) == 0) in yylex()
460 yylval.integer.value = c & ((1 << CHAR_TYPE_SIZE) - 1); in yylex()
462 yylval.integer.value = c | ~((1 << CHAR_TYPE_SIZE) - 1); in yylex()
628 if ((i & ~((1 << CHAR_TYPE_SIZE) - 1)) != 0)
630 i &= (1 << CHAR_TYPE_SIZE) - 1;
/dports/editors/emacs/emacs-27.2/test/manual/etags/y-src/
H A Dcccp.y86 #ifndef CHAR_TYPE_SIZE
87 #define CHAR_TYPE_SIZE BITS_PER_UNIT macro
536 unsigned width = CHAR_TYPE_SIZE; in yylex()
793 if ((i & ~((1 << CHAR_TYPE_SIZE) - 1)) != 0)
795 i &= (1 << CHAR_TYPE_SIZE) - 1;
/dports/editors/emacs-devel/emacs-4d1968b/test/manual/etags/y-src/
H A Dcccp.y86 #ifndef CHAR_TYPE_SIZE
87 #define CHAR_TYPE_SIZE BITS_PER_UNIT macro
536 unsigned width = CHAR_TYPE_SIZE; in yylex()
793 if ((i & ~((1 << CHAR_TYPE_SIZE) - 1)) != 0)
795 i &= (1 << CHAR_TYPE_SIZE) - 1;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Ddefaults.h339 #ifndef CHAR_TYPE_SIZE
340 #define CHAR_TYPE_SIZE BITS_PER_UNIT macro
345 #define BOOL_TYPE_SIZE CHAR_TYPE_SIZE

12345678910>>...33