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

1 2 3

  /external/e2fsprogs/lib/uuid/
compare.c 49 UUCMP(uuid1.time_low, uuid2.time_low);
uuidP.h 51 uint32_t time_low; member in struct:uuid
pack.c 43 tmp = uu->time_low;
unpack.c 47 uu->time_low = tmp;
parse.c 65 uuid.time_low = strtoul(in, NULL, 16);
unparse.c 57 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version,
uuid_time.c 66 clock_reg = uuid.time_low | ((uint64_t) high << 32);
gen_uuid.c 572 get_clock(&clock_mid, &uu.time_low, &uu.clock_seq, num);
605 uu.time_low++;
606 if (uu.time_low == 0) {
  /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,
  /system/extras/ext4_utils/
uuid.c 31 u32 time_low; member in struct:uuid
58 uuid->time_low = ntohl(uuid->time_low);
  /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...]
  /device/asus/grouper/keymaster/
s_type.h 121 uint32_t time_low; member in struct:S_UUID
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
s_type.h 121 uint32_t time_low; member in struct:S_UUID
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
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
  /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 52 guid->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/test/
test_uuid.py 160 equal(u.time_low, fields[0])
275 badtype(lambda: setattr(u, 'time_low', 0))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_uuid.py 160 equal(u.time_low, fields[0])
275 badtype(lambda: setattr(u, 'time_low', 0))
  /frameworks/wilhelm/src/android/
android_Effect.cpp 44 return pUuid->time_low;
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h 109 XAuint32 time_low; member in struct:XAInterfaceID_
    [all...]
  /development/ndk/platforms/android-14/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...]

Completed in 457 milliseconds

1 2 3