OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bswap_p
(Results
1 - 3
of
3
) sorted by relevancy
/src/sbin/disklabel/
bswap.h
42
extern int
bswap_p
;
45
#define htotarget16(x) (
bswap_p
? bswap16(x) : (x))
46
#define target16toh(x) (
bswap_p
? bswap16(x) : (x))
47
#define htotarget32(x) (
bswap_p
? bswap32(x) : (x))
48
#define target32toh(x) (
bswap_p
? bswap32(x) : (x))
bswap.c
157
if (
bswap_p
)
main.c
199
int
bswap_p
;
variable
637
bswap_p
= (byteorder != BYTE_ORDER);
641
printf("byteorder=%d
bswap_p
=%d\n", byteorder,
bswap_p
);
653
&& !
bswap_p
;
Completed in 90 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026