Home
last modified time | relevance | path

Searched defs:fixed_value (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Support/
DHashing.cpp27 void llvm::set_fixed_execution_hash_seed(size_t fixed_value) { in set_fixed_execution_hash_seed()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DHashing.cpp27 void llvm::set_fixed_execution_hash_seed(size_t fixed_value) { in set_fixed_execution_hash_seed()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DHashing.cpp26 void llvm::set_fixed_execution_hash_seed(uint64_t fixed_value) { in set_fixed_execution_hash_seed()
/external/libgav1/src/dsp/
Dsuper_res_test.cc130 int fixed_value, int num_runs) { in TestComputeSuperRes()
Dweight_mask_test.cc330 int fixed_value = (value_1 - value_2 == 0) ? 38 : 64; in Test() local
/external/python/cpython3/Python/
Derrors.c136 PyObject *fixed_value; in _PyErr_SetObject() local
361 PyObject *fixed_value = _PyErr_CreateException(type, value); in _PyErr_NormalizeException() local