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

1 2

  /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/e2p/
uuid.c 14 __u16 time_hi_and_version; member in struct:uuid
48 uu->time_hi_and_version = tmp;
64 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version,
  /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;
parse.c 67 uuid.time_hi_and_version = strtoul(in+14, NULL, 16);
unpack.c 55 uu->time_hi_and_version = tmp;
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)
  /frameworks/wilhelm/src/ut/
OpenSLESUT.c 115 (unsigned) iid->time_low, iid->time_mid, iid->time_hi_and_version, iid->clock_seq,
  /hardware/ti/omap4xxx/security/tf_sdk/include/
s_type.h 123 uint16_t time_hi_and_version; member in struct:S_UUID
  /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...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h 111 XAuint16 time_hi_and_version; member in struct:XAInterfaceID_
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h 111 XAuint16 time_hi_and_version; member in struct:XAInterfaceID_
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/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/SLES/
OpenSLES.h 97 SLuint16 time_hi_and_version; member in struct:SLInterfaceID_
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/SLES/
OpenSLES.h 97 SLuint16 time_hi_and_version; member in struct:SLInterfaceID_
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/SLES/
OpenSLES.h 97 SLuint16 time_hi_and_version; member in struct:SLInterfaceID_
    [all...]
  /prebuilts/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 97 SLuint16 time_hi_and_version; member in struct:SLInterfaceID_
    [all...]
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 97 SLuint16 time_hi_and_version; member in struct:SLInterfaceID_
    [all...]

Completed in 3399 milliseconds

1 2