Home
last modified time | relevance | path

Searched refs:right_node (Results 1 - 3 of 3) sorted by relevance

/third_party/mbedtls/library/
H A Dlms.c157 * right_node The value of the child of this node which is on
169 const unsigned char *right_node, in create_merkle_internal_value()
207 status = psa_hash_update(&op, right_node, in create_merkle_internal_value()
308 const unsigned char *right_node; in mbedtls_lms_verify() local
390 right_node = Tc_candidate_root_node; in mbedtls_lms_verify()
393 right_node = sig + SIG_PATH_OFFSET(ctx->params.otstype) + in mbedtls_lms_verify()
397 create_merkle_internal_value(&ctx->params, left_node, right_node, in mbedtls_lms_verify()
167 create_merkle_internal_value(const mbedtls_lms_parameters_t *params, const unsigned char *left_node, const unsigned char *right_node, unsigned int r_node_idx, unsigned char *out) create_merkle_internal_value() argument
/third_party/gn/src/gn/
H A Doperators.cc590 const ParseNode* right_node, in ExecuteOr()
604 Value right = GetValueOrFillError(op_node, right_node, "right", scope, err); in ExecuteOr()
620 const ParseNode* right_node, in ExecuteAnd()
634 Value right = GetValueOrFillError(op_node, right_node, "right", scope, err); in ExecuteAnd()
587 ExecuteOr(Scope* scope, const BinaryOpNode* op_node, const ParseNode* left_node, const ParseNode* right_node, Err* err) ExecuteOr() argument
617 ExecuteAnd(Scope* scope, const BinaryOpNode* op_node, const ParseNode* left_node, const ParseNode* right_node, Err* err) ExecuteAnd() argument
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc327 Node* node, Node* left_node, Node* right_node, in TryMatchAnyExtend()
330 if (!selector->CanCover(node, right_node)) return false; in TryMatchAnyExtend()
332 NodeMatcher nm(right_node); in TryMatchAnyExtend()
335 Int32BinopMatcher mright(right_node); in TryMatchAnyExtend()
345 Int32BinopMatcher mright(right_node); in TryMatchAnyExtend()
363 *right_op = g->UseRegister(right_node->InputAt(0)); in TryMatchAnyExtend()
469 Node* right_node = node->InputAt(1); in VisitBinop() local
476 if (g.CanBeImmediate(right_node, operand_mode)) { in VisitBinop()
478 inputs[input_count++] = g.UseImmediate(right_node); in VisitBinop()
481 inputs[input_count++] = g.UseRegister(right_node); in VisitBinop()
326 TryMatchAnyExtend(Arm64OperandGenerator* g, InstructionSelector* selector, Node* node, Node* left_node, Node* right_node, InstructionOperand* left_op, InstructionOperand* right_op, InstructionCode* opcode) TryMatchAnyExtend() argument
[all...]

Completed in 7 milliseconds