| /src/common/lib/libc/string/ |
| 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...] |
| memset.c | 59 #define wmask (wsize - 1) macro 143 if ((t = (size_t)((u_long)dst & wmask)) != 0) { 159 t = length & wmask;
|
| /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/ |
| ciavar.h | 74 uint32_t wmask[4]; member in struct:cia_config::__anon919
|
| 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;
|
| cia_dma.c | 117 ccp->cc_saved_windows.wmask[i]; 140 ccp->cc_saved_windows.wmask[i] =
|
| /src/sys/dev/isa/ |
| aps.c | 168 unsigned char *buf, int wmask, int rmask) 172 DPRINTF(("aps_do_io: CMD: 0x%02x, wmask: 0x%04x, rmask: 0x%04x\n", 173 buf[0], wmask, rmask)); 196 wmask |= APS_READ_RET; 200 if (wmask & bp) {
|
| /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/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/binutils/dist/zlib/contrib/masmx64/ |
| gvmat64.asm | 71 ; low word: s->wmask
143 ; WMask ; 7fff
159 WMask equ 07fffh
181 WMask equ [ rcx + dsWMask]
231 ;;; uInt wmask = s->w_mask;
239 mov eax, WMask
248 ;;; It is then shifted into the high word, to make room for the wmask
367 ;;; } while ((cur_match = prev[cur_match & wmask]) > limit
377 ;;; edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
|
| /src/external/gpl3/binutils.old/dist/zlib/contrib/masmx64/ |
| gvmat64.asm | 71 ; low word: s->wmask
143 ; WMask ; 7fff
159 WMask equ 07fffh
181 WMask equ [ rcx + dsWMask]
231 ;;; uInt wmask = s->w_mask;
239 mov eax, WMask
248 ;;; It is then shifted into the high word, to make room for the wmask
367 ;;; } while ((cur_match = prev[cur_match & wmask]) > limit
377 ;;; edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
|
| /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,
|
| /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/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/common/dist/zlib/ |
| deflate.c | 1363 uInt wmask = s->w_mask; local 1486 } 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/sys/net/ |
| zlib.c | 1365 uInt wmask = s->w_mask; local 1480 } while ((cur_match = prev[cur_match & wmask]) > limit
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elf32-arm.c | 8108 /* Set bits in *WMASK according to a register number REG as encoded by 8112 bfd_arm_vfp11_write_mask (unsigned int *wmask, unsigned int reg) 8115 *wmask |= 1 << reg; 8117 *wmask |= 3 << ((reg - 32) * 2); 8120 /* Return TRUE if WMASK overwrites anything in REGS. */ 8123 bfd_arm_vfp11_antidependency (unsigned int wmask, int *regs, int numregs) 8131 if (reg < 32 && (wmask & (1 << reg)) != 0) 8139 if ((wmask & (3 << (reg * 2))) != 0)
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf32-arm.c | 8182 /* Set bits in *WMASK according to a register number REG as encoded by 8186 bfd_arm_vfp11_write_mask (unsigned int *wmask, unsigned int reg) 8189 *wmask |= 1 << reg; 8191 *wmask |= 3 << ((reg - 32) * 2); 8194 /* Return TRUE if WMASK overwrites anything in REGS. */ 8197 bfd_arm_vfp11_antidependency (unsigned int wmask, int *regs, int numregs) 8205 if (reg < 32 && (wmask & (1 << reg)) != 0) 8213 if ((wmask & (3 << (reg * 2))) != 0)
|