Home
last modified time | relevance | path

Searched refs:interleaves (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/
Drelaxng.c222 xmlHashTablePtr interleaves; /* keep track of all the interleaves */ member
4488 if (ctxt->interleaves == NULL) in xmlRelaxNGParseInterleave()
4489 ctxt->interleaves = xmlHashCreate(10); in xmlRelaxNGParseInterleave()
4490 if (ctxt->interleaves == NULL) { in xmlRelaxNGParseInterleave()
4496 if (xmlHashAddEntry(ctxt->interleaves, BAD_CAST name, def) < 0) { in xmlRelaxNGParseInterleave()
5812 if (ctxt->interleaves == NULL) in xmlRelaxNGCheckCombine()
5813 ctxt->interleaves = xmlHashCreate(10); in xmlRelaxNGCheckCombine()
5814 if (ctxt->interleaves == NULL) { in xmlRelaxNGCheckCombine()
5822 if (xmlHashAddEntry(ctxt->interleaves, BAD_CAST tmpname, cur) < in xmlRelaxNGCheckCombine()
5917 if (ctxt->interleaves == NULL) in xmlRelaxNGCombineStart()
[all …]
/external/libvorbis/doc/
D08-residue.tex83 Residue encoding 0 interleaves VQ encoding according to the
/external/clang/include/clang/Basic/
DAttr.td1914 /// interleave_count: interleaves 'Value' loop interations.