HomeSort by relevance Sort by last modified time
    Searched full:verify_state (Results 1 - 9 of 9) sorted by null

  /external/fio/
thread_options.h 106 unsigned int verify_state; member in struct:thread_options
335 uint32_t verify_state; member in struct:thread_options_pack
cconv.c 137 o->verify_state = le32_to_cpu(top->verify_state);
315 top->verify_state = cpu_to_le32(o->verify_state);
verify.c 45 struct frand_state *fs = &td->verify_state;
1134 io_u->rand_seed = __rand(&td->verify_state);
1136 io_u->rand_seed *= __rand(&td->verify_state);
    [all...]
fio.h 172 struct frand_state verify_state; member in struct:thread_data
backend.c 801 io_u->rand_seed = __rand(&td->verify_state);
803 io_u->rand_seed *= __rand(&td->verify_state);
    [all...]
init.c 826 init_rand_seed(&td->verify_state, td->rand_seeds[FIO_RAND_VER_OFF]);
    [all...]
options.c     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 485 label, eventname, verify_state = item
489 if verify_state is None:
491 state = getattr(self, verify_state)()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 485 label, eventname, verify_state = item
489 if verify_state is None:
491 state = getattr(self, verify_state)()
    [all...]

Completed in 2898 milliseconds