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

1 2 3

  /src/sys/dev/rasops/
rasops1-4_putchar.h 92 uint32_t bg, fg, lbg, rbg, clr[2], lmask, rmask, tmp; local in function:NAME
137 rmask = rasops_pmask[col][width & 31];
138 lmask = ~rmask;
141 bg &= rmask;
186 tmp = (*rp & lmask) | (fg & rmask);
200 rmask = ~rasops_rmask[(col + width) & 31];
210 rbg = bg & ~rmask;
223 if (rmask != -1)
224 *bp = (*bp & rmask) | rbg;
228 (rmask != -1)) << 2)
    [all...]
rasops1.c 97 uint32_t bg, fg, lbg, rbg, fb, lmask, rmask, tmp, tmp0, tmp1; local in function:rasops1_putchar
142 rmask = rasops_pmask[col][width & 31];
143 lmask = ~rmask;
146 bg &= rmask;
164 tmp |= (MBE(fb >> col) & rmask);
185 tmp = (*rp & lmask) | (fg & rmask);
196 rmask = ~rasops_rmask[(col + width) & 31];
200 rbg = bg & ~rmask;
204 tmp1 = (rp[1] & rmask) | rbg;
229 tmp1 = rp[1] & rmask;
    [all...]
rasops1-4_putchar.h 92 uint32_t bg, fg, lbg, rbg, clr[2], lmask, rmask, tmp; local in function:NAME
137 rmask = rasops_pmask[col][width & 31];
138 lmask = ~rmask;
141 bg &= rmask;
186 tmp = (*rp & lmask) | (fg & rmask);
200 rmask = ~rasops_rmask[(col + width) & 31];
210 rbg = bg & ~rmask;
223 if (rmask != -1)
224 *bp = (*bp & rmask) | rbg;
228 (rmask != -1)) << 2)
    [all...]
rasops1.c 97 uint32_t bg, fg, lbg, rbg, fb, lmask, rmask, tmp, tmp0, tmp1; local in function:rasops1_putchar
142 rmask = rasops_pmask[col][width & 31];
143 lmask = ~rmask;
146 bg &= rmask;
164 tmp |= (MBE(fb >> col) & rmask);
185 tmp = (*rp & lmask) | (fg & rmask);
196 rmask = ~rasops_rmask[(col + width) & 31];
200 rbg = bg & ~rmask;
204 tmp1 = (rp[1] & rmask) | rbg;
229 tmp1 = rp[1] & rmask;
    [all...]
rasops1-4_putchar.h 92 uint32_t bg, fg, lbg, rbg, clr[2], lmask, rmask, tmp; local in function:NAME
137 rmask = rasops_pmask[col][width & 31];
138 lmask = ~rmask;
141 bg &= rmask;
186 tmp = (*rp & lmask) | (fg & rmask);
200 rmask = ~rasops_rmask[(col + width) & 31];
210 rbg = bg & ~rmask;
223 if (rmask != -1)
224 *bp = (*bp & rmask) | rbg;
228 (rmask != -1)) << 2)
    [all...]
rasops1.c 97 uint32_t bg, fg, lbg, rbg, fb, lmask, rmask, tmp, tmp0, tmp1; local in function:rasops1_putchar
142 rmask = rasops_pmask[col][width & 31];
143 lmask = ~rmask;
146 bg &= rmask;
164 tmp |= (MBE(fb >> col) & rmask);
185 tmp = (*rp & lmask) | (fg & rmask);
196 rmask = ~rasops_rmask[(col + width) & 31];
200 rbg = bg & ~rmask;
204 tmp1 = (rp[1] & rmask) | rbg;
229 tmp1 = rp[1] & rmask;
    [all...]
rasops_bitops.h 57 uint32_t bg, lbg, rbg, lmask, rmask, tmp; local in function:NAME
108 rmask = rasops_lmask[(col + num) & 31];
116 rbg = bg & ~rmask;
129 if (rmask)
130 *dp = (*dp & rmask) | rbg;
134 (rmask != 0)) << 2);
150 uint32_t lmask, rmask, tmp; local in function:NAME
183 rmask = ~rasops_lmask[(col + width) & 31];
201 if (rmask != -1)
202 *dp ^= rmask;
223 uint32_t lmask, rmask, tmp; local in function:NAME
    [all...]
rasops_bitops.h 57 uint32_t bg, lbg, rbg, lmask, rmask, tmp; local in function:NAME
108 rmask = rasops_lmask[(col + num) & 31];
116 rbg = bg & ~rmask;
129 if (rmask)
130 *dp = (*dp & rmask) | rbg;
134 (rmask != 0)) << 2);
150 uint32_t lmask, rmask, tmp; local in function:NAME
183 rmask = ~rasops_lmask[(col + width) & 31];
201 if (rmask != -1)
202 *dp ^= rmask;
223 uint32_t lmask, rmask, tmp; local in function:NAME
    [all...]
rasops_bitops.h 57 uint32_t bg, lbg, rbg, lmask, rmask, tmp; local in function:NAME
108 rmask = rasops_lmask[(col + num) & 31];
116 rbg = bg & ~rmask;
129 if (rmask)
130 *dp = (*dp & rmask) | rbg;
134 (rmask != 0)) << 2);
150 uint32_t lmask, rmask, tmp; local in function:NAME
183 rmask = ~rasops_lmask[(col + width) & 31];
201 if (rmask != -1)
202 *dp ^= rmask;
223 uint32_t lmask, rmask, tmp; local in function:NAME
    [all...]
  /src/usr.bin/netstat/
