Home
last modified time | relevance | path

Searched refs:preval (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/arch/hpcmips/stand/pbsdboot/
Ddisptest.c146 unsigned long preval; member
255 test_regs[i].preval = test_regs[i].val; in register_test()
261 if (test_regs[i].val != test_regs[i].preval) { in register_test()
265 test_regs[i].preval, in register_test()
267 test_regs[i].preval = test_regs[i].val; in register_test()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Domp-expand.cc4707 unsigned HOST_WIDE_INT preval = 0; in expand_omp_scantemp_alloc() local
4734 if (preval == 0 && al <= alloc_align) in expand_omp_scantemp_alloc()
4742 else if (al > preval) in expand_omp_scantemp_alloc()
4759 preval = al; in expand_omp_scantemp_alloc()
4761 preval = 1; in expand_omp_scantemp_alloc()