Home
last modified time | relevance | path

Searched refs:uuid_time (Results 26 – 50 of 145) sorted by relevance

123456

/dports/net/eternalterminal/EternalTerminal-et-v5.1.9/src/base/
H A Dsole.hpp460 uint64_t uuid_time; local
461 uuid_time = tp.tv_sec * 10000000;
462 uuid_time = uuid_time + (tp.tv_nsec / 100);
463 uuid_time = uuid_time + offset;
467 if (last_uuid_time > uuid_time)
468 last_uuid_time = uuid_time;
470 last_uuid_time = ++uuid_time;
472 return uuid_time;
/dports/devel/p5-UUID-Tiny/UUID-Tiny-1.04/t/
H A D01-UUID-std.t199 my $uuid_time = int(time_of_uuid($v1_uuid));
200 ok( ($uuid_time == $now) || ($uuid_time == $now + 1), 'check time of UUID' );
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Utilities/gdcmuuid/
H A Duuid_time.c51 time_t uuid_time(const uuid_t uu, struct timeval *ret_tv) in uuid_time() function
132 time_reg = uuid_time(buf, &tv); in main()
/dports/devel/gdcm/gdcm-3.0.10/Utilities/gdcmuuid/
H A Duuid_time.c51 time_t uuid_time(const uuid_t uu, struct timeval *ret_tv) in uuid_time() function
132 time_reg = uuid_time(buf, &tv); in main()
/dports/devel/util-linux/util-linux-2.36/libuuid/src/
H A Duuid_time.c56 time_t uuid_time(const uuid_t uu, struct timeval *ret_tv) in uuid_time() function
137 time_reg = uuid_time(buf, &tv); in main()
/dports/sysutils/linrename/util-linux-2.25.2/libuuid/src/
H A Duuid_time.c56 time_t uuid_time(const uuid_t uu, struct timeval *ret_tv) in uuid_time() function
137 time_reg = uuid_time(buf, &tv); in main()
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/lib/uuid/
H A Duuid_time.c58 time_t uuid_time(const uuid_t uu, struct timeval *ret_tv) in uuid_time() function
139 time_reg = uuid_time(buf, &tv); in main()
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/lib/uuid/
H A Duuid_time.c58 time_t uuid_time(const uuid_t uu, struct timeval *ret_tv) in uuid_time() function
139 time_reg = uuid_time(buf, &tv); in main()
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/lib/uuid/
H A Duuid_time.c58 time_t uuid_time(const uuid_t uu, struct timeval *ret_tv) in uuid_time() function
139 time_reg = uuid_time(buf, &tv); in main()
/dports/misc/p5-OSSP-uuid/uuid-1.6.2/
H A DMANIFEST77 uuid_time.c
78 uuid_time.h
/dports/misc/ossp-uuid/uuid-1.6.2/
H A DMANIFEST77 uuid_time.c
78 uuid_time.h
/dports/devel/pecl-uuid/uuid-1.1.0/
H A Duuid.c47 PHP_FE(uuid_time , uuid_time_arg_info)
362 PHP_FUNCTION(uuid_time) in PHP_FUNCTION() argument
389 RETURN_LONG(uuid_time(u, NULL)); in PHP_FUNCTION()
/dports/lang/python310/Python-3.10.1/Lib/
H A Duuid.py590 uuid_time, _ = _generate_time_safe()
591 return UUID(bytes=uuid_time).node
675 uuid_time, safely_generated = _generate_time_safe()
680 return UUID(bytes=uuid_time, is_safe=is_safe)
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Duuid.py591 uuid_time, _ = _generate_time_safe()
592 return UUID(bytes=uuid_time).node
676 uuid_time, safely_generated = _generate_time_safe()
681 return UUID(bytes=uuid_time, is_safe=is_safe)
/dports/lang/python39/Python-3.9.9/Lib/
H A Duuid.py590 uuid_time, _ = _generate_time_safe()
591 return UUID(bytes=uuid_time).node
675 uuid_time, safely_generated = _generate_time_safe()
680 return UUID(bytes=uuid_time, is_safe=is_safe)
/dports/devel/upnp/pupnp-release-1.14.12/upnp/src/inc/
H A Dsysdep.h60 void get_system_time(uuid_time_t * uuid_time);
/dports/security/py-dfdatetime/dfdatetime-20210509/dfdatetime/
H A D__init__.py22 from dfdatetime import uuid_time
/dports/devel/util-linux/util-linux-2.36/libuuid/man/
H A DMakemodule.am10 libuuid/man/uuid_time.3 \
/dports/sysutils/linrename/util-linux-2.25.2/libuuid/man/
H A DMakemodule.am10 libuuid/man/uuid_time.3 \
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevpdfe.c414 long *dt = pdev->uuid_time; /* In seconds since Jan. 1, 1980 and fraction in nanoseconds. */ in pdf_uuid_time()
435 pdf_make_uuid(const byte node[6], uint64_t uuid_time, ulong time_seq, char *buf, int buf_length) in pdf_make_uuid() argument
438 ulong uuid_time_lo = (ulong)(uuid_time & 0xFFFFFFFF); /* MSVC 7.1.3088 */ in pdf_make_uuid()
439 ushort uuid_time_md = (ushort)((uuid_time >> 32) & 0xFFFF); /* cannot compile this */ in pdf_make_uuid()
440 ushort uuid_time_hi = (ushort)((uuid_time >> 48) & 0x0FFF); /* as function arguments. */ in pdf_make_uuid()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevpdfe.c467 long *dt = pdev->uuid_time; /* In seconds since Jan. 1, 1980 and fraction in nanoseconds. */ in pdf_uuid_time()
488 pdf_make_uuid(const byte node[6], uint64_t uuid_time, ulong time_seq, char *buf, int buf_length) in pdf_make_uuid() argument
491 ulong uuid_time_lo = (ulong)(uuid_time & 0xFFFFFFFF); /* MSVC 7.1.3088 */ in pdf_make_uuid()
492 ushort uuid_time_md = (ushort)((uuid_time >> 32) & 0xFFFF); /* cannot compile this */ in pdf_make_uuid()
493 ushort uuid_time_hi = (ushort)((uuid_time >> 48) & 0x0FFF); /* as function arguments. */ in pdf_make_uuid()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevpdfe.c467 long *dt = pdev->uuid_time; /* In seconds since Jan. 1, 1980 and fraction in nanoseconds. */ in pdf_uuid_time()
488 pdf_make_uuid(const byte node[6], uint64_t uuid_time, ulong time_seq, char *buf, int buf_length) in pdf_make_uuid() argument
491 ulong uuid_time_lo = (ulong)(uuid_time & 0xFFFFFFFF); /* MSVC 7.1.3088 */ in pdf_make_uuid()
492 ushort uuid_time_md = (ushort)((uuid_time >> 32) & 0xFFFF); /* cannot compile this */ in pdf_make_uuid()
493 ushort uuid_time_hi = (ushort)((uuid_time >> 48) & 0x0FFF); /* as function arguments. */ in pdf_make_uuid()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevpdfe.c414 long *dt = pdev->uuid_time; /* In seconds since Jan. 1, 1980 and fraction in nanoseconds. */ in pdf_uuid_time()
435 pdf_make_uuid(const byte node[6], uint64_t uuid_time, ulong time_seq, char *buf, int buf_length) in pdf_make_uuid() argument
438 ulong uuid_time_lo = (ulong)(uuid_time & 0xFFFFFFFF); /* MSVC 7.1.3088 */ in pdf_make_uuid()
439 ushort uuid_time_md = (ushort)((uuid_time >> 32) & 0xFFFF); /* cannot compile this */ in pdf_make_uuid()
440 ushort uuid_time_hi = (ushort)((uuid_time >> 48) & 0x0FFF); /* as function arguments. */ in pdf_make_uuid()
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/debian/
H A Dlibuuid1.symbols13 uuid_time@Base 1.15
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/debian/
H A Dlibuuid1.symbols13 uuid_time@Base 1.15

123456