OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UINT32_C
(Results
1 - 25
of
43
) sorted by relevancy
1
2
/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/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
fixunstfsi_test.c
42
if (test__fixunstfsi(makeInf128(),
UINT32_C
(0xffffffff)))
44
if (test__fixunstfsi(0,
UINT32_C
(0x0)))
46
if (test__fixunstfsi(0x1.23456789abcdefp+5,
UINT32_C
(0x24)))
48
if (test__fixunstfsi(0x1.23456789abcdefp-3,
UINT32_C
(0x0)))
50
if (test__fixunstfsi(0x1.23456789abcdefp+20,
UINT32_C
(0x123456)))
52
if (test__fixunstfsi(0x1.23456789abcdefp+40,
UINT32_C
(0xffffffff)))
54
if (test__fixunstfsi(0x1.23456789abcdefp+256,
UINT32_C
(0xffffffff)))
56
if (test__fixunstfsi(-0x1.23456789abcdefp+3,
UINT32_C
(0x0)))
trunctfsf2_test.c
44
UINT32_C
(0x7fc00000)))
48
UINT32_C
(0x7fc08000)))
52
UINT32_C
(0x7f800000)))
55
if (test__trunctfsf2(0.0L,
UINT32_C
(0x0)))
59
UINT32_C
(0x4211d156)))
62
UINT32_C
(0x3b71e9e2)))
65
UINT32_C
(0x7f800000)))
68
UINT32_C
(0x0)))
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
argon2.h
24
#define ARGON2_MIN_LANES
UINT32_C
(1)
25
#define ARGON2_MAX_LANES
UINT32_C
(0xFFFFFF)
28
#define ARGON2_MIN_THREADS
UINT32_C
(1)
29
#define ARGON2_MAX_THREADS
UINT32_C
(0xFFFFFF)
32
#define ARGON2_SYNC_POINTS
UINT32_C
(4)
35
#define ARGON2_MIN_OUTLEN
UINT32_C
(16)
36
#define ARGON2_MAX_OUTLEN
UINT32_C
(0xFFFFFFFF)
45
ARGON2_MIN(
UINT32_C
(32), (sizeof(void *) * CHAR_BIT - 10 - 1))
47
ARGON2_MIN(
UINT32_C
(0xFFFFFFFF), UINT64_C(1) << ARGON2_MAX_MEMORY_BITS)
50
#define ARGON2_MIN_TIME
UINT32_C
(1
[
all
...]
/src/sys/arch/mips/cavium/dev/
octeon_asxreg.h
97
#define ASX0_INT_REG_7
UINT32_C
(0x00000080)
99
#define ASX0_INT_REG_3
UINT32_C
(0x00000008)
107
#define ASX0_INT_EN_7
UINT32_C
(0x00000080)
109
#define ASX0_INT_EN_3
UINT32_C
(0x00000008)
123
#define ASX0_PRT_LOOP_3
UINT32_C
(0x00000008)
136
#define ASX0_TX_COMP_BYP_BYPASS
UINT32_C
(0x00000100)
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/ppc/
fixunstfdi.c
15
const uint32_t highWordMinusOne = (uint32_t)(hibits.x >> 32) -
UINT32_C
(0x3ff00000);
18
if (
UINT32_C
(0x04000000) > highWordMinusOne)
fixtfdi.c
17
const uint32_t absHighWord = (uint32_t)(hibits.x >> 32) &
UINT32_C
(0x7fffffff);
18
const uint32_t absHighWordMinusOne = absHighWord -
UINT32_C
(0x3ff00000);
21
if (
UINT32_C
(0x03f00000) > absHighWordMinusOne)
/src/sys/arch/alpha/include/
int_const.h
51
#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/sh3/include/
int_const.h
51
#define
UINT32_C
(c) c ## U
/src/sys/arch/vax/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/external/bsd/compiler_rt/dist/lib/builtins/
fp_extend.h
22
#define SRC_REP_C
UINT32_C
56
#define DST_REP_C
UINT32_C
fp_trunc.h
22
#define SRC_REP_C
UINT32_C
50
#define DST_REP_C
UINT32_C
/src/sys/arch/arm/include/
int_const.h
55
#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/sparc/include/
int_const.h
55
#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/sys/dev/tc/
tcu.c
200
sc->sc_gpio_pins[pin].pin_flags = (v & (
UINT32_C
(1) << pin)) ?
230
return (v & (
UINT32_C
(1) << pin)) ? GPIO_PIN_HIGH : GPIO_PIN_LOW;
244
v &= ~(
UINT32_C
(1) << pin);
246
v |= (
UINT32_C
(1) << pin);
264
v &= ~(
UINT32_C
(1) << pin);
266
v |= (
UINT32_C
(1) << pin);
/src/tests/lib/libbpfjit/
t_bpfjit.c
209
BPF_STMT(BPF_LD+BPF_IMM,
UINT32_C
(0xffffffff)),
224
ATF_CHECK(jitcall(code, pkt, 1, 1) ==
UINT32_C
(0xfffffffd));
328
BPF_STMT(BPF_LD+BPF_IMM,
UINT32_C
(0xffffffff)),
343
ATF_CHECK(jitcall(code, pkt, 1, 1) ==
UINT32_C
(0x3fffffff));
358
BPF_STMT(BPF_LD+BPF_IMM,
UINT32_C
(4294843849)),
373
ATF_CHECK(jitcall(code, pkt, 1, 1) ==
UINT32_C
(429484384));
388
BPF_STMT(BPF_LD+BPF_IMM,
UINT32_C
(4294843849)),
403
ATF_CHECK(jitcall(code, pkt, 1, 1) ==
UINT32_C
(429484));
418
BPF_STMT(BPF_LD+BPF_IMM,
UINT32_C
(4294967295)),
419
BPF_STMT(BPF_ALU+BPF_DIV+BPF_K,
UINT32_C
(7609801))
[
all
...]
/src/sys/external/bsd/common/include/linux/
types.h
74
#define U32_C
UINT32_C
Completed in 16 milliseconds
1
2
Indexes created Fri Nov 07 05:10:14 GMT 2025