OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lnno
(Results
1 - 25
of
100
) sorted by null
1
2
3
4
/external/valgrind/main/cachegrind/
cg_merge.c
471
// returning the first number in *
lnno
and the rest in a newly
472
// allocated Counts struct. If
lnno
is non-NULL, treat the first
473
// number as a line number and assign it to *
lnno
instead of
476
Counts* splitUpCountsLine ( SOURCE* s, /*OUT*/UWord*
lnno
, char* str )
493
if (
lnno
? (n_tmpC < 2) : (n_tmpC < 1))
496
if (
lnno
) {
497
*
lnno
= (UWord)tmpC[0];
518
UWord
lnno
, Counts* newCounts )
521
// look up
lnno
in the map. If none present, add a binding
522
//
lnno
->counts. If present, add counts to the existing entry
541
UWord
lnno
;
local
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-addr2line
i686-linux-strings
i686-linux-ar
i686-linux-c++filt
i686-linux-gprof
i686-linux-nm
i686-linux-objcopy
i686-linux-ranlib
i686-linux-size
i686-linux-strip
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/bin/
ar
nm
objcopy
ranlib
strip
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/
i686-linux-addr2line
i686-linux-ar
i686-linux-c++filt
i686-linux-gprof
i686-linux-nm
i686-linux-ranlib
i686-linux-size
i686-linux-strings
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/bin/
ar
Completed in 440 milliseconds
1
2
3
4