Home
last modified time | relevance | path

Searched defs:verbose (Results 326 - 350 of 602) sorted by relevance

1...<<11121314151617181920>>...25

/third_party/mbedtls/library/
H A Dmemory_buffer_alloc.c654 int mbedtls_memory_buffer_alloc_self_test(int verbose) in mbedtls_memory_buffer_alloc_self_test() argument
/third_party/mesa3d/src/freedreno/afuc/
H A Ddisasm.c50 static bool verbose = false; variable
[all...]
/third_party/ltp/metadata/
H A Dmetaparse.c21 static int verbose; variable
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsfallocate.c97 int verbose; /* -v, verbose execution, given twice, really member
H A Dntfsls.c111 int verbose; /* Extra output */ member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_blend.c435 test_one(unsigned verbose, in test_one() argument
640 test_all(unsigned verbose, FILE *fp) in test_all() argument
690 test_some(unsigned verbose, FILE *fp, in test_some() argument
739 test_single(unsigned verbose, FILE *fp) in test_single() argument
H A Dlp_test_arit.c416 test_unary(unsigned verbose, FILE *fp, const struct unary_test_t *test, unsigned length) in test_unary() argument
525 test_all(unsigned verbose, FILE *fp) in test_all() argument
545 test_some(unsigned verbose, FILE *fp, in test_some() argument
557 test_single(unsigned verbose, FILE *fp) in test_single() argument
/third_party/ltp/utils/benchmark/ebizzy-0.3/
H A Debizzy.c70 static unsigned int verbose; variable
[all...]
/third_party/libinput/tools/
H A Dshared.c358 tools_open_udev(const char *seat, bool verbose, bool *grab) in tools_open_udev() argument
391 tools_open_device(const char **paths, bool verbose, bool *grab) in tools_open_device() argument
433 tools_open_backend(enum tools_backend which, const char **seat_or_device, bool verbose, bool *grab) tools_open_backend() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_format.c2134 svga_format_is_shareable(const struct svga_screen *ss, enum pipe_format pformat, SVGA3dSurfaceFormat sformat, unsigned bind, bool verbose) svga_format_is_shareable() argument
/third_party/node/deps/openssl/openssl/apps/
H A Dsrp.c64 static void print_entry(CA_DB *db, int indx, int verbose, char *s) in print_entry() argument
76 static void print_index(CA_DB *db, int indexindex, int verbose) in print_index() argument
81 static void print_user(CA_DB *db, int userindex, int verbose) in print_user() argument
122 srp_verify_user(const char *user, const char *srp_verifier, char *srp_usersalt, const char *g, const char *N, const char *passin, int verbose) srp_verify_user() argument
159 srp_create_user(char *user, char **srp_verifier, char **srp_usersalt, char *g, char *N, char *passout, int verbose) srp_create_user() argument
237 int gNindex = -1, maxgN = -1, ret = 1, errors = 0, verbose = 0, i; srp_main() local
[all...]
/third_party/openssl/test/
H A Dcurve448_internal_test.c18 static unsigned int verbose = 0; variable
/third_party/python/Lib/test/
H A Dtest_cmd_line_script.py23 verbose = support.verbose variable
/third_party/openssl/apps/
H A Dsrp.c64 static void print_entry(CA_DB *db, int indx, int verbose, char *s) in print_entry() argument
76 static void print_index(CA_DB *db, int indexindex, int verbose) in print_index() argument
81 static void print_user(CA_DB *db, int userindex, int verbose) in print_user() argument
122 srp_verify_user(const char *user, const char *srp_verifier, char *srp_usersalt, const char *g, const char *N, const char *passin, int verbose) srp_verify_user() argument
159 srp_create_user(char *user, char **srp_verifier, char **srp_usersalt, char *g, char *N, char *passout, int verbose) srp_create_user() argument
237 int gNindex = -1, maxgN = -1, ret = 1, errors = 0, verbose = 0, i; srp_main() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp576 SchedulingCost(ReadyQueue &Q, SUnit *SU, SchedCandidate &Candidate, RegPressureDelta &Delta, bool verbose) SchedulingCost() argument
[all...]
/third_party/python/Objects/
H A Dmoduleobject.c598 int verbose = _Py_GetConfig()->verbose; in _PyModule_ClearDict() local
685 int verbose = _Py_GetConfig()->verbose; in module_dealloc() local
/third_party/selinux/libsepol/src/
H A Dmodule.c310 sepol_link_packages(sepol_handle_t * handle, sepol_module_package_t * base, sepol_module_package_t ** modules, int num_modules, int verbose) sepol_link_packages() argument
467 sepol_module_package_read(sepol_module_package_t * mod, struct sepol_policy_file *spf, int verbose) sepol_module_package_read() argument
987 sepol_link_modules(sepol_handle_t * handle, sepol_policydb_t * base, sepol_policydb_t ** modules, size_t len, int verbose) sepol_link_modules() argument
995 sepol_expand_module(sepol_handle_t * handle, sepol_policydb_t * base, sepol_policydb_t * out, int verbose, int check) sepol_expand_module() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_tls_common.c850 eap_peer_tls_status(struct eap_sm *sm, struct eap_ssl_data *data, char *buf, size_t buflen, int verbose) eap_peer_tls_status() argument
/kernel/linux/linux-5.10/drivers/block/paride/
H A Dpg.c140 static int verbose; variable
[all...]
/kernel/linux/linux-5.10/arch/arm/probes/kprobes/
H A Dtest-core.h99 #define verbose(fmt, ...) pr_info(fmt, ##__VA_ARGS__) macro
101 #define verbose(fmt, ...) macro
/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H A Dldt_gdt.c91 check_valid_segment(uint16_t index, int ldt, uint32_t expected_ar, uint32_t expected_limit, bool verbose) check_valid_segment() argument
/kernel/linux/linux-6.6/arch/arm/probes/kprobes/
H A Dtest-core.h99 #define verbose(fmt, ...) pr_info(fmt, ##__VA_ARGS__) macro
101 #define verbose(fmt, ...) no_printk(fmt, ##__VA_ARGS__) macro
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dabituguru3.c624 static bool verbose = 1; variable
/kernel/linux/linux-5.10/drivers/media/pci/mantis/
H A Dmantis_common.h100 unsigned int verbose; global() member
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Dch.c62 static int verbose = 1; variable

Completed in 25 milliseconds

1...<<11121314151617181920>>...25