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

/external/bison/src/
H A Dreader.h54 named_ref *nref);
56 named_ref *nref);
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dv3_cpols.c298 NOTICEREF *nref;
300 if(!(nref = NOTICEREF_new())) goto merr;
301 not->noticeref = nref;
302 } else nref = not->noticeref;
303 if(ia5org) nref->organization->type = V_ASN1_IA5STRING;
304 else nref->organization->type = V_ASN1_VISIBLESTRING;
305 if(!ASN1_STRING_set(nref->organization, cnf->value,
308 NOTICEREF *nref;
311 if(!(nref = NOTICEREF_new())) goto merr;
312 not->noticeref = nref;
[all...]
/external/openssl/crypto/x509v3/
H A Dv3_cpols.c290 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/
H A Dreplace-util.h141 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 138 milliseconds