Home
last modified time | relevance | path

Searched refs:firstNode (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.c121 struct cso_node *firstNode = oldBuckets[i]; in cso_data_rehash() local
122 while (firstNode != e) { in cso_data_rehash()
123 unsigned h = firstNode->key; in cso_data_rehash()
124 struct cso_node *lastNode = firstNode; in cso_data_rehash()
136 *beforeFirstNode = firstNode; in cso_data_rehash()
137 firstNode = afterLastNode; in cso_data_rehash()
/third_party/skia/third_party/externals/dawn/src/common/
H A DSlabAllocator.cpp109 IndexLinkNode* firstNode = NodeFromObject(firstObjectPtr); in IsNodeInSlab() local
110 IndexLinkNode* lastNode = OffsetFrom(firstNode, mBlocksPerSlab - 1); in IsNodeInSlab()
111 return node >= firstNode && node <= lastNode && node->index < mBlocksPerSlab; in IsNodeInSlab()
/third_party/node/deps/v8/src/handles/
H A Dglobal-handles.cc121 const NodeType* firstNode = node - node->index(); in From() local
122 const BlockType* block = reinterpret_cast<const BlockType*>(firstNode); in From()
130 NodeType* firstNode = node - node->index(); in From() local
131 BlockType* block = reinterpret_cast<BlockType*>(firstNode); in From()
/third_party/glslang/glslang/HLSL/
H A DhlslGrammar.cpp3107 const bool firstNode = (node == nullptr); in acceptInitializer() local
3114 if (firstNode && expr->getQualifier().storage == EvqConst) in acceptInitializer()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 32 milliseconds