Searched refs:time_hi_and_version (Results 1 - 25 of 25) sorted by relevance

/macosx-10.10/Libc-1044.1.2/uuid/uuidsrc/
H A Dcompare.c51 UUCMP(uuid1.time_hi_and_version, uuid2.time_hi_and_version);
H A Dpack.c57 tmp = uu->time_hi_and_version;
H A Dunpack.c55 uu->time_hi_and_version = tmp;
H A Dparse.c67 uuid.time_hi_and_version = strtoul(in+14, NULL, 16);
H A DuuidP.h55 uint16_t time_hi_and_version; member in struct:uuid
H A Dgen_uuid.c233 uu.time_hi_and_version = ((clock_mid >> 16) & 0x0FFF) | 0x1000;
247 uu.time_hi_and_version = (uu.time_hi_and_version & 0x0FFF) | 0x4000;
/macosx-10.10/CPANInternal-159.1/Data-UUID-1.219/
H A DUUID.xs77 uuid->time_hi_and_version = (unsigned short)((timestamp >> 48) &
80 uuid->time_hi_and_version |= (1 << 12);
135 uuid->time_hi_and_version = ntohs(uuid->time_hi_and_version);
137 uuid->time_hi_and_version &= 0x0FFF;
138 uuid->time_hi_and_version |= (3 << 12);
229 u.time_hi_and_version, u.clock_seq_hi_and_reserved, u.clock_seq_low);
236 u.time_hi_and_version, u.clock_seq_hi_and_reserved, u.clock_seq_low);
451 net_nsid.time_hi_and_version = htons(net_nsid.time_hi_and_version);
[all...]
H A DUUID.h121 unsigned16 time_hi_and_version; member in struct:_perl_uuid_t
/macosx-10.10/dcerpc-61/dcerpc/include/dce/
H A Dnbase.idl126 unsigned16 time_hi_and_version;
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dnidl_l.l504 uuid->time_hi_and_version = v1_reserved;
514 uuid->time_low, uuid->time_mid, uuid->time_hi_and_version,
532 unsigned32 time_low, time_mid, time_hi_and_version,
538 &time_low, &time_mid, &time_hi_and_version,
549 uuid->time_hi_and_version = time_hi_and_version;
H A Difspemts.c205 fprintf(fid, "0x%4.4x, ", ifp->uuid.time_hi_and_version);
H A Dnidl.h167 unsigned16 time_hi_and_version; member in struct:__anon8159
H A Dchecker.h126 && (uuid_p)->time_hi_and_version == 0 \
H A Dastp_dmp.c285 printf("time_high = %02lx.%02lx\n", (unsigned long)if_n_p->uuid.time_hi_and_version,
H A Dddspell.c1059 shortint = int_p->uuid.time_hi_and_version;
1062 DDBE_SPELL_TEXT(fid, "\t/* uuid time_hi_and_version */");
H A Dddbe.c3257 int_p->uuid.time_hi_and_version, NULL);
/macosx-10.10/dcerpc-61/dcerpc/idl_lib/
H A Dnbaseool.c137 rpc_marshall_ushort_int(mp, (*p_node).time_hi_and_version);
202 p_unmar_params->mp, (*p_node).time_hi_and_version);
H A Dpickling.c716 IDL_MARSH_USHORT(&p_uuid->time_hi_and_version);
801 IDL_UNMAR_USHORT(&p_uuid->time_hi_and_version);
H A Dndrmi3.c1032 IDL_MARSH_CUSHORT(&p_wire_format->context_handle_uuid.time_hi_and_version);
H A Dndrui3.c1264 IDL_UNMAR_CUSHORT(&p_wire_format->context_handle_uuid.time_hi_and_version);
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Ddgcct.c503 * field ("time_hi_and_version"), problems can arise when pre-2.0 and
519 * fry some of the bits in the "time_hi_and_version" field. (This is
586 tmp = uuid->time_hi_and_version;
588 uuid->time_hi_and_version =
H A Dcommonp.h329 SWAB_INPLACE_16((ufield).time_hi_and_version); \
H A Dcnpkt.c167 SWAP_INPLACE_16(&uuid_p->time_hi_and_version, end_of_pkt, st);
H A Ddglsn.c388 *((unsigned16 *) (p + 6)) = uuid->time_hi_and_version;
1060 * 10: | CAS uuid | time_hi_and_version
1239 * 10: | CAS uuid | time_hi_and_version
/macosx-10.10/gpt-12/
H A Dgpt.c244 uuid->time_hi_and_version = le16dec(p + 6);
267 le16enc(p + 6, uuid->time_hi_and_version);

Completed in 163 milliseconds