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

1 2 3 4 5

  /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 580 uu.time_hi_and_version = ((clock_mid >> 16) & 0x0FFF) | 0x1000;
614 uu.time_hi_and_version++;
645 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,
  /external/netperf/src/
net_uuid.c 84 uint16_t time_hi_and_version; member in struct:__anon19902
201 u.time_hi_and_version, u.clock_seq_hi_and_reserved,
223 u.time_hi_and_version,
301 uuid->time_hi_and_version =
303 uuid->time_hi_and_version |= (1 << 12);
  /hardware/ti/omap4-aah/security/tf_sdk/include/
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 124 (unsigned) iid->time_low, iid->time_mid, iid->time_hi_and_version, iid->clock_seq,
  /frameworks/wilhelm/tests/examples/
slesTestEffectCapabilities.cpp 53 guid->time_hi_and_version,
  /system/extras/ext4_utils/
ext4_utils.c 60 u16 time_hi_and_version; member in struct:uuid
87 uuid->time_hi_and_version = ntohs(uuid->time_hi_and_version);
88 uuid->time_hi_and_version &= 0x0FFF;
89 uuid->time_hi_and_version |= (5 << 12);
  /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,
  /system/core/trusty/libtrusty/tipc-test/
tipc_test.c 613 uint16_t time_hi_and_version; member in struct:uuid
623 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-21/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/current/platforms/android-12/arch-arm/usr/include/SLES/
OpenSLES.h 97 SLuint16 time_hi_and_version; member in struct:SLInterfaceID_
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/SLES/
OpenSLES.h 97 SLuint16 time_hi_and_version; member in struct:SLInterfaceID_
    [all...]

Completed in 257 milliseconds

1 2 3 4 5