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

12

/freebsd-11-stable/sys/dev/hptmv/
H A Draid5n.h58 void HPTLIBAPI DoXor1(ULONG *p0, ULONG *p1, ULONG *p2, UINT nBytes);
59 void HPTLIBAPI DoXor2(ULONG *p0, ULONG *p2, UINT nBytes);
74 extern UINT num_raid5_pages;
115 UINT num_free_pages;
116 UINT active_stripes;
117 UINT num_flushing;
H A Dvdevice.h83 #define Map2pVDevice(pDev) ((PVDevice)((UINT_PTR)pDev - (UINT)(UINT_PTR)&((PVDevice)0)->u.disk))
125 UINT nInstances;
275 UINT seconds:6; /* 0 - 59 */
276 UINT minutes:6; /* 0 - 59 */
277 UINT month:4; /* 1 - 12 */
278 UINT hours:6; /* 0 - 59 */
279 UINT day:5; /* 1 - 31 */
280 UINT year:5; /* 0=2000, 31=2031 */
H A Darray.h40 UINT seconds:6; /* 0 - 59 */
41 UINT minutes:6; /* 0 - 59 */
42 UINT month:4; /* 1 - 12 */
43 UINT hours:6; /* 0 - 59 */
44 UINT day:5; /* 1 - 31 */
45 UINT year:5; /* 0=2000, 31=2031 */
H A Dglobal.h132 #define LongDiv(x, y) (x / (UINT)(y))
133 #define LongRem(x, y) (x % (UINT)(y))
151 #define MemoryCopy(a,b,c) memcpy((char *)(a), (char *)(b), (UINT)(c))
152 #define farMemoryCopy(a,b,c) memcpy((char *)(a), (char *)(b), (UINT)c)
H A Dhptintf.h336 UINT seconds:6; /* 0 - 59 */
337 UINT minutes:6; /* 0 - 59 */
338 UINT month:4; /* 1 - 12 */
339 UINT hours:6; /* 0 - 59 */
340 UINT day:5; /* 1 - 31 */
341 UINT year:5; /* 0=2000, 31=2031 */
H A DmvOs.h55 typedef unsigned int UINT, BOOL; typedef
H A Dhptproc.c63 UINT i, iarray, ichan;
397 hpt_copy_disk_info(HPT_GET_INFO *pinfo, PVDevice pVDev, UINT iChan)
481 sprintf(buf, "Rebuilding %d%%", (UINT)((pTmpArray->u.array.RebuildSectors>>11)*100/((pTmpArray->VDeviceCapacity/(pTmpArray->u.array.bArnMember-1))>>11)));
486 sprintf(buf, "Verifying %d%%", (UINT)((pTmpArray->u.array.RebuildSectors>>11)*100/((pTmpArray->VDeviceCapacity/(pTmpArray->u.array.bArnMember-1))>>11)));
510 UINT channel,j,i;
/freebsd-11-stable/bin/ps/
H A Dkeyword.c83 UINT, "u", 0},
84 {"cpu", "CPU", NULL, "cpu-usage", 0, kvar, KOFF(ki_estcpu), UINT, "d",
103 {"gid", "GID", NULL, "gid", 0, kvar, KOFF(ki_groups), UINT, UIDFMT, 0},
124 {"lwp", "LWP", NULL, "thread-id", 0, kvar, KOFF(ki_tid), UINT,
140 {"nlwp", "NLWP", NULL, "threads", 0, kvar, KOFF(ki_numthreads), UINT,
159 {"pgid", "PGID", NULL, "process-group", 0, kvar, KOFF(ki_pgid), UINT,
161 {"pid", "PID", NULL, "pid", 0, kvar, KOFF(ki_pid), UINT, PIDFMT, 0},
163 {"ppid", "PPID", NULL, "ppid", 0, kvar, KOFF(ki_ppid), UINT, PIDFMT, 0},
166 UINT, "d", 0},
167 {"rgid", "RGID", NULL, "real-gid", 0, kvar, KOFF(ki_rgid), UINT,
[all...]
H A Dps.h36 enum type { CHAR, UCHAR, SHORT, USHORT, INT, UINT, LONG, ULONG, KPTR, PGTOK }; enumerator in enum:type
/freebsd-11-stable/usr.bin/xlint/common/
H A Dinittyp.c78 INT, UINT,
80 { UINT, { INT_SIZE, 3 * CHAR_BIT,
81 INT, UINT,
H A Dlint.h63 UINT, /* unsigned int */ enumerator in enum:__anon13851
/freebsd-11-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-11-stable/crypto/openssl/crypto/rand/
H A Drand.h117 int RAND_event(UINT, WPARAM, LPARAM);
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dlint.h55 UINT, /* unsigned int */ enumerator in enum:__anon13854
H A Dscan.l470 { UINT, ULONG, UQUAD }
530 typ = UINT;
538 if (typ == UINT || typ == ULONG) {
550 case UINT:
H A Ddecl.c110 typetab[UINT].t_tspec = UINT;
365 if (t2 == INT || t2 == UINT) {
374 if (t2 == INT || t2 == UINT || t2 == LONG || t2 == ULONG ||
380 } else if (t2 == UINT) {
415 case UINT:
746 t = s == SIGNED ? INT : UINT;
1011 } else if (t != INT && t != UINT) {
1125 dsym->s_type = gettyp(UINT);
1965 t = tflag ? UINT
[all...]
/freebsd-11-stable/contrib/expat/lib/
H A Dloadlibrary.c112 UINT systemdirlen = GetSystemDirectory(NULL, 0);
/freebsd-11-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-11-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-11-stable/usr.bin/xlint/lint2/
H A Dchk.c504 t1 = tflag ? UINT : INT;
509 t1 = INT_MAX < USHRT_MAX || tflag ? UINT : INT;
658 if ((t1 = tp->t_tspec) != INT && (hflag || t1 != UINT))
732 * to INT or UINT.
734 if (t1 != INT && (hflag || t1 != UINT))
748 /* USHORT was promoted to INT or UINT */
749 if (t1 != UINT && t1 != INT)
752 if (t1 != UINT && (hflag || t1 != INT))
801 if (t2 != INT && t2 != UINT)
910 sz = UINT;
[all...]
H A Demit2.c70 case UINT: t = 'I'; s = 'u'; break;
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-dos.h52 typedef unsigned int UINT; typedef
/freebsd-11-stable/contrib/gdb/gdb/
H A Dm2-exp.y160 %token <ulval> UINT M2_TRUE M2_FALSE CHAR
497 exp : UINT
755 return UINT;
/freebsd-11-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-11-stable/lib/libmd/
H A Dsha_locl.h68 #define UINT unsigned int macro

Completed in 277 milliseconds

12