/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
symtab.h | 35 unsigned int hash_value; variable
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
symtab.h | 35 unsigned int hash_value; variable
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
symtab.h | 35 unsigned int hash_value; variable
|
/external/chromium_org/content/child/npapi/ |
np_channel_base.h | 46 inline size_t hash_value(NPObject* const& ptr) { 47 return hash_value(reinterpret_cast<size_t>(ptr));
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
new_github_file_system_test.py | 82 def _MakeShaJson(self, hash_value): 85 commit_json['sha'] = hash_value
|
/external/chromium/sdch/open-vcdiff/src/ |
vcdiffengine.h | 96 size_t EncodeCopyForBestMatch(uint32_t hash_value,
|
/external/chromium_org/net/cert/ |
multi_threaded_cert_verifier.h | 18 #include "net/base/hash_value.h"
|
x509_cert_types.h | 18 #include "net/base/hash_value.h"
|
/external/chromium_org/sdch/open-vcdiff/src/ |
vcdiffengine.h | 96 size_t EncodeCopyForBestMatch(uint32_t hash_value,
|
/external/open-vcdiff/src/ |
vcdiffengine.h | 96 size_t EncodeCopyForBestMatch(uint32_t hash_value,
|
/external/valgrind/main/callgrind/ |
fn.c | 219 int hash_value = 0; local 221 hash_value = (HASH_CONSTANT * hash_value + *s) % table_size; 222 return hash_value;
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_local_predictor.cc | 307 int64 hash_value = 0; 310 hash->Finish(&hash_value, kURLHashSize); 311 return hash_value; 417 char hash_value[kChecksumHashSize]; local 418 hash->Finish(hash_value, kChecksumHashSize); 419 if (memcmp(hash_value, front, kChecksumHashSize)) { [all...] |
/external/chromium_org/base/strings/ |
string_piece.h | 440 inline size_t hash_value(const base::StringPiece& sp) { 443 inline size_t hash_value(const base::StringPiece16& sp16) {
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/ |
shared_ptr.hpp | 704 // hash_value 708 template< class T > std::size_t hash_value( boost::shared_ptr<T> const & p ) function in namespace:boost
|
/external/chromium_org/base/containers/ |
hash_tables.h | 243 inline std::size_t hash_value(const std::pair<Type1, Type2>& value) { function in namespace:BASE_HASH_NAMESPACE
|
/external/llvm/include/llvm/CodeGen/ |
MachineOperand.h | 519 /// \brief MachineOperand hash_value overload. 524 friend hash_code hash_value(const MachineOperand &MO); 695 hash_code hash_value(const MachineOperand &MO);
|
/external/chromium_org/chrome/browser/ssl/ |
ssl_blocking_page.cc | 33 #include "net/base/hash_value.h"
|
/external/chromium/base/ |
file_path.h | 400 inline size_t hash_value(const FilePath& f) { 401 return hash_value(f.value());
|
/external/chromium_org/base/files/ |
file_path.h | 456 inline size_t hash_value(const base::FilePath& f) { 457 return hash_value(f.value());
|
/external/llvm/include/llvm/ADT/ |
APFloat.h | 424 friend hash_code hash_value(const APFloat &Arg); 577 hash_code hash_value(const APFloat &Arg);
|
/external/chromium_org/content/renderer/pepper/ |
v8_var_converter.cc | 61 inline size_t hash_value(const HashedHandle& handle) {
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
array.hpp | 434 std::size_t hash_value(const array<T,N>& arr)
|
/external/chromium_org/tools/gn/secondary/net/ |
BUILD.gn | 81 "base/hash_value.cc", 82 "base/hash_value.h", [all...] |
/external/llvm/lib/TableGen/ |
Record.cpp | 50 friend hash_code hash_value(const TableGenStringKey &Value) { function in class:llvm::TableGenStringKey 51 using llvm::hash_value; 52 return hash_value(Value.str()); 69 using llvm::hash_value; 70 return hash_value(Val); [all...] |
/external/llvm/lib/CodeGen/ |
MachineInstr.cpp | 168 /// operand. Note that this should stay in sync with the hash_value overload 213 hash_code llvm::hash_value(const MachineOperand &MO) { function in class:llvm [all...] |