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

  /external/e2fsprogs/e2fsck/
crc32.c 47 #define tobe(x) __constant_cpu_to_be32(x) macro
50 #define tobe(x) (x) macro
  /external/e2fsprogs/lib/ext2fs/
crc32c.c 66 # define tobe(x) (__force uint32_t) __constant_cpu_to_be32(x) macro
68 # define tobe(x) (x) macro
    [all...]

Completed in 511 milliseconds