OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__CAST
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/sys/
endian.h
115
#define ntohl(x)
__CAST
(uint32_t, (x))
116
#define ntohs(x)
__CAST
(uint16_t, (x))
117
#define htonl(x)
__CAST
(uint32_t, (x))
118
#define htons(x)
__CAST
(uint16_t, (x))
120
#define NTOHL(x)
__CAST
(void, (x))
121
#define NTOHS(x)
__CAST
(void, (x))
122
#define HTONL(x)
__CAST
(void, (x))
123
#define HTONS(x)
__CAST
(void, (x))
127
#define ntohl(x) bswap32(
__CAST
(uint32_t, (x)))
128
#define ntohs(x) bswap16(
__CAST
(uint16_t, (x))
[
all
...]
bswap.h
41
(
__CAST
(uint64_t, \
52
(
__CAST
(uint32_t, \
59
(
__CAST
(uint16_t, \
64
__CAST
(uint64_t, __builtin_constant_p((x)) ? \
68
__CAST
(uint32_t, __builtin_constant_p((x)) ? \
72
__CAST
(uint16_t, __builtin_constant_p((x)) ? \
cdefs.h
692
#define
__CAST
(__dt, __st) static_cast<__dt>(__st)
694
#define
__CAST
(__dt, __st) ((__dt)(__st))
697
#define __CASTV(__dt, __st)
__CAST
(__dt,
__CAST
(void *, __st))
698
#define __CASTCV(__dt, __st)
__CAST
(__dt,
__CAST
(const void *, __st))
unistd.h
163
#define _POSIX_VDISABLE
__CAST
(unsigned char, '\377')
event.h
89
_EV_SET((kevp),
__CAST
(uintptr_t, (ident)), (filter), (flags), \
90
(fflags), (data),
__CAST
(void *, (udata)))
termios.h
81
#define _POSIX_VDISABLE
__CAST
(unsigned char, '\377')
Completed in 16 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025