Home
last modified time | relevance | path

Searched refs:nref (Results 1 – 2 of 2) sorted by relevance

/external/openssl/crypto/x509v3/
Dv3_cpols.c290 NOTICEREF *nref; in notice_section() local
292 if(!(nref = NOTICEREF_new())) goto merr; in notice_section()
293 not->noticeref = nref; in notice_section()
294 } else nref = not->noticeref; in notice_section()
295 if(ia5org) nref->organization->type = V_ASN1_IA5STRING; in notice_section()
296 else nref->organization->type = V_ASN1_VISIBLESTRING; in notice_section()
297 if(!ASN1_STRING_set(nref->organization, cnf->value, in notice_section()
300 NOTICEREF *nref; in notice_section() local
303 if(!(nref = NOTICEREF_new())) goto merr; in notice_section()
304 not->noticeref = nref; in notice_section()
[all …]
/external/openfst/src/include/fst/
Dreplace-util.h141 size_t nref; // # of non-terminal instances referring to this Fst member
153 nref(0) {} in ReplaceStats()
304 ++stats_[j].nref; in GetDependencies()
352 stats_[k].nref -= nk; in UpdateStats()
360 stats_[k].nref += ni * nk; in UpdateStats()
513 if (stats_[j].nref <= ninstances) { in ReplaceByInstances()