OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UINT32_C
(Results
1 - 25
of
81
) sorted by relevancy
1
2
3
4
/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/external/gpl3/gcc/dist/fixincludes/tests/base/
inttypes.h
16
#define
UINT32_C
(__c) __CONCAT__(__c,u)
/src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
inttypes.h
16
#define
UINT32_C
(__c) __CONCAT__(__c,u)
/src/external/public-domain/xz/dist/src/liblzma/api/
lzma.h
46
* - stdint.h: uint8_t, uint32_t, uint64_t,
UINT32_C
(n), uint64_C(n),
82
# if !defined(
UINT32_C
) || !defined(UINT64_C) \
135
# ifndef
UINT32_C
137
# define
UINT32_C
(n) n ## UI32
139
# define
UINT32_C
(n) n ## U
158
# define UINT32_MAX (
UINT32_C
(4294967295))
/src/crypto/external/apache2/openssl/dist/include/internal/
numbers.h
68
#ifndef
UINT32_C
69
#define
UINT32_C
(c) (c)
80
#ifndef
UINT32_C
81
#define
UINT32_C
(c) (c##UL)
/src/external/public-domain/xz/dist/src/common/
sysdefs.h
56
#ifndef
UINT32_C
58
# error
UINT32_C
is not defined and unsigned int is not 32-bit.
60
# define
UINT32_C
(n) n ## U
63
# define UINT32_MAX
UINT32_C
(4294967295)
/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
...]
/src/external/bsd/jemalloc/dist/include/msvc_compat/C99/
stdint.h
237
#define
UINT32_C
(val) val##ui32
/src/external/bsd/jemalloc.old/dist/include/msvc_compat/C99/
stdint.h
237
#define
UINT32_C
(val) val##ui32
/src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
stdint_.h
450
#undef
UINT32_C
452
#define
UINT32_C
(x) x ## U
/src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
stdint_.h
450
#undef
UINT32_C
452
#define
UINT32_C
(x) x ## U
/src/external/gpl2/xcvs/dist/lib/
stdint_.h
251
#define
UINT32_C
(x) x##U
/src/external/mit/libuv/dist/include/uv/
stdint-msvc2008.h
237
#define
UINT32_C
(val) val##ui32
Completed in 19 milliseconds
1
2
3
4
Indexes created Wed Mar 04 15:26:31 UTC 2026