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

  /external/syzkaller/executor/
common_kvm_arm64.h 29 uintptr_t opt_count = a7; local
32 (void)opt_count;
49 if (opt_count > 1)
50 opt_count = 1;
52 for (i = 0; i < opt_count; i++) {
common_kvm_amd64.h 281 uintptr_t opt_count = a7; local
721 if (opt_count > 2)
722 opt_count = 2;
723 for (i = 0; i < opt_count; i++) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regparse.h 199 int opt_count; /* referenced count in optimize_node_left() */ member in struct:__anon9307

Completed in 83 milliseconds