/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/qemu/distrib/ext4_utils/src/ |
uuid.c | 31 u32 time_low; member in struct:uuid 58 uuid->time_low = ntohl(uuid->time_low);
|
/system/extras/ext4_utils/ |
uuid.c | 31 u32 time_low; member in struct:uuid 58 uuid->time_low = ntohl(uuid->time_low);
|
/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;
|
parse.c | 65 uuid.time_low = strtoul(in, NULL, 16);
|
unpack.c | 47 uu->time_low = tmp;
|
unparse.c | 57 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version,
|
gen_uuid.c | 577 get_clock(&clock_mid, &uu.time_low, &uu.clock_seq, num); 610 uu.time_low++; 611 if (uu.time_low == 0) {
|
uuid_time.c | 66 clock_reg = uuid.time_low | ((uint64_t) high << 32);
|
/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
|
/frameworks/wilhelm/src/ut/ |
OpenSLESUT.c | 118 (unsigned) iid->time_low, iid->time_mid, iid->time_hi_and_version, iid->clock_seq,
|
/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
|
/frameworks/wilhelm/tests/examples/ |
slesTestEffectCapabilities.cpp | 52 guid->time_low,
|
/external/qemu/docs/ |
GOLDFISH-VIRTUAL-HARDWARE.TXT | 219 0x00 TIME_LOW R: Get current time, then return low-order 32-bits. 220 0x04 TIME_HIGH R: Return high 32-bits from previous TIME_LOW read. 232 To read the value, the kernel must perform an IO_READ(TIME_LOW), which returns 251 systems only use TIME_LOW / TIME_HIGH on this device. 266 0x00 TIME_LOW R: Get current time, then return low-order 32-bits. 267 0x04 TIME_HIGH R: Return high 32-bits, from previous TIME_LOW read. [all...] |
/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 | 48 return pUuid->time_low;
|