Home
last modified time | relevance | path

Searched refs:__SIZEOF_LONG__ (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/lib/libc/minimal/include/
Dlimits.h36 #define LONG_BIT (__SIZEOF_LONG__ * CHAR_BIT)
69 #if __SIZEOF_LONG__ == 4
71 #elif __SIZEOF_LONG__ == 8
/Zephyr-latest/include/zephyr/toolchain/
Dzephyr_stdint.h56 #if __SIZEOF_POINTER__ != __SIZEOF_LONG__
Dxcc_missing_defs.h37 #define __SIZEOF_LONG__ 4 macro
/Zephyr-latest/include/zephyr/sys/
Dutil.h56 #if !(defined(__CHAR_BIT__) && defined(__SIZEOF_LONG__) && defined(__SIZEOF_LONG_LONG__))
70 #define BITS_PER_LONG (__CHAR_BIT__ * __SIZEOF_LONG__)