Home
last modified time | relevance | path

Searched refs:hdest (Results 1 – 25 of 59) sorted by relevance

123

/dports/devel/hs-git-annex/git-annex-8.20210903/Annex/
H A DCopyFile.hs88 liftIO $ withBinaryFile dest ReadWriteMode $ \hdest ->
90 sofar <- compareexisting hdest hsrc zeroBytesProcessed
91 docopy' hdest hsrc sofar
101 docopy' hdest hsrc sofar = do
107 S.hPut hdest s
110 docopy' hdest hsrc sofar'
115 compareexisting hdest hsrc sofar = do
116 s <- S.hGet hdest defaultChunkSize
126 compareexisting hdest hsrc sofar'
128 seekbefore hdest s
/dports/print/libharu/libharu-RELEASE_2_3_0/if/c#/
H A Dhpdf.cs1256 IntPtr hdest; in CreateDestination()
1259 return new HPdfDestination(hdest); in CreateDestination()
1812 IntPtr hdest); in HPDF_Outline_SetDestination() argument
1925 IntPtr hdest; field in HPdf.HPdfDestination
1927 public HPdfDestination(IntPtr hdest) { in HPdfDestination() argument
1928 if (hdest == IntPtr.Zero) { in HPdfDestination()
1932 this.hdest = hdest; in HPdfDestination()
1940 HPDF_Destination_SetFit(hdest); in SetFit()
1944 HPDF_Destination_SetFitH(hdest, top); in SetFitH()
1956 HPDF_Destination_SetFitB(hdest); in SetFitB()
[all …]
/dports/x11-wm/bbkeys/bbkeys-0.9.1/src/
H A Dwindow.cc480 unsigned int hdest = height + (dheight * _inc_y) / _inc_y * _inc_y + _base_y; in resizeRel() local
482 XResizeWindow(_display, _window, wdest, hdest); in resizeRel()
490 unsigned int hdest = height / _inc_y * _inc_y + _base_y; in resizeAbs() local
499 if (height > hdest) { in resizeAbs()
500 while (height > hdest) in resizeAbs()
501 hdest += _inc_y; in resizeAbs()
503 while (height < hdest) in resizeAbs()
504 hdest -= _inc_y; in resizeAbs()
507 XResizeWindow(_display, _window, wdest, hdest); in resizeAbs()
/dports/print/libharu/libharu-RELEASE_2_3_0/if/vb.net/
H A Dhpdfvb.vb782 Return New HPdfDestination(hdest)
1381 Private hdest As IntPtr
1383 Public Sub New(ByVal hdest As IntPtr)
1384 If (hdest = IntPtr.Zero) Then
1388 Me.hdest = hdest
1396 HPDF_Destination_SetFit(hdest)
1400 HPDF_Destination_SetFitH(hdest, top)
1404 HPDF_Destination_SetFitV(hdest, left)
1412 HPDF_Destination_SetFitB(hdest)
1416 HPDF_Destination_SetFitBH(hdest, top)
[all …]
/dports/math/cln/cln-1.3.6/include/cln/
H A DGV.h305 cl_heap_GV<T> * hdest = (cl_heap_GV<T> *) dest.pointer; in copy_elements() local
306 if (!(hsrc->v.vectorops == hdest->v.vectorops)) in copy_elements()
308 hsrc->v.vectorops->copy_elements(&hsrc->v,srcindex,&hdest->v,destindex,count); in copy_elements()
/dports/biology/vt/vt-0.57721/
H A Dhts_utils.cpp438 void bcf_hdr_transfer_contigs(const bcf_hdr_t *hsrc, bcf_hdr_t *hdest) in bcf_hdr_transfer_contigs() argument
462 bcf_hdr_append(hdest, s.s); in bcf_hdr_transfer_contigs()
595 void bcf_copy_info_field(bcf_hdr_t *hsrc, bcf1_t* vsrc, bcf_hdr_t *hdest, bcf1_t* vdest, const char… in bcf_copy_info_field() argument
601 bcf_update_info_flag(hdest, vdest, key, NULL, 1); in bcf_copy_info_field()
610 bcf_update_info_int32(hdest, vdest, key, str, n); in bcf_copy_info_field()
620 bcf_update_info_float(hdest, vdest, key, str, n); in bcf_copy_info_field()
630 bcf_update_info_string(hdest, vdest, key, str); in bcf_copy_info_field()
H A Dhts_utils.h261 void bcf_copy_info_field(bcf_hdr_t *hsrc, bcf1_t* vsrc, bcf_hdr_t *hdest, bcf1_t* vdest, const char…
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/exp/shiny/driver/windriver/
H A Dzsyscall_windows.go198 func _StretchBlt(dcdest syscall.Handle, xdest int32, ydest int32, wdest int32, hdest int32, dcsrc s…
199 … uintptr(dcdest), uintptr(xdest), uintptr(ydest), uintptr(wdest), uintptr(hdest), uintptr(dcsrc), …
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/golang.org/x/exp/shiny/driver/windriver/
H A Dzsyscall_windows.go198 func _StretchBlt(dcdest syscall.Handle, xdest int32, ydest int32, wdest int32, hdest int32, dcsrc s…
199 … uintptr(dcdest), uintptr(xdest), uintptr(ydest), uintptr(wdest), uintptr(hdest), uintptr(dcsrc), …
/dports/math/plplot-ada/plplot-5.15.0/drivers/
H A Dwxwidgets_comms.cpp454 void * hdest = (void *) getHeader(); in transmitBytes() local
493 memcpy( hdest, csrc, nbytes_chunk ); in transmitBytes()
/dports/math/plplot/plplot-5.15.0/drivers/
H A Dwxwidgets_comms.cpp454 void * hdest = (void *) getHeader(); in transmitBytes() local
493 memcpy( hdest, csrc, nbytes_chunk ); in transmitBytes()
/dports/databases/db5/db-5.3.28/lang/sql/jdbc/native/
H A Dsqlite_jni.c4668 handle *hdest = gethandle(env, dest); in Java_SQLite_Database__1backup() local
4683 if (!hdest) { in Java_SQLite_Database__1backup()
4688 if (!hsrc->is3 || !hdest->is3) { in Java_SQLite_Database__1backup()
4697 if (!hdest->sqlite) { in Java_SQLite_Database__1backup()
4701 trans2iso(env, hdest->haveutf, hdest->enc, destName, &dbnd); in Java_SQLite_Database__1backup()
4714 bkup = sqlite3_backup_init((sqlite3 *) hdest->sqlite, dbnd.result, in Java_SQLite_Database__1backup()
4719 const char *err = sqlite3_errmsg((sqlite3 *) hdest->sqlite); in Java_SQLite_Database__1backup()
4721 seterr(env, src, sqlite3_errcode((sqlite3 *) hdest->sqlite)); in Java_SQLite_Database__1backup()
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Writers/
H A DICML.hs287 hyp (ident, url) = hdest $$ hlink
289 hdest = if "#" `Text.isPrefixOf` url function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Writers/
H A DICML.hs287 hyp (ident, url) = hdest $$ hlink
289 hdest = if "#" `Text.isPrefixOf` url function
/dports/japanese/canna-lib/Canna37p3/lib/RKC/
H A Dwconvert.c2459 simpleKanjiStore(n, data, kdest, hdest) in simpleKanjiStore() argument
2462 Ushort *kdest, *hdest;
2477 wp = hdest;
/dports/japanese/canna-server/Canna37p3/lib/RKC/
H A Dwconvert.c2459 simpleKanjiStore(n, data, kdest, hdest) in simpleKanjiStore() argument
2462 Ushort *kdest, *hdest;
2477 wp = hdest;
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/Gdi/
H A Dmod.rs17 …pub fn AlphaBlend(hdcdest: HDC, xorigindest: i32, yorigindest: i32, wdest: i32, hdest: i32, hdcsrc… in AlphaBlend()
248 …pub fn GdiAlphaBlend(hdcdest: HDC, xorigindest: i32, yorigindest: i32, wdest: i32, hdest: i32, hdc… in GdiAlphaBlend()
258 …pub fn GdiTransparentBlt(hdcdest: HDC, xorigindest: i32, yorigindest: i32, wdest: i32, hdest: i32,… in GdiTransparentBlt()
640 …pub fn StretchBlt(hdcdest: HDC, xdest: i32, ydest: i32, wdest: i32, hdest: i32, hdcsrc: HDC, xsrc:… in StretchBlt()
678 …pub fn TransparentBlt(hdcdest: HDC, xorigindest: i32, yorigindest: i32, wdest: i32, hdest: i32, hd… in TransparentBlt()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/Gdi/
H A Dmod.rs336 …fn AlphaBlend(hdcdest: HDC, xorigindest: i32, yorigindest: i32, wdest: i32, hdest: i32, hdcsrc: HD… in AlphaBlend()
343 ::std::mem::transmute(hdest), in AlphaBlend()
8779 …fn GdiAlphaBlend(hdcdest: HDC, xorigindest: i32, yorigindest: i32, wdest: i32, hdest: i32, hdcsrc:… in GdiAlphaBlend()
8786 ::std::mem::transmute(hdest), in GdiAlphaBlend()
8873 …nsparentBlt(hdcdest: HDC, xorigindest: i32, yorigindest: i32, wdest: i32, hdest: i32, hdcsrc: HDC,… in GdiTransparentBlt()
8880 ::std::mem::transmute(hdest), in GdiTransparentBlt()
14585 …:IntoParam<'a, HDC>>(hdcdest: Param0, xdest: i32, ydest: i32, wdest: i32, hdest: i32, hdcsrc: Para… in StretchBlt()
14590 …fn StretchBlt(hdcdest: HDC, xdest: i32, ydest: i32, wdest: i32, hdest: i32, hdcsrc: HDC, xsrc: i32… in StretchBlt()
14597 ::std::mem::transmute(hdest), in StretchBlt()
15594 …fn TransparentBlt(hdcdest: HDC, xorigindest: i32, yorigindest: i32, wdest: i32, hdest: i32, hdcsrc… in TransparentBlt()
[all …]
/dports/sysutils/wiimms/wiimms-iso-tools/src/libwbfs/
H A Dwiidisc.c192 u8 * hdest = hash_dest; in wd_decrypt_sectors() local
207 hdest, in wd_decrypt_sectors()
220 hdest += WII_SECTOR_HASH_SIZE; in wd_decrypt_sectors()
/dports/games/gtkradiant/GPL/GtkRadiant/contrib/gtkgensurf/
H A Dtriangle.c10060 point horg, hdest;
10089 dest(hulltri, hdest);
10093 if (pointmark(hdest) == 0) {
10094 setpointmark(hdest, 1);
/dports/games/netradiant/netradiant-20150621-src/contrib/gtkgensurf/
H A Dtriangle.c10176 point horg, hdest;
10206 dest( hulltri, hdest );
10210 if ( pointmark( hdest ) == 0 ) {
10211 setpointmark( hdest, 1 );
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A Dlinker.c860 struct bfd_link_hash_entry *hdest ATTRIBUTE_UNUSED, in _bfd_generic_copy_link_hash_symbol_type()
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Dlinker.c843 struct bfd_link_hash_entry *hdest ATTRIBUTE_UNUSED, in _bfd_generic_copy_link_hash_symbol_type()
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Dlinker.c843 struct bfd_link_hash_entry *hdest ATTRIBUTE_UNUSED, in _bfd_generic_copy_link_hash_symbol_type()
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/
H A Dlinker.c860 struct bfd_link_hash_entry *hdest ATTRIBUTE_UNUSED, in _bfd_generic_copy_link_hash_symbol_type()

123