Searched refs:ULONG (Results 26 - 50 of 62) sorted by relevance

123

/freebsd-10-stable/usr.bin/xlint/lint1/
H A Dscan.l470 { UINT, ULONG, UQUAD }
536 typ = ULONG;
538 if (typ == UINT || typ == ULONG) {
552 typ = ULONG;
556 typ = ULONG;
582 case ULONG:
H A Dfunc.c458 if (t == LONG || t == ULONG ||
587 if (t == LONG || t == ULONG || t == QUAD || t == UQUAD) {
H A Demit1.c106 case ULONG: t = 'L'; s = 'u'; break;
H A Ddecl.c112 typetab[ULONG].t_tspec = ULONG;
374 if (t2 == INT || t2 == UINT || t2 == LONG || t2 == ULONG ||
381 td = gettyp(ULONG);
384 } else if (t2 == ULONG) {
414 case ULONG:
748 t = s == SIGNED ? LONG : ULONG;
/freebsd-10-stable/contrib/apr-util/ldap/
H A Dapr_ldap_option.c336 ULONG ul = (ULONG) LDAP_OPT_OFF;
345 ULONG ul = (ULONG) LDAP_OPT_ON;
/freebsd-10-stable/contrib/file/src/
H A Dapptype.c42 typedef ULONG APPTYPE;
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_crashrpt_dll.h45 ULONG TypeId, IMAGEHLP_SYMBOL_TYPE_INFO GetType,
/freebsd-10-stable/sys/dev/ctau/
H A Dctddk.h464 ULONG bufsz; /* size of shared memory buffer */
468 ULONG debug; /* debug flags */
469 ULONG idbase; /* TAPI device identifier base number */
470 ULONG anum; /* adapter number, from inf setup script */
/freebsd-10-stable/sys/dev/hptmv/
H A DmvOs.h61 typedef unsigned int ULONG, *PULONG; typedef
H A Dentry.c1097 fDeReadWrite(PDevice pDev, ULONG Lba, UCHAR Cmd, void *tmpBuffer)
1638 ULONG ticks = 0;
1850 ULONG size = tmpSg->wSgSize? tmpSg->wSgSize : 0x10000;
1903 pUdmaParams->prdLowAddr = (ULONG)fOsPhysicalAddress(pPRDTable);
2640 ULONG HPTLIBAPI
2647 ULONG stamp;
2787 *(ULONG *)&ccb->csio.cdb_io.cdb_bytes[0],
2788 *(ULONG *)&ccb->csio.cdb_io.cdb_bytes[4],
2789 *(ULONG *)&ccb->csio.cdb_io.cdb_bytes[8]
2908 pCmd->uCmd.Ide.Lba = ((ULONG)Cd
[all...]
H A Dvdevice.h257 ULONG relsect; /* first sector relative to start of disk */
258 ULONG numsect; /* number of sectors in partition */
H A Dioctl.c671 ULONG bufferSize = SECTOR_TO_BYTE(pCmd->uCmd.R1Control.nSectors);
682 ULONG length;
743 ULONG capacity = pArray->VDeviceCapacity / (pArray->u.array.bArnMember-1);
H A Dgui_lib.c205 DWORD result = ((ULONG)(pVDevice->u.array.RebuildSectors>>11)*1000 /
206 (ULONG)(pVDevice->VDeviceCapacity>>11) * (pVDevice->u.array.bArnMember-1)) * 10;
219 DWORD percent = ((ULONG)(pMember->u.array.RebuildSectors>>11)*1000 /
220 (ULONG)(pMember->VDeviceCapacity>>11) * (pMember->u.array.bArnMember-1)) * 10;
565 ULONG Stamp = GetStamp();
/freebsd-10-stable/contrib/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc48 ULONG ModuleSize,
/freebsd-10-stable/contrib/libpcap/
H A Dfad-win32.c225 ULONG NameLength;
H A Dinet.c829 ULONG NameLength = 8192;
840 ULONG NameLength = 8192;
/freebsd-10-stable/contrib/ntp/lib/isc/win32/
H A Dinterfaceiter.c53 ULONG ipaasize; /* Bytes allocated */
71 typedef ULONG (WINAPI *PGETADAPTERSADDRESSES)(
72 ULONG Family,
73 ULONG Flags,
124 ULONG err;
/freebsd-10-stable/contrib/wpa/src/drivers/
H A Dndis_events.c169 static ULONG STDMETHODCALLTYPE ndis_events_add_ref(IWbemObjectSink *this)
176 static ULONG STDMETHODCALLTYPE ndis_events_release(IWbemObjectSink *this)
492 ULONG uReturned;
/freebsd-10-stable/usr.bin/xlint/lint2/
H A Dchk.c724 if (t1 != LONG && (hflag || t1 != ULONG))
742 if (t1 != ULONG && (hflag || t1 != LONG))
795 if (t2 != LONG && t2 != ULONG)
906 sz = ULONG;
921 sz = ULONG;
930 sz = ULONG;
H A Demit2.c72 case ULONG: t = 'L'; s = 'u'; break;
H A Dread.c592 tp->t_tspec = s == 'u' ? ULONG : LONG;
690 case ULONG:
773 t = ULONG;
900 case ULONG:
/freebsd-10-stable/contrib/gdtoa/
H A Dprintf.c0315 #ifndef ULONG
316 #define ULONG unsigned long
320 klog(ULONG x)
336 ULONG
337 uldiv_ASL(ULONG a, ULONG b)
340 ULONG c, k;
341 static ULONG b0;
/freebsd-10-stable/lib/libmd/
H A Dsha_locl.h66 #define ULONG unsigned long macro
/freebsd-10-stable/contrib/apr/misc/unix/
H A Derrorcodes.c157 ULONG len;
/freebsd-10-stable/contrib/serf/auth/
H A Dauth_spnego_sspi.c206 ULONG actual_attr;

Completed in 360 milliseconds

123