Home
last modified time | relevance | path

Searched refs:w32 (Results 1 – 12 of 12) sorted by relevance

/freebsd/crypto/heimdal/lib/wind/
H A DNTMakefile34 !include ../../windows/NTMakefile.w32
157 $(PERL) ..\..\cf\w32-check-exported-symbols.pl --vs version-script.map --def libwind-exports.def
/freebsd/crypto/heimdal/base/
H A DNTMakefile34 !include ../windows/NTMakefile.w32
/freebsd/contrib/ldns/
H A Dacx_nlnetlabs.m499 # AHX_CONFIG_W32_SLEEP - w32 compat for sleep
100 # AHX_CONFIG_W32_USLEEP - w32 compat for usleep
101 # AHX_CONFIG_W32_RANDOM - w32 compat for random
102 # AHX_CONFIG_W32_SRANDOM - w32 compat for srandom
103 # AHX_CONFIG_W32_FD_SET_T - w32 detection of FD_SET_T.
1253 dnl provide w32 compat definition for sleep
1261 dnl provide w32 compat definition for usleep
1269 dnl provide w32 compat definition for random
1277 dnl provide w32 compat definition for srandom
1285 dnl provide w32 compat definition for FD_SET_T
/freebsd/crypto/heimdal/lib/heimdal/
H A DNTMakefile34 !include ../../windows/NTMakefile.w32
/freebsd/contrib/unbound/
H A Dacx_nlnetlabs.m4108 # AHX_CONFIG_W32_SLEEP - w32 compat for sleep
109 # AHX_CONFIG_W32_USLEEP - w32 compat for usleep
110 # AHX_CONFIG_W32_RANDOM - w32 compat for random
111 # AHX_CONFIG_W32_SRANDOM - w32 compat for srandom
112 # AHX_CONFIG_W32_FD_SET_T - w32 detection of FD_SET_T.
1338 dnl provide w32 compat definition for sleep
1346 dnl provide w32 compat definition for usleep
1354 dnl provide w32 compat definition for random
1362 dnl provide w32 compat definition for srandom
1370 dnl provide w32 compat definition for FD_SET_T
/freebsd/contrib/sendmail/cf/cf/
H A Dknecht.mc180 # w32.sircam.worm@mm
217 RSUSPECT $#error $: "553 Possible virus, see http://www.symantec.com/avcenter/venc/data/w32.sircam…
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsAMDGPU.def156 // Deprecated intrinsics in favor of __builtin_amdgn_ballot_{w32|w64}
292 // Postfix w32 indicates the builtin requires wavefront size of 32.
441 // Postfix w32 indicates the builtin requires wavefront size of 32.
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_aarch64_neon_common.h585 register unsigned char w32 asm("v31") __attribute__((vector_size(16)));
658 unsigned char w32 __attribute__((vector_size(16)));
H A Dvdev_raidz_math_powerpc_altivec_common.h587 register unsigned char w32 asm("31") __attribute__((vector_size(16)));
660 unsigned char w32 __attribute__((vector_size(16)));
/freebsd/contrib/ntp/ntpd/
H A Drefclock_oncore.c577 #define w32(buf) (((buf)[0]&0xff) << 24 | \ macro
583 #define buf_w32(buf) (((buf)[0]&0200) ? (-(~w32(buf)+1)) : w32(buf))
2461 buf[7], w32(&buf[8])); in oncore_get_timestamp()
/freebsd/sys/contrib/zlib/
H A DChangeLog1224 - added msdos/Makefile.w32 for WIN32 Microsoft Visual C++ (Bob Frazier)
/freebsd/contrib/unbound/doc/
H A DChangelog6890 - update acx_nlnetlabs.m4 to v23, sleep w32 fix.