Home
last modified time | relevance | path

Searched refs:xnu (Results 1 – 25 of 482) sorted by relevance

12345678910>>...20

/dports/math/R-cran-gss/gss/src/
H A Dsmolyak.c437 x[k-1]= xnu[indeces[k]][2*argind[k]+1]; in fsum()
534 xnu[0][0] = 0.5; in init()
536 xnu[1][0] = 5.000000000000000E-001; in init()
537 xnu[1][1] = 8.8729833462074168851793E-001; in init()
540 xnu[2][0] = 5.0000000000000000000000E-001; in init()
541 xnu[2][1] = 7.1712187467340127900104E-001; in init()
542 xnu[2][2] = 8.8729833462074168851793E-001; in init()
543 xnu[2][3] = 9.8024563435401014171175E-001; in init()
548 xnu[3][0] = 5.0000000000000000000000E-001; in init()
549 xnu[3][1] = 6.1169334321448344081410E-001; in init()
[all …]
/dports/security/sslproxy/SSLproxy-0.9.2/xnu/
H A DGNUmakefile87 XNURL?= https://opensource.apple.com/source/xnu/
94 fetch: $(foreach ver,$(sort $(XNU_RELS)),xnu-$(ver))
96 xnu-%:
103 xnu-1456.%: XNU_IDIRS=sys net
104 xnu-1456.%: XNU_FILES=APPLE_LICENSE bsd/sys/tree.h bsd/net/radix.h bsd/net/pfvar.h
106 xnu-1486.%: XNU_IDIRS=sys net
107 xnu-1486.%: XNU_FILES=APPLE_LICENSE bsd/sys/tree.h bsd/net/radix.h bsd/net/pfvar.h
109 xnu-1504.%: XNU_IDIRS=sys net
110 xnu-1504.%: XNU_FILES=APPLE_LICENSE bsd/sys/tree.h bsd/net/radix.h bsd/net/pfvar.h
/dports/security/sslsplit/sslsplit-0.5.5/xnu/
H A DGNUmakefile93 XNURL?= https://opensource.apple.com/source/xnu/
100 fetch: $(foreach ver,$(sort $(XNU_RELS)),xnu-$(ver))
102 xnu-%:
109 xnu-1456.%: XNU_IDIRS=sys net
110 xnu-1456.%: XNU_FILES=APPLE_LICENSE bsd/sys/tree.h bsd/net/radix.h bsd/net/pfvar.h
112 xnu-1486.%: XNU_IDIRS=sys net
113 xnu-1486.%: XNU_FILES=APPLE_LICENSE bsd/sys/tree.h bsd/net/radix.h bsd/net/pfvar.h
115 xnu-1504.%: XNU_IDIRS=sys net
116 xnu-1504.%: XNU_FILES=APPLE_LICENSE bsd/sys/tree.h bsd/net/radix.h bsd/net/pfvar.h
/dports/security/sslproxy/SSLproxy-0.9.2/tests/testproxy/lp/
H A DGNUmakefile96 ifeq ($(wildcard xnu/xnu-$(XNU_VERSION)),)
98 XNU_VERSION= $(shell awk '/^XNU_RELS.*\# $(OSX_VERSION)$$/ {print $$2}' $(PROJECT_ROOT)/xnu/GNUmake…
100 ifeq ($(wildcard xnu/xnu-$(XNU_VERSION)),)
102 XNU_VERSION= $(shell awk '/^XNU_RELS/ {print $$2}' $(PROJECT_ROOT)/xnu/GNUmakefile|tail -1)
104 ifneq ($(wildcard xnu/xnu-$(XNU_VERSION)),)
106 PKG_CPPFLAGS+= -I$(PROJECT_ROOT)/xnu/xnu-$(XNU_VERSION)
/dports/net-mgmt/lldpd/lldpd-1.0.8/include/osx/
H A DREADME.md1 Those include headers have been stolen from `xnu-2050.18.24.tar.gz`
6 http://www.opensource.apple.com/source/xnu/xnu-2050.18.24/
/dports/devel/radare2/radare2-5.1.1/libr/debug/
H A Dmeson.build80 'p/native/xnu/xnu_debug.c',
81 #'p/native/xnu/trap_arm.c',
82 #'p/native/xnu/trap_x86.c',
83 #'p/native/xnu/xnu_excthreads.c',
84 #'p/native/xnu/xnu_threads.c',
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/third_party/xnu/
H A DREADME.crashpad2 Short Name: xnu
3 URL: https://opensource.apple.com/source/xnu/
4 URL: https://opensource.apple.com/tarballs/xnu/
/dports/security/sslproxy/SSLproxy-0.9.2/Mk/
H A Dmain.mk159 ifeq ($(wildcard xnu/xnu-$(XNU_VERSION)),)
161 XNU_VERSION= $(shell awk '/^XNU_RELS.*\# $(OSX_VERSION)$$/ {print $$2}' $(PROJECT_ROOT)/xnu/GNUmake…
163 ifeq ($(wildcard xnu/xnu-$(XNU_VERSION)),)
165 XNU_VERSION= $(shell awk '/^XNU_RELS/ {print $$2}' $(PROJECT_ROOT)/xnu/GNUmakefile|tail -1)
167 ifneq ($(wildcard xnu/xnu-$(XNU_VERSION)),)
169 PKG_CPPFLAGS+= -I$(PROJECT_ROOT)/xnu/xnu-$(XNU_VERSION)
/dports/devel/radare2/radare2-5.1.1/doc/
H A Ddebug-internals.md181 libr/debug/p/native/xnu/xnu_debug.c // main XNU-specific debugging code
182 libr/debug/p/native/xnu/xnu_debug.h // including cute apple ascii art
183 libr/debug/p/native/xnu/trap_arm.c // ARM family hardware bps (??)
184 libr/debug/p/native/xnu/trap_x86.c // x86 family hardware bps (??)
185 libr/debug/p/native/xnu/xnu_excthreads.c // additional XNU thread handling
187 libr/debug/p/native/xnu/xnu_threads.h
190 libr/debug/p/native/xnu/reg/darwin-x86.h
191 libr/debug/p/native/xnu/reg/darwin-arm.h
192 libr/debug/p/native/xnu/reg/darwin-ppc.h
193 libr/debug/p/native/xnu/reg/darwin-arm64.h
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcopain_model.f90357 xnu = cpro_viscl(iel)/cpro_rho(iel)
393 Gr_z = sqrt(gx**2+gy**2+gz**2)*drho*lcar**3/(xnu**2)
439 schdt = xnu/diff_m(iel)
455 call hturbp(iwalfs,xnu,schdt,sigmat,rough_t,uk,yplus,dplus,hflui,ypth)
534 *( g_n*drho*Prdtl/(xnu**2) )**(1.d0/3.d0) &
550 call hturbp(iwalfs,xnu,Prdtl,sigmat,rough_t,uk,yplus,dplus,hpflui,ypth)
H A Dmetal_structures_copain_model.f90343 xnu = cpro_viscl(iel)/cpro_rho(iel)
370 Gr_z = sqrt(gx**2+gy**2+gz**2)*drho*lcar**3/(xnu**2)
412 schdt = xnu/diff_m(iel)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/third_party/xnu/
H A DREADME.crashpad2 Short Name: xnu
3 URL: https://opensource.apple.com/source/xnu/
4 URL: https://opensource.apple.com/tarballs/xnu/
/dports/security/sslsplit/sslsplit-0.5.5/
H A DGNUmakefile141 ifeq ($(wildcard xnu/xnu-$(XNU_VERSION)),)
143 XNU_VERSION= $(shell awk '/^XNU_RELS.*\# $(OSX_VERSION)$$/ {print $$2}' xnu/GNUmakefile)
145 ifeq ($(wildcard xnu/xnu-$(XNU_VERSION)),)
147 XNU_VERSION= $(shell awk '/^XNU_RELS/ {print $$2}' xnu/GNUmakefile|tail -1)
149 ifneq ($(wildcard xnu/xnu-$(XNU_VERSION)),)
151 PKG_CPPFLAGS+= -I./xnu/xnu-$(XNU_VERSION)
589 $(MAKE) -C xnu fetch
H A DLICENSE.third10 xnu/xnu-*:
/dports/math/freefem++/FreeFem-sources-4.6/examples/misc/
H A Dgraphics-benchmark.edp71 real xnu=1./400.;
72 cout << " alpha = " << alpha << " nu = " << xnu << endl;
74 varf at(u1,u2)= int2d(Th)( xnu*dx(u1)*dx(u2) + xnu*dy(u1)*dy(u2) + u1*u2*alpha )
104 pprec[] = alpha*pprec[]+xnu* prhs[];
/dports/devel/bloaty/bloaty-1.1/third_party/darwin_xnu_macho/
H A DMETADATA9 value: "https://opensource.apple.com/source/xnu/"
13 value: "https://github.com/apple/darwin-xnu"
/dports/science/code_saturne/code_saturne-7.1.0/src/turb/
H A Dvisv2f.f90147 xnu = viscl(iel)/xrom
150 ttmin = cpalct*sqrt(xnu/xe)
H A Dcs_turbulence_sa.c361 cs_real_t xnu = cvar_nusa[c_id]; in _clip() local
362 xnu_min = CS_MIN(xnu_min, xnu); in _clip()
363 xnu_max = CS_MAX(xnu_max, xnu); in _clip()
371 cs_real_t xnu = cvar_nusa[c_id]; in _clip() local
372 if (xnu < 0) { in _clip()
374 cpro_nusa_clipped[c_id] = - xnu; in _clip()
H A Dresalp.f90180 xnu = viscl(iel)/crom(iel)
186 xllkmg = xceta*(xnu**3/cvara_ep(iel))**d1s4
/dports/devel/p5-System-Info/System-Info-0.058/lib/System/Info/
H A DDarwin.pm99 …al 16.5.0 Darwin Kernel Version 16.5.0: Fri Mar 3 16:52:33 PST 2017; root:xnu-3789.51.2~3/RELEASE…
112 Darwin Kernel Version 16.5.0: Fri Mar 3 16:52:33 PST 2017; root:xnu-3789.51.2~3/RELEASE_X86_64
/dports/sysutils/lsyncd/lsyncd-release-2.2.3/
H A DINSTALL51 On OSX you yet need to get the xnu sources.
53 cmake -DWITH_INOTIFY=OFF -DWITH_FSEVENTS=ON -DXNU_DIR=/path/to/xnu-VERSION
/dports/security/sslproxy/SSLproxy-0.9.2/
H A DLICENSE.third10 xnu/xnu-*:
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/breakpad-patches/
H A D25-macos-exc-guard.patch32 +// See https://github.com/apple/darwin-xnu/blob/main/osfmk/kern/exc_guard.h
43 +// See https://github.com/apple/darwin-xnu/osfmk/mach/port.h
71 +// See https://github.com/apple/darwin-xnu/blob/main/bsd/sys/guarded.h
94 +// See https://github.com/apple/darwin-xnu/osfmk/mach/vm_statistics.h
/dports/net/miniupnpd/miniupnpd-2.1.20200510/
H A DINSTALL61 You need to download xnu sources : https://opensource.apple.com/tarballs/xnu/
62 - If version of xnu >= 4570,
65 > INCLUDES="-I.../xnu/bsd -I.../xnu/libkern" make
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/miniupnp/miniupnpd/
H A DINSTALL61 You need to download xnu sources : https://opensource.apple.com/tarballs/xnu/
62 - If version of xnu >= 4570,
65 > INCLUDES="-I.../xnu/bsd -I.../xnu/libkern" make

12345678910>>...20