OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [config/] [openbsd-stdint.h] - Blame information for rev 749

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 709 jeremybenn
#define SIG_ATOMIC_TYPE         "int"
2
 
3
#define INT8_TYPE               "signed char"
4
#define INT16_TYPE              "short int"
5
#define INT32_TYPE              "int"
6
#define INT64_TYPE              "long long int"
7
#define UINT8_TYPE              "unsigned char"
8
#define UINT16_TYPE             "short unsigned int"
9
#define UINT32_TYPE             "unsigned int"
10
#define UINT64_TYPE             "long long unsigned int"
11
 
12
#define INT_LEAST8_TYPE         "signed char"
13
#define INT_LEAST16_TYPE        "short int"
14
#define INT_LEAST32_TYPE        "int"
15
#define INT_LEAST64_TYPE        "long long int"
16
#define UINT_LEAST8_TYPE        "unsigned char"
17
#define UINT_LEAST16_TYPE       "short unsigned int"
18
#define UINT_LEAST32_TYPE       "unsigned int"
19
#define UINT_LEAST64_TYPE       "long long unsigned int"
20
 
21
#define INT_FAST8_TYPE          "int"
22
#define INT_FAST16_TYPE         "int"
23
#define INT_FAST32_TYPE         "int"
24
#define INT_FAST64_TYPE         "long long int"
25
#define UINT_FAST8_TYPE         "unsigned int"
26
#define UINT_FAST16_TYPE        "unsigned int"
27
#define UINT_FAST32_TYPE        "unsigned int"
28
#define UINT_FAST64_TYPE        "long long unsigned int"
29
 
30
#define INTPTR_TYPE             "long int"
31
#define UINTPTR_TYPE            "long unsigned int"

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.