Searched refs:pfrom (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/sys/kern/ |
| D | subr_psref.c | 405 psref_copy(struct psref *pto, const struct psref *pfrom, in psref_copy() argument 416 KASSERTMSG((pto != pfrom), in psref_copy() 421 KASSERTMSG((pfrom->psref_lwp == curlwp), in psref_copy() 423 pfrom->psref_lwp, curlwp); in psref_copy() 424 KASSERTMSG((pfrom->psref_cpu == curcpu()), in psref_copy() 426 cpu_index(pfrom->psref_cpu), cpu_index(curcpu())); in psref_copy() 427 KASSERTMSG((pfrom->psref_target->prt_class == class), in psref_copy() 429 pfrom->psref_target->prt_class, class); in psref_copy() 437 pto->psref_target = pfrom->psref_target; in psref_copy()
|
| /netbsd/src/external/mit/lua/dist/src/ |
| D | lcode.c | 141 int pfrom = GETARG_A(*previous); /* get previous range */ in luaK_nil() local 142 int pl = pfrom + GETARG_B(*previous); in luaK_nil() 143 if ((pfrom <= from && from <= pl + 1) || in luaK_nil() 144 (from <= pfrom && pfrom <= l + 1)) { /* can connect both? */ in luaK_nil() 145 if (pfrom < from) from = pfrom; /* from = min(from, pfrom) */ in luaK_nil()
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | regex.c | 4261 register UCHAR_T *pfrom = end; in PREFIX() local 4264 while (pfrom != loc) in PREFIX() 4265 *--pto = *--pfrom; in PREFIX() 4278 register UCHAR_T *pfrom = end; in PREFIX() local 4281 while (pfrom != loc) in PREFIX() 4282 *--pto = *--pfrom; in PREFIX() 4356 register CHAR_T *pfrom = end - num; in insert_space() local 4358 while (pfrom >= loc) in insert_space() 4359 *pto-- = *pfrom--; in insert_space()
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | regex.c | 4261 register UCHAR_T *pfrom = end; in PREFIX() local 4264 while (pfrom != loc) in PREFIX() 4265 *--pto = *--pfrom; in PREFIX() 4278 register UCHAR_T *pfrom = end; in PREFIX() local 4281 while (pfrom != loc) in PREFIX() 4282 *--pto = *--pfrom; in PREFIX() 4356 register CHAR_T *pfrom = end - num; in insert_space() local 4358 while (pfrom >= loc) in insert_space() 4359 *pto-- = *pfrom--; in insert_space()
|
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | regex.c | 4261 register UCHAR_T *pfrom = end; in PREFIX() local 4264 while (pfrom != loc) in PREFIX() 4265 *--pto = *--pfrom; in PREFIX() 4278 register UCHAR_T *pfrom = end; in PREFIX() local 4281 while (pfrom != loc) in PREFIX() 4282 *--pto = *--pfrom; in PREFIX() 4356 register CHAR_T *pfrom = end - num; in insert_space() local 4358 while (pfrom >= loc) in insert_space() 4359 *pto-- = *pfrom--; in insert_space()
|