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
4492 if (ctxt->interleaves == NULL) in xmlRelaxNGParseInterleave()
4493 ctxt->interleaves = xmlHashCreate(10); in xmlRelaxNGParseInterleave()
4494 if (ctxt->interleaves == NULL) { in xmlRelaxNGParseInterleave()
4500 if (xmlHashAddEntry(ctxt->interleaves, BAD_CAST name, def) < 0) { in xmlRelaxNGParseInterleave()
5816 if (ctxt->interleaves == NULL) in xmlRelaxNGCheckCombine()
5817 ctxt->interleaves = xmlHashCreate(10); in xmlRelaxNGCheckCombine()
5818 if (ctxt->interleaves == NULL) { in xmlRelaxNGCheckCombine()
5826 if (xmlHashAddEntry(ctxt->interleaves, BAD_CAST tmpname, cur) < in xmlRelaxNGCheckCombine()
5921 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.td2074 /// interleave_count: interleaves 'Value' loop interations.