Home
last modified time | relevance | path

Searched refs:pfrom (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/sys/kern/
H A Dsubr_psref.c405 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/
H A Dlcode.c141 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/binutils.old/dist/libiberty/
H A Dregex.c4261 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/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dregex.c4254 register UCHAR_T *pfrom = end; in PREFIX() local
4257 while (pfrom != loc) in PREFIX()
4258 *--pto = *--pfrom; in PREFIX()
4271 register UCHAR_T *pfrom = end; in PREFIX() local
4274 while (pfrom != loc) in PREFIX()
4275 *--pto = *--pfrom; in PREFIX()
4350 register CHAR_T *pfrom = end - num; in insert_space() local
4352 while (pfrom >= loc) in insert_space()
4353 *pto-- = *pfrom--; in insert_space()
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dregex.c4338 register UCHAR_T *pfrom = end; variable
4341 while (pfrom != loc)
4342 *--pto = *--pfrom;
4358 register UCHAR_T *pfrom = end; variable
4361 while (pfrom != loc)
4362 *--pto = *--pfrom;
4443 register CHAR_T *pfrom = end - num; local
4445 while (pfrom >= loc)
4446 *pto-- = *pfrom--;
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dregex.c4261 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/
H A Dregex.c4261 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/gpl2/grep/dist/lib/
H A Dregex.c4257 register US_CHAR_TYPE *pfrom = end; local
4260 while (pfrom != loc)
4261 *--pto = *--pfrom;
4277 register US_CHAR_TYPE *pfrom = end; local
4280 while (pfrom != loc)
4281 *--pto = *--pfrom;
4358 register CHAR_TYPE *pfrom = end - num; local
4360 while (pfrom >= loc)
4361 *pto-- = *pfrom--;
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dregex.c4257 register UCHAR_T *pfrom = end; in PREFIX() local
4260 while (pfrom != loc) in PREFIX()
4261 *--pto = *--pfrom; in PREFIX()
4274 register UCHAR_T *pfrom = end; in PREFIX() local
4277 while (pfrom != loc) in PREFIX()
4278 *--pto = *--pfrom; in PREFIX()
4352 register CHAR_T *pfrom = end - num; in insert_space() local
4354 while (pfrom >= loc) in insert_space()
4355 *pto-- = *pfrom--; in insert_space()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Dtraits.d604 const ubyte* pfrom = cast(ubyte *)&from; variable
609 pto[T.SIGNPOS_BYTE] |= pfrom[F.SIGNPOS_BYTE] & 0x80;
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmath.d6132 const ubyte* pfrom = cast(ubyte *)&from;
6137 pto[T.SIGNPOS_BYTE] |= pfrom[F.SIGNPOS_BYTE] & 0x80;