Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmlparse.c6842 ELEMENT_TYPE *newE; in dtdCopy() local
6850 newE = (ELEMENT_TYPE *)lookup(oldParser, &(newDtd->elementTypes), name, in dtdCopy()
6852 if (! newE) in dtdCopy()
6865 newE->defaultAtts = (DEFAULT_ATTRIBUTE *)ms->malloc_fcn( in dtdCopy()
6867 if (! newE->defaultAtts) { in dtdCopy()
6872 newE->idAtt = (ATTRIBUTE_ID *)lookup(oldParser, &(newDtd->attributeIds), in dtdCopy()
6874 newE->allocDefaultAtts = newE->nDefaultAtts = oldE->nDefaultAtts; in dtdCopy()
6876 newE->prefix = (PREFIX *)lookup(oldParser, &(newDtd->prefixes), in dtdCopy()
6878 for (i = 0; i < newE in dtdCopy()
6929 ENTITY *newE; copyEntityTable() local
[all...]
/third_party/python/Modules/expat/
H A Dxmlparse.c6874 ELEMENT_TYPE *newE; in dtdCopy() local
6882 newE = (ELEMENT_TYPE *)lookup(oldParser, &(newDtd->elementTypes), name, in dtdCopy()
6884 if (! newE) in dtdCopy()
6887 newE->defaultAtts in dtdCopy()
6889 if (! newE->defaultAtts) { in dtdCopy()
6894 newE->idAtt = (ATTRIBUTE_ID *)lookup(oldParser, &(newDtd->attributeIds), in dtdCopy()
6896 newE->allocDefaultAtts = newE->nDefaultAtts = oldE->nDefaultAtts; in dtdCopy()
6898 newE->prefix = (PREFIX *)lookup(oldParser, &(newDtd->prefixes), in dtdCopy()
6900 for (i = 0; i < newE in dtdCopy()
6951 ENTITY *newE; copyEntityTable() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_arnndn.c1148 float newE[NB_BANDS]; in pitch_filter() local
1165 compute_band_energy(newE, X); in pitch_filter()
1167 norm[i] = sqrtf(Ex[i] / (1e-8+newE[i])); in pitch_filter()

Completed in 25 milliseconds