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

1 2 3 45

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

Completed in 1053 milliseconds

1 2 3 45