Home
last modified time | relevance | path

Searched refs:ohs (Results 1 – 25 of 191) sorted by relevance

12345678

/dports/science/lammps/lammps-stable_29Sep2021/tools/msi2lmp/frc_files/
H A Dclayff.frc20 1.0 1 ohs 15.99940 O 2 hydroxyl O sub. -1.0808
81 2.1 28 ohs ho 1.0000 553.9350
137 1.0 1 ohs 629358.0000 625.50000
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.adelaide.edu.au9 Disallow: /hr/ohs
/dports/science/py-scipy/scipy-1.7.1/doc/source/tutorial/
H A Dcsgraph.rst192 ('imp', 'ohs'),
195 ('ohs', 'imp'),
196 ('ohs', 'ump'),
198 ('ump', 'ohs')]
201 each other: 'imp' and 'ump' on the one hand, and 'ohm' and 'ohs' on the other.
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/mach-omap2/
H A Domap_device.h72 struct omap_hwmod **ohs, int oh_cnt);
H A Domap_device.c331 struct omap_hwmod **ohs, int oh_cnt) in omap_device_alloc() argument
344 hwmods = kmemdup(ohs, sizeof(struct omap_hwmod *) * oh_cnt, GFP_KERNEL); in omap_device_alloc()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm/mach-omap2/
H A Domap_device.h72 struct omap_hwmod **ohs, int oh_cnt);
H A Domap_device.c331 struct omap_hwmod **ohs, int oh_cnt) in omap_device_alloc() argument
344 hwmods = kmemdup(ohs, sizeof(struct omap_hwmod *) * oh_cnt, GFP_KERNEL); in omap_device_alloc()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm/mach-omap2/
H A Domap_device.h72 struct omap_hwmod **ohs, int oh_cnt);
H A Domap_device.c331 struct omap_hwmod **ohs, int oh_cnt) in omap_device_alloc() argument
344 hwmods = kmemdup(ohs, sizeof(struct omap_hwmod *) * oh_cnt, GFP_KERNEL); in omap_device_alloc()
/dports/archivers/py-bup/bup-0.31/t/
H A Dtestfile2844 vs yra(ohs) < a:
1496 ohs = flf.fgqva.ernq(4)
1500 ohs = flf.fgqva.ernq(fm)
1501 nffreg(yra(ohs) == fm)
1502 neti = ohs.fcyvg('\0')
3356 ohs = flf.fgqva.ernq(4)
3361 nffreg(yra(ohs) == fm)
3362 neti = ohs.fcyvg('\0')
5216 ohs = flf.fgqva.ernq(4)
5221 nffreg(yra(ohs) == fm)
[all …]
H A Dtestfile1844 vs yra(ohs) < a:
1496 ohs = flf.fgqva.ernq(4)
1500 ohs = flf.fgqva.ernq(fm)
1501 nffreg(yra(ohs) == fm)
1502 neti = ohs.fcyvg('\0')
3356 ohs = flf.fgqva.ernq(4)
3361 nffreg(yra(ohs) == fm)
3362 neti = ohs.fcyvg('\0')
5216 ohs = flf.fgqva.ernq(4)
5221 nffreg(yra(ohs) == fm)
[all …]
/dports/archivers/py-bup/bup-0.31/t/sampledata/y/
H A Dtestfile1844 vs yra(ohs) < a:
1496 ohs = flf.fgqva.ernq(4)
1500 ohs = flf.fgqva.ernq(fm)
1501 nffreg(yra(ohs) == fm)
1502 neti = ohs.fcyvg('\0')
3356 ohs = flf.fgqva.ernq(4)
3361 nffreg(yra(ohs) == fm)
3362 neti = ohs.fcyvg('\0')
5216 ohs = flf.fgqva.ernq(4)
5221 nffreg(yra(ohs) == fm)
[all …]
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_ast_lowering/src/
H A Dexpr.rs73 ExprKind::Unary(op, ref ohs) => { in lower_expr_mut()
75 let ohs = self.lower_expr(ohs); in lower_expr_mut() localVariable
76 hir::ExprKind::Unary(op, ohs) in lower_expr_mut()
91 ExprKind::AddrOf(k, m, ref ohs) => { in lower_expr_mut()
92 let ohs = self.lower_expr(ohs); in lower_expr_mut() localVariable
93 hir::ExprKind::AddrOf(k, m, ohs) in lower_expr_mut()
/dports/net/bird/bird-1.6.8/nest/
H A Drt-attr.c1102 uint ohs = rta_cache_size; in rta_rehash() local
1108 DBG("Rehashing rta cache from %d to %d entries.\n", ohs, rta_cache_size); in rta_rehash()
1110 for(h=0; h<ohs; h++) in rta_rehash()
/dports/net/bird2/bird-2.0.8/nest/
H A Drt-attr.c1160 uint ohs = rta_cache_size; in rta_rehash() local
1166 DBG("Rehashing rta cache from %d to %d entries.\n", ohs, rta_cache_size); in rta_rehash()
1168 for(h=0; h<ohs; h++) in rta_rehash()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_ast-718.0.0/src/
H A Dmut_visit.rs1203 ExprKind::Unary(_unop, ohs) => vis.visit_expr(ohs),
1212 ExprKind::AddrOf(_, _, ohs) => vis.visit_expr(ohs),
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_ast-722.0.0/src/
H A Dmut_visit.rs1228 ExprKind::Unary(_unop, ohs) => vis.visit_expr(ohs),
1237 ExprKind::AddrOf(_, _, ohs) => vis.visit_expr(ohs),
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_ast/src/
H A Dmut_visit.rs1228 ExprKind::Unary(_unop, ohs) => vis.visit_expr(ohs),
1237 ExprKind::AddrOf(_, _, ohs) => vis.visit_expr(ohs),
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_ast/src/
H A Dmut_visit.rs1285 ExprKind::Unary(_unop, ohs) => vis.visit_expr(ohs),
1294 ExprKind::AddrOf(_, _, ohs) => vis.visit_expr(ohs),
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/gui/
H A DCOscillatorDisplay.cpp1208 int ohs = hoveredSegment; in openCustomEditor() local
1220 if (hoveredSegment != ohs) in openCustomEditor()
H A DMSEGEditor.cpp1742 auto ohs = hoveredSegment; in onMouseMoved() local
1755 if (hoveredSegment != ohs) in onMouseMoved()
/dports/japanese/canna-lib/Canna37p3/dic/phono/
H A Dtut.kpdef1958 ohs ��
/dports/japanese/canna-server/Canna37p3/dic/phono/
H A Dtut.kpdef1958 ohs ��
/dports/lang/ocaml/ocaml-4.05.0/asmcomp/
H A Dclosure.ml1289 let ohs = !hs in
1290 hs := (fun e -> Ucatch (i,[],ohs e,ulam)) ;
/dports/lang/ocaml-nox11/ocaml-4.05.0/asmcomp/
H A Dclosure.ml1289 let ohs = !hs in
1290 hs := (fun e -> Ucatch (i,[],ohs e,ulam)) ;

12345678