Home
last modified time | relevance | path

Searched refs:ln (Results 201 – 225 of 43080) sorted by relevance

12345678910>>...1724

/dports/security/klee/klee-2.2/scripts/
H A DIStatsSum.py24 ln = None
27 return ln
33 def putback(ln,elt): argument
35 elt[0] = ln
42 ln = lns[0]
63 if ln is not None and (ln.startswith('cfl=') or ln.startswith('cfn=')):
94 ln = lns[0]
95 if ln is None:
97 elif ln.startswith('fn') or ln.startswith('fl'):
99 elif ln.strip():
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/contrib/quasar/
H A Dexport_chem_library_yaml.py59 ln = line.strip()
60 ln_segments = ln.split()
61 if len(ln) == 0 or ln[0]=="#": #blank or comment line
85 elif ln == "begin_one_electron_integrals":
106 elif ln.find("Total MCSCF energy") != -1:
163 elif 'norm' in ln or 'string' in ln or 'exp' in ln:
194 if ln.lower()=="end":
209 if ln.lower() == "end":
212 if ln.find('library') != -1:
218 if ln == "end_one_electron_integrals":
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/contrib/quasar/
H A Dexport_chem_library_yaml.py60 ln = line.strip()
61 ln_segments = ln.split()
62 if len(ln) == 0 or ln[0]=="#": #blank or comment line
86 elif ln == "begin_one_electron_integrals":
107 elif ln.find("Total MCSCF energy") != -1:
164 elif 'norm' in ln or 'string' in ln or 'exp' in ln:
195 if ln.lower()=="end":
210 if ln.lower() == "end":
213 if ln.find('library') != -1:
219 if ln == "end_one_electron_integrals":
[all …]
/dports/emulators/simh/simh-3.9.0_5/PDP8/
H A Dpdp8_ttx.c225 int32 ln, c, temp; in ttix_svc() local
232 ttx_ldsc[ln].rcve = 1; in ttix_svc()
234 for (ln = 0; ln < TTX_LINES; ln++) { /* loop thru lines */ in ttix_svc()
240 ttix_buf[ln] = c; in ttix_svc()
241 dev_done = dev_done | (INT_TTI1 << ln); in ttix_svc()
253 int32 ln, itto; in ttix_reset() local
259 for (ln = 0; ln < TTX_LINES; ln++) { /* for all lines */ in ttix_reset()
300 sim_activate (&ttox_unit[ln], ttox_unit[ln].wait); /* activate */ in ttox()
320 c = sim_tt_outcvt (ttox_buf[ln], TT_GET_MODE (ttox_unit[ln].flags)); in ttox_svc()
340 int32 ln, itto; in ttox_reset() local
[all …]
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/tools/cert_create/src/tbbr/
H A Dtbb_ext.c67 .ln = "HW Config hash",
77 .ln = "Firmware Config hash",
85 .ln = "Trusted World Public Key",
221 .ln = "SP Pkg1 hash (SHA256)",
231 .ln = "SP Pkg2 hash (SHA256)",
241 .ln = "SP Pkg3 hash (SHA256)",
251 .ln = "SP Pkg4 hash (SHA256)",
261 .ln = "SP Pkg5 hash (SHA256)",
271 .ln = "SP Pkg6 hash (SHA256)",
281 .ln = "SP Pkg7 hash (SHA256)",
[all …]
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/tools/cert_create/src/tbbr/
H A Dtbb_ext.c67 .ln = "HW Config hash",
77 .ln = "Firmware Config hash",
85 .ln = "Trusted World Public Key",
221 .ln = "SP Pkg1 hash (SHA256)",
231 .ln = "SP Pkg2 hash (SHA256)",
241 .ln = "SP Pkg3 hash (SHA256)",
251 .ln = "SP Pkg4 hash (SHA256)",
261 .ln = "SP Pkg5 hash (SHA256)",
271 .ln = "SP Pkg6 hash (SHA256)",
281 .ln = "SP Pkg7 hash (SHA256)",
[all …]
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/tools/cert_create/src/tbbr/
H A Dtbb_ext.c67 .ln = "HW Config hash",
77 .ln = "Firmware Config hash",
85 .ln = "Trusted World Public Key",
221 .ln = "SP Pkg1 hash (SHA256)",
231 .ln = "SP Pkg2 hash (SHA256)",
241 .ln = "SP Pkg3 hash (SHA256)",
251 .ln = "SP Pkg4 hash (SHA256)",
261 .ln = "SP Pkg5 hash (SHA256)",
271 .ln = "SP Pkg6 hash (SHA256)",
281 .ln = "SP Pkg7 hash (SHA256)",
[all …]
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/tools/cert_create/src/tbbr/
H A Dtbb_ext.c67 .ln = "HW Config hash",
77 .ln = "Firmware Config hash",
85 .ln = "Trusted World Public Key",
221 .ln = "SP Pkg1 hash (SHA256)",
231 .ln = "SP Pkg2 hash (SHA256)",
241 .ln = "SP Pkg3 hash (SHA256)",
251 .ln = "SP Pkg4 hash (SHA256)",
261 .ln = "SP Pkg5 hash (SHA256)",
271 .ln = "SP Pkg6 hash (SHA256)",
281 .ln = "SP Pkg7 hash (SHA256)",
[all …]
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/tools/cert_create/src/tbbr/
H A Dtbb_ext.c67 .ln = "HW Config hash",
77 .ln = "Firmware Config hash",
85 .ln = "Trusted World Public Key",
221 .ln = "SP Pkg1 hash (SHA256)",
231 .ln = "SP Pkg2 hash (SHA256)",
241 .ln = "SP Pkg3 hash (SHA256)",
251 .ln = "SP Pkg4 hash (SHA256)",
261 .ln = "SP Pkg5 hash (SHA256)",
271 .ln = "SP Pkg6 hash (SHA256)",
281 .ln = "SP Pkg7 hash (SHA256)",
[all …]
/dports/science/berkeleygw/BGW-2.0.0/examples/DFT/benzene/ESPRESSO/
H A Dscript_14 ln -s ../../../pseudo/ld1/C.UPF ./1-scf
5 ln -s ../../../pseudo/ld1/H.UPF ./1-scf
6 ln -s ../../pseudo/atom/C.psf ../3-siesta
7 ln -s ../../pseudo/atom/H.psf ../3-siesta
10 ln -s ../1-scf/C.UPF ./2-nscf
11 ln -s ../1-scf/H.UPF ./2-nscf
15 ln -s ../ESPRESSO/2-nscf/wfn.real ../5-gw/WFN
16 ln -s ../ESPRESSO/2-nscf/wfn.real ../5-gw/WFNq
17 ln -s ../ESPRESSO/2-nscf/vxc.dat ../5-gw/vxc.dat
22 ln -s ../4-sapo/wfn.real ../6-gw-sapo/WFN
[all …]
/dports/audio/csound/csound-6.15.0/installer/macosx/PkgResources/CsoundLib64/
H A Dpostinstall11 /bin/ln -sF $PY_SRC_DIR/_csnd6.so $PYTHON_DIR
12 /bin/ln -sF $PY_SRC_DIR/csnd6.py $PYTHON_DIR
13 /bin/ln -sF $PY_SRC_DIR/ctcsound.py $PYTHON_DIR
16 /bin/ln -sF $PY_SRC_DIR/_csnd6.so $PYTHON_DIR
17 /bin/ln -sF $PY_SRC_DIR/csnd6.py $PYTHON_DIR
23 /bin/ln -sF $PY_SRC_DIR/_csnd6.so $PYTHON3_DIR
24 /bin/ln -sF $PY_SRC_DIR/csnd6.py $PYTHON3_DIR
29 /bin/ln -sF $PY_SRC_DIR/csnd6.py $PYTHON3_DIR
36 /bin/ln -sF $PY_SRC_DIR/_csnd6.so $PYTHON_DIR
37 /bin/ln -sF $PY_SRC_DIR/csnd6.py $PYTHON_DIR
[all …]
/dports/editors/texmacs/TeXmacs-1.99.4-src/TeXmacs/progs/link/
H A Dlink-edit.scm48 (cons (tm-car ln) (map link-flatten-sub (tm-cdr ln))))
50 (tm-define (link-type ln)
51 (if (tree? ln) (set! ln (link-flatten ln)))
52 (and (func? ln 'link) (cadr ln)))
55 (if (tree? ln) (set! ln (link-flatten ln)))
56 (and (func? ln 'link) (caddr ln)))
59 (if (tree? ln) (set! ln (link-flatten ln)))
60 (and (func? ln 'link) (cdddr ln)))
62 (tm-define (link-source ln)
63 (car (link-vertices ln)))
[all …]
/dports/security/xray-core/Xray-core-1.5.0/transport/internet/domainsocket/
H A Dlistener.go26 ln net.Listener member
46 ln := &Listener{
48 ln: unixListener,
54 ln.locker = &fileLocker{
70 go ln.run()
72 return ln, nil
76 return ln.addr
80 if ln.locker != nil {
81 ln.locker.Release()
83 return ln.ln.Close()
[all …]
/dports/graphics/bmeps/dktools-4.31.1/help/src/winprint/de/
H A Dhtmlbook.sh42 ln 'favicon.ico' '../../../html/winprint/de'
49 ln 'sc01.png' '../../../html/winprint/de'
56 ln 'sc02.png' '../../../html/winprint/de'
63 ln 'sc03.png' '../../../html/winprint/de'
70 ln 'sc04.png' '../../../html/winprint/de'
77 ln 'sc05.png' '../../../html/winprint/de'
84 ln 'sc06.png' '../../../html/winprint/de'
91 ln 'sc07.png' '../../../html/winprint/de'
98 ln 'sc08.png' '../../../html/winprint/de'
105 ln 'style.css' '../../../html/winprint/de'
[all …]
/dports/graphics/bmeps/dktools-4.31.1/help/src/winprint/en/
H A Dhtmlbook.sh42 ln 'favicon.ico' '../../../html/winprint/en'
49 ln 'sc01.png' '../../../html/winprint/en'
56 ln 'sc02.png' '../../../html/winprint/en'
63 ln 'sc03.png' '../../../html/winprint/en'
70 ln 'sc04.png' '../../../html/winprint/en'
77 ln 'sc05.png' '../../../html/winprint/en'
84 ln 'sc06.png' '../../../html/winprint/en'
91 ln 'sc07.png' '../../../html/winprint/en'
98 ln 'sc08.png' '../../../html/winprint/en'
105 ln 'style.css' '../../../html/winprint/en'
[all …]
/dports/net/mpich/mpich-3.4.3/test/mpi/f77/comm/
H A Dcommnamef.f10 integer comm(4), i, rlen, ln
19 do ln=1,MPI_MAX_OBJECT_NAME
20 cname(ln:ln) = 'X'
23 do ln=MPI_MAX_OBJECT_NAME,1,-1
24 if (cname(ln:ln) .ne. ' ') then
25 if (ln .ne. rlen) then
28 & ln
39 do ln=1,MPI_MAX_OBJECT_NAME
40 cname(ln:ln) = 'X'
44 if (cname(ln:ln) .ne. ' ') then
[all …]
/dports/net/mpich/mpich-3.4.3/test/mpi/f90/comm/
H A Dcommnamef90.f9010 integer comm(4), i, rlen, ln variable
19 do ln=1,MPI_MAX_OBJECT_NAME
20 cname(ln:ln) = 'X'
23 do ln=MPI_MAX_OBJECT_NAME,1,-1
24 if (cname(ln:ln) .ne. ' ') then
25 if (ln .ne. rlen) then
28 & ln
39 do ln=1,MPI_MAX_OBJECT_NAME
40 cname(ln:ln) = 'X'
44 if (cname(ln:ln) .ne. ' ') then
[all …]
/dports/net/mpich2/mpich2-1.5/test/mpi/f77/comm/
H A Dcommnamef.f10 integer comm(4), i, rlen, ln variable
19 do ln=1,MPI_MAX_OBJECT_NAME
20 cname(ln:ln) = 'X'
23 do ln=MPI_MAX_OBJECT_NAME,1,-1
24 if (cname(ln:ln) .ne. ' ') then
25 if (ln .ne. rlen) then
28 & ln
39 do ln=1,MPI_MAX_OBJECT_NAME
40 cname(ln:ln) = 'X'
44 if (cname(ln:ln) .ne. ' ') then
[all …]
/dports/security/libretls/libretls-3.4.2/man/
H A DMakefile.in538 ln -sf "tls_client.3" "$(DESTDIR)$(mandir)/man3/tls_configure.3"
539 ln -sf "tls_client.3" "$(DESTDIR)$(mandir)/man3/tls_free.3"
540 ln -sf "tls_client.3" "$(DESTDIR)$(mandir)/man3/tls_reset.3"
541 ln -sf "tls_client.3" "$(DESTDIR)$(mandir)/man3/tls_server.3"
573 ln -sf "tls_init.3" "$(DESTDIR)$(mandir)/man3/tls_config_free.3"
574 ln -sf "tls_init.3" "$(DESTDIR)$(mandir)/man3/tls_config_new.3"
608 ln -sf "tls_read.3" "$(DESTDIR)$(mandir)/man3/tls_close.3"
609 ln -sf "tls_read.3" "$(DESTDIR)$(mandir)/man3/tls_error.3"
610 ln -sf "tls_read.3" "$(DESTDIR)$(mandir)/man3/tls_handshake.3"
611 ln -sf "tls_read.3" "$(DESTDIR)$(mandir)/man3/tls_reset.3"
[all …]
/dports/science/xdrawchem/xdrawchem-a3f74c34eb09fa72ee16848ec6901049ca5309d5/xdrawchem/
H A Dchemdata_rw.cpp56 QString ln; in load() local
57 ln = f.readAll(); in load()
61 if (ln.indexOf("XDRAWCHEM-1.0") >= 0) { in load()
67 if (ln.count("<") > 8) { in load()
102 QString ln, dummy, tmpline; in load_legacy() local
110 ln = t.readLine(); in load_legacy()
113 if (ln.left(5) == QString("POINT")) { in load_legacy()
119 if (ln.left(4) == QString("LINE")) { in load_legacy()
144 if (ln.left(4) == QString("TEXT")) { in load_legacy()
146 tmpline = ln.mid(ln.indexOf('`') + 1); in load_legacy()
[all …]
/dports/emulators/z80pack/z80pack-1.37/mosteksim/srcsim/
H A Dlnsrc4 ln ../../z80sim/srcsim/disas.c disas.c
5 ln ../../z80core/sim0.c sim0.c
6 ln ../../z80core/sim1.c sim1.c
7 ln ../../z80core/sim1a.c sim1a.c
8 ln ../../z80core/sim2.c sim2.c
9 ln ../../z80core/sim3.c sim3.c
10 ln ../../z80core/sim4.c sim4.c
11 ln ../../z80core/sim5.c sim5.c
12 ln ../../z80core/sim6.c sim6.c
13 ln ../../z80core/sim7.c sim7.c
[all …]
/dports/devel/bmake/bmake/
H A Dsuff.c343 for (ln = sufflist.first; ln != NULL; ln = ln->next) { in FindSuffixByNameLen()
363 for (ln = transforms.first; ln != NULL; ln = ln->next) { in FindTransformByName()
437 for (ln = list->first; ln != NULL; ln = ln->next) { in SuffixList_Insert()
527 for (ln = sufflist.first; ln != NULL; ln = ln->next) { in ParseTransform()
854 for (ln = transforms.first; ln != NULL; ln = ln->next) in Suff_AddSuffix()
887 for (ln = sufflist.first; ln != NULL; ln = ln->next) { in Suff_ExtendPaths()
989 for (ln = list->first; ln != NULL; ln = ln->next) { in CandidateList_PrintAddrs()
1075 for (ln = srcs->first; ln != NULL; ln = ln->next) { in RemoveCandidate()
1467 for (ln = sufflist.first; ln != NULL; ln = ln->next) in Suff_FindPath()
2125 for (ln = suffs->first; ln != NULL; ln = ln->next) { in PrintSuffNames()
[all …]
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP2100/
H A Dhp2100_mux.c1040 for (ln = 0; ln < SEND_CHAN_COUNT; ln++) { /* clear transmit info */ in muxl_interface()
1041 mux_xbuf[ln] = mux_xpar[ln] = 0; in muxl_interface()
1042 muxc_ota[ln] = muxc_lia[ln] = mux_xdon[ln] = 0; in muxl_interface()
1045 for (ln = 0; ln < RECV_CHAN_COUNT; ln++) { in muxl_interface()
1047 mux_sta[ln] = mux_rchp[ln] = 0; in muxl_interface()
1318 ln, fmt_bitset (muxc_ota [ln] & OTC_CX | muxc_lia [ln] & LIC_SX, in muxc_interface()
1427 int32 ln, c; in muxi_svc() local
1460 for (ln = 0; ln < TERM_COUNT; ln++) /* loop thru lines */ in muxi_svc()
1496 ln); in muxo_svc()
1548 ln, muxl_unit [ln].wait); in muxo_svc()
[all …]
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/HP2100/
H A Dhp2100_mux.c1046 for (ln = 0; ln < SEND_CHAN_COUNT; ln++) { /* clear transmit info */ in muxl_interface()
1047 mux_xbuf[ln] = mux_xpar[ln] = 0; in muxl_interface()
1048 muxc_ota[ln] = muxc_lia[ln] = mux_xdon[ln] = 0; in muxl_interface()
1051 for (ln = 0; ln < RECV_CHAN_COUNT; ln++) { in muxl_interface()
1053 mux_sta[ln] = mux_rchp[ln] = 0; in muxl_interface()
1324 ln, fmt_bitset (muxc_ota [ln] & OTC_CX | muxc_lia [ln] & LIC_SX, in muxc_interface()
1433 int32 ln, c; in muxi_svc() local
1466 for (ln = 0; ln < TERM_COUNT; ln++) /* loop thru lines */ in muxi_svc()
1502 ln); in muxo_svc()
1554 ln, muxl_unit [ln].wait); in muxo_svc()
[all …]
/dports/net/libarms/libarms-5.01/libarms/
H A Dmalloc.c53 int ln; member
111 size, func, fn, ln); in arms_malloc()
116 p->ln = ln; in arms_malloc()
155 func, fn, ln); in arms_realloc()
161 func, fn, ln); in arms_realloc()
182 func, fn, ln); in arms_free()
189 func, fn, ln); in arms_free()
195 func, fn, ln); in arms_free()
203 p->free_ln = ln; in arms_free()
244 func, fn, ln); in arms_mcheck()
[all …]

12345678910>>...1724