Home
last modified time | relevance | path

Searched refs:end_mask (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbtup/
H A Dtest_dynbm.c170 Uint32 end_mask= (((Uint32)1)<<count) - 1; in setbits() local
173 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
175 *dst= (*dst&~(end_mask<<bit_pos)) | ((val&end_mask)<<bit_pos); in setbits()
185 Uint32 end_mask= ((((Uint32)1)<<(bit_pos+count-32)) - 1) << (32-bit_pos); in setbits() local
186 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
190 Uint32 end_mask= (((Uint32)1)<<(count+bit_pos-32)) - 1; in setbits()
191 *dst= (*dst&~end_mask) | ((val>>(32-bit_pos))&end_mask); in setbits()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbtup/
H A Dtest_dynbm.c170 Uint32 end_mask= (((Uint32)1)<<count) - 1; in setbits() local
173 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
175 *dst= (*dst&~(end_mask<<bit_pos)) | ((val&end_mask)<<bit_pos); in setbits()
185 Uint32 end_mask= ((((Uint32)1)<<(bit_pos+count-32)) - 1) << (32-bit_pos); in setbits() local
186 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
190 Uint32 end_mask= (((Uint32)1)<<(count+bit_pos-32)) - 1; in setbits()
191 *dst= (*dst&~end_mask) | ((val>>(32-bit_pos))&end_mask); in setbits()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbtup/
H A Dtest_dynbm.c170 Uint32 end_mask= (((Uint32)1)<<count) - 1; in setbits() local
173 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
175 *dst= (*dst&~(end_mask<<bit_pos)) | ((val&end_mask)<<bit_pos); in setbits()
185 Uint32 end_mask= ((((Uint32)1)<<(bit_pos+count-32)) - 1) << (32-bit_pos); in setbits() local
186 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
190 Uint32 end_mask= (((Uint32)1)<<(count+bit_pos-32)) - 1; in setbits()
191 *dst= (*dst&~end_mask) | ((val>>(32-bit_pos))&end_mask); in setbits()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/kernel/blocks/dbtup/
H A Dtest_dynbm.cpp169 Uint32 end_mask= (((Uint32)1)<<count) - 1; in setbits() local
172 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
174 *dst= (*dst&~(end_mask<<bit_pos)) | ((val&end_mask)<<bit_pos); in setbits()
184 Uint32 end_mask= ((((Uint32)1)<<(bit_pos+count-32)) - 1) << (32-bit_pos); in setbits() local
185 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
189 Uint32 end_mask= (((Uint32)1)<<(count+bit_pos-32)) - 1; in setbits()
190 *dst= (*dst&~end_mask) | ((val>>(32-bit_pos))&end_mask); in setbits()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbtup/
H A Dtest_dynbm.c170 Uint32 end_mask= (((Uint32)1)<<count) - 1; in setbits() local
173 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
175 *dst= (*dst&~(end_mask<<bit_pos)) | ((val&end_mask)<<bit_pos); in setbits()
185 Uint32 end_mask= ((((Uint32)1)<<(bit_pos+count-32)) - 1) << (32-bit_pos); in setbits() local
186 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
190 Uint32 end_mask= (((Uint32)1)<<(count+bit_pos-32)) - 1; in setbits()
191 *dst= (*dst&~end_mask) | ((val>>(32-bit_pos))&end_mask); in setbits()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/kernel/blocks/dbtup/
H A Dtest_dynbm.c170 Uint32 end_mask= (((Uint32)1)<<count) - 1; in setbits() local
173 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
175 *dst= (*dst&~(end_mask<<bit_pos)) | ((val&end_mask)<<bit_pos); in setbits()
185 Uint32 end_mask= ((((Uint32)1)<<(bit_pos+count-32)) - 1) << (32-bit_pos); in setbits() local
186 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
190 Uint32 end_mask= (((Uint32)1)<<(count+bit_pos-32)) - 1; in setbits()
191 *dst= (*dst&~end_mask) | ((val>>(32-bit_pos))&end_mask); in setbits()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbtup/
H A Dtest_dynbm.c170 Uint32 end_mask= (((Uint32)1)<<count) - 1; in setbits() local
173 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
175 *dst= (*dst&~(end_mask<<bit_pos)) | ((val&end_mask)<<bit_pos); in setbits()
185 Uint32 end_mask= ((((Uint32)1)<<(bit_pos+count-32)) - 1) << (32-bit_pos); in setbits() local
186 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
190 Uint32 end_mask= (((Uint32)1)<<(count+bit_pos-32)) - 1; in setbits()
191 *dst= (*dst&~end_mask) | ((val>>(32-bit_pos))&end_mask); in setbits()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbtup/
H A Dtest_dynbm.c170 Uint32 end_mask= (((Uint32)1)<<count) - 1; in setbits() local
173 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
175 *dst= (*dst&~(end_mask<<bit_pos)) | ((val&end_mask)<<bit_pos); in setbits()
185 Uint32 end_mask= ((((Uint32)1)<<(bit_pos+count-32)) - 1) << (32-bit_pos); in setbits() local
186 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
190 Uint32 end_mask= (((Uint32)1)<<(count+bit_pos-32)) - 1; in setbits()
191 *dst= (*dst&~end_mask) | ((val>>(32-bit_pos))&end_mask); in setbits()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/kernel/blocks/dbtup/
H A Dtest_dynbm.c170 Uint32 end_mask= (((Uint32)1)<<count) - 1; in setbits() local
173 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
175 *dst= (*dst&~(end_mask<<bit_pos)) | ((val&end_mask)<<bit_pos); in setbits()
185 Uint32 end_mask= ((((Uint32)1)<<(bit_pos+count-32)) - 1) << (32-bit_pos); in setbits() local
186 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
190 Uint32 end_mask= (((Uint32)1)<<(count+bit_pos-32)) - 1; in setbits()
191 *dst= (*dst&~end_mask) | ((val>>(32-bit_pos))&end_mask); in setbits()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/kernel/blocks/dbtup/
H A Dtest_dynbm.c170 Uint32 end_mask= (((Uint32)1)<<count) - 1; in setbits() local
173 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
175 *dst= (*dst&~(end_mask<<bit_pos)) | ((val&end_mask)<<bit_pos); in setbits()
185 Uint32 end_mask= ((((Uint32)1)<<(bit_pos+count-32)) - 1) << (32-bit_pos); in setbits() local
186 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
190 Uint32 end_mask= (((Uint32)1)<<(count+bit_pos-32)) - 1; in setbits()
191 *dst= (*dst&~end_mask) | ((val>>(32-bit_pos))&end_mask); in setbits()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/kernel/blocks/dbtup/
H A Dtest_dynbm.c170 Uint32 end_mask= (((Uint32)1)<<count) - 1; in setbits() local
173 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
175 *dst= (*dst&~(end_mask<<bit_pos)) | ((val&end_mask)<<bit_pos); in setbits()
185 Uint32 end_mask= ((((Uint32)1)<<(bit_pos+count-32)) - 1) << (32-bit_pos); in setbits() local
186 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
190 Uint32 end_mask= (((Uint32)1)<<(count+bit_pos-32)) - 1; in setbits()
191 *dst= (*dst&~end_mask) | ((val>>(32-bit_pos))&end_mask); in setbits()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/core/
H A Dsysimgblt.c95 u32 end_mask = FB_SHIFT_HIGH(p, ~(u32)0, shift); in color_imageblit() local
97 *dst &= end_mask; in color_imageblit()
160 u32 end_mask = FB_SHIFT_HIGH(p, ~(u32)0, shift); in slow_imageblit() local
162 *dst &= end_mask; in slow_imageblit()
191 u32 bit_mask, end_mask, eorx, shift; in fast_imageblit() local
228 end_mask = tab[(*src >> shift) & bit_mask]; in fast_imageblit()
229 *dst++ = (end_mask & eorx) ^ bgx; in fast_imageblit()
H A Dcfbimgblt.c121 u32 end_mask = fb_shifted_pixels_mask_u32(p, shift, in color_imageblit() local
124 FB_WRITEL((FB_READL(dst) & end_mask) | val, dst); in color_imageblit()
189 u32 end_mask = fb_shifted_pixels_mask_u32(p, shift, in slow_imageblit() local
192 FB_WRITEL((FB_READL(dst) & end_mask) | val, dst); in slow_imageblit()
221 u32 bit_mask, end_mask, eorx, shift; in fast_imageblit() local
256 end_mask = tab[(*src >> shift) & bit_mask]; in fast_imageblit()
257 FB_WRITEL((end_mask & eorx)^bgx, dst++); in fast_imageblit()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/core/
H A Dsysimgblt.c95 u32 end_mask = FB_SHIFT_HIGH(p, ~(u32)0, shift); in color_imageblit() local
97 *dst &= end_mask; in color_imageblit()
160 u32 end_mask = FB_SHIFT_HIGH(p, ~(u32)0, shift); in slow_imageblit() local
162 *dst &= end_mask; in slow_imageblit()
191 u32 bit_mask, end_mask, eorx, shift; in fast_imageblit() local
228 end_mask = tab[(*src >> shift) & bit_mask]; in fast_imageblit()
229 *dst++ = (end_mask & eorx) ^ bgx; in fast_imageblit()
H A Dcfbimgblt.c121 u32 end_mask = fb_shifted_pixels_mask_u32(p, shift, in color_imageblit() local
124 FB_WRITEL((FB_READL(dst) & end_mask) | val, dst); in color_imageblit()
189 u32 end_mask = fb_shifted_pixels_mask_u32(p, shift, in slow_imageblit() local
192 FB_WRITEL((FB_READL(dst) & end_mask) | val, dst); in slow_imageblit()
221 u32 bit_mask, end_mask, eorx, shift; in fast_imageblit() local
256 end_mask = tab[(*src >> shift) & bit_mask]; in fast_imageblit()
257 FB_WRITEL((end_mask & eorx)^bgx, dst++); in fast_imageblit()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/core/
H A Dsysimgblt.c95 u32 end_mask = FB_SHIFT_HIGH(p, ~(u32)0, shift); in color_imageblit() local
97 *dst &= end_mask; in color_imageblit()
160 u32 end_mask = FB_SHIFT_HIGH(p, ~(u32)0, shift); in slow_imageblit() local
162 *dst &= end_mask; in slow_imageblit()
191 u32 bit_mask, end_mask, eorx, shift; in fast_imageblit() local
228 end_mask = tab[(*src >> shift) & bit_mask]; in fast_imageblit()
229 *dst++ = (end_mask & eorx) ^ bgx; in fast_imageblit()
H A Dcfbimgblt.c121 u32 end_mask = fb_shifted_pixels_mask_u32(p, shift, in color_imageblit() local
124 FB_WRITEL((FB_READL(dst) & end_mask) | val, dst); in color_imageblit()
189 u32 end_mask = fb_shifted_pixels_mask_u32(p, shift, in slow_imageblit() local
192 FB_WRITEL((FB_READL(dst) & end_mask) | val, dst); in slow_imageblit()
221 u32 bit_mask, end_mask, eorx, shift; in fast_imageblit() local
256 end_mask = tab[(*src >> shift) & bit_mask]; in fast_imageblit()
257 FB_WRITEL((end_mask & eorx)^bgx, dst++); in fast_imageblit()
/dports/math/py-or-tools/or-tools-9.2/ortools/util/
H A Dbitset.cc168 const uint##size##_t end_mask = \
170 if (end_mask) { \
172 MostSignificantBitPosition##size(end_mask); \
242 const uint##size##_t end_mask = \
244 if (end_mask) { \
246 MostSignificantBitPosition##size(end_mask); \
/dports/games/libretro-hatari/hatari-561c07e/src/
H A Dblitter.c113 Uint16 end_mask; member
190 static void Blitter_SetState(Uint8 fxsr, Uint8 nfsr, Uint16 end_mask) in Blitter_SetState() argument
192 BlitterState.end_mask = end_mask; in Blitter_SetState()
418 return (Blitter_ComputeLOP() & BlitterState.end_mask) | in Blitter_ComputeMask()
419 (Blitter_DestRead() & ~BlitterState.end_mask); in Blitter_ComputeMask()
425 Uint16 dst_data = ((BlitterState.nfsr || BlitterState.end_mask != 0xFFFF) in Blitter_ProcessWord()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/
H A Ddnfb.c153 uint start_mask, end_mask, dest; in dnfb_copyarea() local
168 end_mask = 0x7ffff >> (x_end & 0xf); in dnfb_copyarea()
178 end_mask = 0xffff0000 >> (x_end & 0xf); in dnfb_copyarea()
213 out_8(AP_WRITE_ENABLE, start_mask | end_mask); in dnfb_copyarea()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/
H A Ddnfb.c153 uint start_mask, end_mask, dest; in dnfb_copyarea() local
168 end_mask = 0x7ffff >> (x_end & 0xf); in dnfb_copyarea()
178 end_mask = 0xffff0000 >> (x_end & 0xf); in dnfb_copyarea()
213 out_8(AP_WRITE_ENABLE, start_mask | end_mask); in dnfb_copyarea()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/
H A Ddnfb.c153 uint start_mask, end_mask, dest; in dnfb_copyarea() local
168 end_mask = 0x7ffff >> (x_end & 0xf); in dnfb_copyarea()
178 end_mask = 0xffff0000 >> (x_end & 0xf); in dnfb_copyarea()
213 out_8(AP_WRITE_ENABLE, start_mask | end_mask); in dnfb_copyarea()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dscfe.c207 byte end_mask = 1 << (-ss->Columns & 7); in s_CFE_process() local
250 byte end_bit = *end & end_mask; in s_CFE_process()
251 byte not_bit = end_bit ^ end_mask; in s_CFE_process()
253 *end &= -end_mask; in s_CFE_process()
254 if (end_mask == 1) in s_CFE_process()
256 else if (end_mask == 2) in s_CFE_process()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dscfe.c203 byte end_mask = 1 << (-ss->Columns & 7); in s_CFE_process() local
246 byte end_bit = *end & end_mask; in s_CFE_process()
247 byte not_bit = end_bit ^ end_mask; in s_CFE_process()
249 *end &= -end_mask; in s_CFE_process()
250 if (end_mask == 1) in s_CFE_process()
252 else if (end_mask == 2) in s_CFE_process()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dscfe.c203 byte end_mask = 1 << (-ss->Columns & 7); in s_CFE_process() local
246 byte end_bit = *end & end_mask; in s_CFE_process()
247 byte not_bit = end_bit ^ end_mask; in s_CFE_process()
249 *end &= -end_mask; in s_CFE_process()
250 if (end_mask == 1) in s_CFE_process()
252 else if (end_mask == 2) in s_CFE_process()

12345678910>>...12