OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:name_hash
(Results
1 - 3
of
3
) sorted by null
/external/oprofile/module/
op_dcache.h
32
inline static uint
name_hash
(char const * name, uint len, uint parent);
34
inline static uint
name_hash
(char const * name, uint len, uint parent)
function
/frameworks/compile/mclinker/lib/Object/
SectionMap.cpp
54
NamePairList::const_iterator
name_hash
, nEnd = m_NamePairList.end();
local
55
for (
name_hash
= m_NamePairList.begin();
name_hash
!= nEnd; ++
name_hash
) {
56
if (matched(*
name_hash
, pFrom, pHash)) {
57
return *
name_hash
;
66
NamePairList::iterator
name_hash
, nEnd = m_NamePairList.end();
local
67
for (
name_hash
= m_NamePairList.begin();
name_hash
!= nEnd; ++
name_hash
) {
[
all
...]
/external/v8/src/
heap.h
2330
uint32_t
name_hash
=
local
[
all
...]
Completed in 270 milliseconds