| /src/sys/uvm/ |
| uvm_page_status.c | 84 uvm_pagemarkdirty(struct vm_page *pg, unsigned int newstatus) 90 KASSERT((~newstatus & (PG_CLEAN|PG_DIRTY)) != 0); 91 KASSERT((newstatus & ~(PG_CLEAN|PG_DIRTY)) == 0); 96 if (oldstatus == newstatus) { 106 if (newstatus == UVM_PAGE_STATUS_CLEAN) { 120 if (newstatus == UVM_PAGE_STATUS_UNKNOWN) { 127 pg->flags |= newstatus; 138 CPU_COUNT(base + newstatus, +1); 177 * oldstatus or newstatus is UVM_PAGE_STATUS_UNKNOWN. 183 const unsigned int newstatus = pgprotected local [all...] |
| /src/sys/arch/arm/sa11x0/ |
| sa11xx_pcic.c | 142 int newstatus, s; local 158 newstatus = (so->pcictag->read)(so, SAPCIC_STATUS_CARD); 161 if (so->laststatus == newstatus) { 170 so->laststatus = newstatus; 171 switch (newstatus) { 186 newstatus);
|
| /src/external/gpl2/xcvs/dist/src/ |
| buffer.c | 1888 int newstatus; local 1891 newstatus = fd_buffer_block (fb, true); 1892 if (newstatus) status = newstatus;
|
| /src/external/gpl3/gcc/dist/libdecnumber/ |
| decNumber.c | 6804 uInt newstatus=0; /* status from round */ local 6815 decCopyFit(res, dn, set, &residue, &newstatus); 6816 decApplyRound(res, set, residue, &newstatus); 6819 if (newstatus & DEC_Inexact) newstatus|=DEC_Lost_digits; 6820 *status|=newstatus;
|
| /src/external/gpl3/gcc.old/dist/libdecnumber/ |
| decNumber.c | 6804 uInt newstatus=0; /* status from round */ local 6815 decCopyFit(res, dn, set, &residue, &newstatus); 6816 decApplyRound(res, set, residue, &newstatus); 6819 if (newstatus & DEC_Inexact) newstatus|=DEC_Lost_digits; 6820 *status|=newstatus;
|
| /src/external/gpl3/gdb/dist/libdecnumber/ |
| decNumber.c | 6804 uInt newstatus=0; /* status from round */ local 6815 decCopyFit(res, dn, set, &residue, &newstatus); 6816 decApplyRound(res, set, residue, &newstatus); 6819 if (newstatus & DEC_Inexact) newstatus|=DEC_Lost_digits; 6820 *status|=newstatus;
|
| /src/external/gpl3/gdb.old/dist/libdecnumber/ |
| decNumber.c | 6804 uInt newstatus=0; /* status from round */ local 6815 decCopyFit(res, dn, set, &residue, &newstatus); 6816 decApplyRound(res, set, residue, &newstatus); 6819 if (newstatus & DEC_Inexact) newstatus|=DEC_Lost_digits; 6820 *status|=newstatus;
|