/third_party/FreeBSD/sbin/fsck_msdosfs/ |
H A D | dosfs.h | 38 typedef u_int32_t cl_t; /* type holding a cluster number */ 50 u_int32_t bpbSectors; /* total number of sectors */ 55 u_int32_t bpbHiddenSecs; /* # of hidden sectors */ 56 u_int32_t bpbHugeSectors; /* # of sectors if bpbbpbSectors == 0 */ 73 u_int32_t NumSectors; /* how many sectors are there */ 74 u_int32_t FATsecs; /* how many sectors are in FAT */ 75 u_int32_t NumFatEntries; /* how many entries really are there */ 117 u_int32_t size; /* filesize in bytes */
|
/third_party/ltp/testcases/kernel/syscalls/futex/ |
H A D | futextest.h | 111 struct tst_ts *timeout, u_int32_t bitset, int opflags) in futex_wait_bitset() 123 u_int32_t bitset, int opflags) in futex_wake_bitset() 236 static inline u_int32_t 237 futex_cmpxchg(futex_t *uaddr, u_int32_t oldval, u_int32_t newval) in futex_cmpxchg() 248 static inline u_int32_t 260 static inline u_int32_t 273 static inline u_int32_t 274 futex_set(futex_t *uaddr, u_int32_t newval) in futex_set()
|
H A D | futex_wait_bitset01.c | 39 u_int32_t bitset = 0xffffffff; in verify_futex_wait_bitset()
|
/third_party/FreeBSD/lib/msun/src/ |
H A D | math_private.h | 50 typedef unsigned int u_int32_t; typedef 65 u_int32_t mswhi; 66 u_int32_t mswlo; 67 u_int32_t lswhi; 68 u_int32_t lswlo; 84 u_int32_t lswlo; 85 u_int32_t lswhi; 86 u_int32_t mswlo; 87 u_int32_t mswhi; 104 u_int32_t ms [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_wired.c | 64 u_int32_t xid; 67 u_int32_t ciaddr; 68 u_int32_t yiaddr; 69 u_int32_t siaddr; 70 u_int32_t giaddr; 74 u_int32_t cookie;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_wired.c | 64 u_int32_t xid; 67 u_int32_t ciaddr; 68 u_int32_t yiaddr; 69 u_int32_t siaddr; 70 u_int32_t giaddr; 74 u_int32_t cookie;
|
/third_party/ltp/testcases/kernel/device-drivers/nls/ |
H A D | nlsTest.h | 36 u_int32_t cmd; 37 u_int32_t status;
|
/third_party/ltp/testcases/kernel/device-drivers/include/ |
H A D | includeTest.h | 36 u_int32_t cmd; 37 u_int32_t status;
|
/third_party/ltp/testcases/kernel/security/integrity/ima/src/ |
H A D | ima_boot_aggregate.c | 40 u_int32_t pcr; 41 u_int32_t type; 43 u_int32_t len;
|
/third_party/FreeBSD/sys/crypto/rijndael/ |
H A D | rijndael-api-fst.h | 46 u_int32_t rk[4*(RIJNDAEL_MAXNR + 1)]; /* key schedule */ 47 u_int32_t ek[4*(RIJNDAEL_MAXNR + 1)]; /* CFB1 key schedule (encryption only) */
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/ |
H A D | Ltpfs.h | 58 u_int32_t cmd; // input - 0==recover, 1==fail 59 u_int32_t status; // ouput - 0==success
|
/third_party/pulseaudio/speex/include/speex/ |
H A D | speexdsp_types.h | 65 typedef u_int32_t spx_uint32_t; 74 typedef u_int32_t spx_uint32_t;
|
/third_party/FreeBSD/sys/arm/arm/ |
H A D | in_cksum.c | 64 u_int32_t l; 69 u_int32_t l[2];
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-common.c | 148 u_int32_t sum; in calc_checksum() 228 u_int32_t bit_change_seed(size_t bitsize, size_t oversize) in bit_change_seed() 231 u_int32_t seed; in bit_change_seed()
|
H A D | ns-traffic.h | 129 u_int32_t p_ip6_plen; 230 u_int32_t bit_change_seed(size_t bitsize, size_t oversize);
|
/third_party/backends/lib/ |
H A D | inet_pton.c | 41 u_int32_t in; in inet_pton()
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | types.h | 59 typedef unsigned u_int32_t; typedef
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | types.h | 62 typedef unsigned u_int32_t; typedef
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | types.h | 62 typedef unsigned u_int32_t; typedef
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | types.h | 62 typedef unsigned u_int32_t; typedef
|
/third_party/musl/include/sys/ |
H A D | types.h | 62 typedef unsigned u_int32_t; typedef
|
/third_party/FreeBSD/lib/msun/ld128/ |
H A D | e_powl.c | 152 u_int32_t ix, iy; in powl() 260 if (((((u_int32_t) hx >> 31) - 1) | yisint) == 0) in powl() 365 if (((((u_int32_t) hx >> 31) - 1) | (yisint - 1)) == 0) in powl()
|
/third_party/curl/lib/ |
H A D | setup-os400.h | 34 /* No OS/400 header file defines u_int32_t. */ 35 typedef unsigned long u_int32_t; typedef
|
/third_party/python/Modules/_ctypes/libffi_osx/x86/ |
H A D | x86-ffi64.c | 552 u_int32_t shortval = *(u_int32_t*)a; in ffi_call()
|
/third_party/FreeBSD/sys/sys/ |
H A D | bus.h | 41 typedef uint32_t u_int32_t; typedef 302 u_int32_t device_get_flags(device_t dev); 333 void device_set_flags(device_t dev, u_int32_t flags);
|