HomeSort by: relevance | last modified time | path
    Searched refs:oldstatus (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/uvm/
uvm_page_status.c 87 const unsigned int oldstatus = uvm_pagegetdirty(pg); local
96 if (oldstatus == newstatus) {
108 } else if (oldstatus == UVM_PAGE_STATUS_CLEAN) {
137 CPU_COUNT(base + oldstatus, -1);
157 const unsigned int oldstatus = uvm_pagegetdirty(pg); local
177 * oldstatus or newstatus is UVM_PAGE_STATUS_UNKNOWN.
180 if (oldstatus == UVM_PAGE_STATUS_CLEAN) {
186 if (oldstatus == UVM_PAGE_STATUS_DIRTY) {
192 KASSERT(oldstatus == UVM_PAGE_STATUS_UNKNOWN);
uvm_loan.c 1164 unsigned oldstatus; local
1183 oldstatus = uvm_pagegetdirty(anon->an_page);
1223 CPU_COUNT(CPU_COUNT_ANONUNKNOWN + oldstatus, -1);
  /src/games/warp/
score.h 15 EXT int oldstatus; variable
score.c 254 if (oldstatus != status) {
257 oldstatus = status;
init.c 542 oldstatus = oldetorp = oldbtorp = oldstrs = oldenemies = -1;
term.c 536 oldstatus = oldetorp = oldbtorp = oldstrs = oldenemies = -1;
  /src/external/gpl3/gcc/dist/libdecnumber/
decContext.c 413 /* oldstatus is the status word to be tested */
414 /* mask indicates the bits to be tested (the oldstatus bits that */
420 uInt decContextTestSavedStatus(uInt oldstatus, uInt mask) {
421 return (oldstatus&mask)!=0;
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decContext.c 413 /* oldstatus is the status word to be tested */
414 /* mask indicates the bits to be tested (the oldstatus bits that */
420 uInt decContextTestSavedStatus(uInt oldstatus, uInt mask) {
421 return (oldstatus&mask)!=0;
  /src/external/gpl3/gdb/dist/libdecnumber/
decContext.c 413 /* oldstatus is the status word to be tested */
414 /* mask indicates the bits to be tested (the oldstatus bits that */
420 uInt decContextTestSavedStatus(uInt oldstatus, uInt mask) {
421 return (oldstatus&mask)!=0;
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decContext.c 413 /* oldstatus is the status word to be tested */
414 /* mask indicates the bits to be tested (the oldstatus bits that */
420 uInt decContextTestSavedStatus(uInt oldstatus, uInt mask) {
421 return (oldstatus&mask)!=0;

Completed in 23 milliseconds