Home
last modified time | relevance | path

Searched refs:NR (Results 1 – 4 of 4) sorted by relevance

/tools/scripts/
A Dutilities.mak55 awk 'NR==1 {t=$$0} NR>1 {t=t "$(nl-escape)" $$0} END {printf t}'
75 awk 'NR==1 {t=$$0} NR>1 {t=t "\n" $$0} END { gsub(/$(nl-escape)/,"\n",t); printf t }'
/tools/arch/x86/tools/
A Dgen-insn-attr-x86.awk114 print "Semantic error at " NR ": " msg > "/dev/stderr"
268 if (NR == 1)
/tools/lib/bpf/
A Dbpf_core_read.h158 #define ___bpf_typeof1(type, NR) ({ \ argument
159 extern typeof(type) *___concat(bpf_type_tmp_, NR); \
160 ___concat(bpf_type_tmp_, NR); \
/tools/tracing/latency/
A Dlatency-collector.c46 C(NR, NULL)

Completed in 12 milliseconds