HomeSort by relevance Sort by last modified time
    Searched refs:hash_value (Results 26 - 43 of 43) sorted by null

12

  /external/dbus/bus/
activation.c 749 char *hash_key, *hash_value; local
754 if (!_dbus_string_steal_data (&value, &hash_value))
758 hash_key, hash_value))
1621 char *hash_value; local
    [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 342 friend hash_code hash_value(const APFloat &Arg);
StringRef.h 549 hash_code hash_value(StringRef S);
APInt.h 521 friend hash_code hash_value(const APInt &Arg);
    [all...]
  /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/llvm/include/llvm/CodeGen/
MachineOperand.h 516 /// \brief MachineOperand hash_value overload.
521 friend hash_code hash_value(const MachineOperand &MO);
  /external/llvm/lib/Support/
StringRef.cpp 466 hash_code llvm::hash_value(StringRef S) {
APFloat.cpp     [all...]
APInt.cpp 663 hash_code llvm::hash_value(const APInt &Arg) {
    [all...]
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 70 using llvm::hash_value;
71 return static_cast<unsigned>(hash_value(Val));
    [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/Transforms/Scalar/
GVN.cpp 95 friend hash_code hash_value(const Expression &Value) { function in struct:__anon10633::Expression
146 using llvm::hash_value;
147 return static_cast<unsigned>(hash_value(e));
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 169 /// 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...]
  /external/v8/src/
objects.cc 3558 int hash_value; local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h     [all...]

Completed in 373 milliseconds

12