HomeSort by relevance Sort by last modified time
    Searched refs:name_hash (Results 1 - 6 of 6) 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
op_dname.c 187 incr = firsthash = value = name_hash(dname->name, dname->len, parent);
  /external/chromium_org/components/rappor/
rappor_service_unittest.cc 49 EXPECT_TRUE(report.name_hash());
  /external/lldb/source/Target/
ObjCLanguageRuntime.cpp 479 const uint32_t name_hash = MappedHash::HashStringUsingDJB (name.GetCString()); local
480 std::pair <HashToISAIterator, HashToISAIterator> range = m_hash_to_isa_map.equal_range(name_hash);
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntimeV2.cpp 1918 const uint32_t name_hash = data.GetU32(&offset); local
    [all...]
  /external/chromium_org/v8/src/
heap.h 2460 uint32_t name_hash = local
    [all...]

Completed in 117 milliseconds