Home
last modified time | relevance | path

Searched refs:u_int32_t (Results 1 - 25 of 38) sorted by relevance

12

/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Ddosfs.h38 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 Dfutextest.h111 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 Dfutex_wait_bitset01.c39 u_int32_t bitset = 0xffffffff; in verify_futex_wait_bitset()
/third_party/FreeBSD/lib/msun/src/
H A Dmath_private.h50 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 Ddriver_wired.c64 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 Ddriver_wired.c64 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 DnlsTest.h36 u_int32_t cmd;
37 u_int32_t status;
/third_party/ltp/testcases/kernel/device-drivers/include/
H A DincludeTest.h36 u_int32_t cmd;
37 u_int32_t status;
/third_party/ltp/testcases/kernel/security/integrity/ima/src/
H A Dima_boot_aggregate.c40 u_int32_t pcr;
41 u_int32_t type;
43 u_int32_t len;
/third_party/FreeBSD/sys/crypto/rijndael/
H A Drijndael-api-fst.h46 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 DLtpfs.h58 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 Dspeexdsp_types.h65 typedef u_int32_t spx_uint32_t;
74 typedef u_int32_t spx_uint32_t;
/third_party/FreeBSD/sys/arm/arm/
H A Din_cksum.c64 u_int32_t l;
69 u_int32_t l[2];
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-common.c148 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 Dns-traffic.h129 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 Dinet_pton.c41 u_int32_t in; in inet_pton()
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dtypes.h59 typedef unsigned u_int32_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dtypes.h62 typedef unsigned u_int32_t; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dtypes.h62 typedef unsigned u_int32_t; typedef
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dtypes.h62 typedef unsigned u_int32_t; typedef
/third_party/musl/include/sys/
H A Dtypes.h62 typedef unsigned u_int32_t; typedef
/third_party/FreeBSD/lib/msun/ld128/
H A De_powl.c152 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 Dsetup-os400.h34 /* 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 Dx86-ffi64.c552 u_int32_t shortval = *(u_int32_t*)a; in ffi_call()
/third_party/FreeBSD/sys/sys/
H A Dbus.h41 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);

Completed in 13 milliseconds

12