Searched refs:__u32 (Results 1 – 25 of 66) sorted by relevance
123
20 __u32 cmd;56 __u32 cmd;81 __u32 cmd;89 __u32 cmd;90 __u32 data;95 __u32 cmd;103 __u32 cmd;104 __u32 magic;388 __u32 cmd;400 __u32 cmd;[all …]
106 __u32 yres;204 __u32 dx;205 __u32 dy;206 __u32 width;208 __u32 sx;209 __u32 sy;214 __u32 dy;218 __u32 rop;223 __u32 dy;301 __u32 redy;[all …]
65 __u32 num_default_cylinders;66 __u32 num_default_heads;67 __u32 sectors_per_track;81 __u32 reserved2;88 __u32 reserved;109 __u32 reserved3;117 __u32 reserved3;124 __u32 reserved2;143 __u32 array_number;144 __u32 reserved1;[all …]
100 typedef __u32 u_int32_t;107 typedef __u32 uint32_t;143 typedef __u32 __bitwise __le32;144 typedef __u32 __bitwise __be32;150 typedef __u32 __bitwise __wsum;
39 __u32 inode; /* inode number */41 __u32 offset; /* offset on jeb */48 __u32 totlen; /* record length */50 __u32 pino; /* parent inode */64 __u32 totlen; /* node length */106 __u32 pino; /* parent inode */118 __u32 xid;119 __u32 version;120 __u32 offset;121 __u32 totlen;[all …]
44 __u32 srclen, __u32 destlen) in zlib_decompress()
119 __u32 hdr_crc;126 __u32 totlen;127 __u32 hdr_crc;128 __u32 pino;129 __u32 version;131 __u32 mctime;135 __u32 node_crc;151 __u32 hdr_crc;176 __u32 totlen;177 __u32 hdr_crc;[all …]
17 __u32 start;18 __u32 length;27 __u32 start;28 __u32 length;34 __u32 pad;35 __u32 length;118 __u32 flags;135 __u32 start;136 __u32 length;137 __u32 locked;[all …]
22 __u32 type;23 __u32 len;35 __u32 syssize;44 __u32 header;57 __u32 code32_start;59 __u32 ramdisk_size;64 __u32 cmd_line_ptr;75 __u32 cmdline_size;82 __u32 init_size;94 __u32 efi_systab;[all …]
14 __u32 signature;15 __u32 command;16 __u32 event;17 __u32 perf_level;
28 __u32 blk_count; /* number of blocks on device */31 __u32 data; /* reserved */41 __u32 block; /* block number of starting block */58 __u32 map_count; /* # blocks in partition map */64 __u32 data_count; /* number of data blocks */65 __u32 status; /* partition status bits */68 __u32 boot_load; /* boot code load address */69 __u32 boot_load2; /* reserved */70 __u32 boot_entry; /* boot code entry point */71 __u32 boot_entry2; /* reserved */[all …]
26 __u32 file_size;27 __u32 reserved;28 __u32 data_offset;30 __u32 size;31 __u32 width;32 __u32 height;35 __u32 compression;36 __u32 image_size;37 __u32 x_pixels_per_m;38 __u32 y_pixels_per_m;[all …]
19 (((__u32)(a)<<0)|((__u32)(b)<<8)|((__u32)(c)<<16)|((__u32)(d)<<24))
106 __u32 hidden; /* Number of hidden sectors */107 __u32 total_sect; /* Number of sectors (if sectors == 0) */110 __u32 fat32_length; /* Sectors/FAT */113 __u32 root_cluster; /* First cluster in root directory */150 __u32 size; /* File size in bytes */173 __u32 fatlength; /* Length of FAT in sectors */176 __u32 rootdir_sect; /* Start sector of root directory */182 __u32 root_cluster; /* First cluster of root dir for FAT32 */
53 __u32 hwINFO;54 __u32 hwTailP;55 __u32 hwHeadP;56 __u32 hwNextED;70 __u32 unused[2];114 __u32 hwINFO;126 __u32 data;165 __u32 control;171 __u32 hcca;186 __u32 a;[all …]
108 __u32 j_mount_id;131 __u32 k_offset;132 __u32 k_uniqueness;193 __u32 k_dir_id;195 __u32 k_objectid;292 __u32 sd_rdev;326 __u32 sd_blocks;328 __u32 sd_rdev;329 __u32 sd_generation;415 __u32 k_dir_id;[all …]
26 ((__u32)( \27 (((__u32)(x) & (__u32)0x000000ffUL) << 24) | \28 (((__u32)(x) & (__u32)0x0000ff00UL) << 8) | \29 (((__u32)(x) & (__u32)0x00ff0000UL) >> 8) | \30 (((__u32)(x) & (__u32)0xff000000UL) >> 24) ))85 (__builtin_constant_p((__u32)(x)) ? \112 static __inline__ __attribute__((const)) __u32 __fswab32(__u32 x) in __fswab32()116 static __inline__ __u32 __swab32p(const __u32 *x) in __swab32p()120 static __inline__ void __swab32s(__u32 *addr) in __swab32s()128 __u32 h = x >> 32; in __fswab64()[all …]
16 #define __constant_htonl(x) ((__force __be32)(__u32)(x))17 #define __constant_ntohl(x) ((__force __u32)(__be32)(x))35 #define __le32_to_cpu(x) __swab32((__force __u32)(__le32)(x))40 #define __cpu_to_be32(x) ((__force __be32)(__u32)(x))41 #define __be32_to_cpu(x) ((__force __u32)(__be32)(x))53 static inline __le32 __cpu_to_le32p(const __u32 *p) in __cpu_to_le32p()57 static inline __u32 __le32_to_cpup(const __le32 *p) in __le32_to_cpup()59 return __swab32p((__u32 *)p); in __le32_to_cpup()77 static inline __be32 __cpu_to_be32p(const __u32 *p) in __cpu_to_be32p()81 static inline __u32 __be32_to_cpup(const __be32 *p) in __be32_to_cpup()[all …]
22 #define __constant_cpu_to_le32(x) ((__force __le32)(__u32)(x))23 #define __constant_le32_to_cpu(x) ((__force __u32)(__le32)(x))34 #define __cpu_to_le32(x) ((__force __le32)(__u32)(x))35 #define __le32_to_cpu(x) ((__force __u32)(__le32)(x))41 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x))53 static inline __le32 __cpu_to_le32p(const __u32 *p) in __cpu_to_le32p()57 static inline __u32 __le32_to_cpup(const __le32 *p) in __le32_to_cpup()59 return (__force __u32)*p; in __le32_to_cpup()77 static inline __be32 __cpu_to_be32p(const __u32 *p) in __cpu_to_be32p()81 static inline __u32 __be32_to_cpup(const __be32 *p) in __be32_to_cpup()[all …]
14 static inline __u32 __sw32(__u32 x) in __sw32()16 __u32 v = x; in __sw32()19 (v & (__u32)0x0000ff00UL) << 8 | in __sw32()20 (v & (__u32)0x00ff0000UL) >> 8 | in __sw32()69 __u32 ___arch__swab32(__u32 value)
13 static inline __attribute__((const)) __u32 ___arch__swab32(__u32 x) in ___arch__swab32()15 __u32 res; in ___arch__swab32()53 __u32 res; in ___arch__swab16()54 __u32 tmp; in ___arch__swab16()
46 __u32 ver;290 __u32 rsvd12[4];366 __u32 rsvd11[5];386 __u32 rsvd1[5];400 __u32 rsvd1[5];414 __u32 rsvd1[9];424 __u32 rsvd1[9];434 __u32 rsvd1[5];523 __u32 rsvd;538 __u32 *ptr = (__u32 *)regs; in nvme_readq()[all …]
12 __u32 buf[4];13 __u32 bits[2];16 __u32 in32[16];
39 __u32 size_max;41 __u32 seg_max;50 __u32 blk_size;60 __u32 opt_io_size;
37 MD5Transform(__u32 buf[4], __u32 const in[16]);45 __u32 t; in byteReverse()49 *(__u32 *) buf = t; in byteReverse()77 register __u32 t; in MD5Update()82 if ((ctx->bits[0] = t + ((__u32) len << 3)) < t) in MD5Update()100 MD5Transform(ctx->buf, (__u32 *) ctx->in); in MD5Update()109 MD5Transform(ctx->buf, (__u32 *) ctx->in); in MD5Update()145 MD5Transform(ctx->buf, (__u32 *) ctx->in); in MD5Final()159 MD5Transform(ctx->buf, (__u32 *) ctx->in); in MD5Final()183 MD5Transform(__u32 buf[4], __u32 const in[16]) in MD5Transform()[all …]
Completed in 54 milliseconds