Searched refs:lmode (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/bsd/nvi/dist/vi/
H A Dv_delete.c45 int lmode; local
47 lmode = F_ISSET(vp, VM_LMODE) ? CUT_LINEMODE : 0;
52 lmode | (F_ISSET(vp, VM_CUTREQ) ? CUT_NUMREQ : CUT_NUMOPT)))
56 if (del(sp, &vp->m_start, &vp->m_stop, lmode))
H A Dv_itxt.c257 int isempty, lmode, rval; local
291 lmode = F_ISSET(vp, VM_LMODE) ? CUT_LINEMODE : 0;
292 if (lmode) {
309 if (!lmode && vp->m_start.lno == vp->m_stop.lno) {
317 &vp->m_start, &vp->m_stop, lmode))
339 &vp->m_start, &vp->m_stop, lmode))
343 if (lmode && vp->m_start.cno) {
356 if (del(sp, &vp->m_start, &vp->m_stop, lmode))
360 if (lmode) {
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dgenfusion.pl58 my ($lmode, $ldst, $clobbermode, $result, $cmpl, $echr, $constpred,
60 LMODE: foreach $lmode ('DI','SI','HI','QI') {
61 $ldst = mode_to_ldst_char($lmode);
62 $clobbermode = $lmode;
65 if ($lmode eq 'HI' || $lmode eq 'QI') { $clobbermode = "GPR"; }
66 RESULT: foreach $result ('clobber', $lmode, "EXT".$lmode) {
75 next CCMODE if $lmode eq 'QI';
76 if ( $lmode e
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/engines/
H A De_padlock.c479 # define DECLARE_AES_EVP(ksize,lmode,umode) \
480 static EVP_CIPHER *_hidden_aes_##ksize##_##lmode = NULL; \
481 static const EVP_CIPHER *padlock_aes_##ksize##_##lmode(void) \
483 if (_hidden_aes_##ksize##_##lmode == NULL \
484 && ((_hidden_aes_##ksize##_##lmode = \
485 EVP_CIPHER_meth_new(NID_aes_##ksize##_##lmode, \
488 || !EVP_CIPHER_meth_set_iv_length(_hidden_aes_##ksize##_##lmode, \
490 || !EVP_CIPHER_meth_set_flags(_hidden_aes_##ksize##_##lmode, \
492 || !EVP_CIPHER_meth_set_init(_hidden_aes_##ksize##_##lmode, \
494 || !EVP_CIPHER_meth_set_do_cipher(_hidden_aes_##ksize##_##lmode, \
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/engines/
H A De_padlock.c499 # define DECLARE_AES_EVP(ksize,lmode,umode) \
500 static EVP_CIPHER *_hidden_aes_##ksize##_##lmode = NULL; \
501 static const EVP_CIPHER *padlock_aes_##ksize##_##lmode(void) \
503 if (_hidden_aes_##ksize##_##lmode == NULL \
504 && ((_hidden_aes_##ksize##_##lmode = \
505 EVP_CIPHER_meth_new(NID_aes_##ksize##_##lmode, \
508 || !EVP_CIPHER_meth_set_iv_length(_hidden_aes_##ksize##_##lmode, \
510 || !EVP_CIPHER_meth_set_flags(_hidden_aes_##ksize##_##lmode, \
512 || !EVP_CIPHER_meth_set_init(_hidden_aes_##ksize##_##lmode, \
514 || !EVP_CIPHER_meth_set_do_cipher(_hidden_aes_##ksize##_##lmode, \
[all...]
/netbsd-current/external/bsd/nvi/dist/common/
H A Ddelete.c41 del(SCR *sp, MARK *fm, MARK *tm, int lmode) argument
51 if (lmode) {
/netbsd-current/usr.bin/ftp/
H A Dftp.c707 const char *lmode; local
733 lmode = "w";
797 lmode = "r+";
807 dout = dataconn(lmode);
929 const char *lmode, int printnames, int ignorespecial)
1063 fout = fopen(local, lmode);
1704 dataconn(const char *lmode) argument
1713 return (fdopen(data, lmode));
1773 return (fdopen(data, lmode));
928 recvrequest(const char *cmd, const char *volatile local, const char *remote, const char *lmode, int printnames, int ignorespecial) argument
H A Dcmds.c1376 const char *lmode; local
1402 lmode = (i == 1) ? "w" : "a";
1403 recvrequest(dolist ? "LIST" : "NLST", dest, argv[i], lmode,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcselib.c2250 scalar_int_mode lmode;
2255 if (is_int_mode (GET_MODE (l->elt->val_rtx), &lmode)
2256 && GET_MODE_SIZE (lmode) > GET_MODE_SIZE (int_mode)
2258 || partial_subreg_p (lmode,
2263 && hard_regno_nregs (i, lmode) != 1)
2249 scalar_int_mode lmode; local
H A Dsimplify-rtx.c1448 machine_mode lmode = GET_MODE (lhs);
1454 bits = (GET_MODE_UNIT_PRECISION (lmode)
1471 simplify_gen_unary (SIGN_EXTEND, mode, lhs, lmode),
1588 machine_mode lmode = GET_MODE (lhs);
1594 bits = (GET_MODE_UNIT_PRECISION (lmode)
1611 simplify_gen_unary (ZERO_EXTEND, mode, lhs, lmode),
1440 machine_mode lmode = GET_MODE (lhs); local
1580 machine_mode lmode = GET_MODE (lhs); local
H A Dfold-const.c4473 machine_mode lmode, rmode;
4487 linner = get_inner_reference (lhs, &plbitsize, &plbitpos, &offset, &lmode,
4493 || known_eq (lbitsize, GET_MODE_BITSIZE (lmode))
4457 machine_mode lmode, rmode; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcselib.cc2318 scalar_int_mode lmode;
2323 if (is_int_mode (GET_MODE (l->elt->val_rtx), &lmode)
2324 && GET_MODE_SIZE (lmode) > GET_MODE_SIZE (int_mode)
2326 || partial_subreg_p (lmode,
2331 && hard_regno_nregs (i, lmode) != 1)
2317 scalar_int_mode lmode; local
H A Dsimplify-rtx.cc1492 machine_mode lmode = GET_MODE (lhs);
1498 bits = (GET_MODE_UNIT_PRECISION (lmode)
1515 simplify_gen_unary (SIGN_EXTEND, mode, lhs, lmode),
1700 machine_mode lmode = GET_MODE (lhs);
1706 bits = (GET_MODE_UNIT_PRECISION (lmode)
1723 simplify_gen_unary (ZERO_EXTEND, mode, lhs, lmode),
1484 machine_mode lmode = GET_MODE (lhs); local
1692 machine_mode lmode = GET_MODE (lhs); local
H A Dfold-const.cc4555 machine_mode lmode, rmode;
4569 linner = get_inner_reference (lhs, &plbitsize, &plbitpos, &offset, &lmode,
4575 || known_eq (lbitsize, GET_MODE_BITSIZE (lmode))

Completed in 897 milliseconds