HomeSort by: relevance | last modified time | path
    Searched defs:cmask (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/external/bsd/ntp/dist/sntp/libopts/
pgusage.c 55 static mode_t const cmask = S_IRWXO | S_IRWXG; local
56 mode_t svmsk = umask(cmask);
  /src/usr.bin/at/
at.c 183 mode_t cmask; local
252 cmask = umask(S_IRUSR | S_IWUSR | S_IXUSR);
308 (void)fprintf(fp, "umask %o\n", cmask);
  /src/external/gpl3/gdb/dist/sim/rl78/
rl78.c 253 int vmask, cmask, amask, avmask; local
258 cmask = 0x10000;
265 cmask = 0x100;
276 if ((after & cmask) != (before & cmask))
  /src/external/gpl3/gdb.old/dist/sim/rl78/
rl78.c 253 int vmask, cmask, amask, avmask; local
258 cmask = 0x10000;
265 cmask = 0x100;
276 if ((after & cmask) != (before & cmask))
  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_aes_cbc_hmac_sha1_hw.c 602 unsigned int c, cmask; local
606 cmask = ((int)(j - off - SHA_DIGEST_LENGTH)) >> (sizeof(int) * 8 - 1);
607 res |= (c ^ pad) & ~cmask; /* ... and padding */
608 cmask &= ((int)(off - 1 - j)) >> (sizeof(int) * 8 - 1);
609 res |= (c ^ pmac->c[i]) & cmask;
610 i += 1 & cmask;
cipher_aes_cbc_hmac_sha256_hw.c 653 unsigned int c, cmask; local
659 cmask = ((int)(j - off - SHA256_DIGEST_LENGTH)) >> (sizeof(int) * 8 - 1);
660 res |= (c ^ pad) & ~cmask; /* ... and padding */
661 cmask &= ((int)(off - 1 - j)) >> (sizeof(int) * 8 - 1);
662 res |= (c ^ pmac->c[i]) & cmask;
663 i += 1 & cmask;
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_aes_cbc_hmac_sha1_hw.c 604 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;
cipher_aes_cbc_hmac_sha256_hw.c 656 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;
  /src/external/gpl3/binutils/dist/gprofng/common/
core_pcbe.c 143 uint8_t cmask; member in struct:events_table_t
555 * the Intel SDM that require cmask or attr settings.
557 * events requiring cmask or attr until Sandy Bridge.
842 * the Intel SDM that require cmask or attr settings.
844 * events requiring cmask or attr until Sandy Bridge.
2108 /* Use Cmask to qualify uop b/w */ \
2992 *eventnum |= (pevent->cmask << 24);
  /src/external/gpl3/binutils.old/dist/gprofng/common/
core_pcbe.c 143 uint8_t cmask; member in struct:events_table_t
555 * the Intel SDM that require cmask or attr settings.
557 * events requiring cmask or attr until Sandy Bridge.
842 * the Intel SDM that require cmask or attr settings.
844 * events requiring cmask or attr until Sandy Bridge.
2108 /* Use Cmask to qualify uop b/w */ \
2992 *eventnum |= (pevent->cmask << 24);
  /src/games/gomoku/
pickmove.c 1356 int cmask, omask; local
1454 cmask = CFLAG << cbp->c_dir;
1459 sp->s_flags |= (m & 1) != 0 ? omask : cmask;
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
e_aes_cbc_hmac_sha1.c 703 unsigned int c, cmask; local
707 cmask = ((int)(j - off - SHA_DIGEST_LENGTH)) >> (sizeof(int) * 8 - 1);
708 res |= (c ^ pad) & ~cmask; /* ... and padding */
709 cmask &= ((int)(off - 1 - j)) >> (sizeof(int) * 8 - 1);
710 res |= (c ^ pmac->c[i]) & cmask;
711 i += 1 & cmask;
e_aes_cbc_hmac_sha256.c 699 unsigned int c, cmask; local
704 cmask = ((int)(j - off - SHA256_DIGEST_LENGTH)) >> (sizeof(int) * 8 - 1);
705 res |= (c ^ pad) & ~cmask; /* ... and padding */
706 cmask &= ((int)(off - 1 - j)) >> (sizeof(int) * 8 - 1);
707 res |= (c ^ pmac->c[i]) & cmask;
708 i += 1 & cmask;
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
e_aes_cbc_hmac_sha1.c 703 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;
e_aes_cbc_hmac_sha256.c 707 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;
  /src/crypto/external/bsd/openssl.old/dist/crypto/evp/
e_aes_cbc_hmac_sha1.c 698 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;
e_aes_cbc_hmac_sha256.c 703 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;
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_cg.c 327 uint64_t cmask, fmask, shift; local
367 * input register to width cte_bits, and cmask as the mask used to
377 cmask = ~(fmask << shift);
383 dt_cg_setx(dlp, r2, cmask);
  /src/sys/arch/hppa/dev/
gftfb.c 922 uint32_t bg, fg, mask, cmask; local
966 cmask = 0xffffffff << (32 - wi);
967 gftfb_write4(sc, NGLE_BINC_MASK, cmask);
1020 gftfb_write4(sc, NGLE_BINC_DATA_D, cmask);
hyperfb.c 1126 uint32_t bg, fg, mask, cmask; local
1169 cmask = 0xffffffff << (32 - wi);
1170 hyperfb_write4(sc, NGLE_BINC_MASK, cmask);
1222 hyperfb_write4(sc, NGLE_BINC_DATA_D, cmask);
  /src/external/gpl3/gcc.old/dist/libcpp/
charset.cc 1344 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
  /src/sys/dev/usb/
uaudio.c 1532 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...]
  /src/external/gpl3/gdb/dist/gdbserver/
linux-aarch64-low.cc 544 CORE_ADDR cmask = regcache_raw_get_unsigned_by_name (regs, "pauth_cmask"); local
545 mask |= aarch64_mask_from_pac_registers (cmask, dmask);
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-aarch64-low.cc 544 CORE_ADDR cmask = regcache_raw_get_unsigned_by_name (regs, "pauth_cmask"); local
545 mask |= aarch64_mask_from_pac_registers (cmask, dmask);
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-stmt.cc 5417 CMASK is the updated execution mask on output, or NULL if not required.
5423 tree mask, bool invert, tree cmask, tree pmask,
5476 if (mask && (cmask || pmask))
5485 if (mask && (cmask || pmask))
5493 if (cmask)
5495 tmp1 = gfc_build_array_ref (cmask, count, NULL);
5782 tree cmask = NULL_TREE; local
5853 cmask = allocate_temp_for_forall_nest_1 (mask_type, size, block,
5873 then we don't need to update the control mask (cmask).
5879 cblock->next ? cmask : NULL_TREE
    [all...]

Completed in 88 milliseconds

1 2