HomeSort by relevance Sort by last modified time
    Searched refs:time_mid (Results 1 - 25 of 188) sorted by null

1 2 3 4 5 6 7 8

  /external/e2fsprogs/lib/uuid/
compare.c 51 UUCMP(uuid1.time_mid, uuid2.time_mid);
uuidP.h 52 uint16_t time_mid; member in struct:uuid
pack.c 53 tmp = uu->time_mid;
unpack.c 52 uu->time_mid = tmp;
parse.c 67 uuid.time_mid = strtoul(in+9, NULL, 16);
unparse.c 58 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version,
uuid_time.c 67 high = uuid.time_mid | ((uuid.time_hi_and_version & 0xFFF) << 16);
gen_uuid.c 591 uu.time_mid = (uint16_t) clock_mid;
624 uu.time_mid++;
625 if (uu.time_mid == 0)
  /device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
uuid.h 51 uint16_t time_mid; member in struct:uuid
  /external/e2fsprogs/lib/e2p/
uuid.c 19 __u16 time_mid; member in struct:uuid
50 uu->time_mid = tmp;
70 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version,
  /external/vboot_reference/host/lib21/
host_misc.c 100 uint16_t time_mid; local
122 time_mid = chunk[1] & 0xffff;
126 guid->uuid.time_mid = htole16(time_mid);
152 le16toh(guid->uuid.time_mid),
  /external/vboot_reference/firmware/2lib/include/
2guid.h 19 uint16_t time_mid; member in struct:vb2_guid::__anon36443::__anon36444
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
uuid.py 71 bytes_le the UUID as a 16-byte string (with time_low, time_mid,
79 time_mid the next 16 bits of the UUID
106 integers (32-bit time_low, 16-bit time_mid, 16-bit time_hi_version,
149 (time_low, time_mid, time_hi_version,
153 if not 0 <= time_mid < 1<<16L:
164 int = ((time_low << 96L) | (time_mid << 80L) |
218 return (self.time_low, self.time_mid, self.time_hi_version,
231 time_mid = property(get_time_mid) variable in class:UUID
250 (self.time_mid << 32L) | self.time_low)
516 time_mid = (timestamp >> 32L) & 0xffffL
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
uuid.py 71 bytes_le the UUID as a 16-byte string (with time_low, time_mid,
79 time_mid the next 16 bits of the UUID
106 integers (32-bit time_low, 16-bit time_mid, 16-bit time_hi_version,
149 (time_low, time_mid, time_hi_version,
153 if not 0 <= time_mid < 1<<16L:
164 int = ((time_low << 96L) | (time_mid << 80L) |
218 return (self.time_low, self.time_mid, self.time_hi_version,
231 time_mid = property(get_time_mid) variable in class:UUID
250 (self.time_mid << 32L) | self.time_low)
516 time_mid = (timestamp >> 32L) & 0xffff
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
uuid.py 71 bytes_le the UUID as a 16-byte string (with time_low, time_mid,
79 time_mid the next 16 bits of the UUID
106 integers (32-bit time_low, 16-bit time_mid, 16-bit time_hi_version,
149 (time_low, time_mid, time_hi_version,
153 if not 0 <= time_mid < 1<<16L:
164 int = ((time_low << 96L) | (time_mid << 80L) |
218 return (self.time_low, self.time_mid, self.time_hi_version,
231 time_mid = property(get_time_mid) variable in class:UUID
250 (self.time_mid << 32L) | self.time_low)
516 time_mid = (timestamp >> 32L) & 0xffff
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
uuid.py 71 bytes_le the UUID as a 16-byte string (with time_low, time_mid,
79 time_mid the next 16 bits of the UUID
106 integers (32-bit time_low, 16-bit time_mid, 16-bit time_hi_version,
149 (time_low, time_mid, time_hi_version,
153 if not 0 <= time_mid < 1<<16L:
164 int = ((time_low << 96L) | (time_mid << 80L) |
218 return (self.time_low, self.time_mid, self.time_hi_version,
231 time_mid = property(get_time_mid) variable in class:UUID
250 (self.time_mid << 32L) | self.time_low)
516 time_mid = (timestamp >> 32L) & 0xffff
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
uuid.py 71 bytes_le the UUID as a 16-byte string (with time_low, time_mid,
79 time_mid the next 16 bits of the UUID
106 integers (32-bit time_low, 16-bit time_mid, 16-bit time_hi_version,
149 (time_low, time_mid, time_hi_version,
153 if not 0 <= time_mid < 1<<16L:
164 int = ((time_low << 96L) | (time_mid << 80L) |
218 return (self.time_low, self.time_mid, self.time_hi_version,
231 time_mid = property(get_time_mid) variable in class:UUID
250 (self.time_mid << 32L) | self.time_low)
516 time_mid = (timestamp >> 32L) & 0xffff
    [all...]
  /external/netperf/src/
net_uuid.c 83 uint16_t time_mid; member in struct:__anon28023
200 printf("%8.8x-%4.4x-%4.4x-%2.2x%2.2x-", u.time_low, u.time_mid,
222 u.time_mid,
300 uuid->time_mid = (unsigned short)((timestamp >> 32) & 0xFFFF);
  /external/vboot_reference/firmware/include/
gpt.h 56 uint16_t time_mid; member in struct:__anon36448::__anon36449::__anon36450
  /frameworks/wilhelm/src/ut/
OpenSLESUT.c 124 (unsigned) iid->time_low, iid->time_mid, iid->time_hi_and_version, iid->clock_seq,
  /frameworks/wilhelm/tests/examples/
slesTestEffectCapabilities.cpp 52 guid->time_mid,
  /external/vboot_reference/cgpt/
cgpt_common.c 368 uint16_t time_mid; local
389 time_mid = chunk[1] & 0xffff;
393 guid->u.Uuid.time_mid = htole16(time_mid);
412 le16toh(guid->u.Uuid.time_mid),
    [all...]
  /external/e2fsprogs/lib/ext2fs/
icount.c 137 __u16 time_mid; member in struct:uuid
156 uu->time_mid = tmp;
176 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version,
  /system/extras/ext4_utils/
ext4_utils.c 61 u16 time_mid; member in struct:uuid
88 uuid->time_mid = ntohs(uuid->time_mid);
  /system/core/trusty/libtrusty/tipc-test/
tipc_test.c 615 uint16_t time_mid; member in struct:uuid
625 uuid->time_mid,

Completed in 685 milliseconds

1 2 3 4 5 6 7 8