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

1 2 3 4

  /external/e2fsprogs/lib/uuid/
uuidP.h 52 uint16_t time_mid; member in struct:uuid
  /external/e2fsprogs/lib/e2p/
uuid.c 18 __u16 time_mid; member in struct:uuid
49 uu->time_mid = tmp;
69 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version,
  /external/vboot_reference/firmware/2lib/include/
2guid.h 19 uint16_t time_mid; member in struct:vb2_guid::__anon21124::__anon21125
  /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),
  /hardware/ti/omap4-aah/security/tf_sdk/include/
s_type.h 122 uint16_t time_mid; member in struct:S_UUID
  /hardware/ti/omap4xxx/security/tf_sdk/include/
s_type.h 122 uint16_t time_mid; member in struct:S_UUID
  /external/vboot_reference/firmware/include/
gpt.h 56 uint16_t time_mid; member in struct:__anon21129::__anon21130::__anon21131
  /system/extras/ext4_utils/
ext4_utils.c 58 u16 time_mid; member in struct:uuid
85 uuid->time_mid = ntohs(uuid->time_mid);
  /external/e2fsprogs/lib/ext2fs/
icount.c 131 __u16 time_mid; member in struct:uuid
150 uu->time_mid = 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,
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/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...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 96 SLuint16 time_mid; member in struct:SLInterfaceID_
    [all...]
  /development/ndk/platforms/android-21/include/SLES/
OpenSLES.h 96 SLuint16 time_mid; member in struct:SLInterfaceID_
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 96 SLuint16 time_mid; member in struct:SLInterfaceID_
    [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h 96 SLuint16 time_mid; member in struct:SLInterfaceID_
    [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 96 SLuint16 time_mid; member in struct:SLInterfaceID_
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 96 SLuint16 time_mid; member in struct:SLInterfaceID_
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 96 SLuint16 time_mid; member in struct:SLInterfaceID_
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h 96 SLuint16 time_mid; member in struct:SLInterfaceID_
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h 96 SLuint16 time_mid; member in struct:SLInterfaceID_
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 96 SLuint16 time_mid; member in struct:SLInterfaceID_
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 96 SLuint16 time_mid; member in struct:SLInterfaceID_
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h 96 SLuint16 time_mid; member in struct:SLInterfaceID_
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/SLES/
OpenSLES.h 96 SLuint16 time_mid; member in struct:SLInterfaceID_
    [all...]

Completed in 1673 milliseconds

1 2 3 4