Searched refs:siz2 (Results 1 – 4 of 4) sorted by relevance
/openbsd/sys/nfs/ |
H A D | nfs_subs.c | 800 int siz2, xfer; in nfsm_disct() local 826 siz2 = siz - left; in nfsm_disct() 830 while (siz2 > 0) { in nfsm_disct() 833 xfer = (siz2 > mp2->m_len) ? mp2->m_len : siz2; in nfsm_disct() 839 siz2 -= xfer; in nfsm_disct() 841 if (siz2 > 0) in nfsm_disct()
|
/openbsd/games/adventure/ |
H A D | io.c | 49 getin(char *wrd1, size_t siz1, char *wrd2, size_t siz2) in getin() argument 70 slast = wrd2 + siz2 - 1; in getin()
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-m68k.c | 1021 enum m68k_size siz1, siz2; local 2239 siz2 = opP->odisp.size; 2241 siz2 = SIZE_UNSPEC; 2408 switch (siz2) 2415 siz2 = SIZE_LONG; 2423 siz2 = SIZE_WORD; 2454 if (siz2 != SIZE_UNSPEC && isvar (&opP->odisp)) 2455 add_fix (siz2 == SIZE_LONG ? 'l' : 'w', &opP->odisp, 0, 0); 2456 if (siz2 == SIZE_LONG) 2458 if (siz2 != SIZE_UNSPEC)
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-m68k.c | 1089 enum m68k_size siz1, siz2; in m68k_ip() local 2398 siz2 = opP->odisp.size; in m68k_ip() 2400 siz2 = SIZE_UNSPEC; in m68k_ip() 2568 switch (siz2) in m68k_ip() 2575 siz2 = SIZE_LONG; in m68k_ip() 2583 siz2 = SIZE_WORD; in m68k_ip() 2614 if (siz2 != SIZE_UNSPEC && isvar (&opP->odisp)) in m68k_ip() 2615 add_fix (siz2 == SIZE_LONG ? 'l' : 'w', &opP->odisp, 0, 0); in m68k_ip() 2616 if (siz2 == SIZE_LONG) in m68k_ip() 2618 if (siz2 != SIZE_UNSPEC) in m68k_ip()
|