Home
last modified time | relevance | path

Searched refs:oh2 (Results 1 – 25 of 99) sorted by relevance

1234

/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/hash/
H A Dhash_critbit.c201 struct objhead *oh2; in hcb_insert() local
209 oh2 = *noh; in hcb_insert()
211 memcpy(oh2->digest, digest, sizeof oh2->digest); in hcb_insert()
212 *p = hcb_r_node(oh2); in hcb_insert()
213 return (oh2); in hcb_insert()
235 oh2 = hcb_l_node(pp); in hcb_insert()
238 return (oh2); in hcb_insert()
250 oh2 = *noh; in hcb_insert()
252 memcpy(oh2->digest, digest, sizeof oh2->digest); in hcb_insert()
273 return (oh2); in hcb_insert()
[all …]
/dports/devel/msgpack/msgpack-c-cpp-3.3.0/test/
H A Dmsgpack_basic.cpp346 msgpack::object_handle oh2 = in TEST() local
352 EXPECT_EQ(oh.get(), oh2.get()); in TEST()
372 msgpack::object_handle oh2 = in TEST() local
379 EXPECT_EQ(oh.get(), oh2.get()); in TEST()
399 msgpack::object_handle oh2 = in TEST() local
426 msgpack::object_handle oh2 = in TEST() local
453 msgpack::object_handle oh2 = in TEST() local
495 msgpack::object_handle oh2 = in TEST() local
524 msgpack::object_handle oh2 = in TEST() local
553 msgpack::object_handle oh2 = in TEST() local
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/boost/graph/
H A Dhelpers.h806 if (nh1 == oh2) nh1 = oh1; in swap_edges()
808 if (nh2 == oh1) nh2 = oh2; in swap_edges()
810 if (ph1 == oh2) ph1 = oh1; in swap_edges()
812 if (ph2 == oh1) ph2 = oh2; in swap_edges()
814 if (noh1 == oh2) noh1 = oh1; in swap_edges()
816 if (noh2 == oh1) noh2 = oh2; in swap_edges()
818 if (poh1 == oh2) poh1 = oh1; in swap_edges()
829 set_next(oh2, noh1, g); in swap_edges()
830 set_next(poh1, oh2, g); in swap_edges()
837 set_target(oh2, s1, g); in swap_edges()
[all …]
/dports/devel/tlsh/tlsh-d842e75/src/
H A Dgen_arr2.cpp45 int oh2 = (unsigned char) obv % 16; in byte_diff() local
51 int op3 = oh2 / 4; in byte_diff()
53 int op4 = oh2 % 4; in byte_diff()
H A Dtlsh_util.cpp4946 int oh2 = (unsigned char) obv % 16; in byte_diff() local
4952 int op3 = oh2 / 4; in byte_diff()
4954 int op4 = oh2 % 4; in byte_diff()
/dports/print/qpdf/qpdf-10.5.0/libtests/
H A Dpointer_holder.cc67 ObjectHolder oh2(oh1); in main() local
69 std::cout << "oh2 refcount = " << oh2.getRefcount() << std::endl; in main()
79 oh4 = oh2; in main()
/dports/devel/cquery/cquery-20180718/third_party/msgpack-c/example/boost/
H A Dmsgpack_variant_capitalize.cpp90 msgpack::object_handle oh2 = msgpack::unpack(ss2.str().data(), ss2.str().size()); in main() local
91 msgpack::object const& obj2 = oh2.get(); in main()
/dports/devel/msgpack/msgpack-c-cpp-3.3.0/example/boost/
H A Dmsgpack_variant_capitalize.cpp90 msgpack::object_handle oh2 = msgpack::unpack(ss2.str().data(), ss2.str().size()); in main() local
91 msgpack::object const& obj2 = oh2.get(); in main()
/dports/science/nwchem-data/nwchem-7.0.2-release/QA/
H A Ddoqm.bat10 echo "The oh2 test is testing the perl parsing script and SHOULD fail"
11 bash runtests.mpi.unix oh2
H A Dnqetests49 cd ~/nwchem/QA/tests/oh2
50 nwdebug oh2.nw -queue debug -accnt mp15 -procs 2 -time 1999
H A Ddoqmtests_bash70 ./runtests.mpi.unix_bash oh2
H A Ddoqmtests.tcg520 ./runtests.tcg5.unix procs $np oh2
H A Ddoqmtests20 ./runtests.unix procs $np oh2
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/QA/
H A Ddoqm.bat10 echo "The oh2 test is testing the perl parsing script and SHOULD fail"
11 bash runtests.mpi.unix oh2
H A Dnqetests49 cd ~/nwchem/QA/tests/oh2
50 nwdebug oh2.nw -queue debug -accnt mp15 -procs 2 -time 1999
H A Ddoqmtests.tcg520 ./runtests.tcg5.unix procs $np oh2
H A Ddoqmtests_bash70 ./runtests.mpi.unix_bash oh2
H A Ddoqmtests20 ./runtests.unix procs $np oh2
/dports/print/qpdf/qpdf-10.5.0/libtests/qtest/ph/
H A Dph.out5 oh2 refcount = 2
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dvt.edu24 Disallow: /admissions/undergraduate/redirect/oh2.html
/dports/graphics/darktable/darktable-3.6.1/src/develop/
H A Dimageop_math.c103 const int32_t oh2 = MIN(MIN(oh, (ibh - iy2) / scaley), obh - oy2); in dt_iop_clip_and_zoom_8() local
106 assert((int)(iy2 + oh2 * scaley) <= ibh); in dt_iop_clip_and_zoom_8()
108 assert(oy2 + oh2 <= obh); in dt_iop_clip_and_zoom_8()
111 for(int s = 0; s < oh2; s++) in dt_iop_clip_and_zoom_8()
/dports/graphics/darktable38/darktable-3.8.0/src/develop/
H A Dimageop_math.c103 const int32_t oh2 = MIN(MIN(oh, (ibh - iy2) / scaley), obh - oy2); in dt_iop_clip_and_zoom_8() local
106 assert((int)(iy2 + oh2 * scaley) <= ibh); in dt_iop_clip_and_zoom_8()
108 assert(oy2 + oh2 <= obh); in dt_iop_clip_and_zoom_8()
111 for(int s = 0; s < oh2; s++) in dt_iop_clip_and_zoom_8()
/dports/science/nwchem-data/nwchem-7.0.2-release/QA/tests/oh2/
H A Doh2.out1 argument 1 = oh2.nw
72 input = oh2.nw
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/QA/tests/oh2/
H A Doh2.out1 argument 1 = oh2.nw
72 input = oh2.nw
/dports/lang/sbcl/sbcl-1.3.13/src/compiler/
H A Dtarget-disassem.lisp396 (lambda (oh1 oh2)
397 (or (< (offs-hook-offset oh1) (offs-hook-offset oh2))
399 (offs-hook-offset oh2))
401 (not (offs-hook-before-address oh2)))))))

1234