Home
last modified time | relevance | path

Searched refs:hroot (Results 1 – 25 of 26) sorted by relevance

12

/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/source/com/sun/star/lib/loader/
H A DWinRegKey.java127 long[] hroot = {0}; in getValue() local
129 bRet = winreg_RegOpenClassesRoot( hroot ); in getValue()
131 bRet = winreg_RegOpenCurrentConfig( hroot ); in getValue()
133 bRet = winreg_RegOpenCurrentUser( hroot ); in getValue()
135 bRet = winreg_RegOpenLocalMachine( hroot ); in getValue()
137 bRet = winreg_RegOpenUsers( hroot ); in getValue()
145 if ( !winreg_RegOpenKeyEx( hroot[0], m_subKeyName, hkey ) ) { in getValue()
146 if ( !winreg_RegCloseKey( hroot[0] ) ) { in getValue()
163 !winreg_RegCloseKey( hroot[0] ) ) { in getValue()
181 !winreg_RegCloseKey( hroot[0] ) ) { in getValue()
[all …]
/dports/biology/migrate/migrate-3.6.11/src/
H A Dlaguerre.c110 void root_hermite (long n, MYREAL *hroot);
183 root_hermite (long n, MYREAL *hroot) in root_hermite() argument
197 hroot[start - 1] = 0.0; in root_hermite()
202 hroot[ii] = halfroot (hermite, n, hroot[ii - 1] + EPSILON, 1. / n); in root_hermite()
203 hroot[start - z] = -hroot[ii]; in root_hermite()
296 hermite_weight (long n, MYREAL *hroot, MYREAL *weights) in hermite_weight() argument
303 hr2 = hermite (n - 1, hroot[i]); in hermite_weight()
314 MYREAL *hroot; in inithermitcat() local
317 root_hermite (categs, hroot); // calculate roots in inithermitcat()
321 rate[i] = theta1 + std * hroot[i]; in inithermitcat()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/powerpc/powerpc/
H A Dofw_machdep.c73 int hroot, hmem, i, cnt, memcnt, regcnt, acells, scells; in mem_regions() local
79 if ((hroot = OF_finddevice("/")) == -1) in mem_regions()
81 cnt = OF_getprop(hroot, "#address-cells", &acells, sizeof(int)); in mem_regions()
86 cnt = OF_getprop(hroot, "#size-cells", &scells, sizeof(int)); in mem_regions()
154 if (of_compatible(hroot, macrisc) != -1) { in mem_regions()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/AFILE/Source/
H A Dhuff.h55 void HuffDump(HuffNode *htree, HuffNode *hroot, int numNodes);
56 void HuffWalk(HuffNode *htree, HuffNode *hroot,
80 int HuffMakeFlashTables(HuffNode *htree, HuffNode *hroot, uchar *pFlashTab,
/dports/databases/py-pickleshare/pickleshare-0.7.5/
H A Dpickleshare.py127 hroot = self.root / hashroot
128 if not hroot.is_dir():
129 hroot.mkdir()
130 hfile = hroot / gethashfile(key)
139 hroot = self.root / hashroot
140 hfile = hroot / gethashfile(key)
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXRegistry.cpp203 FXbool FXRegistry::readFromRegistry(FXptr hroot,FXbool mrk){ in readFromRegistry() argument
207 FXTRACE((100,"FXRegistry::readFromRegistry(%p,%d)\n",hroot,mrk)); in readFromRegistry()
210 if(RegOpenKeyExA((HKEY)hroot,"Software",0,KEY_READ,&hsoftware)==ERROR_SUCCESS){ in readFromRegistry()
298 FXbool FXRegistry::writeToRegistry(FXptr hroot){ in writeToRegistry() argument
301 FXTRACE((100,"FXRegistry::writeToRegistry(%p)\n",hroot)); in writeToRegistry()
308 if(RegOpenKeyExA((HKEY)hroot,"Software",0,KEY_WRITE,&hsoftware)==ERROR_SUCCESS){ in writeToRegistry()
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A DFXRegistry.cpp203 FXbool FXRegistry::readFromRegistry(FXptr hroot,FXbool mrk){ in readFromRegistry() argument
207 FXTRACE((100,"FXRegistry::readFromRegistry(%p,%d)\n",hroot,mrk)); in readFromRegistry()
210 if(RegOpenKeyExA((HKEY)hroot,"Software",0,KEY_READ,&hsoftware)==ERROR_SUCCESS){ in readFromRegistry()
298 FXbool FXRegistry::writeToRegistry(FXptr hroot){ in writeToRegistry() argument
301 FXTRACE((100,"FXRegistry::writeToRegistry(%p)\n",hroot)); in writeToRegistry()
308 if(RegOpenKeyExA((HKEY)hroot,"Software",0,KEY_WRITE,&hsoftware)==ERROR_SUCCESS){ in writeToRegistry()
/dports/devel/p5-Config-AST/Config-AST-1.07/lib/Config/AST/Node/
H A DSection.pm182 my $hroot = {};
185 push @ar, [ '', $self, $hroot ];
199 return $hroot->{''};
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/include/
H A DFXRegistry.h68 FXbool readFromRegistry(FXptr hroot,FXbool mark=false);
69 FXbool writeToRegistry(FXptr hroot);
/dports/x11-toolkits/fox17/fox-1.7.77/include/
H A DFXRegistry.h68 FXbool readFromRegistry(FXptr hroot,FXbool mark=false);
69 FXbool writeToRegistry(FXptr hroot);
/dports/biology/treepuzzle/tree-puzzle-5.2/src/
H A Dml2.c1927 hroot = aveh;
1929 len = (hroot - rootbr->height) + (hroot - rootbr->kinp->height);
1962 len = (hroot - chep->height) + (hroot - chep->kinp->height);
2000 maxh = hroot;
2036 len = (hroot - chep->height) + (hroot - chep->kinp->height);
2054 hroot = ht;
2055 len = (hroot - rootbr->height) + (hroot - rootbr->kinp->height);
2071 he = hroot;
2095 hroot = he;
2096 len = (hroot - rootbr->height) + (hroot - rootbr->kinp->height);
[all …]
H A Dml.h164 EXTERN double hroot; /* height of root */ variable
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgregistrysettingsbackend.c925 HKEY hroot; member
936 HKEY hroot; in g_registry_backend_write_one() local
953 hroot = action->hroot; in g_registry_backend_write_one()
1093 HKEY hroot; in g_registry_backend_write() local
1097 KEY_WRITE, NULL, &hroot, NULL); in g_registry_backend_write()
1105 action.hroot = hroot; in g_registry_backend_write()
1109 RegCloseKey (hroot); in g_registry_backend_write()
1121 HKEY hroot; in g_registry_backend_write_tree() local
1125 KEY_WRITE, NULL, &hroot, NULL); in g_registry_backend_write_tree()
1133 action.hroot = hroot; in g_registry_backend_write_tree()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/cppuhelper/source/
H A Dfindsofficepath.c42 static wchar_t* getPathFromRegistryKey( HKEY hroot, const wchar_t* subKeyName ) in getPathFromRegistryKey() argument
50 if ( RegOpenKeyExW( hroot, subKeyName, 0, KEY_READ, &hkey ) != ERROR_SUCCESS ) in getPathFromRegistryKey()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cppuhelper/source/
H A Dfindsofficepath.c42 static wchar_t* getPathFromRegistryKey( HKEY hroot, const wchar_t* subKeyName ) in getPathFromRegistryKey() argument
50 if ( RegOpenKeyExW( hroot, subKeyName, 0, KEY_READ, &hkey ) != ERROR_SUCCESS ) in getPathFromRegistryKey()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cli_ure/source/native/
H A Dnative_bootstrap.cxx45 WCHAR* getPathFromRegistryKey( HKEY hroot, LPCWSTR subKeyName ) in getPathFromRegistryKey() argument
49 if ( RegOpenKeyExW( hroot, subKeyName, 0, KEY_READ, &hkey ) != ERROR_SUCCESS ) in getPathFromRegistryKey()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cli_ure/source/native/
H A Dnative_bootstrap.cxx45 WCHAR* getPathFromRegistryKey( HKEY hroot, LPCWSTR subKeyName ) in getPathFromRegistryKey() argument
49 if ( RegOpenKeyExW( hroot, subKeyName, 0, KEY_READ, &hkey ) != ERROR_SUCCESS ) in getPathFromRegistryKey()
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/phylip/src/
H A Dphylip.cpp862 void root_hermite(long n, double *hroot) in root_hermite() argument
874 hroot[start-1] = 0.0; in root_hermite()
877 hroot[ii] = halfroot(hermite, n, hroot[ii-1]+EPSILON, 1./n); in root_hermite()
878 hroot[start - z] = -hroot[ii]; in root_hermite()
958 hr2 = hermite(n-1, hroot[i]); in hermite_weight()
967 double *hroot; in inithermitcat() local
971 hroot = (double *) Malloc((categs+1) * sizeof(double)); in inithermitcat()
972 root_hermite(categs, hroot); /* calculate roots */ in inithermitcat()
973 hermite_weight(categs, hroot, probcat); /* set weights */ in inithermitcat()
975 rate[i] = 1.0 + std * hroot[i]; in inithermitcat()
[all …]
/dports/biology/seaview/seaview/csrc/
H A Dphylip.c822 void root_hermite(long n, double *hroot) in root_hermite() argument
834 hroot[start-1] = 0.0; in root_hermite()
837 hroot[ii] = halfroot(hermite, n, hroot[ii-1]+EPSILON, 1./n); in root_hermite()
838 hroot[start - z] = -hroot[ii]; in root_hermite()
918 hr2 = hermite(n-1, hroot[i]); in hermite_weight()
927 double *hroot; in inithermitcat() local
931 hroot = (double *) Malloc((categs+1) * sizeof(double)); in inithermitcat()
932 root_hermite(categs, hroot); /* calculate roots */ in inithermitcat()
933 hermite_weight(categs, hroot, probcat); /* set weights */ in inithermitcat()
935 rate[i] = 1.0 + std * hroot[i]; in inithermitcat()
[all …]
/dports/x11/xsnow/xsnow-3.4.2/src/
H A Dwindows.c588 unsigned int wroot,hroot,broot,droot; in InitDisplayDimensions() local
592 &xroot, &yroot, &wroot, &hroot, &broot, &droot); in InitDisplayDimensions()
596 global.Hroot = hroot; in InitDisplayDimensions()
597 …yDimensions: %p %d %d %d %d %d %d\n",(void*)global.Rootwindow,xroot,yroot,wroot,hroot,broot,droot); in InitDisplayDimensions()
/dports/multimedia/vlc/vlc-3.0.16/modules/video_output/win32/
H A Dcommon.c503 HWND hroot = GetAncestor(sys->hwnd,GA_ROOT); in CommonChangeThumbnailClip() local
508 if (ScreenToClient(hroot, &client)) in CommonChangeThumbnailClip()
519 hr = taskbl->lpVtbl->SetThumbnailClip(taskbl, hroot, in CommonChangeThumbnailClip()
/dports/biology/molden/molden5.8/
H A Drdmaux.f1801 hroot = dnrm2(l,a(iz0+1),1)
1804 g = -sign(hroot,f)
1807 h = hroot*hroot - f * g
/dports/net/samba412/samba-4.12.15/source4/torture/smb2/
H A Dgetinfo.c177 struct smb2_handle hroot; in torture_smb2_fileinfo_normalized() local
254 status = smb2_util_roothandle(tree, &hroot); in torture_smb2_fileinfo_normalized()
257 info.normalized_name_info.in.file.handle = hroot; in torture_smb2_fileinfo_normalized()
/dports/graphics/opencv/opencv-4.5.3/modules/highgui/src/
H A Dwindow_w32.cpp458 HKEY hroot; in icvSaveWindowPos() local
466 …_USER, rootKey, 0, NULL, REG_OPTION_NON_VOLATILE, KEY_READ+KEY_WRITE, 0, &hroot, NULL) != ERROR_SU… in icvSaveWindowPos()
474 … LONG code = RegEnumKeyEx(hroot, count, currentKey, &csize, NULL, NULL, NULL, &accesstime); in icvSaveWindowPos()
488 RegDeleteKey(hroot, oldestKey); in icvSaveWindowPos()
489 RegCloseKey(hroot); in icvSaveWindowPos()
/dports/cad/xcircuit/xcircuit-3.10.30/asg/
H A Dglobal_route.c223 insert_all_modules(hroot, vroot, ml) in insert_all_modules() argument
224 tile *hroot, *vroot; in insert_all_modules()
250 t = insert_tile(hroot, xPos, yPos, xLen, yLen, mll->this);

12