Home
last modified time | relevance | path

Searched refs:last_1 (Results 1 – 25 of 41) sorted by relevance

12

/dports/net-mgmt/ipv6calc/ipv6calc-3.2.0/databases/tools/
H A Dtest_db_lookup.sh59 last_1=$[ last / 65536 ]
60 last=$[ last - $last_1 * 65536 ]
87 result_1=$[ $last_1 + ipv6_1 ]
/dports/audio/din/din-52/src/
H A Dphrasor.h22 float last_1; member
50 last_1 = 0; in clear()
H A Dphrasor.cc45 amount = cur * last_1; in next()
53 last_1 = 1.0f / last; in validate()
/dports/www/netsurf/netsurf-3.10/utils/
H A Dfilename.c443 char *last_1, *last_2; in filename_create_directory() local
527 last_1 = filename_directory + SLEN(TEMP_FILENAME_PREFIX) + 1; in filename_create_directory()
532 *last_1++ = *last_2++; in filename_create_directory()
534 *last_1++ = *last_2++; in filename_create_directory()
537 last_1[0] = '\0'; in filename_create_directory()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xfree86/parser/
H A Dread.c258 GenericListPtr last_1 = NULL, last_2 = NULL; in xf86itemNotSublist() local
261 last_1 = p; in xf86itemNotSublist()
271 return (!(last_1 == last_2)); in xf86itemNotSublist()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/xfree86/parser/
H A Dread.c258 GenericListPtr last_1 = NULL, last_2 = NULL; in xf86itemNotSublist() local
261 last_1 = p; in xf86itemNotSublist()
271 return (!(last_1 == last_2)); in xf86itemNotSublist()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xfree86/parser/
H A Dread.c258 GenericListPtr last_1 = NULL, last_2 = NULL; in xf86itemNotSublist() local
261 last_1 = p; in xf86itemNotSublist()
271 return (!(last_1 == last_2)); in xf86itemNotSublist()
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/xfree86/parser/
H A Dread.c258 GenericListPtr last_1 = NULL, last_2 = NULL; in xf86itemNotSublist() local
261 last_1 = p; in xf86itemNotSublist()
271 return (!(last_1 == last_2)); in xf86itemNotSublist()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/xfree86/parser/
H A Dread.c258 GenericListPtr last_1 = NULL, last_2 = NULL; in xf86itemNotSublist() local
261 last_1 = p; in xf86itemNotSublist()
271 return (!(last_1 == last_2)); in xf86itemNotSublist()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xfree86/parser/
H A Dread.c258 GenericListPtr last_1 = NULL, last_2 = NULL; in xf86itemNotSublist() local
261 last_1 = p; in xf86itemNotSublist()
271 return (!(last_1 == last_2)); in xf86itemNotSublist()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/xfree86/parser/
H A Dread.c258 GenericListPtr last_1 = NULL, last_2 = NULL; in xf86itemNotSublist() local
261 last_1 = p; in xf86itemNotSublist()
271 return (!(last_1 == last_2)); in xf86itemNotSublist()
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/xfree86/parser/
H A Dread.c258 GenericListPtr last_1 = NULL, last_2 = NULL; in xf86itemNotSublist() local
261 last_1 = p; in xf86itemNotSublist()
271 return (!(last_1 == last_2)); in xf86itemNotSublist()
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xfree86/parser/
H A Dread.c258 GenericListPtr last_1 = NULL, last_2 = NULL; in xf86itemNotSublist() local
261 last_1 = p; in xf86itemNotSublist()
271 return (!(last_1 == last_2)); in xf86itemNotSublist()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/test/
H A Dpath_object_t.cpp572 auto last_1 = end(proto.getRawCoordinateVector()) - 1; in changePathBoundsTest() local
573 …auto cut_1 = std::find(begin(proto.getRawCoordinateVector()), last_1, path.getRawCoordinateVector(… in changePathBoundsTest()
574 QVERIFY(cut_1 != last_1); in changePathBoundsTest()
576 cut_1, last_1, in changePathBoundsTest()
615 auto last_1 = end(proto.getRawCoordinateVector()) - 1; in changePathBoundsTest() local
616 …auto cut_1 = std::find(begin(proto.getRawCoordinateVector()), last_1, path.getRawCoordinateVector(… in changePathBoundsTest()
617 QVERIFY(cut_1 != last_1); in changePathBoundsTest()
619 cut_1, last_1, in changePathBoundsTest()
638 auto last_1 = end(proto.getRawCoordinateVector()) - 1; in changePathBoundsTest() local
640 QVERIFY(cut_1 != last_1); in changePathBoundsTest()
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/3rdparty/timsort/
H A Dtimsort.hpp385 iter_t last_1 = std::move(first + 1, last, first); in rotateLeft() local
386 *last_1 = std::move(tmp); in rotateLeft()
391 iter_t last_1 = last - 1; in rotateRight() local
392 value_t tmp = std::move(*last_1); in rotateRight()
393 std::move_backward(first, last_1, last); in rotateRight()
/dports/devel/xsimd/xsimd-7.6.0/include/xsimd/stl/
H A Dalgorithms.hpp76 void transform(I1 first_1, I2 last_1, I3 first_2, O1 out_first, UF&& f) in transform() argument
82 std::size_t size = static_cast<std::size_t>(std::distance(first_1, last_1)); in transform()
/dports/devel/py-pythran/pythran-0.11.0/third_party/xsimd/stl/
H A Dalgorithms.hpp79 void transform(I1 first_1, I2 last_1, I3 first_2, O1 out_first, UF&& f) noexcept in transform() argument
84 std::size_t size = static_cast<std::size_t>(std::distance(first_1, last_1)); in transform()
/dports/devel/py-pythran/pythran-0.11.0/pythran/xsimd/stl/
H A Dalgorithms.hpp79 void transform(I1 first_1, I2 last_1, I3 first_2, O1 out_first, UF&& f) in transform() argument
84 std::size_t size = static_cast<std::size_t>(std::distance(first_1, last_1)); in transform()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgsbitops.c267 static const byte last_1[16] = { in bits_bounding_box() local
381 right += last_1[(byte) rlong >> 4]; in bits_bounding_box()
383 right += last_1[(uint) rlong & 0xf] + 4; in bits_bounding_box()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgsbitops.c267 static const byte last_1[16] = { in bits_bounding_box() local
381 right += last_1[(byte) rlong >> 4]; in bits_bounding_box()
383 right += last_1[(uint) rlong & 0xf] + 4; in bits_bounding_box()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgsbitops.c322 static const byte last_1[16] = { in bits_bounding_box() local
436 right += last_1[(byte) rlong >> 4]; in bits_bounding_box()
438 right += last_1[(uint) rlong & 0xf] + 4; in bits_bounding_box()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgsbitops.c322 static const byte last_1[16] = { in bits_bounding_box() local
436 right += last_1[(byte) rlong >> 4]; in bits_bounding_box()
438 right += last_1[(uint) rlong & 0xf] + 4; in bits_bounding_box()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgsbitops.c323 static const byte last_1[16] = { in bits_bounding_box() local
437 right += last_1[(byte) rlong >> 4]; in bits_bounding_box()
439 right += last_1[(uint) rlong & 0xf] + 4; in bits_bounding_box()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgsbitops.c323 static const byte last_1[16] = { in bits_bounding_box() local
437 right += last_1[(byte) rlong >> 4]; in bits_bounding_box()
439 right += last_1[(uint) rlong & 0xf] + 4; in bits_bounding_box()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsbitops.c323 static const byte last_1[16] = { in bits_bounding_box() local
437 right += last_1[(byte) rlong >> 4]; in bits_bounding_box()
439 right += last_1[(uint) rlong & 0xf] + 4; in bits_bounding_box()

12