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

1 2 3

  /system/extras/ext4_utils/
uuid.c 33 u16 time_hi_and_version; member in struct:uuid
60 uuid->time_hi_and_version = ntohs(uuid->time_hi_and_version);
61 uuid->time_hi_and_version &= 0x0FFF;
62 uuid->time_hi_and_version |= (5 << 12);
  /external/e2fsprogs/lib/uuid/
compare.c 51 UUCMP(uuid1.time_hi_and_version, uuid2.time_hi_and_version);
uuidP.h 53 uint16_t time_hi_and_version; member in struct:uuid
pack.c 57 tmp = uu->time_hi_and_version;
unpack.c 55 uu->time_hi_and_version = tmp;
parse.c 67 uuid.time_hi_and_version = strtoul(in+14, 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);
83 return ((uuid.time_hi_and_version >> 12) & 0xF);
gen_uuid.c 575 uu.time_hi_and_version = ((clock_mid >> 16) & 0x0FFF) | 0x1000;
609 uu.time_hi_and_version++;
640 uu.time_hi_and_version = (uu.time_hi_and_version & 0x0FFF)
  /external/e2fsprogs/lib/e2p/
uuid.c 19 __u16 time_hi_and_version; member in struct:uuid
53 uu->time_hi_and_version = tmp;
69 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version,
  /device/asus/grouper/keymaster/
s_type.h 123 uint16_t time_hi_and_version; member in struct:S_UUID
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
s_type.h 123 uint16_t time_hi_and_version; member in struct:S_UUID
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
s_type.h 123 uint16_t time_hi_and_version; member in struct:S_UUID
  /hardware/ti/omap4xxx/security/tf_sdk/include/
s_type.h 123 uint16_t time_hi_and_version; 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 54 guid->time_hi_and_version,
  /external/e2fsprogs/lib/ext2fs/
icount.c 132 __u16 time_hi_and_version; member in struct:uuid
154 uu->time_hi_and_version = tmp;
170 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version,
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h 111 XAuint16 time_hi_and_version; member in struct:XAInterfaceID_
    [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 97 SLuint16 time_hi_and_version; member in struct:SLInterfaceID_
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 97 SLuint16 time_hi_and_version; member in struct:SLInterfaceID_
    [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h 111 XAuint16 time_hi_and_version; member in struct:XAInterfaceID_
    [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h 97 SLuint16 time_hi_and_version; member in struct:SLInterfaceID_
    [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 97 SLuint16 time_hi_and_version; member in struct:SLInterfaceID_
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 97 SLuint16 time_hi_and_version; member in struct:SLInterfaceID_
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 97 SLuint16 time_hi_and_version; member in struct:SLInterfaceID_
    [all...]

Completed in 435 milliseconds

1 2 3