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

1 2 3

  /external/e2fsprogs/lib/uuid/
compare.c 50 UUCMP(uuid1.time_mid, uuid2.time_mid);
uuidP.h 52 uint16_t time_mid; member in struct:uuid
pack.c 52 tmp = uu->time_mid;
unpack.c 51 uu->time_mid = tmp;
parse.c 66 uuid.time_mid = strtoul(in+9, NULL, 16);
unparse.c 57 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version,
uuid_time.c 65 high = uuid.time_mid | ((uuid.time_hi_and_version & 0xFFF) << 16);
gen_uuid.c 574 uu.time_mid = (uint16_t) clock_mid;
607 uu.time_mid++;
608 if (uu.time_mid == 0)
  /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,
  /system/extras/ext4_utils/
uuid.c 32 u16 time_mid; member in struct:uuid
59 uuid->time_mid = ntohs(uuid->time_mid);
  /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...]
  /device/asus/grouper/keymaster/
s_type.h 122 uint16_t time_mid; member in struct:S_UUID
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
s_type.h 122 uint16_t time_mid; member in struct:S_UUID
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
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
  /frameworks/wilhelm/src/ut/
OpenSLESUT.c 115 (unsigned) iid->time_low, iid->time_mid, iid->time_hi_and_version, iid->clock_seq,
  /frameworks/wilhelm/tests/examples/
slesTestEffectCapabilities.cpp 53 guid->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/test/
test_uuid.py 161 equal(u.time_mid, fields[1])
276 badtype(lambda: setattr(u, 'time_mid', 0))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_uuid.py 161 equal(u.time_mid, fields[1])
276 badtype(lambda: setattr(u, 'time_mid', 0))
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h 110 XAuint16 time_mid; member in struct:XAInterfaceID_
    [all...]
  /development/ndk/platforms/android-14/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/OMXAL/
OpenMAXAL.h 110 XAuint16 time_mid; member in struct:XAInterfaceID_
    [all...]

Completed in 461 milliseconds

1 2 3