Home
last modified time | relevance | path

Searched defs:type_match (Results 1 – 8 of 8) sorted by relevance

/external/coreboot/src/device/
Dresource_allocator_v4.c124 const unsigned long type_match = bridge_res->flags & type_mask; in update_bridge_resource() local
205 static void compute_bridge_resources(const struct device *bridge, unsigned long type_match, in compute_bridge_resources()
/external/mesa3d/src/compiler/glsl/
Dgl_nir_link_interface_blocks.c384 bool type_match = (match_precision ? in intrastage_match() local
Dgl_nir_link_varyings.c3026 bool type_match = true; in varying_matches_store_locations() local
/external/pytorch/torch/csrc/jit/frontend/
Dir_emitter.cpp1540 auto type_match = [&](const TypePtr& t) { in emitListComprehension() local
1667 auto type_match = [&](const TypePtr& t) { in emitDictComprehension() local
3905 auto type_match = [&](const TypePtr& t) { in emitApplySpecialFormForDict() local
4481 auto type_match = [&](const TypePtr& t) { in emitListLiteral() local
4631 auto type_match = [&](const TypePtr& t) { in emitDictLiteral() local
/external/cronet/tot/base/metrics/
Dpersistent_memory_allocator.cc292 PersistentMemoryAllocator::Iterator::GetNextOfType(uint32_t type_match) { in GetNextOfType()
/external/libchrome/base/metrics/
Dpersistent_memory_allocator.cc278 PersistentMemoryAllocator::Iterator::GetNextOfType(uint32_t type_match) { in GetNextOfType()
/external/cronet/stable/base/metrics/
Dpersistent_memory_allocator.cc292 PersistentMemoryAllocator::Iterator::GetNextOfType(uint32_t type_match) { in GetNextOfType()
/external/pytorch/torch/csrc/jit/python/
Dpybind_utils.h533 auto type_match = primitiveTypeOnly ? tryToInferPrimitiveType(elem) variable