OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:u16_t
(Results
1 - 3
of
3
) sorted by relevancy
/src/tests/usr.bin/xlint/lint1/
msg_309.c
9
typedef unsigned short
u16_t
;
typedef in typeref:typename:unsigned short
14
u16_t
u16;
82
u16 &= (
u16_t
)~0x0600;
84
u16 = u16 & (
u16_t
)~0x0600;
86
u16 = (
u16_t
)(u16 & (
u16_t
)~0x0600);
queries.c
24
typedef unsigned short
u16_t
;
typedef in typeref:typename:unsigned short
45
u16_t
u16;
195
u8 = (
u16_t
)u8;
197
u8 = (
u16_t
)u16;
202
u16 = (
u16_t
)u8;
205
u16 = (
u16_t
)u16;
msg_132.c
17
typedef unsigned short
u16_t
;
typedef in typeref:typename:unsigned short
29
u16_t
u16;
202
* The expression 'u8_t << 8' is guaranteed to fit into an '
u16_t
', and its
203
* lower 8 bits are guaranteed to be clear. '
u16_t
| u8_t' is guaranteed to
204
* fit into '
u16_t
'.
216
u16 = (
u16_t
)u8 << 8 | u8;
565
u16 = (
u16_t
)u32;
Completed in 12 milliseconds
Indexes created Sun Sep 28 16:09:52 GMT 2025