HomeSort by relevance Sort by last modified time
    Searched defs:time_low (Results 1 - 18 of 18) sorted by null

  /external/e2fsprogs/lib/uuid/
uuidP.h 51 uint32_t time_low; member in struct:uuid
  /device/linaro/bootloader/arm-trusted-firmware/include/tools_share/
uuid.h 51 uint32_t time_low; member in struct:uuid
  /external/e2fsprogs/lib/e2p/
uuid.c 18 __u32 time_low; member in struct:uuid
46 uu->time_low = tmp;
70 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version,
  /external/vboot_reference/firmware/2lib/include/
2guid.h 18 uint32_t time_low; member in struct:vb2_guid::__anon43225::__anon43226
  /external/vboot_reference/host/lib21/
host_misc.c 99 uint32_t time_low; local
121 time_low = chunk[0] & 0xffffffff;
125 guid->uuid.time_low = htole32(time_low);
151 le32toh(guid->uuid.time_low),
  /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,
78 time_low the first 32 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,
151 if not 0 <= time_low < 1<<32L:
164 int = ((time_low << 96L) | (time_mid << 80L) |
218 return (self.time_low, self.time_mid, self.time_hi_version,
226 time_low = property(get_time_low) variable in class:UUID
250 (self.time_mid << 32L) | self.time_low)
515 time_low = timestamp & 0xffffffffL
    [all...]
  /external/python/cpython3/Lib/
uuid.py 76 bytes_le the UUID as a 16-byte string (with time_low, time_mid,
83 time_low the first 32 bits of the UUID
111 integers (32-bit time_low, 16-bit time_mid, 16-bit time_hi_version,
155 (time_low, time_mid, time_hi_version,
157 if not 0 <= time_low < 1<<32:
170 int = ((time_low << 96) | (time_mid << 80) |
243 return (self.time_low, self.time_mid, self.time_hi_version,
247 def time_low(self): member in class:UUID
269 (self.time_mid << 32) | self.time_low)
584 time_low = timestamp & 0xfffffff
    [all...]
  /external/vboot_reference/firmware/include/
gpt.h 55 uint32_t time_low; member in struct:__anon43230::__anon43231::__anon43232
  /prebuilts/gdb/darwin-x86/lib/python2.7/
uuid.py 71 bytes_le the UUID as a 16-byte string (with time_low, time_mid,
78 time_low the first 32 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,
151 if not 0 <= time_low < 1<<32L:
164 int = ((time_low << 96L) | (time_mid << 80L) |
218 return (self.time_low, self.time_mid, self.time_hi_version,
226 time_low = property(get_time_low) variable in class:UUID
250 (self.time_mid << 32L) | self.time_low)
515 time_low = timestamp & 0xffffffff
    [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,
78 time_low the first 32 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,
151 if not 0 <= time_low < 1<<32L:
164 int = ((time_low << 96L) | (time_mid << 80L) |
218 return (self.time_low, self.time_mid, self.time_hi_version,
226 time_low = property(get_time_low) variable in class:UUID
250 (self.time_mid << 32L) | self.time_low)
515 time_low = timestamp & 0xffffffff
    [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,
78 time_low the first 32 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,
151 if not 0 <= time_low < 1<<32L:
164 int = ((time_low << 96L) | (time_mid << 80L) |
218 return (self.time_low, self.time_mid, self.time_hi_version,
226 time_low = property(get_time_low) variable in class:UUID
250 (self.time_mid << 32L) | self.time_low)
515 time_low = timestamp & 0xffffffff
    [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,
78 time_low the first 32 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,
151 if not 0 <= time_low < 1<<32L:
164 int = ((time_low << 96L) | (time_mid << 80L) |
218 return (self.time_low, self.time_mid, self.time_hi_version,
226 time_low = property(get_time_low) variable in class:UUID
250 (self.time_mid << 32L) | self.time_low)
515 time_low = timestamp & 0xffffffff
    [all...]
  /external/e2fsprogs/lib/ext2fs/
icount.c 136 __u32 time_low; member in struct:uuid
152 uu->time_low = tmp;
176 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version,
  /external/python/cpython2/Lib/
uuid.py 73 bytes_le the UUID as a 16-byte string (with time_low, time_mid,
80 time_low the first 32 bits of the UUID
108 integers (32-bit time_low, 16-bit time_mid, 16-bit time_hi_version,
151 (time_low, time_mid, time_hi_version,
153 if not 0 <= time_low < 1<<32L:
166 int = ((time_low << 96L) | (time_mid << 80L) |
220 return (self.time_low, self.time_mid, self.time_hi_version,
228 time_low = property(get_time_low) variable in class:UUID
252 (self.time_mid << 32L) | self.time_low)
566 time_low = timestamp & 0xffffffff
    [all...]
  /system/core/trusty/libtrusty/tipc-test/
tipc_test.c 614 uint32_t time_low; member in struct:uuid
624 uuid->time_low,
  /external/vboot_reference/cgpt/
cgpt_common.c 367 uint32_t time_low; local
388 time_low = chunk[0] & 0xffffffff;
392 guid->u.Uuid.time_low = htole32(time_low);
411 le32toh(guid->u.Uuid.time_low),
    [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h 95 SLuint32 time_low; member in struct:SLInterfaceID_
    [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h 109 XAuint32 time_low; member in struct:XAInterfaceID_
    [all...]

Completed in 726 milliseconds