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

1 2 3 4

  /external/e2fsprogs/lib/uuid/
uuidP.h 51 uint32_t time_low; member in struct:uuid
  /external/e2fsprogs/lib/e2p/
uuid.c 17 __u32 time_low; member in struct:uuid
45 uu->time_low = tmp;
69 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::__anon21124::__anon21125
  /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),
  /hardware/ti/omap4-aah/security/tf_sdk/include/
s_type.h 121 uint32_t time_low; member in struct:S_UUID
  /hardware/ti/omap4xxx/security/tf_sdk/include/
s_type.h 121 uint32_t time_low; member in struct:S_UUID
  /external/vboot_reference/firmware/include/
gpt.h 55 uint32_t time_low; member in struct:__anon21129::__anon21130::__anon21131
  /system/extras/ext4_utils/
ext4_utils.c 57 u32 time_low; member in struct:uuid
84 uuid->time_low = ntohl(uuid->time_low);
  /external/e2fsprogs/lib/ext2fs/
icount.c 130 __u32 time_low; member in struct:uuid
146 uu->time_low = tmp;
170 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version,
  /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/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...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 95 SLuint32 time_low; member in struct:SLInterfaceID_
    [all...]
  /development/ndk/platforms/android-21/include/SLES/
OpenSLES.h 95 SLuint32 time_low; member in struct:SLInterfaceID_
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 95 SLuint32 time_low; member in struct:SLInterfaceID_
    [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h 95 SLuint32 time_low; member in struct:SLInterfaceID_
    [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 95 SLuint32 time_low; member in struct:SLInterfaceID_
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 95 SLuint32 time_low; member in struct:SLInterfaceID_
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 95 SLuint32 time_low; member in struct:SLInterfaceID_
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h 95 SLuint32 time_low; member in struct:SLInterfaceID_
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h 95 SLuint32 time_low; member in struct:SLInterfaceID_
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 95 SLuint32 time_low; member in struct:SLInterfaceID_
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 95 SLuint32 time_low; member in struct:SLInterfaceID_
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h 95 SLuint32 time_low; member in struct:SLInterfaceID_
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/SLES/
OpenSLES.h 95 SLuint32 time_low; member in struct:SLInterfaceID_
    [all...]

Completed in 889 milliseconds

1 2 3 4