nuttx/arch/mips/include
YAMAMOTO Takashi a0ed2b64c9 mips: Use types matching the compiler types
root@212cf3f52994:/tools# p32-gcc -mlong32 -dM -E - < /dev/null | grep "__INT.*_TYPE__"|sort
    #define __INT16_TYPE__ short int
    #define __INT32_TYPE__ long int
    #define __INT64_TYPE__ long long int
    #define __INT8_TYPE__ signed char
    #define __INTMAX_TYPE__ long long int
    #define __INTPTR_TYPE__ int
    #define __INT_FAST16_TYPE__ int
    #define __INT_FAST32_TYPE__ int
    #define __INT_FAST64_TYPE__ long long int
    #define __INT_FAST8_TYPE__ int
    #define __INT_LEAST16_TYPE__ short int
    #define __INT_LEAST32_TYPE__ long int
    #define __INT_LEAST64_TYPE__ long long int
    #define __INT_LEAST8_TYPE__ signed char
    root@212cf3f52994:/tools#
2020-11-19 00:49:56 -08:00
..
mips32 arch: Fix included directed -> included directly 2020-04-05 22:31:15 +01:00
pic32mx arch: Fix included directed -> included directly 2020-04-05 22:31:15 +01:00
pic32mz arch: Fix included directed -> included directly 2020-04-05 22:31:15 +01:00
.gitignore Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
arch.h arch: Move *_getsp to the common place arch/arch.h 2020-07-09 13:51:09 +01:00
inttypes.h mips: Use types matching the compiler types 2020-11-19 00:49:56 -08:00
irq.h arch: Fix included directed -> included directly 2020-04-05 22:31:15 +01:00
limits.h Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
syscall.h arch/mips: When a CPU implements an External Interrupt Controller, 2020-02-10 12:40:41 -06:00
tls.h arch: Move *_getsp to the common place arch/arch.h 2020-07-09 13:51:09 +01:00
types.h mips: Use types matching the compiler types 2020-11-19 00:49:56 -08:00