Home
last modified time | relevance | path

Searched refs:node0 (Results 1 – 9 of 9) sorted by relevance

/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/
Dcpuset_memory_testset.sh313 read node0
318 if [ "$node0" != "0" ]; then
319 tst_resm TFAIL "allocate memory on the Node#$node0(Expect: Node#0)."
358 read node0
363 if [ "$node0" != "0" ]; then
364 tst_resm TFAIL "allocate memory on the Node#$node0(Expect: Node#0)."
411 read node0
415 if [ "$node0" != "1" ]; then
416 tst_resm TFAIL "allocate memory on the Node#$node0(Expect: Node#1)."
447 read node0
[all …]
/third_party/skia/third_party/externals/freetype/src/cache/
Dftccache.c222 ftc_node_hash_unlink( FTC_Node node0, in ftc_node_hash_unlink() argument
225 FTC_Node *pnode = FTC_NODE_TOP_FOR_HASH( cache, node0->hash ); in ftc_node_hash_unlink()
239 if ( node == node0 ) in ftc_node_hash_unlink()
245 *pnode = node0->link; in ftc_node_hash_unlink()
246 node0->link = NULL; in ftc_node_hash_unlink()
/third_party/freetype/src/cache/
Dftccache.c222 ftc_node_hash_unlink( FTC_Node node0, in ftc_node_hash_unlink() argument
225 FTC_Node *pnode = FTC_NODE_TOP_FOR_HASH( cache, node0->hash ); in ftc_node_hash_unlink()
239 if ( node == node0 ) in ftc_node_hash_unlink()
245 *pnode = node0->link; in ftc_node_hash_unlink()
246 node0->link = NULL; in ftc_node_hash_unlink()
/third_party/flutter/skia/third_party/externals/freetype/src/cache/
Dftccache.c224 ftc_node_hash_unlink( FTC_Node node0, in ftc_node_hash_unlink() argument
227 FTC_Node *pnode = FTC_NODE_TOP_FOR_HASH( cache, node0->hash ); in ftc_node_hash_unlink()
241 if ( node == node0 ) in ftc_node_hash_unlink()
247 *pnode = node0->link; in ftc_node_hash_unlink()
248 node0->link = NULL; in ftc_node_hash_unlink()
/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp897 TIntermediate::addPairConversion(TOperator op, TIntermTyped* node0, TIntermTyped* node1) in addPairConversion() argument
899 if (!isConversionAllowed(op, node0) || !isConversionAllowed(op, node1)) in addPairConversion()
902 if (node0->getType() != node1->getType()) { in addPairConversion()
904 if (node0->isStruct() || node1->isStruct()) in addPairConversion()
908 if (node0->getType().isArray() || node1->getType().isArray()) in addPairConversion()
912 if (node0->getType().isCoopMat() || node1->getType().isCoopMat()) in addPairConversion()
913 return std::make_tuple(node0, node1); in addPairConversion()
947 if (node0->getBasicType() == node1->getBasicType()) in addPairConversion()
948 return std::make_tuple(node0, node1); in addPairConversion()
950 promoteTo = getConversionDestinationType(node0->getBasicType(), node1->getBasicType(), op); in addPairConversion()
[all …]
Dlocalintermediate.h503 …std::tuple<TIntermTyped*, TIntermTyped*> addPairConversion(TOperator op, TIntermTyped* node0, TInt…
/third_party/rust/crates/cxx/tests/ui/
Dstruct_cycle.rs21 node0: Node0, field
/third_party/ffmpeg/tools/python/
Dconvert_from_tensorflow.py259 node0 = self.name_node_dict[node.input[0]]
261 if node0.op == 'Const':
262 knode = node0
378 node0 = self.name_node_dict[node.input[0]]
/third_party/ltp/testcases/kernel/controllers/memcg/functional/
Dmemcg_lib.sh84 if [ ! -d /sys/devices/system/node/node0 ]; then