Home
last modified time | relevance | path

Searched refs:hdp (Results 1 – 25 of 470) sorted by relevance

12345678910>>...19

/dports/science/hdf/hdf-4.2.15/mfhdf/dumper/
H A DTEST4 (1) hdp list tdata.hdf
5 hdp list -l tdata.hdf
6 hdp list -d tdata.hdf
7 hdp list -e tdata.hdf
8 hdp list -t 720 tdata.hdf
10 hdp list -g tdata.hdf
11 hdp list -a tdata.hdf
16 (2) hdp dumpsds swf32.hdf
25 (3) hdp dumprig tdf24.hdf
32 (4) hdp dumpvd tvset.hdf
[all …]
H A Dhdp.mak45 ALL : .\hdp.exe .\hdp.bsc
61 BSC32_FLAGS=/nologo /o$(OUTDIR)/"hdp.bsc"
63 .\hdp.bsc : $(OUTDIR) $(BSC32_SBRS)
69 .\hdp.obj \
83 /OUT:$(OUTDIR)/"hdp.exe"
103 ALL : .\hdp.exe .\hdp.bsc
121 .\hdp.bsc : $(OUTDIR) $(BSC32_SBRS)
127 .\hdp.obj \
181 SOURCE=.\hdp.c
183 .\hdp.obj : $(SOURCE) $(INTDIR)
[all …]
H A DREADME3 This directory contains source and data files for hdp, an HDF dumper.
4 File hdp.txt explains hdp commands and command options. Hdp will be
/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Dheap.c106 struct heap *hdp; in _gst_heap_create() local
124 hdp = &mtemp; in _gst_heap_create()
129 if (!hdp->base) in _gst_heap_create()
137 hdp->top = hdp->breakval = hdp->base; in _gst_heap_create()
138 if ((hdp = heap_sbrk_internal (hdp, HEAP_DELTA)) != NULL) in _gst_heap_create()
146 _gst_osmem_release (hdp->base, hdp->areasize); in _gst_heap_create()
183 struct heap *hdp; in _gst_heap_sbrk() local
210 if (hdp->breakval + size >= hdp->base) in heap_sbrk_internal()
216 hdp->top = moveto; in heap_sbrk_internal()
219 else if (hdp->breakval + size > hdp->top) in heap_sbrk_internal()
[all …]
/dports/games/flightgear-aircraft/fgaircraft/f16/Nasal/HUD/
H A DHUD_main.nas150 …print("HUD hud_serviceable=", hdp.hud_serviceable," display=", hdp.hud_display, " brt=", hdp.hud_b…
723 # if (!hdp.hud_display or !hdp.hud_serviceable) {
728 hdp.roll_rad = -hdp.roll*D2R;
771 hdp.VV_x = hdp.beta;
772 hdp.VV_y = hdp.alpha;
781 hdp.active_target_available = hdp.active_u != nil;
783 hdp.active_target_callsign = hdp.active_u.Callsign;
785 hdp.active_target_model = hdp.active_u.ModelType;
869 hdp.window6_txt = hdp.active_target_model;
904 if (hdp.gear_down and !hdp.wow) {
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/sdet/
H A Dsdet_harris_detector_params.cxx22 InitParams(hdp.sigma_, in sdet_harris_detector_params()
23 hdp.thresh_, in sdet_harris_detector_params()
24 hdp.n_, in sdet_harris_detector_params()
25 hdp.percent_corners_, in sdet_harris_detector_params()
26 hdp.scale_factor_, in sdet_harris_detector_params()
27 hdp.use_vil_harris_ in sdet_harris_detector_params()
105 << "sigma " << hdp.sigma_ << std::endl in operator <<()
106 << "thresh " << hdp.thresh_ << std::endl in operator <<()
107 << "n " << hdp.n_ << std::endl in operator <<()
109 << "scale_factor " << hdp.scale_factor_ << std::endl in operator <<()
[all …]
/dports/math/arb/arb-2.21.1/acb_modular/test/
H A Dt-hilbert_class_poly.c124 nmod_poly_t hdp; in main() local
127 nmod_poly_init(hdp, 31337); in main()
132 fmpz_poly_get_nmod_poly(hdp, hd); in main()
133 c = nmod_poly_evaluate_nmod(hdp, 2015); in main()
148 fmpz_poly_get_nmod_poly(hdp, hd); in main()
149 c = nmod_poly_evaluate_nmod(hdp, 2015); in main()
162 nmod_poly_clear(hdp); in main()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/char/
H A Dhpet.c852 if (hpet_is_known(hdp)) { in hpet_alloc()
935 if (hdp->hd_state & (1 << i)) { in hpet_alloc()
961 struct hpet_data *hdp; in hpet_resources() local
965 hdp = data; in hpet_resources()
972 if (!hdp->hd_address) in hpet_resources()
975 if (hpet_is_known(hdp)) { in hpet_resources()
976 iounmap(hdp->hd_address); in hpet_resources()
988 if (hpet_is_known(hdp)) { in hpet_resources()
989 iounmap(hdp->hd_address); in hpet_resources()
1007 hdp->hd_irq[hdp->hd_nirqs] = irq; in hpet_resources()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/char/
H A Dhpet.c852 if (hpet_is_known(hdp)) { in hpet_alloc()
935 if (hdp->hd_state & (1 << i)) { in hpet_alloc()
961 struct hpet_data *hdp; in hpet_resources() local
965 hdp = data; in hpet_resources()
972 if (!hdp->hd_address) in hpet_resources()
975 if (hpet_is_known(hdp)) { in hpet_resources()
976 iounmap(hdp->hd_address); in hpet_resources()
988 if (hpet_is_known(hdp)) { in hpet_resources()
989 iounmap(hdp->hd_address); in hpet_resources()
1007 hdp->hd_irq[hdp->hd_nirqs] = irq; in hpet_resources()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/char/
H A Dhpet.c852 if (hpet_is_known(hdp)) { in hpet_alloc()
935 if (hdp->hd_state & (1 << i)) { in hpet_alloc()
961 struct hpet_data *hdp; in hpet_resources() local
965 hdp = data; in hpet_resources()
972 if (!hdp->hd_address) in hpet_resources()
975 if (hpet_is_known(hdp)) { in hpet_resources()
976 iounmap(hdp->hd_address); in hpet_resources()
988 if (hpet_is_known(hdp)) { in hpet_resources()
989 iounmap(hdp->hd_address); in hpet_resources()
1007 hdp->hd_irq[hdp->hd_nirqs] = irq; in hpet_resources()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/collector/internal/goldendataset/
H A Dmetrics_gen.go184 func setDoubleHistogramBounds(hdp pdata.HistogramDataPoint, bounds ...float64) {
185 hdp.SetBucketCounts(make([]uint64, len(bounds)))
186 hdp.SetExplicitBounds(bounds)
189 func addDoubleHistogramVal(hdp pdata.HistogramDataPoint, val float64) {
190 hdp.SetCount(hdp.Count() + 1)
191 hdp.SetSum(hdp.Sum() + val)
192 buckets := hdp.BucketCounts()
193 bounds := hdp.ExplicitBounds()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/NWints/hondo/
H A Dhnd_hlfd_ij.F47 2 scr(hdp(1)) ,scr(hdp(2)) ,scr(hdp(3)) ,scr(hdp(4)),scr(hdp(5)),
48 3 scr(hdp(6)) ,scr(hdp(7)) ,scr(hdp(8)) ,scr(hdp(9)),scr(hdp(10)),
49 4 scr(hdp(11)),scr(hdp(12)),scr(hdp(13)),scr(hdp(14)),
50 5 scr(hdp(15)),scr(hdp(16)),scr(hdp(17)),scr(hdp(18)))
H A Dhnd_dd1emem.F99 hdp(1) = 1
101 hdp(ll) = hdp(ll-1)+(maxang+2)**2*(maxang+2)
104 hdp(ll) = hdp(ll-1)+(maxang+1)**2*(maxang+2)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/NWints/hondo/
H A Dhnd_hlfd_ij.F47 2 scr(hdp(1)) ,scr(hdp(2)) ,scr(hdp(3)) ,scr(hdp(4)),scr(hdp(5)),
48 3 scr(hdp(6)) ,scr(hdp(7)) ,scr(hdp(8)) ,scr(hdp(9)),scr(hdp(10)),
49 4 scr(hdp(11)),scr(hdp(12)),scr(hdp(13)),scr(hdp(14)),
50 5 scr(hdp(15)),scr(hdp(16)),scr(hdp(17)),scr(hdp(18)))
H A Dhnd_dd1emem.F99 hdp(1) = 1
101 hdp(ll) = hdp(ll-1)+(maxang+2)**2*(maxang+2)
104 hdp(ll) = hdp(ll-1)+(maxang+1)**2*(maxang+2)
/dports/biology/ncbi-toolkit/ncbi/ddv/
H A Dddvopen.c3049 SetItemStatus(hdp->DDV_lsip, hdp->amaip->master, TRUE); in DDV_SetHideList()
3060 DDV_HideDialog *hdp; in DDV_HideList() local
3079 SetItemStatus(hdp->DDV_lsip, DDV_GetLastRow(hdp), TRUE); in DDV_HideList()
3082 SetItemStatus(hdp->DDV_lsip, hdp->LastValidRow, TRUE); in DDV_HideList()
3100 DDV_HideDialog *hdp; in DDV_HideAcceptProc() local
3145 hdp->target = ViewMgr_GetBeginIndexed(hdp->salp); in DDV_HideDlg()
3149 hdp->amaip = (AMAlignIndexPtr)(hdp->target->saip); in DDV_HideDlg()
3154 MemFree(hdp); in DDV_HideDlg()
3164 Nlm_SetObjectExtra (hdp->DDV_wHide, (void *)hdp, StdCleanupExtraProc); in DDV_HideDlg()
3170 hdp->numrows = AlnMgrGetNumRows(hdp->target); in DDV_HideDlg()
[all …]
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/hanami/
H A Dhanami.plugin.zsh14 alias hdp='hanami db prepare' alias
17 alias hdrs='hdd && hdp'
18 alias hdtp='HET hdp'
/dports/devel/p5-MooseX-RelatedClassRoles/MooseX-RelatedClassRoles-0.004/
H A Ddist.ini4 author = Hans Dieter Pearcey <hdp@cpan.org>
5 copyright_holder = Hans Dieter Pearcey <hdp@cpan.org>
/dports/www/p5-CatalystX-RoleApplicator/CatalystX-RoleApplicator-0.005/
H A Ddist.ini4 author = Hans Dieter Pearcey <hdp@cpan.org>
5 copyright_holder = Hans Dieter Pearcey <hdp@cpan.org>
/dports/net/rclone/rclone-1.57.0/vendor/github.com/colinmarc/hdfs/v2/
H A Dtravis-setup-hdp2.sh7 sudo tee /etc/apt/sources.list.d/hdp.list <<EOF
48 sudo /usr/hdp/current/hadoop-hdfs-datanode/../hadoop/sbin/hadoop-daemon.sh start datanode
49 sudo /usr/hdp/current/hadoop-hdfs-namenode/../hadoop/sbin/hadoop-daemon.sh start namenode
/dports/devel/p5-MooseX-InsideOut/MooseX-InsideOut-0.106/
H A Ddist.ini4 author = Hans Dieter Pearcey <hdp@cpan.org>
5 copyright_holder = Hans Dieter Pearcey <hdp@cpan.org>
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/
H A Dcarminefb.c64 u32 hdp; member
107 .hdp = 640,
119 .hdp = 800,
133 if (car_modes[i].hdp == var->xres && in carmine_find_mode()
258 width = par->res->hdp * 4 / CARMINE_DISP_WIDTH_UNIT; in carmine_init_display_param()
275 window_size |= par->res->hdp; in carmine_init_display_param()
371 u32 hdp, vdp, htp, hsp, hsw, vtr, vsp, vsw; in set_display_parameters() local
377 hdp = par->res->hdp - 1; in set_display_parameters()
389 (hdp << CARMINE_DISP_HDB_SHIFT) | hdp); in set_display_parameters()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/
H A Dcarminefb.c64 u32 hdp; member
107 .hdp = 640,
119 .hdp = 800,
133 if (car_modes[i].hdp == var->xres && in carmine_find_mode()
258 width = par->res->hdp * 4 / CARMINE_DISP_WIDTH_UNIT; in carmine_init_display_param()
275 window_size |= par->res->hdp; in carmine_init_display_param()
371 u32 hdp, vdp, htp, hsp, hsw, vtr, vsp, vsw; in set_display_parameters() local
377 hdp = par->res->hdp - 1; in set_display_parameters()
389 (hdp << CARMINE_DISP_HDB_SHIFT) | hdp); in set_display_parameters()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/
H A Dcarminefb.c64 u32 hdp; member
107 .hdp = 640,
119 .hdp = 800,
133 if (car_modes[i].hdp == var->xres && in carmine_find_mode()
258 width = par->res->hdp * 4 / CARMINE_DISP_WIDTH_UNIT; in carmine_init_display_param()
275 window_size |= par->res->hdp; in carmine_init_display_param()
371 u32 hdp, vdp, htp, hsp, hsw, vtr, vsp, vsw; in set_display_parameters() local
377 hdp = par->res->hdp - 1; in set_display_parameters()
389 (hdp << CARMINE_DISP_HDB_SHIFT) | hdp); in set_display_parameters()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/marvell/
H A Dgtdevbusvar.h31 gt_devbus_addr(device_t gt, int unit, uint32_t *ldp, uint32_t *hdp) in gt_devbus_addr() argument
50 *hdp = bus_space_read_4(sc->sc_iot, sc->sc_ioh, in gt_devbus_addr()

12345678910>>...19