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

1 2

  /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);
  /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,
  /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...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h 109 XAuint32 time_low; member in struct:XAInterfaceID_
    [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...]

Completed in 342 milliseconds

1 2