Searched refs:NC (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/testing/selftests/bpf/
H A Dtest_lirc_mode2.sh16 NC='\033[0m' # No Color
35 echo -e ${RED}"FAIL: $TYPE"${NC}
37 echo -e ${GREEN}"PASS: $TYPE"${NC}
H A Dtest_tunnel.sh54 NC='\033[0m' # No Color
255 echo -e ${RED}"FAIL: $TYPE"${NC}
258 echo -e ${GREEN}"PASS: $TYPE"${NC}
279 echo -e ${RED}"FAIL: $TYPE"${NC}
282 echo -e ${GREEN}"PASS: $TYPE"${NC}
309 echo -e ${RED}"FAIL: $TYPE"${NC}
312 echo -e ${GREEN}"PASS: $TYPE"${NC}
338 echo -e ${RED}"FAIL: $TYPE"${NC}
341 echo -e ${GREEN}"PASS: $TYPE"${NC}
362 echo -e ${RED}"FAIL: $TYPE"${NC}
[all...]
/linux-master/tools/testing/selftests/net/
H A Dudpgso_bench.sh9 readonly NC='\033[0m' # No Color
36 echo -e "$(basename $0): ${RED}FAIL${NC}"
41 echo -e "$(basename $0): ${YELLOW}SKIP${NC}"
45 echo -e "$(basename $0): ${GREEN}PASS${NC}"
/linux-master/tools/perf/
H A Dcheck-headers.sh5 NC='\033[0m' # No Color
143 echo -e "${YELLOW}Warning${NC}: Skipped check-headers due to missing ../../include"
192 echo -e "${YELLOW}Warning${NC}: Kernel ABI header differences:"
/linux-master/fs/unicode/
H A Dutf8-norm.c253 #define NC (VC * TC) macro
254 #define SC (LC * NC)
268 li = si / NC;
269 vi = (si % NC) / TC;
H A Dmkutf8data.c2658 #define NC (VC * TC) macro
2659 #define SC (LC * NC)
2672 li = si / NC;
2673 vi = (si % NC) / TC;
/linux-master/tools/testing/selftests/netfilter/
H A Dipvs.sh32 NC='\033[0m' # No Color
224 echo -e "$(basename $0): ${RED}FAIL${NC}"
227 echo -e "$(basename $0): ${GREEN}PASS${NC}"

Completed in 97 milliseconds