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

  /external/blktrace/
blktrace.h 68 #define __bswap_32 bswap_32 macro
73 #define be32_to_cpu(x) __bswap_32(x)
76 #define cpu_to_be32(x) __bswap_32(x)
132 magic = __bswap_32(magic);
blkparse.c     [all...]

Completed in 128 milliseconds