HomeSort by relevance Sort by last modified time
    Searched defs:clock_seq (Results 1 - 13 of 13) sorted by null

  /external/e2fsprogs/lib/uuid/
uuidP.h 54 uint16_t clock_seq; member in struct:uuid
gen_uuid.c 317 THREAD_LOCAL uint16_t clock_seq; local
363 clock_seq = cl & 0x3FFF;
371 get_random_bytes(&clock_seq, sizeof(clock_seq));
372 clock_seq &= 0x3FFF;
382 clock_seq = (clock_seq+1) & 0x3FFF;
411 clock_seq, last.tv_sec, (long)last.tv_usec,
430 *ret_clock_seq = clock_seq;
594 get_clock(&clock_mid, &uu.time_low, &uu.clock_seq, num)
    [all...]
  /external/e2fsprogs/lib/e2p/
uuid.c 21 __u16 clock_seq; member in struct:uuid
58 uu->clock_seq = tmp;
71 uuid.clock_seq >> 8, uuid.clock_seq & 0xFF,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
uuid.py 86 clock_seq the 14-bit sequence number
163 clock_seq = (clock_seq_hi_variant << 8L) | clock_seq_low
165 (time_hi_version << 64L) | (clock_seq << 48L) | node)
258 clock_seq = property(get_clock_seq) variable in class:UUID
490 def uuid1(node=None, clock_seq=None):
493 address. If 'clock_seq' is given, it is used as the sequence number;
498 if _uuid_generate_time and node is clock_seq is None:
512 if clock_seq is None:
514 clock_seq = random.randrange(1<<14L) # instead of stable storage
518 clock_seq_low = clock_seq & 0xffL
    [all...]
  /external/python/cpython3/Lib/
uuid.py 91 clock_seq the 14-bit sequence number
169 clock_seq = (clock_seq_hi_variant << 8) | clock_seq_low
171 (time_hi_version << 64) | (clock_seq << 48) | node)
272 def clock_seq(self): member in class:UUID
559 def uuid1(node=None, clock_seq=None):
562 address. If 'clock_seq' is given, it is used as the sequence number;
567 if _uuid_generate_time and node is clock_seq is None:
581 if clock_seq is None:
583 clock_seq = random.getrandbits(14) # instead of stable storage
587 clock_seq_low = clock_seq & 0xf
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
uuid.py 86 clock_seq the 14-bit sequence number
163 clock_seq = (clock_seq_hi_variant << 8L) | clock_seq_low
165 (time_hi_version << 64L) | (clock_seq << 48L) | node)
258 clock_seq = property(get_clock_seq) variable in class:UUID
490 def uuid1(node=None, clock_seq=None):
493 address. If 'clock_seq' is given, it is used as the sequence number;
498 if _uuid_generate_time and node is clock_seq is None:
512 if clock_seq is None:
514 clock_seq = random.randrange(1<<14L) # instead of stable storage
518 clock_seq_low = clock_seq & 0xff
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
uuid.py 86 clock_seq the 14-bit sequence number
163 clock_seq = (clock_seq_hi_variant << 8L) | clock_seq_low
165 (time_hi_version << 64L) | (clock_seq << 48L) | node)
258 clock_seq = property(get_clock_seq) variable in class:UUID
490 def uuid1(node=None, clock_seq=None):
493 address. If 'clock_seq' is given, it is used as the sequence number;
498 if _uuid_generate_time and node is clock_seq is None:
512 if clock_seq is None:
514 clock_seq = random.randrange(1<<14L) # instead of stable storage
518 clock_seq_low = clock_seq & 0xff
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
uuid.py 86 clock_seq the 14-bit sequence number
163 clock_seq = (clock_seq_hi_variant << 8L) | clock_seq_low
165 (time_hi_version << 64L) | (clock_seq << 48L) | node)
258 clock_seq = property(get_clock_seq) variable in class:UUID
490 def uuid1(node=None, clock_seq=None):
493 address. If 'clock_seq' is given, it is used as the sequence number;
498 if _uuid_generate_time and node is clock_seq is None:
512 if clock_seq is None:
514 clock_seq = random.randrange(1<<14L) # instead of stable storage
518 clock_seq_low = clock_seq & 0xff
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
uuid.py 86 clock_seq the 14-bit sequence number
163 clock_seq = (clock_seq_hi_variant << 8L) | clock_seq_low
165 (time_hi_version << 64L) | (clock_seq << 48L) | node)
258 clock_seq = property(get_clock_seq) variable in class:UUID
490 def uuid1(node=None, clock_seq=None):
493 address. If 'clock_seq' is given, it is used as the sequence number;
498 if _uuid_generate_time and node is clock_seq is None:
512 if clock_seq is None:
514 clock_seq = random.randrange(1<<14L) # instead of stable storage
518 clock_seq_low = clock_seq & 0xff
    [all...]
  /external/e2fsprogs/lib/ext2fs/
icount.c 139 __u16 clock_seq; member in struct:uuid
164 uu->clock_seq = tmp;
177 uuid.clock_seq >> 8, uuid.clock_seq & 0xFF,
  /external/python/cpython2/Lib/
uuid.py 88 clock_seq the 14-bit sequence number
165 clock_seq = (clock_seq_hi_variant << 8L) | clock_seq_low
167 (time_hi_version << 64L) | (clock_seq << 48L) | node)
260 clock_seq = property(get_clock_seq) variable in class:UUID
541 def uuid1(node=None, clock_seq=None):
544 address. If 'clock_seq' is given, it is used as the sequence number;
549 if _uuid_generate_time and node is clock_seq is None:
563 if clock_seq is None:
565 clock_seq = random.randrange(1<<14L) # instead of stable storage
569 clock_seq_low = clock_seq & 0xff
    [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h 98 SLuint16 clock_seq; member in struct:SLInterfaceID_
    [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h 112 XAuint16 clock_seq; member in struct:XAInterfaceID_
    [all...]

Completed in 419 milliseconds