Searched refs:pSet (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/record/
H A Dset.h69 RecordSetPtr pSet
72 RecordSetPtr pSet,
76 RecordSetPtr pSet,
143 while (pIter = RecordIterateSet(pSet, pIter, &interval))
H A Dset.c71 NoopDestroySet(RecordSetPtr pSet) argument
88 BitVectorDestroySet(RecordSetPtr pSet) argument
90 free(pSet);
94 BitVectorIsMemberOfSet(RecordSetPtr pSet, int pm) argument
96 BitVectorSetPtr pbvs = (BitVectorSetPtr)pSet;
106 BitVectorFindBit(RecordSetPtr pSet, int iterbit, Bool bitval) argument
108 BitVectorSetPtr pbvs = (BitVectorSetPtr)pSet;
152 BitVectorIterateSet(RecordSetPtr pSet, RecordSetIteratePtr pIter, argument
158 b = BitVectorFindBit(pSet, iterbit, TRUE);
162 b = BitVectorFindBit(pSet,
234 IntervalListDestroySet(RecordSetPtr pSet) argument
240 IntervalListIsMemberOfSet(RecordSetPtr pSet,int pm) argument
260 IntervalListIterateSet(RecordSetPtr pSet,RecordSetIteratePtr pIter,RecordSetInterval * pIntervalReturn) argument
[all...]
H A Drecord.c2073 * pSet is the set to be converted.
2088 * byteoffset and card8 is filled in with the intervals from pSet.
2094 RecordSetPtr pSet,
2109 if (!pSet)
2113 while ((pIter = RecordIterateSet(pSet, pIter, &interval)))
2089 RecordConvertSetToRanges(RecordSetPtr pSet,GetContextRangeInfoPtr pri,int byteoffset,Bool card8,unsigned int imax,int * pStartIndex) argument
/xsrc/external/mit/xorg-server/dist/record/
H A Dset.h68 void (*DestroySet) (RecordSetPtr pSet);
69 unsigned long (*IsMemberOfSet) (RecordSetPtr pSet, int possible_member);
70 RecordSetIteratePtr(*IterateSet) (RecordSetPtr pSet,
131 while (pIter = RecordIterateSet(pSet, pIter, &interval))
H A Dset.c71 NoopDestroySet(RecordSetPtr pSet) argument
88 BitVectorDestroySet(RecordSetPtr pSet) argument
90 free(pSet);
94 BitVectorIsMemberOfSet(RecordSetPtr pSet, int pm) argument
96 BitVectorSetPtr pbvs = (BitVectorSetPtr) pSet;
107 BitVectorFindBit(RecordSetPtr pSet, int iterbit, Bool bitval) argument
109 BitVectorSetPtr pbvs = (BitVectorSetPtr) pSet;
152 BitVectorIterateSet(RecordSetPtr pSet, RecordSetIteratePtr pIter, argument
158 b = BitVectorFindBit(pSet, iterbit, TRUE);
163 b = BitVectorFindBit(pSet,
234 IntervalListDestroySet(RecordSetPtr pSet) argument
240 IntervalListIsMemberOfSet(RecordSetPtr pSet,int pm) argument
262 IntervalListIterateSet(RecordSetPtr pSet,RecordSetIteratePtr pIter,RecordSetInterval * pIntervalReturn) argument
[all...]
H A Drecord.c2000 * pSet is the set to be converted.
2015 * byteoffset and card8 is filled in with the intervals from pSet.
2020 RecordConvertSetToRanges(RecordSetPtr pSet,
2032 if (!pSet)
2036 while ((pIter = RecordIterateSet(pSet, pIter, &interval))) {
2016 RecordConvertSetToRanges(RecordSetPtr pSet,GetContextRangeInfoPtr pri,int byteoffset,Bool card8,unsigned int imax,int * pStartIndex) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_peephole.cpp3279 Instruction *pSet = pred->getUniqueInsn(); local in function:nv50_ir::FlatteningPass::removeFlow
3281 if (pSet->isDead())
3282 delete_Instruction(prog, pSet);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_peephole.cpp3353 Instruction *pSet = pred->getUniqueInsn(); local in function:nv50_ir::FlatteningPass::removeFlow
3355 if (pSet->isDead())
3356 delete_Instruction(prog, pSet);

Completed in 19 milliseconds