Home
last modified time | relevance | path

Searched refs:T_UINT32 (Results 1 – 5 of 5) sorted by relevance

/third_party/cmsis/CMSIS/Core/Include/
Dcmsis_compiler.h101 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; struct
102 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)
173 struct __packed__ T_UINT32 { uint32_t v; }; argument
174 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)
244 @packed struct T_UINT32 { uint32_t v; }; struct
245 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)
Dcmsis_armclang.h67 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; argument
69 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)
Dcmsis_armclang_ltm.h67 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; struct
69 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)
Dcmsis_gcc.h74 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; argument
76 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)
/third_party/python/Modules/
Dselectmodule.c1770 # define T_UINT32 T_ULONGLONG macro
1773 # define T_UINT32 T_ULONG macro
1776 # define T_UINT32 T_UINT macro
1786 # define FILTER_TYPE T_UINT32
1788 # define FLAGS_TYPE T_UINT32
1790 # define FFLAGS_TYPE T_UINT32