Home
last modified time | relevance | path

Searched refs:check_count (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testscripts/
Dltp-scsi_debug.sh162 check_count=$(cat /proc/partitions | wc -l)
163 save_count=$(( $check_count - $orig_count ))
/external/boringssl/src/crypto/x509v3/
Dv3_ncons.c246 size_t check_count = constraint_count * name_count; in NAME_CONSTRAINTS_check() local
249 (constraint_count && check_count / constraint_count != name_count) || in NAME_CONSTRAINTS_check()
250 check_count > 1 << 20) { in NAME_CONSTRAINTS_check()
/external/toolchain-utils/android_bench_suite/
Drun.py221 def check_count(compiler, llvm_version, build_os, cflags, ldflags): function
461 setting_count = check_count(compiler, llvm_version, build_os, cflags, ldflags)
/external/vulkan-validation-layers/demos/
Dcube.cpp586 …vk::Bool32 Demo::check_layers(uint32_t check_count, char const *const *const check_names, uint32_t… in check_layers() argument
588 for (uint32_t i = 0; i < check_count; i++) { in check_layers()
Dcube.c2924 static VkBool32 demo_check_layers(uint32_t check_count, char **check_names, in demo_check_layers() argument
2927 for (uint32_t i = 0; i < check_count; i++) { in demo_check_layers()