Home
last modified time | relevance | path

Searched refs:ntop (Results 1 – 25 of 574) sorted by relevance

12345678910>>...23

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dmri_nsize.c33 else if( ntop <= 64 ) ntop = 64 ; in mri_nsize()
34 else if( ntop <= 128 ) ntop = 128 ; in mri_nsize()
35 else if( ntop <= 256 ) ntop = 256 ; in mri_nsize()
36 else if( ntop <= 512 ) ntop = 512 ; in mri_nsize()
37 else if( ntop <=1024 ) ntop =1024 ; in mri_nsize()
49 imout = mri_new( ntop,ntop , MRI_short ) ; in mri_nsize()
68 imout = mri_new( ntop,ntop , MRI_byte ) ; in mri_nsize()
87 imout = mri_new( ntop,ntop , MRI_int ) ; in mri_nsize()
106 imout = mri_new( ntop,ntop , MRI_float ) ; in mri_nsize()
125 imout = mri_new( ntop,ntop , MRI_double ) ; in mri_nsize()
[all …]
H A D3dhclip.c19 int nxyz , ii , kk , nbin , sval , sum , nbot , a,b,c , nbase,npeak,ntop , nvox ; in main() local
145 npeak = kmax[0] ; ntop = 0 ; in main()
169 ntop = MAX( kmax[k1] , kmax[k2] ) ; in main()
171 fk = fbin[ntop] ; klow = ntop ; in main()
172 for( kk=ntop-1 ; kk >= npeak ; kk-- ){ in main()
175 fk = 0.16 * fk ; kup = MIN( nbin-1 , ntop+3*(ntop-klow+2) ) ; in main()
176 for( kk=ntop+1 ; kk <= kup ; kk++ ) if( fbin[kk] < fk ) break ; in main()
177 ntop = kk ; in main()
185 printf("base = %d peak = %d top = %d\n",nbase,npeak,ntop) ; in main()
H A D3dnoise.c42 int ntop = (2.5 * mu + 0.5) ; in chfit() local
46 if( ntop <= 1 || ntop >= NBIN/2 ) return -1.0 ; in chfit()
49 for( ii=0 ; ii <= ntop ; ii++ ) ntot += histo[ii] ; in chfit()
51 ftop = 1.0 - exp(-(ntop/mu)*(ntop/mu)) ; in chfit()
55 for( ii=0 ; ii <= ntop ; ii++ ){ in chfit()
64 ccc /= (ntop+1) ; return ccc ; in chfit()
H A DFD2_inc.c3297 else if( ntop <= 64 ) ntop = 64 ;
3298 else if( ntop <= 128 ) ntop = 128 ;
3299 else if( ntop <= 256 ) ntop = 256 ;
3300 else if( ntop <= 512 ) ntop = 512 ;
3301 else if( ntop <=1024 ) ntop =1024 ;
3311 imout = mri_new( ntop,ntop , MRI_short ) ;
3330 imout = mri_new( ntop,ntop , MRI_byte ) ;
3349 imout = mri_new( ntop,ntop , MRI_int ) ;
3368 imout = mri_new( ntop,ntop , MRI_float ) ;
3387 imout = mri_new( ntop,ntop , MRI_double ) ;
[all …]
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dcanohost.c63 check_ip_options(sock, ntop); in get_remote_hostname()
70 if (getnameinfo((struct sockaddr *)&from, fromlen, ntop, sizeof(ntop), in get_remote_hostname()
75 return xstrdup(ntop); in get_remote_hostname()
82 return xstrdup(ntop); in get_remote_hostname()
95 name, ntop); in get_remote_hostname()
97 return xstrdup(ntop); in get_remote_hostname()
118 return xstrdup(ntop); in get_remote_hostname()
133 ntop, name); in get_remote_hostname()
134 return xstrdup(ntop); in get_remote_hostname()
244 char ntop[NI_MAXHOST]; in get_socket_address() local
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/coxplot/
H A Dzzlabl.c31 static integer nbot, ntop, n, nch; in zzlabl_() local
76 ntop = 9; in zzlabl_()
78 if (*(unsigned char *)&buf[ntop - 1] != '0') { in zzlabl_()
81 --ntop; in zzlabl_()
82 if (ntop > nbot) { in zzlabl_()
89 nch = ntop - nbot + 1; in zzlabl_()
90 s_copy(buf, buf + (nbot - 1), nch, ntop - (nbot - 1)); in zzlabl_()
/dports/irc/bitlbee/bitlbee-3.6/lib/
H A Dcanohost.c48 char ntop[INET6_ADDRSTRLEN]; in reverse_lookup() local
58 if (getnameinfo((struct sockaddr *)&from, fromlen, ntop, sizeof(ntop), in reverse_lookup()
67 return g_strdup(ntop); in reverse_lookup()
80 return g_strdup(ntop); in reverse_lookup()
101 return g_strdup(ntop); in reverse_lookup()
107 (strcmp(ntop, ntop2) == 0)) in reverse_lookup()
114 return g_strdup(ntop); in reverse_lookup()
/dports/math/vtk8/VTK-8.2.0/Filters/Sources/
H A DvtkCylinderSource.cxx58 double xtop[3], tctop[2], ntop[3]; in RequestData() local
112 nbot[0] = ntop[0] = cos(i*angle); in RequestData()
114 xtop[0] = (ntop[0] * this->Radius) + center[0]; in RequestData()
120 nbot[1] = ntop[1] = 0.0; in RequestData()
125 nbot[2] = ntop[2] = -sin(i*angle); in RequestData()
127 xtop[2] = (ntop[2] * this->Radius) + center[2]; in RequestData()
135 newNormals->InsertTuple(idx+1,ntop); in RequestData()
157 nbot[0] = ntop[0] = 0.0; in RequestData()
165 ntop[1] = -1.0; in RequestData()
173 ntop[2] = 0.0; in RequestData()
[all …]
/dports/math/vtk9/VTK-9.1.0/Filters/Sources/
H A DvtkCylinderSource.cxx55 double xtop[3], tctop[2], ntop[3]; in RequestData() local
109 nbot[0] = ntop[0] = cos(i * angle); in RequestData()
111 xtop[0] = (ntop[0] * this->Radius) + center[0]; in RequestData()
117 nbot[1] = ntop[1] = 0.0; in RequestData()
122 nbot[2] = ntop[2] = -sin(i * angle); in RequestData()
124 xtop[2] = (ntop[2] * this->Radius) + center[2]; in RequestData()
132 newNormals->InsertTuple(idx + 1, ntop); in RequestData()
154 nbot[0] = ntop[0] = 0.0; in RequestData()
163 ntop[1] = -1.0; in RequestData()
173 ntop[2] = 0.0; in RequestData()
[all …]
/dports/math/vtk6/VTK-6.2.0/Filters/Sources/
H A DvtkCylinderSource.cxx58 double xtop[3], tctop[2], ntop[3]; in RequestData() local
112 nbot[0] = ntop[0] = cos(i*angle); in RequestData()
114 xtop[0] = (ntop[0] * this->Radius) + center[0]; in RequestData()
120 nbot[1] = ntop[1] = 0.0; in RequestData()
125 nbot[2] = ntop[2] = -sin(i*angle); in RequestData()
127 xtop[2] = (ntop[2] * this->Radius) + center[2]; in RequestData()
135 newNormals->InsertTuple(idx+1,ntop); in RequestData()
157 nbot[0] = ntop[0] = 0.0; in RequestData()
165 ntop[1] = -1.0; in RequestData()
173 ntop[2] = 0.0; in RequestData()
[all …]
/dports/net/dante/dante-1.4.3/lib/
H A Dhostid.c101 char ntop[MAXSOCKADDRSTRING]; local
104 if (inet_ntop(AF_INET, &addrv[i], ntop, sizeof(ntop)) == NULL)
109 function, (unsigned long)i, ntop);
164 char ntop[MAXSOCKADDRSTRING]; local
166 if (inet_ntop(AF_INET, &addrv[i], ntop, sizeof(ntop)) == NULL)
171 function, (unsigned long)i, ntop);
H A Dmethod.c306 char ntop[MAXSOCKADDRSTRING]; local
308 if (inet_ntop(AF_INET, &hostidv[i], ntop, sizeof(ntop)) == NULL) {
315 snprintf(ntop, sizeof(ntop), "<unknown>");
321 ntop);
417 char ntop[MAXSOCKADDRSTRING]; local
419 if (inet_ntop(AF_INET, &hostidv[i], ntop, sizeof(ntop)) == NULL) {
426 snprintf(ntop, sizeof(ntop), "<unknown>");
432 ntop);
H A Diface.c108 char ntop[256]; local
122 if (inet_ntop(AF_INET6, a, ntop, sizeof(ntop)) == NULL)
123 snprintf(ntop, sizeof(ntop), "<%s>", strerror(errno));
126 function, ntop, addrscope2string(scope));
/dports/net/ndpi/nDPI-92a1be2/tests/result/
H A Dhttp_ipv6.pcap.out7 ntop 80 36401 4
18ntop][cat: Network/14][14 pkts/3969 bytes <-> 12 pkts/11648 bytes][Goodput ratio: 69/91][0.43 sec]…
19ntop][cat: Network/14][11 pkts/1292 bytes <-> 8 pkts/5722 bytes][Goodput ratio: 26/88][0.17 sec][A…
20ntop][cat: Network/14][10 pkts/1206 bytes <-> 8 pkts/5722 bytes][Goodput ratio: 28/88][0.12 sec][A…
21ntop][cat: Network/14][10 pkts/1206 bytes <-> 7 pkts/5636 bytes][Goodput ratio: 28/89][0.17 sec][A…
H A D443-curl.pcap.out5 ntop 109 73982 1
12ntop][cat: Network/14][51 pkts/4260 bytes <-> 58 pkts/69722 bytes][Goodput ratio: 22/94][1.10 sec]…
H A Dimaps.pcap.out5 ntop 20 5196 1
12ntop][cat: Network/14][10 pkts/1220 bytes <-> 10 pkts/3976 bytes][Goodput ratio: 45/83][0.33 sec][…
H A D443-safari.pcap.out5 ntop 41 19929 1
12ntop][cat: Network/14][21 pkts/2195 bytes <-> 20 pkts/17734 bytes][Goodput ratio: 36/93][1.10 sec]…
H A D443-firefox.pcap.out5 ntop 667 458067 1
12ntop][cat: Network/14][316 pkts/28495 bytes <-> 351 pkts/429572 bytes][Goodput ratio: 27/95][8.44 …
H A Dmpeg.pcap.out5 ntop 19 10643 1
7ntop][cat: Media/1][9 pkts/754 bytes <-> 10 pkts/9889 bytes][Goodput ratio: 20/93][0.18 sec][Host:…
H A Dselfsigned.pcap.out5 ntop 20 3766 1
12ntop][cat: Network/14][10 pkts/1421 bytes <-> 10 pkts/2345 bytes][Goodput ratio: 60/76][0.05 sec][…
/dports/science/elk/elk-7.2.42/src/
H A Dgenidxbse.f9069 ntop=nstsv
72 ntop=ist
76 if ((ntop-nvbse0+1).lt.1) then
82 if ((ntop+ncbse0).gt.nstsv) then
91 istbse(i,ik)=idx(ntop-nvbse0+i)
95 jstbse(j,ik)=idx(ntop+j)
/dports/net/ndpi/nDPI-92a1be2/
H A DREADME.md1 ![ntop][ntopng_logo] ![ntop][ntop_logo]
4 [![Build Status](https://travis-ci.org/ntop/nDPI.png?branch=dev)](https://travis-ci.org/ntop/nDPI)
5 …(https://img.shields.io/lgtm/grade/cpp/g/ntop/nDPI.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/p…
6 …ts](https://img.shields.io/lgtm/alerts/g/ntop/nDPI.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/p…
11 …e LGPLv3 library for deep-packet inspection. Based on OpenDPI it includes ntop extensions. We have…
53 …is just a library). Both [ntopng](https://github.com/ntop/ntopng) and [nProbe cento](http://www.nt…
57 - Deri, Luca, et al. [nDPI: Open-source high-speed deep packet inspection](http://luca.ntop.org/nDP…
/dports/graphics/photoflow/PhotoFlow-8472024f/src/base/
H A Dblend_vivid_light.hh61 float vivid_light_f(float nbottom, float ntop);
75 float ntop, nbottom, nvivid; member in BlendVividLight
89 ntop = ( ((float)top[pos])+FormatInfo<T>::MIN )/FormatInfo<T>::RANGE; in blend()
91 if( ntop <= 0.5 ) in blend()
96 nvivid = color_burn( nbottom, ntop*2.0f ); in blend()
100 nvivid = color_dodge( nbottom, ntop*2.0f-1.0f ); in blend()
102 vivid_light_f(nbottom,ntop); in blend()
/dports/sysutils/gkrelltop/gkrelltop-2.2.13.orig/
H A Dgkrelltopd.c13 static gint ntop; variable
45 if (n != ntop) in gkrelltopd_update()
47 ntop = n; in gkrelltopd_update()
65 for (i = 0; i < ntop; ++i) in gkrelltopd_serve_data()
76 snprintf(buf, sizeof(buf), "ntop %d\n", ntop); in gkrelltopd_serve_data()
/dports/sysutils/busybox/busybox-1.26.2/procps/
H A Dtop.c152 int ntop; member
192 #define ntop (G.ntop ) macro
362 for (n = 0; n < ntop; n++) { in do_stats()
395 prev_hist_count = ntop; in do_stats()
680 lines_rem = ntop - G_scroll_ofs;
945 if (G_scroll_ofs >= ntop)
946 G_scroll_ofs = ntop - 1;
1181 ntop = 0;
1186 n = ntop;
1205 n = ntop;
[all …]

12345678910>>...23