Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_cpols.c313 NOTICEREF *nref;
316 if ((nref = NOTICEREF_new()) == NULL)
318 not->noticeref = nref;
320 nref = not->noticeref;
322 nref->organization->type = V_ASN1_IA5STRING;
324 nref->organization->type = V_ASN1_VISIBLESTRING;
325 if (!ASN1_STRING_set(nref->organization, cnf->value,
329 NOTICEREF *nref;
333 if ((nref = NOTICEREF_new()) == NULL)
335 not->noticeref = nref;
[all...]
/third_party/openssl/crypto/x509/
H A Dv3_cpols.c313 NOTICEREF *nref;
316 if ((nref = NOTICEREF_new()) == NULL)
318 not->noticeref = nref;
320 nref = not->noticeref;
322 nref->organization->type = V_ASN1_IA5STRING;
324 nref->organization->type = V_ASN1_VISIBLESTRING;
325 if (!ASN1_STRING_set(nref->organization, cnf->value,
329 NOTICEREF *nref;
333 if ((nref = NOTICEREF_new()) == NULL)
335 not->noticeref = nref;
[all...]
/third_party/skia/include/sksl/
H A DDSLCore.h306 * If dot(i, nref) >= 0, returns n, otherwise returns -n.
308 DSLExpression Faceforward(DSLExpression n, DSLExpression i, DSLExpression nref,
/third_party/skia/src/sksl/dsl/
H A DDSLCore.cpp558 DSLExpression Faceforward(DSLExpression n, DSLExpression i, DSLExpression nref, PositionInfo pos) { in Faceforward() argument
559 return DSLExpression(DSLCore::Call("faceforward", std::move(n), std::move(i), std::move(nref)), in Faceforward()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc4054 auto nref = MakeOperand(inst, 4); in EmitGlslStd450ExtInst() local
4057 TINT_ASSERT(Reader, nref.type->Is<F32>()); in EmitGlslStd450ExtInst()
4067 builder_.Mul({}, incident.expr, nref.expr), in EmitGlslStd450ExtInst()

Completed in 14 milliseconds