Home
last modified time | relevance | path

Searched refs:node0 (Results 1 – 10 of 10) 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/glslang/glslang/MachineIndependent/
DIntermediate.cpp893 TIntermediate::addPairConversion(TOperator op, TIntermTyped* node0, TIntermTyped* node1) in addPairConversion() argument
895 if (!isConversionAllowed(op, node0) || !isConversionAllowed(op, node1)) in addPairConversion()
898 if (node0->getType() != node1->getType()) { in addPairConversion()
900 if (node0->isStruct() || node1->isStruct()) in addPairConversion()
904 if (node0->getType().isArray() || node1->getType().isArray()) in addPairConversion()
908 if (node0->getType().isCoopMat() || node1->getType().isCoopMat()) in addPairConversion()
909 return std::make_tuple(node0, node1); in addPairConversion()
943 if (node0->getBasicType() == node1->getBasicType()) in addPairConversion()
944 return std::make_tuple(node0, node1); in addPairConversion()
946 promoteTo = getConversionDestinationType(node0->getBasicType(), node1->getBasicType(), op); in addPairConversion()
[all …]
Dlocalintermediate.h465 …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/node/deps/v8/src/compiler/
Djs-inlining.cc263 Node* node0 = graph()->NewNode(op0); in CreateArtificialFrameState() local
277 op, params_node, node0, node0, context, in CreateArtificialFrameState()
Djs-call-reducer.cc2176 Node* node0 = graph->NewNode(op0); in CreateArtificialFrameState() local
2191 return FrameState(graph->NewNode(op, params_node, node0, node0, context, in CreateArtificialFrameState()
/third_party/ltp/testcases/kernel/controllers/memcg/functional/
Dmemcg_lib.sh84 if [ ! -d /sys/devices/system/node/node0 ]; then
/third_party/astc-encoder/Source/
Dastcenc_compress_symbolic.cpp516 TRACE_NODE(node0, "candidate"); in compress_symbolic_block_for_partition_1plane()
896 TRACE_NODE(node0, "candidate"); in compress_symbolic_block_for_partition_2planes()
1193 TRACE_NODE(node0, "block"); in compress_block()