Searched refs:cmask (Results 1 - 25 of 33) sorted by relevance

12

/netbsd-current/external/gpl3/gdb/dist/gdb/arch/
H A Daarch64.c85 aarch64_mask_from_pac_registers (const CORE_ADDR cmask, const CORE_ADDR dmask) argument
88 if (dmask != cmask)
89 return dmask > cmask ? dmask : cmask;
91 return cmask;
H A Daarch64.h83 aarch64_mask_from_pac_registers (const CORE_ADDR cmask, const CORE_ADDR dmask);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Daarch64-non-address-bits.exp54 gdb_test_multiple "ptype \$pauth_cmask" "fetch PAC cmask" {
66 # Value of the cmask register.
67 set cmask 0
71 set cmask [get_valueof "" "\$pauth_cmask >> 48" "0" "fetch PAC cmask"]
90 # checking cmask.
91 gdb_test_multiple "p/x (~${cmask}ULL & (${lower_bits}ULL))" "" {
93 # Either cmask is 0x7F or lower_bits is 0x0.
98 # cmask doesn't mask off all the PAC bits, which
/netbsd-current/external/bsd/ntp/dist/sntp/libopts/
H A Dpgusage.c55 static mode_t const cmask = S_IRWXO | S_IRWXG; local
56 mode_t svmsk = umask(cmask);
/netbsd-current/usr.bin/at/
H A Dat.c183 mode_t cmask; local
252 cmask = umask(S_IRUSR | S_IWUSR | S_IXUSR);
308 (void)fprintf(fp, "umask %o\n", cmask);
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha1_hw.c604 unsigned int c, cmask; local
608 cmask =
611 res |= (c ^ pad) & ~cmask; /* ... and padding */
612 cmask &= ((int)(off - 1 - j)) >> (sizeof(int) * 8 - 1);
613 res |= (c ^ pmac->c[i]) & cmask;
614 i += 1 & cmask;
H A Dcipher_aes_cbc_hmac_sha256_hw.c656 unsigned int c, cmask; local
662 cmask =
665 res |= (c ^ pad) & ~cmask; /* ... and padding */
666 cmask &= ((int)(off - 1 - j)) >> (sizeof(int) * 8 - 1);
667 res |= (c ^ pmac->c[i]) & cmask;
668 i += 1 & cmask;
/netbsd-current/external/gpl3/gdb.old/dist/sim/rl78/
H A Drl78.c251 int vmask, cmask, amask, avmask; local
255 cmask = 0x10000;
262 cmask = 0x100;
273 if ((after & cmask) != (before & cmask))
/netbsd-current/external/gpl3/gdb/dist/sim/rl78/
H A Drl78.c253 int vmask, cmask, amask, avmask; local
258 cmask = 0x10000;
265 cmask = 0x100;
276 if ((after & cmask) != (before & cmask))
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A De_aes_cbc_hmac_sha256.c703 unsigned int c, cmask; local
708 cmask =
711 res |= (c ^ pad) & ~cmask; /* ... and padding */
712 cmask &= ((int)(off - 1 - j)) >> (sizeof(int) * 8 - 1);
713 res |= (c ^ pmac->c[i]) & cmask;
714 i += 1 & cmask;
H A De_aes_cbc_hmac_sha1.c698 unsigned int c, cmask; local
703 cmask =
706 res |= (c ^ pad) & ~cmask; /* ... and padding */
707 cmask &= ((int)(off - 1 - j)) >> (sizeof(int) * 8 - 1);
708 res |= (c ^ pmac->c[i]) & cmask;
709 i += 1 & cmask;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/evp/
H A De_aes_cbc_hmac_sha1.c703 unsigned int c, cmask; local
707 cmask =
710 res |= (c ^ pad) & ~cmask; /* ... and padding */
711 cmask &= ((int)(off - 1 - j)) >> (sizeof(int) * 8 - 1);
712 res |= (c ^ pmac->c[i]) & cmask;
713 i += 1 & cmask;
H A De_aes_cbc_hmac_sha256.c707 unsigned int c, cmask; local
712 cmask =
715 res |= (c ^ pad) & ~cmask; /* ... and padding */
716 cmask &= ((int)(off - 1 - j)) >> (sizeof(int) * 8 - 1);
717 res |= (c ^ pmac->c[i]) & cmask;
718 i += 1 & cmask;
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dcharset.c1311 size_t cmask = width_to_mask (cwidth);
1325 c = n & cmask;
1972 size_t cmask = width_to_mask (cwidth);
1996 result = (result << cwidth) | (c & cmask);
1309 size_t cmask = width_to_mask (cwidth); local
1968 size_t cmask = width_to_mask (cwidth); local
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dcharset.cc1344 size_t cmask = width_to_mask (cwidth);
1358 c = n & cmask;
2004 size_t cmask = width_to_mask (cwidth);
2028 result = (result << cwidth) | (c & cmask);
1342 size_t cmask = width_to_mask (cwidth); local
2000 size_t cmask = width_to_mask (cwidth); local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Daarch64-linux-tdep.c2033 CORE_ADDR cmask, dmask; local
2039 if (regs->cooked_read (tdep->pauth_reg_base + 1, &cmask)
2041 cmask = mask;
2043 mask |= aarch64_mask_from_pac_registers (cmask, dmask);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-stmt.c5287 tree mask, bool invert, tree cmask, tree pmask,
5340 if (mask && (cmask || pmask))
5349 if (mask && (cmask || pmask))
5357 if (cmask)
5359 tmp1 = gfc_build_array_ref (cmask, count, NULL);
5646 tree cmask = NULL_TREE; local
5717 cmask = allocate_temp_for_forall_nest_1 (mask_type, size, block,
5737 then we don't need to update the control mask (cmask).
5743 cblock->next ? cmask : NULL_TREE,
5750 ? cmask
5286 gfc_evaluate_where_mask(gfc_expr * me, forall_info * nested_forall_info, tree mask, bool invert, tree cmask, tree pmask, tree mask_type, stmtblock_t * block) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-stmt.cc5323 tree mask, bool invert, tree cmask, tree pmask,
5376 if (mask && (cmask || pmask))
5385 if (mask && (cmask || pmask))
5393 if (cmask)
5395 tmp1 = gfc_build_array_ref (cmask, count, NULL);
5682 tree cmask = NULL_TREE; local
5753 cmask = allocate_temp_for_forall_nest_1 (mask_type, size, block,
5773 then we don't need to update the control mask (cmask).
5779 cblock->next ? cmask : NULL_TREE,
5786 ? cmask
5322 gfc_evaluate_where_mask(gfc_expr * me, forall_info * nested_forall_info, tree mask, bool invert, tree cmask, tree pmask, tree mask_type, stmtblock_t * block) argument
[all...]
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_rar5.c2789 const uint64_t cmask = rar->cstate.window_mask; local
2805 const ssize_t write_idx = (write_ptr + i) & cmask;
2806 const ssize_t read_idx = (write_ptr + i - dist) & cmask;
2820 const uint64_t cmask = rar->cstate.window_mask; local
2868 rar->cstate.window_buf[write_idx & cmask] =
/netbsd-current/sys/dev/usb/
H A Duaudio.c1532 u_int fumask, mmask, cmask; local
1555 for (cmask = 0, chan = 1; chan < nchan; chan++) {
1558 cmask |= GETV1(chan);
1562 "%d channels, mmask=0x%04x, cmask=0x%04x\n",
1563 d->v1.bUnitId, nchan, mmask, cmask);
1576 } else if (cmask & fumask) {
1608 for (cmask = 0, chan = 1; chan < nchan; chan++) {
1611 cmask |= GETV2(chan);
1615 "%d channels, mmask=0x%04x, cmask=0x%04x\n",
1616 d->v2.bUnitId, nchan, mmask, cmask);
[all...]
/netbsd-current/games/gomoku/
H A Dpickmove.c1356 int cmask, omask; local
1454 cmask = CFLAG << cbp->c_dir;
1459 sp->s_flags |= (m & 1) != 0 ? omask : cmask;
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dsparc-opc.c1413 #define cbcond(cop, cmask, flgs) \
1414 { "cw" cop, F2(0, 3)|CBCOND(cmask)|F3I(0),F2(~0,~3)|CBCOND(~(cmask))|F3I(~0)|CBCOND_XCC, \
1416 { "cw" cop, F2(0, 3)|CBCOND(cmask)|F3I(1),F2(~0,~3)|CBCOND(~(cmask))|F3I(~1)|CBCOND_XCC, \
1418 { "cx" cop, F2(0, 3)|CBCOND(cmask)|F3I(0)|CBCOND_XCC,F2(~0,~3)|CBCOND(~(cmask))|F3I(~0), \
1420 { "cx" cop, F2(0, 3)|CBCOND(cmask)|F3I(1)|CBCOND_XCC,F2(~0,~3)|CBCOND(~(cmask))|F3I(~1), \
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dsparc-opc.c1413 #define cbcond(cop, cmask, flgs) \
1414 { "cw" cop, F2(0, 3)|CBCOND(cmask)|F3I(0),F2(~0,~3)|CBCOND(~(cmask))|F3I(~0)|CBCOND_XCC, \
1416 { "cw" cop, F2(0, 3)|CBCOND(cmask)|F3I(1),F2(~0,~3)|CBCOND(~(cmask))|F3I(~1)|CBCOND_XCC, \
1418 { "cx" cop, F2(0, 3)|CBCOND(cmask)|F3I(0)|CBCOND_XCC,F2(~0,~3)|CBCOND(~(cmask))|F3I(~0), \
1420 { "cx" cop, F2(0, 3)|CBCOND(cmask)|F3I(1)|CBCOND_XCC,F2(~0,~3)|CBCOND(~(cmask))|F3I(~1), \
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dsparc-opc.c1413 #define cbcond(cop, cmask, flgs) \
1414 { "cw" cop, F2(0, 3)|CBCOND(cmask)|F3I(0),F2(~0,~3)|CBCOND(~(cmask))|F3I(~0)|CBCOND_XCC, \
1416 { "cw" cop, F2(0, 3)|CBCOND(cmask)|F3I(1),F2(~0,~3)|CBCOND(~(cmask))|F3I(~1)|CBCOND_XCC, \
1418 { "cx" cop, F2(0, 3)|CBCOND(cmask)|F3I(0)|CBCOND_XCC,F2(~0,~3)|CBCOND(~(cmask))|F3I(~0), \
1420 { "cx" cop, F2(0, 3)|CBCOND(cmask)|F3I(1)|CBCOND_XCC,F2(~0,~3)|CBCOND(~(cmask))|F3I(~1), \
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dsparc-opc.c1413 #define cbcond(cop, cmask, flgs) \
1414 { "cw" cop, F2(0, 3)|CBCOND(cmask)|F3I(0),F2(~0,~3)|CBCOND(~(cmask))|F3I(~0)|CBCOND_XCC, \
1416 { "cw" cop, F2(0, 3)|CBCOND(cmask)|F3I(1),F2(~0,~3)|CBCOND(~(cmask))|F3I(~1)|CBCOND_XCC, \
1418 { "cx" cop, F2(0, 3)|CBCOND(cmask)|F3I(0)|CBCOND_XCC,F2(~0,~3)|CBCOND(~(cmask))|F3I(~0), \
1420 { "cx" cop, F2(0, 3)|CBCOND(cmask)|F3I(1)|CBCOND_XCC,F2(~0,~3)|CBCOND(~(cmask))|F3I(~1), \

Completed in 363 milliseconds

12