Home
last modified time | relevance | path

Searched refs:clock_seq_hi_and_reserved (Results 1 – 25 of 584) sorted by relevance

12345678910>>...24

/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dkern_uuid.c61 uuid->clock_seq_hi_and_reserved &= ~(uint8_t)0x40; in uuid_generate()
62 uuid->clock_seq_hi_and_reserved |= 0x80; in uuid_generate()
109 uuid->clock_seq_hi_and_reserved, uuid->clock_seq_low, in uuid_snprintf()
150 p[8] = uuid->clock_seq_hi_and_reserved; in uuid_enc_le()
165 uuid->clock_seq_hi_and_reserved = p[8]; in uuid_dec_le()
180 p[8] = uuid->clock_seq_hi_and_reserved; in uuid_enc_be()
195 uuid->clock_seq_hi_and_reserved = p[8]; in uuid_dec_be()
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Component/Uuid/
H A DPhp.php35 $clock_seq_hi_and_reserved = base_convert(substr($hex, 16, 2), 16, 10);
36 $clock_seq_hi_and_reserved &= 0b00111111;
37 $clock_seq_hi_and_reserved |= 0b10000000;
47 $clock_seq_hi_and_reserved, $clock_seq_low,
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Component/Uuid/
H A DPhp.php35 $clock_seq_hi_and_reserved = base_convert(substr($hex, 16, 2), 16, 10);
36 $clock_seq_hi_and_reserved &= 0b00111111;
37 $clock_seq_hi_and_reserved |= 0b10000000;
47 $clock_seq_hi_and_reserved, $clock_seq_low,
/dports/devel/upnp/pupnp-release-1.14.12/upnp/src/uuid/
H A Duuid.c93 u->clock_seq_hi_and_reserved, in upnp_uuid_unpack()
118 uid->clock_seq_hi_and_reserved = (uint8_t)((clock_seq & 0x3F00) >> 8); in format_uuid_v1()
119 uid->clock_seq_hi_and_reserved |= 0x80; in format_uuid_v1()
275 uid->clock_seq_hi_and_reserved &= 0x3F; in format_uuid_v3()
276 uid->clock_seq_hi_and_reserved |= 0x80; in format_uuid_v3()
299 CHECK(u1->clock_seq_hi_and_reserved, u2->clock_seq_hi_and_reserved); in uuid_compare()
/dports/security/libprelude/libprelude-1.2.6/src/
H A Dprelude-ident.c87 … uint8_t clock_seq_hi_and_reserved; /* bits 8-13 of clock sequence field plus 2 bit variant */ member
158 ident->uuid.clock_seq_hi_and_reserved = (ident->clockseq & 0x3f00) >> 8; in uuidgen()
159 ident->uuid.clock_seq_hi_and_reserved |= 0x80; in uuidgen()
206 ident->uuid.clock_seq_hi_and_reserved, in prelude_ident_generate()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/uuid/
H A Duuid_stream.c68 p[8] = uuid->clock_seq_hi_and_reserved; in uuid_enc_le()
83 uuid->clock_seq_hi_and_reserved = p[8]; in uuid_dec_le()
98 p[8] = uuid->clock_seq_hi_and_reserved; in uuid_enc_be()
113 uuid->clock_seq_hi_and_reserved = p[8]; in uuid_dec_be()
/dports/lang/fpc-source/fpc-3.2.2/packages/hash/src/
H A Duuid.pas52clock_seq_hi_and_reserved : byte; // The high field of the clock sequence multiplexed with the…
298 uuid.clock_seq_hi_and_reserved := (clockseq shr 8) and $3F;
299 uuid.clock_seq_hi_and_reserved := uuid.clock_seq_hi_and_reserved or $80;
317 uuid.clock_seq_hi_and_reserved := $3F;
318 uuid.clock_seq_hi_and_reserved := uuid.clock_seq_hi_and_reserved or $80;
/dports/lang/fpc/fpc-3.2.2/packages/hash/src/
H A Duuid.pas52clock_seq_hi_and_reserved : byte; // The high field of the clock sequence multiplexed with the…
298 uuid.clock_seq_hi_and_reserved := (clockseq shr 8) and $3F;
299 uuid.clock_seq_hi_and_reserved := uuid.clock_seq_hi_and_reserved or $80;
317 uuid.clock_seq_hi_and_reserved := $3F;
318 uuid.clock_seq_hi_and_reserved := uuid.clock_seq_hi_and_reserved or $80;
/dports/multimedia/atomicparsley/atomicparsley-20210114.184825.1dbe1be/src/
H A Duuid.cpp122 uuid->clock_seq_hi_and_reserved, in APar_print_uuid()
149 uuid->clock_seq_hi_and_reserved, in APar_sprintf_uuid()
352 out_uuid->clock_seq_hi_and_reserved &= 0x3F; // mask hash octet 8 in AP_Create_UUID_ver5_sha1_name()
353 out_uuid->clock_seq_hi_and_reserved |= in AP_Create_UUID_ver5_sha1_name()
383 out_uuid->clock_seq_hi_and_reserved = (rand1 >> 0) & 0x3F; in AP_Create_UUID_ver3_random()
384 out_uuid->clock_seq_hi_and_reserved |= in AP_Create_UUID_ver3_random()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/rtl/
H A Duuid.cxx65 sal_uInt8 clock_seq_hi_and_reserved; member
85 uuid.clock_seq_hi_and_reserved &= 0x3F; in write_v3()
86 uuid.clock_seq_hi_and_reserved |= 0x80; in write_v3()
161 CHECK(u1.clock_seq_hi_and_reserved, u2.clock_seq_hi_and_reserved); in rtl_compareUuid()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/rtl/
H A Duuid.cxx63 sal_uInt8 clock_seq_hi_and_reserved; member
81 uuid.clock_seq_hi_and_reserved &= 0x3F; in write_v3()
82 uuid.clock_seq_hi_and_reserved |= 0x80; in write_v3()
157 CHECK(u1.clock_seq_hi_and_reserved, u2.clock_seq_hi_and_reserved); in rtl_compareUuid()
/dports/security/sudo/sudo-1.9.8p2/lib/util/regress/uuid/
H A Duuid_test.c46 uint8_t clock_seq_hi_and_reserved; member
68 if (ISSET(uuid.id.clock_seq_hi_and_reserved, (1 << 6))) { in main()
73 if (!ISSET(uuid.id.clock_seq_hi_and_reserved, (1 << 7))) { in main()
/dports/security/sudo/sudo-1.9.8p2/lib/util/
H A Duuid.c43 uint8_t clock_seq_hi_and_reserved; member
67 uuid.id.clock_seq_hi_and_reserved &= 0x3f; in sudo_uuid_create_v1()
68 uuid.id.clock_seq_hi_and_reserved |= 0x80; in sudo_uuid_create_v1()
/dports/net/jcifs/jcifs_1.3.19/src/jcifs/dcerpc/
H A DUUID.java71 clock_seq_hi_and_reserved = uuid.clock_seq_hi_and_reserved; in UUID()
86 clock_seq_hi_and_reserved = B(hex_to_bin(arr, 19, 2)); in UUID()
101 bin_to_hex(clock_seq_hi_and_reserved, 2) + in toString()
H A Drpc.java13 public byte clock_seq_hi_and_reserved; field in rpc.uuid_t
22 _dst.enc_ndr_small(clock_seq_hi_and_reserved); in encode()
38 clock_seq_hi_and_reserved = (byte)_src.dec_ndr_small(); in decode()
65 _dst.enc_ndr_small(uuid.clock_seq_hi_and_reserved); in encode()
86 uuid.clock_seq_hi_and_reserved = (byte)_src.dec_ndr_small(); in decode()
/dports/net/libzmq2/zeromq-2.2.0/src/
H A Duuid.cpp148 memcpy (&clock_seq_hi_and_reserved, rand_buf + 8, in uuid_t()
149 sizeof clock_seq_hi_and_reserved); in uuid_t()
157 clock_seq_hi_and_reserved = (clock_seq_hi_and_reserved & 0x3f) | 0x80; in uuid_t()
164 clock_seq_hi_and_reserved, in uuid_t()
/dports/devel/upp/upp/bazaar/ZMQ/lib/src/
H A Duuid.cpp139 memcpy (&clock_seq_hi_and_reserved, rand_buf + 8, in uuid_t()
140 sizeof clock_seq_hi_and_reserved); in uuid_t()
148 clock_seq_hi_and_reserved = (clock_seq_hi_and_reserved & 0x3f) | 0x80; in uuid_t()
155 clock_seq_hi_and_reserved, in uuid_t()
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/include/util/
H A Dgen_uuid.h99 uint8_t clock_seq_hi_and_reserved; member
203 u.time_hi_and_version, u.clock_seq_hi_and_reserved, in puid()
226 u.clock_seq_hi_and_reserved, in snpuid()
302 uuid->clock_seq_hi_and_reserved = (clock_seq & 0x3F00) >> 8; in format_uuid_v1()
303 uuid->clock_seq_hi_and_reserved |= 0x80; in format_uuid_v1()
/dports/net-im/pidgin-sipe/pidgin-sipe-1.24.0/src/core/
H A Duuid.c47 guint8 clock_seq_hi_and_reserved; member
61 , uuid->clock_seq_hi_and_reserved in printUUID()
76 uuid->clock_seq_hi_and_reserved &= 0x3F; in createUUIDfromHash()
77 uuid->clock_seq_hi_and_reserved |= 0x80; in createUUIDfromHash()
/dports/benchmarks/netperf/netperf-d566775bf/src/
H A Dnet_uuid.c89 uint8_t clock_seq_hi_and_reserved; member
205 u.time_hi_and_version, u.clock_seq_hi_and_reserved, in puid()
228 u.clock_seq_hi_and_reserved, in snpuid()
309 uuid->clock_seq_hi_and_reserved = (clock_seq & 0x3F00) >> 8; in format_uuid_v1()
310 uuid->clock_seq_hi_and_reserved |= 0x80; in format_uuid_v1()
/dports/security/suricata/suricata-6.0.4/rust/src/dcerpc/
H A Dparser.rs30 vect.push(uuidtmp.clock_seq_hi_and_reserved); in uuid_to_vec()
45 vect.push(uuidtmp.clock_seq_hi_and_reserved); in assemble_uuid()
57 >> clock_seq_hi_and_reserved: le_u8
65 clock_seq_hi_and_reserved: clock_seq_hi_and_reserved,
277 clock_seq_hi_and_reserved: 0x86, in test_parse_uuid()
291 clock_seq_hi_and_reserved: 0x86, in test_assemble_uuid()
/dports/security/dcetest/dcetest/
H A Ddcetest.c27 unsigned int clock_seq_hi_and_reserved; member
140 uuid->clock_seq_hi_and_reserved = buffer[8]; in load_uuid()
151 uuid->clock_seq_hi_and_reserved = buffer[8]; in load_intel_uuid()
162 buffer[8] = uuid->clock_seq_hi_and_reserved; in store_intel_uuid()
174 uuid->clock_seq_hi_and_reserved, in uuid_to_string()
487 (entry_handle->uuid.clock_seq_hi_and_reserved == 0) && in dce_parse_enum_response()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/su/
H A Dtorture_su_time.c155 seq1 = ((g1->s.clock_seq_hi_and_reserved & 0x3f) << 8) + g1->s.clock_seq_low; in test2()
156 TEST(g1->s.clock_seq_hi_and_reserved & 0xc0, 0x80); in test2()
166 seq2 = ((g1->s.clock_seq_hi_and_reserved & 0x3f) << 8) + g1->s.clock_seq_low; in test2()
170 seq2 = ((g2->s.clock_seq_hi_and_reserved & 0x3f) << 8) + g2->s.clock_seq_low; in test2()
178 seq2 = ((g2->s.clock_seq_hi_and_reserved & 0x3f) << 8) in test2()
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/su/
H A Dtorture_su_time.c155 seq1 = ((g1->s.clock_seq_hi_and_reserved & 0x3f) << 8) + g1->s.clock_seq_low; in test2()
156 TEST(g1->s.clock_seq_hi_and_reserved & 0xc0, 0x80); in test2()
166 seq2 = ((g1->s.clock_seq_hi_and_reserved & 0x3f) << 8) + g1->s.clock_seq_low; in test2()
170 seq2 = ((g2->s.clock_seq_hi_and_reserved & 0x3f) << 8) + g2->s.clock_seq_low; in test2()
178 seq2 = ((g2->s.clock_seq_hi_and_reserved & 0x3f) << 8) in test2()
/dports/deskutils/phpicalendar/phpicalendar-2.4/lib/bennu/
H A Dbennu.class.php29 … $clock_seq_hi_and_reserved = sprintf('%02x', (1 << 7) + mt_rand(0, 63)); // 10 plus 6 random bits
47 $random .= $clock_seq_hi_and_reserved;

12345678910>>...24