Home
last modified time | relevance | path

Searched refs:arcp (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/usr.bin/gprof/
Darcs.c49 arctype *arcp; in addarc() local
57 arcp = arclookup( parentp , childp ); in addarc()
58 if ( arcp != 0 ) { in addarc()
65 arcp -> arc_count , count ); in addarc()
68 arcp -> arc_count += count; in addarc()
71 arcp = calloc( 1 , sizeof *arcp ); in addarc()
72 arcp -> arc_parentp = parentp; in addarc()
73 arcp -> arc_childp = childp; in addarc()
74 arcp -> arc_count = count; in addarc()
78 arcp -> arc_childlist = parentp -> children; in addarc()
[all …]
Dprintgprof.c280 arctype *arcp; in printparents() local
294 for ( arcp = childp -> parents ; arcp ; arcp = arcp -> arc_parentlist ) { in printparents()
295 parentp = arcp -> arc_parentp; in printparents()
296 if ( childp == parentp || ( arcp -> arc_flags & DEADARC ) || in printparents()
303 arcp -> arc_count , "" ); in printparents()
312 arcp -> arc_time / hz , arcp -> arc_childtime / hz , in printparents()
313 arcp -> arc_count , cycleheadp -> npropcall ); in printparents()
324 arctype *arcp; in printchildren() local
327 arcp = parentp -> children; in printchildren()
328 for ( arcp = parentp -> children ; arcp ; arcp = arcp -> arc_childlist ) { in printchildren()
[all …]
Dlookup.c80 arctype *arcp; in arclookup() local
92 for ( arcp = parentp -> children ; arcp ; arcp = arcp -> arc_childlist ) { in arclookup()
96 arcp -> arc_parentp -> name , in arclookup()
97 arcp -> arc_childp -> name ); in arclookup()
100 if ( arcp -> arc_childp == childp ) { in arclookup()
101 return arcp; in arclookup()
Ddfn.c62 arctype *arcp; in dfn() local
91 for ( arcp = parentp -> children ; arcp ; arcp = arcp -> arc_childlist ) { in dfn()
92 if ( arcp -> arc_flags & DEADARC ) in dfn()
94 dfn( arcp -> arc_childp ); in dfn()
Dgprof.c356 arctype *arcp; in dumpsum() local
376 for ( arcp = nlp -> children ; arcp ; arcp = arcp -> arc_childlist ) { in dumpsum()
377 arc.raw_frompc = arcp -> arc_parentp -> value; in dumpsum()
378 arc.raw_selfpc = arcp -> arc_childp -> value; in dumpsum()
379 arc.raw_count = arcp -> arc_count; in dumpsum()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dconflict.c124 arc_hash (arcp) in arc_hash() argument
125 const void *arcp; in arc_hash()
127 const_conflict_graph_arc arc = (const_conflict_graph_arc) arcp;
/openbsd/src/gnu/gcc/gcc/
Dconflict.c125 arc_hash (const void *arcp) in arc_hash() argument
127 const_conflict_graph_arc arc = (const_conflict_graph_arc) arcp; in arc_hash()
/openbsd/src/gnu/llvm/llvm/utils/vim/syntax/
Dllvm.vim25 syn keyword llvmStatement add addrspacecast alloca and arcp ashr atomicrmw
/openbsd/src/gnu/llvm/llvm/lib/AsmParser/
DLLLexer.cpp560 KEYWORD(arcp); in LexIdentifier()
/openbsd/src/gnu/llvm/llvm/docs/
DLangRef.rst3324 ``arcp``