HomeSort by relevance Sort by last modified time
    Searched refs:__le32_to_cpu (Results 101 - 110 of 110) sorted by null

1 2 3 45

  /external/kernel-headers/original/linux/byteorder/
big_endian.h 33 #define __le32_to_cpu(x) __swab32((__force __u32)(__le32)(x)) macro
little_endian.h 33 #define __le32_to_cpu(x) ((__force __u32)(__le32)(x)) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/byteorder/
big_endian.h 33 #define __le32_to_cpu(x) __swab32( (__u32)(__le32)(x)) macro
little_endian.h 33 #define __le32_to_cpu(x) ( (__u32)(__le32)(x)) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/byteorder/
big_endian.h 33 #define __le32_to_cpu(x) __swab32( (__u32)(__le32)(x)) macro
little_endian.h 33 #define __le32_to_cpu(x) ( (__u32)(__le32)(x)) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/byteorder/
big_endian.h 33 #define __le32_to_cpu(x) __swab32( (__u32)(__le32)(x)) macro
little_endian.h 33 #define __le32_to_cpu(x) ( (__u32)(__le32)(x)) macro
  /external/e2fsprogs/e2fsck/
crc32.c 128 return __le32_to_cpu(crc);
  /external/grub/stage2/
fsys_reiserfs.c 47 #define __le32_to_cpu(x) ((__u32) (x)) macro
    [all...]

Completed in 547 milliseconds

1 2 3 45