Searched refs:__le32 (Results 1 - 12 of 12) sorted by relevance

/seL4-camkes-master/tools/cogent/impl/net/loopback/cogent/plat/linux/
H A Dabstract-defns.h25 typedef __le32 LE32;
/seL4-camkes-master/tools/cogent/cogent/lib/c/linux/
H A Dabstract-defns.h24 typedef __le32 LE32;
/seL4-camkes-master/tools/cogent/impl/fs/bilby/c/
H A Dbilbyfs.h446 __le32 magic;
447 __le32 crc;
449 __le32 len;
483 __le32 nlink;
484 __le32 uid;
485 __le32 gid;
486 __le32 mode;
487 __le32 flags;
488 __le32 padding;
507 __le32 nb_dentr
[all...]
H A Dpackobj.c72 __le32 len_to_le32(int len)
H A Dfsop.c1084 __le32 *uuid = (__le32 *)bi->super.uuid;
/seL4-camkes-master/projects/util_libs/libethdrivers/src/plat/imx6/
H A Dunimplemented.h60 typedef s32 __bitwise __le32; typedef
/seL4-camkes-master/projects/util_libs/libethdrivers/src/plat/zynq7000/
H A Dio.h61 #define __cpu_to_le32(x) ((__force __le32)(__u32)(x))
62 #define __le32_to_cpu(x) ((__force __u32)(__le32)(x))
H A Dunimplemented.h83 typedef s32 __bitwise __le32; typedef
/seL4-camkes-master/projects/util_libs/libethdrivers/src/plat/tx2/
H A Dio.h58 #define __cpu_to_le32(x) ((__force __le32)(__u32)(x))
59 #define __le32_to_cpu(x) ((__force __u32)(__le32)(x))
H A Dunimplemented.h82 typedef s32 __bitwise __le32; typedef
/seL4-camkes-master/tools/cogent/impl/fs/vfat/cogent/plat/linux/
H A Dfat.h324 __le32 *ent32_p;
H A Dfatent.c69 fatent->u.ent32_p = (__le32 *)(fatent->bhs[0]->b_data + offset);
246 if (fatent->u.ent32_p < (__le32 *)(bh->b_data + (bh->b_size - 4))) {

Completed in 160 milliseconds