HomeSort by relevance Sort by last modified time
    Searched refs:verify_type (Results 1 - 3 of 3) sorted by null

  /external/fio/
verify.h 33 uint16_t verify_type; member in struct:verify_header
verify.c 144 static inline unsigned int __hdr_size(int verify_type)
148 switch (verify_type) {
198 return __hdr_size(hdr->verify_type);
755 unsigned int verify_type; local
810 verify_type = td->o.verify;
812 verify_type = hdr->verify_type;
814 switch (verify_type) {
853 log_err("Bad verify type %u\n", hdr->verify_type);
857 if (ret && verify_type != hdr->verify_type
    [all...]
  /external/lldb/examples/python/
types.py 92 def verify_type (target, options, type): function
210 verify_type (target, options, type)
217 verify_type (target, options, type)

Completed in 261 milliseconds