Home
last modified time | relevance | path

Searched refs:totL (Results 1 – 5 of 5) sorted by relevance

/dports/x11-wm/windowmaker/WindowMaker-0.95.9/WPrefs.app/
H A DThemes.c42 WMLabel *totL; member
162 panel->totL = WMCreateLabel(panel->totF); in createPanel()
163 WMResizeWidget(panel->totL, 67, 67); in createPanel()
164 WMMoveWidget(panel->totL, 25, 25); in createPanel()
165 WMSetLabelRelief(panel->totL, WRSunken); in createPanel()
/dports/x11-wm/libwraster/WindowMaker-0.95.9/WPrefs.app/
H A DThemes.c42 WMLabel *totL; member
162 panel->totL = WMCreateLabel(panel->totF); in createPanel()
163 WMResizeWidget(panel->totL, 67, 67); in createPanel()
164 WMMoveWidget(panel->totL, 25, 25); in createPanel()
165 WMSetLabelRelief(panel->totL, WRSunken); in createPanel()
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/Chem/
H A DFunctionalGroups.py164 totL = 0
166 totL += len(entry)
167 res = [0] * totL
/dports/science/qwalk/mainline-1.0.1-300-g1b7e381/src/attic/
H A Dgaussian_set.cpp265 int totL=basis(bas).lvals(0)+basis(bas).lvals(1)+basis(bas).lvals(2); in create_local_basis() local
271 switch(totL) in create_local_basis()
/dports/science/wannier90/wannier90-3.1.0/src/
H A Dtransport.F90671 totL, tottL, totR, tottR, &
754 allocate (totL(tran_num_ll, tran_num_ll), stat=ierr)
806 call tran_transfer(totL, tottL, hL0, hL1, e_scan_cmp, tran_num_ll)
807 call tran_green(totL, tottL, hL0, hL1, e_scan, g_surf_L, -1, 1, tran_num_ll)
819 call tran_green(totL, tottL, hL0, hL1, e_scan, g_surf_R, 1, 1, tran_num_rr)
952 deallocate (totL, stat=ierr)