route.c 90 struct radix_mask rmask; variable in typeref:struct:radix_mask
200 kget(rm, rmask);
201 (void)snprintf(nbuf, sizeof nbuf, " %d refs, ", rmask.rm_refs);
203 -1 - rmask.rm_b, rmask.rm_refs ? nbuf : " ");
204 if (rmask.rm_flags & RNF_NORMAL) {
207 kget(rmask.rm_leaf, rnode_aux);
212 kgetsa((const struct sockaddr *)rmask.rm_mask),
215 if ((rm = rmask.rm_mklist) != NULL)
route.c 90 struct radix_mask rmask; variable in typeref:struct:radix_mask
200 kget(rm, rmask);
201 (void)snprintf(nbuf, sizeof nbuf, " %d refs, ", rmask.rm_refs);
203 -1 - rmask.rm_b, rmask.rm_refs ? nbuf : " ");
204 if (rmask.rm_flags & RNF_NORMAL) {
207 kget(rmask.rm_leaf, rnode_aux);
212 kgetsa((const struct sockaddr *)rmask.rm_mask),
215 if ((rm = rmask.rm_mklist) != NULL)
route.c 90 struct radix_mask rmask; variable in typeref:struct:radix_mask
200 kget(rm, rmask);
201 (void)snprintf(nbuf, sizeof nbuf, " %d refs, ", rmask.rm_refs);
203 -1 - rmask.rm_b, rmask.rm_refs ? nbuf : " ");
204 if (rmask.rm_flags & RNF_NORMAL) {
207 kget(rmask.rm_leaf, rnode_aux);
212 kgetsa((const struct sockaddr *)rmask.rm_mask),
215 if ((rm = rmask.rm_mklist) != NULL)
  /src/sys/dev/pci/
pucvar.h 45 pcireg_t rmask[4]; member in struct:puc_device_description
pucvar.h 45 pcireg_t rmask[4]; member in struct:puc_device_description
pucvar.h 45 pcireg_t rmask[4]; member in struct:puc_device_description
  /src/sys/compat/linux/common/
linux_file64.c 119 unsigned int rmask = STATX_TYPE | STATX_MODE | STATX_NLINK | local in function:bsd_to_linux_statx
153 rmask &= ~STATX_BTIME;
173 stx->stx_mask = rmask;
linux_file64.c 119 unsigned int rmask = STATX_TYPE | STATX_MODE | STATX_NLINK | local in function:bsd_to_linux_statx
153 rmask &= ~STATX_BTIME;
173 stx->stx_mask = rmask;
linux_file64.c 119 unsigned int rmask = STATX_TYPE | STATX_MODE | STATX_NLINK | local in function:bsd_to_linux_statx
153 rmask &= ~STATX_BTIME;
173 stx->stx_mask = rmask;
  /src/sys/dev/pci/ixgbe/
ixgbe_x540.c 849 u32 rmask = IXGBE_GSSR_EEP_SM | IXGBE_GSSR_PHY0_SM | local in function:ixgbe_acquire_swfw_sync_X540
854 rmask |= IXGBE_GSSR_I2C_MASK;
855 ixgbe_release_swfw_sync_X540(hw, rmask);
985 u32 rmask; local in function:ixgbe_init_swfw_sync_X540
997 rmask = IXGBE_GSSR_EEP_SM | IXGBE_GSSR_PHY0_SM |
1001 rmask |= IXGBE_GSSR_I2C_MASK;
1002 ixgbe_acquire_swfw_sync_X540(hw, rmask);
1003 ixgbe_release_swfw_sync_X540(hw, rmask);
ixgbe_x540.c 849 u32 rmask = IXGBE_GSSR_EEP_SM | IXGBE_GSSR_PHY0_SM | local in function:ixgbe_acquire_swfw_sync_X540
854 rmask |= IXGBE_GSSR_I2C_MASK;
855 ixgbe_release_swfw_sync_X540(hw, rmask);
985 u32 rmask; local in function:ixgbe_init_swfw_sync_X540
997 rmask = IXGBE_GSSR_EEP_SM | IXGBE_GSSR_PHY0_SM |
1001 rmask |= IXGBE_GSSR_I2C_MASK;
1002 ixgbe_acquire_swfw_sync_X540(hw, rmask);
1003 ixgbe_release_swfw_sync_X540(hw, rmask);
ixgbe_x540.c 849 u32 rmask = IXGBE_GSSR_EEP_SM | IXGBE_GSSR_PHY0_SM | local in function:ixgbe_acquire_swfw_sync_X540
854 rmask |= IXGBE_GSSR_I2C_MASK;
855 ixgbe_release_swfw_sync_X540(hw, rmask);
985 u32 rmask; local in function:ixgbe_init_swfw_sync_X540
997 rmask = IXGBE_GSSR_EEP_SM | IXGBE_GSSR_PHY0_SM |
1001 rmask |= IXGBE_GSSR_I2C_MASK;
1002 ixgbe_acquire_swfw_sync_X540(hw, rmask);
1003 ixgbe_release_swfw_sync_X540(hw, rmask);
  /src/usr.bin/gzip/
zuncompress.c 76 static char_type rmask[9] = variable in typeref:typename:char_type[9]
391 gcode |= (*bp & rmask[bits]) << r_off;
zuncompress.c 76 static char_type rmask[9] = variable in typeref:typename:char_type[9]
391 gcode |= (*bp & rmask[bits]) << r_off;
zuncompress.c 76 static char_type rmask[9] = variable in typeref:typename:char_type[9]
391 gcode |= (*bp & rmask[bits]) << r_off;
  /src/sys/arch/ia64/unwind/
decode.h 76 u_int rmask; member in struct:unwind_desc_P6

Completed in 45 milliseconds

1 2 3