Searched refs:SWAP_BE64 (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dplatform.h120 #define SWAP_BE64(x) (x) macro
127 #define SWAP_BE64(x) bswap_64(x) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/runit/
H A Dsv.c262 timestamp = SWAP_BE64(svstatus.time_be64);
364 timestamp = SWAP_BE64(svstatus.time_be64);
369 timestamp = SWAP_BE64(svstatus.time_be64);
H A Drunsv.c220 status.time_be64 = SWAP_BE64(s->start.tv_sec + 0x400000000000000aULL);

Completed in 101 milliseconds