OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__nbcompat_bswap16
(Results
1 - 2
of
2
) sorted by relevancy
/src/tools/compat/
compat_defs.h
418
#define
__nbcompat_bswap16
(x) ((((x) << 8) & 0xff00) | (((x) >> 8) & 0x00ff))
macro
432
#define bswap16(x)
__nbcompat_bswap16
(x)
compat_defs.h
418
#define
__nbcompat_bswap16
(x) ((((x) << 8) & 0xff00) | (((x) >> 8) & 0x00ff))
macro
432
#define bswap16(x)
__nbcompat_bswap16
(x)
Completed in 22 milliseconds
Indexes created Mon Oct 27 08:10:08 GMT 2025