HomeSort by: relevance | last modified time | path
    Searched defs:UINT32_C (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/arch/alpha/include/
int_const.h 51 #define UINT32_C(c) c ## U
  /src/sys/arch/amd64/include/
int_const.h 54 #define UINT32_C(c) c ## U
  /src/sys/arch/arm/include/
int_const.h 55 #define UINT32_C(c) c ## U
  /src/sys/arch/hppa/include/
int_const.h 48 #define UINT32_C(c) c ## U
  /src/sys/arch/i386/include/
int_const.h 52 #define UINT32_C(c) c ## U
  /src/sys/arch/ia64/include/
int_const.h 52 #define UINT32_C(c) c ## U
  /src/sys/arch/m68k/include/
int_const.h 51 #define UINT32_C(c) c ## U
  /src/sys/arch/mips/include/
int_const.h 55 #define UINT32_C(c) c ## U
  /src/sys/arch/powerpc/include/
int_const.h 55 #define UINT32_C(c) c ## U
  /src/sys/arch/sh3/include/
int_const.h 51 #define UINT32_C(c) c ## U
  /src/sys/arch/sparc/include/
int_const.h 55 #define UINT32_C(c) c ## U
  /src/sys/arch/vax/include/
int_const.h 51 #define UINT32_C(c) c ## U
  /src/sys/sys/
common_int_const.h 54 #define UINT32_C(c) __int_join(c, __UINT32_C_SUFFIX__)
  /src/lib/libc/locale/
runetype_file.h 46 #ifndef UINT32_C
48 #define UINT32_C(c) ((uint32_t)(c##U))
60 #define _RUNETYPE_A UINT32_C(0x00000100) /* Alpha */
61 #define _RUNETYPE_C UINT32_C(0x00000200) /* Control */
62 #define _RUNETYPE_D UINT32_C(0x00000400) /* Digit */
63 #define _RUNETYPE_G UINT32_C(0x00000800) /* Graph */
64 #define _RUNETYPE_L UINT32_C(0x00001000) /* Lower */
65 #define _RUNETYPE_P UINT32_C(0x00002000) /* Punct */
66 #define _RUNETYPE_S UINT32_C(0x00004000) /* Space */
67 #define _RUNETYPE_U UINT32_C(0x00008000) /* Upper *
    [all...]

Completed in 46 milliseconds