HomeSort by relevance Sort by last modified time
    Searched refs:nref (Results 1 - 2 of 2) sorted by null

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

Completed in 41 milliseconds