HomeSort by relevance Sort by last modified time
    Searched refs:SWAP_BE32 (Results 1 - 2 of 2) sorted by null

  /external/toybox/lib/
portability.h 196 #define SWAP_BE32(x) (x)
204 #define SWAP_BE32(x) bswap_32(x)
  /external/toybox/toys/other/
nbd_client.c 65 flags = SWAP_BE32(*(int *)(toybuf+24));

Completed in 2245 milliseconds