Searched refs:msg (Results 1 – 4 of 4) sorted by relevance
| /isa-l/tools/ |
| H A D | test_extended.sh | 14 msg='' 43 msg+="Running with TEST_SEED=$S".$'\n' 54 msg+=$'With extra tests\n' 58 msg+=$'With efence\n' 67 msg+=$'Std makefile build: Pass\n' 78 msg+=$'Stack NX check bin/lib/libisal.so: Pass\n' 81 msg+=$'Stack NX check not supported: Skip\n' 88 msg+=$'Std makefile build perf: Pass\n' 94 msg+=$'Std makefile tests: Pass\n' 100 msg+=$'Other tests build: Pass\n' [all …]
|
| /isa-l/tests/fuzz/ |
| H A D | igzip_checked_inflate_fuzz_test.c | 62 assert(iret < 0 || strcmp(zstate.msg, z_msg_invalid_code_set) == 0 || in LLVMFuzzerTestOneInput() 63 strcmp(zstate.msg, z_msg_invalid_dist_set) == 0 || in LLVMFuzzerTestOneInput() 64 strcmp(zstate.msg, z_msg_invalid_lit_len_set) == 0 || in LLVMFuzzerTestOneInput()
|
| /isa-l/ |
| H A D | make.inc | 240 msg = $(if $(DEBUG),DEBUG) $(patsubst 32,32-bit,$(host_cpu)) $D 244 @echo " ---> Building $< $(msg)" 249 @echo " ---> Building $< $(msg)" 253 @echo " ---> Building $< $(msg)" 256 @echo " ---> Building $< $(msg)" 260 @echo " ---> Building Test $@ $(msg)" 264 @echo " ---> Building Programs $@ $(msg)" 300 @echo " ---> Building shared $< $(msg)" 303 @echo " ---> Building shared $< $(msg)"
|
| /isa-l/examples/ec/ |
| H A D | ec_piggyback_example.c | 148 print_matrix(int m, int k, unsigned char *s, const char *msg) in print_matrix() argument 152 printf("%s:\n", msg); in print_matrix() 164 print_list(int n, unsigned char *s, const char *msg) in print_list() argument 170 printf("%s: ", msg); in print_list()
|