Searched refs:UINT (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-12-stable/sys/dev/hptmv/
H A Draid5n.h60 void HPTLIBAPI DoXor1(ULONG *p0, ULONG *p1, ULONG *p2, UINT nBytes);
61 void HPTLIBAPI DoXor2(ULONG *p0, ULONG *p2, UINT nBytes);
76 extern UINT num_raid5_pages;
117 UINT num_free_pages;
118 UINT active_stripes;
119 UINT num_flushing;
H A Dvdevice.h85 #define Map2pVDevice(pDev) ((PVDevice)((UINT_PTR)pDev - (UINT)(UINT_PTR)&((PVDevice)0)->u.disk))
127 UINT nInstances;
277 UINT seconds:6; /* 0 - 59 */
278 UINT minutes:6; /* 0 - 59 */
279 UINT month:4; /* 1 - 12 */
280 UINT hours:6; /* 0 - 59 */
281 UINT day:5; /* 1 - 31 */
282 UINT year:5; /* 0=2000, 31=2031 */
H A Darray.h42 UINT seconds:6; /* 0 - 59 */
43 UINT minutes:6; /* 0 - 59 */
44 UINT month:4; /* 1 - 12 */
45 UINT hours:6; /* 0 - 59 */
46 UINT day:5; /* 1 - 31 */
47 UINT year:5; /* 0=2000, 31=2031 */
H A Dglobal.h134 #define LongDiv(x, y) (x / (UINT)(y))
135 #define LongRem(x, y) (x % (UINT)(y))
153 #define MemoryCopy(a,b,c) memcpy((char *)(a), (char *)(b), (UINT)(c))
154 #define farMemoryCopy(a,b,c) memcpy((char *)(a), (char *)(b), (UINT)c)
H A Dhptintf.h338 UINT seconds:6; /* 0 - 59 */
339 UINT minutes:6; /* 0 - 59 */
340 UINT month:4; /* 1 - 12 */
341 UINT hours:6; /* 0 - 59 */
342 UINT day:5; /* 1 - 31 */
343 UINT year:5; /* 0=2000, 31=2031 */
H A DmvOs.h57 typedef unsigned int UINT, BOOL; typedef
H A Dhptproc.c65 UINT i, iarray, ichan;
399 hpt_copy_disk_info(HPT_GET_INFO *pinfo, PVDevice pVDev, UINT iChan)
483 sprintf(buf, "Rebuilding %d%%", (UINT)((pTmpArray->u.array.RebuildSectors>>11)*100/((pTmpArray->VDeviceCapacity/(pTmpArray->u.array.bArnMember-1))>>11)));
488 sprintf(buf, "Verifying %d%%", (UINT)((pTmpArray->u.array.RebuildSectors>>11)*100/((pTmpArray->VDeviceCapacity/(pTmpArray->u.array.bArnMember-1))>>11)));
512 UINT channel,j,i;
H A Dentry.c1584 UINT cont;
2978 DoXor1(ULONG *p0, ULONG *p1, ULONG *p2, UINT nBytes)
2980 UINT i;
2985 DoXor2(ULONG *p0, ULONG *p2, UINT nBytes)
2987 UINT i;
/freebsd-12-stable/bin/ps/
H A Dkeyword.c85 UINT, "u", 0},
104 {"gid", "GID", NULL, "gid", 0, kvar, KOFF(ki_groups), UINT, UIDFMT, 0},
125 {"lwp", "LWP", NULL, "thread-id", 0, kvar, KOFF(ki_tid), UINT,
141 {"nlwp", "NLWP", NULL, "threads", 0, kvar, KOFF(ki_numthreads), UINT,
160 {"pgid", "PGID", NULL, "process-group", 0, kvar, KOFF(ki_pgid), UINT,
162 {"pid", "PID", NULL, "pid", 0, kvar, KOFF(ki_pid), UINT, PIDFMT, 0},
164 {"ppid", "PPID", NULL, "ppid", 0, kvar, KOFF(ki_ppid), UINT, PIDFMT, 0},
167 UINT, "d", 0},
168 {"rgid", "RGID", NULL, "real-gid", 0, kvar, KOFF(ki_rgid), UINT,
175 {"ruid", "RUID", NULL, "real-uid", 0, kvar, KOFF(ki_ruid), UINT,
[all...]
H A Dps.h38 enum type { CHAR, UCHAR, SHORT, USHORT, INT, UINT, LONG, ULONG, KPTR, PGTOK }; enumerator in enum:type
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_xlate.c82 UINT from_page_id;
83 UINT to_page_id;
87 get_page_id_from_name(UINT *page_id_p, const char *page_name, apr_pool_t *pool)
172 UINT from_page_id, to_page_id;
/freebsd-12-stable/contrib/expat/lib/
H A Dloadlibrary.c112 UINT systemdirlen = GetSystemDirectory(NULL, 0);
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Drand.h69 DEPRECATEDIN_1_1_0(int RAND_event(UINT, WPARAM, LPARAM))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.h259 UINT = 0x30, enumerator in enum:llvm::AMDGPULibFuncBase::EType
261 U8 = UINT | B8,
262 U16 = UINT | B16,
263 U32 = UINT | B32,
264 U64 = UINT | B64,
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_i18n.cpp233 static UINT const default_code_page = CP_OEMCP;
234 static UINT code_page = default_code_page;
237 static UINT get_code_page();
240 static UINT get_code_page() {
242 UINT cp = default_code_page;
/freebsd-12-stable/contrib/libpcap/
H A Dpcap-dos.h52 typedef unsigned int UINT; typedef
/freebsd-12-stable/contrib/gdb/gdb/
H A Dm2-exp.y160 %token <ulval> UINT M2_TRUE M2_FALSE CHAR
497 exp : UINT
755 return UINT;
H A Dwince-stub.c31 #define MALLOC(n) (void *) LocalAlloc (LMEM_MOVEABLE | LMEM_ZEROINIT, (UINT)(n))
32 #define REALLOC(s, n) (void *) LocalReAlloc ((HLOCAL)(s), (UINT)(n), LMEM_MOVEABLE)
H A Dm2-exp.c59 UINT = 261, enumerator in enum:yytokentype
107 #define UINT 261 macro
512 "$end", "error", "$undefined", "INT", "HEX", "ERROR", "UINT", "M2_TRUE",
2248 return UINT;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h641 #define __UINTN_MAX(n) __stdint_join3(UINT, n, _MAX)
643 #define __UINTN_C(n, v) __stdint_join3(UINT, n, _C(v))
/freebsd-12-stable/lib/libmd/
H A Dsha_locl.h68 #define UINT unsigned int macro
/freebsd-12-stable/contrib/ntp/ntpdate/
H A Dntpdate.c79 UINT wTimerRes;
1528 alarming(UINT uTimerID, UINT uMsg, DWORD dwUser, DWORD dw1, DWORD dw2)
1559 UINT wTimerID;
1652 (UINT) (1000/TIMER_HZ), /* Delay */
/freebsd-12-stable/contrib/tcpdump/
H A Dtcpdump.c207 static UINT timer_id;
208 static void CALLBACK verbose_stats_dump(UINT, UINT, DWORD_PTR, DWORD_PTR, DWORD_PTR);
2603 void CALLBACK verbose_stats_dump (UINT timer_id _U_, UINT msg _U_, DWORD_PTR arg _U_,
/freebsd-12-stable/sys/dev/ctau/
H A Dctddk.h436 UINT state; /* line state mask */
/freebsd-12-stable/contrib/wpa/src/drivers/
H A Dndis_events.c32 UINT ref;

Completed in 313 milliseconds

12