| /netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ |
| H A D | cipher_aes_cbc_hmac_sha1_hw.c | 604 unsigned int c, cmask; in aesni_cbc_hmac_sha1_cipher() local 608 cmask = in aesni_cbc_hmac_sha1_cipher() 611 res |= (c ^ pad) & ~cmask; /* ... and padding */ in aesni_cbc_hmac_sha1_cipher() 612 cmask &= ((int)(off - 1 - j)) >> (sizeof(int) * 8 - 1); in aesni_cbc_hmac_sha1_cipher() 613 res |= (c ^ pmac->c[i]) & cmask; in aesni_cbc_hmac_sha1_cipher() 614 i += 1 & cmask; in aesni_cbc_hmac_sha1_cipher()
|
| H A D | cipher_aes_cbc_hmac_sha256_hw.c | 656 unsigned int c, cmask; in aesni_cbc_hmac_sha256_cipher() local 662 cmask = in aesni_cbc_hmac_sha256_cipher() 665 res |= (c ^ pad) & ~cmask; /* ... and padding */ in aesni_cbc_hmac_sha256_cipher() 666 cmask &= ((int)(off - 1 - j)) >> (sizeof(int) * 8 - 1); in aesni_cbc_hmac_sha256_cipher() 667 res |= (c ^ pmac->c[i]) & cmask; in aesni_cbc_hmac_sha256_cipher() 668 i += 1 & cmask; in aesni_cbc_hmac_sha256_cipher()
|
| /netbsd-src/usr.bin/at/ |
| H A D | at.c | 183 mode_t cmask; in writefile() local 252 cmask = umask(S_IRUSR | S_IWUSR | S_IXUSR); in writefile() 308 (void)fprintf(fp, "umask %o\n", cmask); in writefile()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| H A D | e_aes_cbc_hmac_sha1.c | 703 unsigned int c, cmask; in aesni_cbc_hmac_sha1_cipher() local 707 cmask = in aesni_cbc_hmac_sha1_cipher() 710 res |= (c ^ pad) & ~cmask; /* ... and padding */ in aesni_cbc_hmac_sha1_cipher() 711 cmask &= ((int)(off - 1 - j)) >> (sizeof(int) * 8 - 1); in aesni_cbc_hmac_sha1_cipher() 712 res |= (c ^ pmac->c[i]) & cmask; in aesni_cbc_hmac_sha1_cipher() 713 i += 1 & cmask; in aesni_cbc_hmac_sha1_cipher()
|
| H A D | e_aes_cbc_hmac_sha256.c | 707 unsigned int c, cmask; in aesni_cbc_hmac_sha256_cipher() local 712 cmask = in aesni_cbc_hmac_sha256_cipher() 715 res |= (c ^ pad) & ~cmask; /* ... and padding */ in aesni_cbc_hmac_sha256_cipher() 716 cmask &= ((int)(off - 1 - j)) >> (sizeof(int) * 8 - 1); in aesni_cbc_hmac_sha256_cipher() 717 res |= (c ^ pmac->c[i]) & cmask; in aesni_cbc_hmac_sha256_cipher() 718 i += 1 & cmask; in aesni_cbc_hmac_sha256_cipher()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/ |
| H A D | e_aes_cbc_hmac_sha1.c | 698 unsigned int c, cmask; in aesni_cbc_hmac_sha1_cipher() local 703 cmask = in aesni_cbc_hmac_sha1_cipher() 706 res |= (c ^ pad) & ~cmask; /* ... and padding */ in aesni_cbc_hmac_sha1_cipher() 707 cmask &= ((int)(off - 1 - j)) >> (sizeof(int) * 8 - 1); in aesni_cbc_hmac_sha1_cipher() 708 res |= (c ^ pmac->c[i]) & cmask; in aesni_cbc_hmac_sha1_cipher() 709 i += 1 & cmask; in aesni_cbc_hmac_sha1_cipher()
|
| H A D | e_aes_cbc_hmac_sha256.c | 703 unsigned int c, cmask; in aesni_cbc_hmac_sha256_cipher() local 708 cmask = in aesni_cbc_hmac_sha256_cipher() 711 res |= (c ^ pad) & ~cmask; /* ... and padding */ in aesni_cbc_hmac_sha256_cipher() 712 cmask &= ((int)(off - 1 - j)) >> (sizeof(int) * 8 - 1); in aesni_cbc_hmac_sha256_cipher() 713 res |= (c ^ pmac->c[i]) & cmask; in aesni_cbc_hmac_sha256_cipher() 714 i += 1 & cmask; in aesni_cbc_hmac_sha256_cipher()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
| H A D | charset.c | 1309 size_t cmask = width_to_mask (cwidth); in emit_numeric_escape() local 1323 c = n & cmask; in emit_numeric_escape() 1968 size_t cmask = width_to_mask (cwidth); in wide_str_to_charconst() local 1992 result = (result << cwidth) | (c & cmask); in wide_str_to_charconst()
|
| /netbsd-src/external/gpl3/gcc/dist/libcpp/ |
| H A D | charset.cc | 1342 size_t cmask = width_to_mask (cwidth); in emit_numeric_escape() local 1356 c = n & cmask; in emit_numeric_escape() 2000 size_t cmask = width_to_mask (cwidth); in wide_str_to_charconst() local 2024 result = (result << cwidth) | (c & cmask); in wide_str_to_charconst()
|
| /netbsd-src/sys/dev/usb/ |
| H A D | uaudio.c | 1532 u_int fumask, mmask, cmask; in uaudio_add_feature() local 1555 for (cmask = 0, chan = 1; chan < nchan; chan++) { in uaudio_add_feature() 1558 cmask |= GETV1(chan); in uaudio_add_feature() 1563 d->v1.bUnitId, nchan, mmask, cmask); in uaudio_add_feature() 1576 } else if (cmask & fumask) { in uaudio_add_feature() 1608 for (cmask = 0, chan = 1; chan < nchan; chan++) { in uaudio_add_feature() 1611 cmask |= GETV2(chan); in uaudio_add_feature() 1616 d->v2.bUnitId, nchan, mmask, cmask); in uaudio_add_feature() 1630 } else if (cmask & fumask) { in uaudio_add_feature()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | trans-stmt.cc | 5323 tree mask, bool invert, tree cmask, tree pmask, in gfc_evaluate_where_mask() argument 5376 if (mask && (cmask || pmask)) in gfc_evaluate_where_mask() 5385 if (mask && (cmask || pmask)) in gfc_evaluate_where_mask() 5393 if (cmask) in gfc_evaluate_where_mask() 5395 tmp1 = gfc_build_array_ref (cmask, count, NULL); in gfc_evaluate_where_mask() 5682 tree cmask = NULL_TREE; in gfc_trans_where_2() local 5753 cmask = allocate_temp_for_forall_nest_1 (mask_type, size, block, in gfc_trans_where_2() 5779 cblock->next ? cmask : NULL_TREE, in gfc_trans_where_2() 5786 ? cmask : NULL_TREE, in gfc_trans_where_2() 5793 cmask = mask; in gfc_trans_where_2() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | trans-stmt.c | 5287 tree mask, bool invert, tree cmask, tree pmask, in gfc_evaluate_where_mask() argument 5340 if (mask && (cmask || pmask)) in gfc_evaluate_where_mask() 5349 if (mask && (cmask || pmask)) in gfc_evaluate_where_mask() 5357 if (cmask) in gfc_evaluate_where_mask() 5359 tmp1 = gfc_build_array_ref (cmask, count, NULL); in gfc_evaluate_where_mask() 5646 tree cmask = NULL_TREE; in gfc_trans_where_2() local 5717 cmask = allocate_temp_for_forall_nest_1 (mask_type, size, block, in gfc_trans_where_2() 5743 cblock->next ? cmask : NULL_TREE, in gfc_trans_where_2() 5750 ? cmask : NULL_TREE, in gfc_trans_where_2() 5757 cmask = mask; in gfc_trans_where_2() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | sparc-opc.c | 1411 #define cbcond(cop, cmask, flgs) \ argument 1412 { "cw" cop, F2(0, 3)|CBCOND(cmask)|F3I(0),F2(~0,~3)|CBCOND(~(cmask))|F3I(~0)|CBCOND_XCC, \ 1414 { "cw" cop, F2(0, 3)|CBCOND(cmask)|F3I(1),F2(~0,~3)|CBCOND(~(cmask))|F3I(~1)|CBCOND_XCC, \ 1416 { "cx" cop, F2(0, 3)|CBCOND(cmask)|F3I(0)|CBCOND_XCC,F2(~0,~3)|CBCOND(~(cmask))|F3I(~0), \ 1418 { "cx" cop, F2(0, 3)|CBCOND(cmask)|F3I(1)|CBCOND_XCC,F2(~0,~3)|CBCOND(~(cmask))|F3I(~1), \
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | sparc-opc.c | 1411 #define cbcond(cop, cmask, flgs) \ argument 1412 { "cw" cop, F2(0, 3)|CBCOND(cmask)|F3I(0),F2(~0,~3)|CBCOND(~(cmask))|F3I(~0)|CBCOND_XCC, \ 1414 { "cw" cop, F2(0, 3)|CBCOND(cmask)|F3I(1),F2(~0,~3)|CBCOND(~(cmask))|F3I(~1)|CBCOND_XCC, \ 1416 { "cx" cop, F2(0, 3)|CBCOND(cmask)|F3I(0)|CBCOND_XCC,F2(~0,~3)|CBCOND(~(cmask))|F3I(~0), \ 1418 { "cx" cop, F2(0, 3)|CBCOND(cmask)|F3I(1)|CBCOND_XCC,F2(~0,~3)|CBCOND(~(cmask))|F3I(~1), \
|
| /netbsd-src/games/gomoku/ |
| H A D | pickmove.c | 1356 int cmask, omask; in markcombo() local 1454 cmask = CFLAG << cbp->c_dir; in markcombo() 1459 sp->s_flags |= (m & 1) != 0 ? omask : cmask; in markcombo()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/ |
| H A D | niagara7.md | 166 (eq_attr "subtype" "cmask"))
|
| H A D | m8.md | 209 (eq_attr "subtype" "maxmin,cmask,other"))
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/ |
| H A D | niagara7.md | 166 (eq_attr "subtype" "cmask"))
|
| H A D | m8.md | 209 (eq_attr "subtype" "maxmin,cmask,other"))
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
| H A D | c-sparc.texi | 483 corresponds to @code{membar} cmask field bit 2. 489 corresponds to @code{membar} cmask field bit 1. 495 corresponds to @code{membar} cmask field bit 0.
|
| /netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| H A D | dt_cg.c | 327 uint64_t cmask, fmask, shift; in dt_cg_field_set() local 377 cmask = ~(fmask << shift); in dt_cg_field_set() 383 dt_cg_setx(dlp, r2, cmask); in dt_cg_field_set()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
| H A D | c-sparc.texi | 483 corresponds to @code{membar} cmask field bit 2. 489 corresponds to @code{membar} cmask field bit 1. 495 corresponds to @code{membar} cmask field bit 0.
|
| /netbsd-src/usr.bin/xlint/llib/ |
| H A D | llib-lposix | 299 mode_t (umask)(mode_t cmask);
|
| /netbsd-src/sys/external/bsd/ipf/netinet/ |
| H A D | ip_state.c | 2389 tcphdr_t *tcp, u_32_t cmask) in ipf_matchsrcdst() argument 2523 flx = fin->fin_flx & cmask; in ipf_matchsrcdst() 2529 if ((cflx && (flx != (cflx & cmask))) || in ipf_matchsrcdst()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/common/ |
| H A D | core_pcbe.c | 143 uint8_t cmask; member 2981 *eventnum |= (pevent->cmask << 24); in core_pcbe_get_eventnum()
|