HomeSort by: relevance | last modified time | path
    Searched defs:wmask (Results 1 - 23 of 23) sorted by relevancy

  /src/common/lib/libc/string/
memset.c 59 #define wmask (wsize - 1) macro
143 if ((t = (size_t)((u_long)dst & wmask)) != 0) {
159 t = length & wmask;
bcopy.c 63 * SO THAT wmask BELOW IS ALL ONES
68 #define wmask (wsize - 1) macro
105 if ((u | (unsigned long)dst) & wmask) {
110 if ((u ^ (unsigned long)dst) & wmask || length < wsize)
113 t = wsize - (size_t)(u & wmask);
122 t = length & wmask;
128 * (t&wmask) bytes to align, not wsize-(t&wmask).
135 if ((u | (unsigned long)dst) & wmask) {
136 if ((u ^ (unsigned long)dst) & wmask || length <= wsize
    [all...]
  /src/external/bsd/nvi/dist/clib/
memset.c 57 #define wmask (wsize - 1) macro
118 if ((t = (int)dst & wmask) != 0) {
134 t = length & wmask;
  /src/sys/arch/alpha/pci/
dwlpx_dma.c 100 int i, lim, wmask; local
108 wmask = PCIA_WMASK_1G;
111 wmask = PCIA_WMASK_256M;
233 REGVAL(PCIA_WMASK_C(i) + ccp->cc_sysbase) = wmask;
ciavar.h 74 uint32_t wmask[4]; member in struct:cia_config::__anon919
  /src/sys/dev/pci/
pci_map.c 117 uint64_t waddress, wmask; local
197 wmask = (uint64_t)mask1 << 32UL | mask;
199 if ((is64bit && PCI_MAPREG_MEM64_SIZE(wmask) == 0) ||
238 *sizep = PCI_MAPREG_MEM64_SIZE(wmask);
  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_exp.c 611 int i, bits, ret = 0, window, wvalue, wmask, window0; local
869 wmask = (1 << window0) - 1;
871 wvalue = bn_get_bits(p, bits) & wmask;
1001 wmask = (1 << window0) - 1;
1003 wvalue = bn_get_bits(p, bits) & wmask;
1077 wmask = (1 << window0) - 1;
1079 wvalue = bn_get_bits(p, bits) & wmask;
1084 wmask = (1 << window) - 1;
1107 wvalue = bn_get_bits(p, bits) & wmask;
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_exp.c 617 int i, bits, ret = 0, window, wvalue, wmask, window0; local
883 wmask = (1 << window0) - 1;
885 wvalue = bn_get_bits(p, bits) & wmask;
1015 wmask = (1 << window0) - 1;
1017 wvalue = bn_get_bits(p, bits) & wmask;
1091 wmask = (1 << window0) - 1;
1093 wvalue = bn_get_bits(p, bits) & wmask;
1098 wmask = (1 << window) - 1;
1121 wvalue = bn_get_bits(p, bits) & wmask;
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_exp.c 612 int i, bits, ret = 0, window, wvalue, wmask, window0; local
882 wmask = (1 << window0) - 1;
884 wvalue = bn_get_bits(p, bits) & wmask;
1014 wmask = (1 << window0) - 1;
1016 wvalue = bn_get_bits(p, bits) & wmask;
1090 wmask = (1 << window0) - 1;
1092 wvalue = bn_get_bits(p, bits) & wmask;
1097 wmask = (1 << window) - 1;
1120 wvalue = bn_get_bits(p, bits) & wmask;
  /src/external/gpl3/binutils/dist/zlib/contrib/masmx86/
match686.asm 57 wmask equ dword ptr [esp+NbStack-52] define
121 ; low word: s->wmask
217 ;;; uInt wmask = s->w_mask;
234 ;;; It is then shifted into the high word, to make room for the wmask
309 ;;; } while ((cur_match = prev[cur_match & wmask]) > limit
319 ;;; edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
  /src/external/gpl3/binutils.old/dist/zlib/contrib/masmx86/
match686.asm 57 wmask equ dword ptr [esp+NbStack-52] define
121 ; low word: s->wmask
217 ;;; uInt wmask = s->w_mask;
234 ;;; It is then shifted into the high word, to make room for the wmask
309 ;;; } while ((cur_match = prev[cur_match & wmask]) > limit
319 ;;; edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
  /src/external/gpl3/gdb/dist/zlib/contrib/masmx86/
match686.asm 57 wmask equ dword ptr [esp+NbStack-52] define
121 ; low word: s->wmask
217 ;;; uInt wmask = s->w_mask;
234 ;;; It is then shifted into the high word, to make room for the wmask
309 ;;; } while ((cur_match = prev[cur_match & wmask]) > limit
319 ;;; edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
  /src/external/gpl3/gdb.old/dist/zlib/contrib/masmx86/
match686.asm 57 wmask equ dword ptr [esp+NbStack-52] define
121 ; low word: s->wmask
217 ;;; uInt wmask = s->w_mask;
234 ;;; It is then shifted into the high word, to make room for the wmask
309 ;;; } while ((cur_match = prev[cur_match & wmask]) > limit
319 ;;; edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
  /src/common/dist/zlib/
deflate.c 1363 uInt wmask = s->w_mask; local
1486 } while ((cur_match = prev[cur_match & wmask]) > limit
  /src/external/cddl/osnet/dist/uts/common/zmod/
deflate.c 1049 uInt wmask = s->w_mask; local
1169 } while ((cur_match = prev[cur_match & wmask]) > limit
  /src/external/gpl3/binutils/dist/zlib/
deflate.c 1361 uInt wmask = s->w_mask; local
1484 } while ((cur_match = prev[cur_match & wmask]) > limit
  /src/external/gpl3/binutils.old/dist/zlib/
deflate.c 1292 uInt wmask = s->w_mask; local
1412 } while ((cur_match = prev[cur_match & wmask]) > limit
  /src/external/gpl3/gdb/dist/zlib/
deflate.c 1292 uInt wmask = s->w_mask; local
1412 } while ((cur_match = prev[cur_match & wmask]) > limit
  /src/external/gpl3/gdb.old/dist/zlib/
deflate.c 1292 uInt wmask = s->w_mask; local
1412 } while ((cur_match = prev[cur_match & wmask]) > limit
  /src/external/ibm-public/postfix/dist/src/util/
events.c 1007 fd_set wmask; local
1077 wmask = event_wmask;
1080 event_count = select(event_max_fd + 1, &rmask, &wmask, &xmask, tvp);
1162 } else if (FD_ISSET(fd, &wmask)) {
  /src/sys/arch/sparc/sparc/
locore.s 1403 * wmask[i] = 1 << ((i + 1) % nwindows);
1405 * wmask[CWP] tells whether a `rett' would return into the invalid window.
1410 wmask: .skip 32 ! u_char wmask[0..31]; label
3341 set wmask, %l6
3721 set wmask, %l6
3729 * (entered with %l4=%wim, %l5=wmask[cwp]; %l0..%l2 as usual)
3787 * Set up the uwtab and wmask tables.
3826 * wmask[i-1].
3830 * wmask[i - 1] = j
    [all...]
  /src/sys/net/
zlib.c 1365 uInt wmask = s->w_mask; local
1480 } while ((cur_match = prev[cur_match & wmask]) > limit
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_rar5.c 727 const ssize_t wmask = rar->cstate.window_mask; local
729 rar->cstate.last_write_ptr) & wmask;
739 if((idx_begin & wmask) > (idx_end & wmask)) {
743 (idx_begin & wmask);
744 const ssize_t frag2_size = idx_end & wmask;
759 buf + solid_write_ptr, (idx_end - idx_begin) & wmask,

Completed in 76 milliseconds