Home
last modified time | relevance | path

Searched refs:temp_mask (Results 1 – 25 of 146) sorted by relevance

123456

/dports/devel/inilib/inilib-1.0.7b3/config/
H A Dcxx_find_template_repository.m4117 temp_mask=
119 temp_mask="`echo $lsc_file | cut -d. -f2`"
121 lsc_template_filemask="$temp_mask";
122 elif test "`echo $lsc_template_filemask | grep $temp_mask`" = ""; then
123 lsc_template_filemask="$lsc_template_filemask $temp_mask"
130 temp_mask=
133 temp_mask="*.$mask $temp_mask"
135 lsc_template_filemask=$temp_mask
/dports/net/openmpi3/openmpi-3.1.6/config/
H A Dompi_cxx_find_template_repository.m4141 temp_mask=
143 temp_mask="`echo $ompi_file | cut -d. -f2`"
145 ompi_template_filemask="$temp_mask";
146 elif test "`echo $ompi_template_filemask | $GREP $temp_mask`" = ""; then
147 ompi_template_filemask="$ompi_template_filemask $temp_mask"
154 temp_mask=
157 temp_mask="*.$mask $temp_mask"
159 ompi_template_filemask=$temp_mask
/dports/net/openmpi/openmpi-4.1.1/config/
H A Dompi_cxx_find_template_repository.m4141 temp_mask=
143 temp_mask="`echo $ompi_file | cut -d. -f2`"
145 ompi_template_filemask="$temp_mask";
146 elif test "`echo $ompi_template_filemask | $GREP $temp_mask`" = ""; then
147 ompi_template_filemask="$ompi_template_filemask $temp_mask"
154 temp_mask=
157 temp_mask="*.$mask $temp_mask"
159 ompi_template_filemask=$temp_mask
/dports/lang/rust/rustc-1.58.1-src/library/stdarch/examples/
H A Dconnect5.rs447 if _popcnt32(temp_mask as i32) == 0 && !pos_is_winner_avx512(pos) { in pos_is_draw_avx512()
950 count_match += _popcnt32(temp_mask as i32); in pos_is_winner_avx512()
957 count_match += _popcnt32(temp_mask as i32); in pos_is_winner_avx512()
1012 count_match += _popcnt32(temp_mask as i32); in check_patternlive4_avx512()
1023 count_match += _popcnt32(temp_mask as i32); in check_patternlive4_avx512()
1088 count_match += _popcnt32(temp_mask as i32); in check_patterndead4_avx512()
1099 count_match += _popcnt32(temp_mask as i32); in check_patterndead4_avx512()
1149 count_match += _popcnt32(temp_mask as i32); in check_patternlive3_avx512()
1160 count_match += _popcnt32(temp_mask as i32); in check_patternlive3_avx512()
1195 count_match += _popcnt32(temp_mask as i32); in check_patternlive3_avx512()
[all …]
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-paraLLEl/parallel-rdp/parallel-rdp/shaders/
H A Dperspective.h73 int temp_mask = ((1 << 30) - 1) & -((1 << 29) >> shift); in perspective_divide() local
74 ivec2 out_of_bounds = prod & temp_mask; in perspective_divide()
84 if (out_of_bounds.x != temp_mask && out_of_bounds.x != 0) in perspective_divide()
93 if (out_of_bounds.y != temp_mask && out_of_bounds.y != 0) in perspective_divide()
/dports/devel/marisa-trie/marisa-trie-961ed33/lib/marisa/grimoire/vector/
H A Dflat-vector.h138 UInt32 temp_mask; in map_() local
139 mapper.map(&temp_mask); in map_()
140 mask_ = temp_mask; in map_()
159 UInt32 temp_mask; in read_() local
160 reader.read(&temp_mask); in read_()
161 mask_ = temp_mask; in read_()
/dports/graphics/gimp-resynthesizer/resynthesizer-2.0.3/src/resynthesizer/
H A DadaptGimp.h219 Map temp_mask; in fetch_mask() local
231 new_bytemap(&temp_mask, width, height); in fetch_mask()
246 pixmap_from_drawable(temp_mask, mask_drawable, in fetch_mask()
252 blit_map(mask, &temp_mask, drawable_relative_x, drawable_relative_y); in fetch_mask()
254 free_map(&temp_mask); in fetch_mask()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/thermal/
H A Darmada_thermal.c96 unsigned int temp_mask; member
380 reg = (reg >> priv->data->temp_shift) & priv->data->temp_mask; in armada_read_sensor()
383 sample = sign_extend32(reg, fls(priv->data->temp_mask) - 1); in armada_read_sensor()
470 return sample & data->temp_mask; in armada_mc_to_reg_temp()
510 ctrl1 &= ~(data->temp_mask << data->thresh_shift); in armada_set_overheat_thresholds()
577 .temp_mask = 0x1ff,
589 .temp_mask = 0x1ff,
601 .temp_mask = 0x1ff,
614 .temp_mask = 0x3ff,
628 .temp_mask = 0x3ff,
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/thermal/
H A Darmada_thermal.c96 unsigned int temp_mask; member
380 reg = (reg >> priv->data->temp_shift) & priv->data->temp_mask; in armada_read_sensor()
383 sample = sign_extend32(reg, fls(priv->data->temp_mask) - 1); in armada_read_sensor()
470 return sample & data->temp_mask; in armada_mc_to_reg_temp()
510 ctrl1 &= ~(data->temp_mask << data->thresh_shift); in armada_set_overheat_thresholds()
577 .temp_mask = 0x1ff,
589 .temp_mask = 0x1ff,
601 .temp_mask = 0x1ff,
614 .temp_mask = 0x3ff,
628 .temp_mask = 0x3ff,
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/thermal/
H A Darmada_thermal.c96 unsigned int temp_mask; member
380 reg = (reg >> priv->data->temp_shift) & priv->data->temp_mask; in armada_read_sensor()
383 sample = sign_extend32(reg, fls(priv->data->temp_mask) - 1); in armada_read_sensor()
470 return sample & data->temp_mask; in armada_mc_to_reg_temp()
510 ctrl1 &= ~(data->temp_mask << data->thresh_shift); in armada_set_overheat_thresholds()
577 .temp_mask = 0x1ff,
589 .temp_mask = 0x1ff,
601 .temp_mask = 0x1ff,
614 .temp_mask = 0x3ff,
628 .temp_mask = 0x3ff,
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/develop/blends/
H A Dblendif_rgb_jzczhz.c283 float *const restrict temp_mask = dt_alloc_align_float(buffsize); in dt_develop_blendif_rgb_jzczhz_make_mask() local
284 if(!temp_mask) in dt_develop_blendif_rgb_jzczhz_make_mask()
291 dt_omp_firstprivate(temp_mask, mask, a, b, oheight, owidth, iwidth, yoffs, xoffs, buffsize, \ in dt_develop_blendif_rgb_jzczhz_make_mask()
303 #pragma omp for simd schedule(static) aligned(temp_mask:64) in dt_develop_blendif_rgb_jzczhz_make_mask()
305 for(size_t x = 0; x < buffsize; x++) temp_mask[x] = 1.0f; in dt_develop_blendif_rgb_jzczhz_make_mask()
333 #pragma omp for simd schedule(static) aligned(mask, temp_mask:64) in dt_develop_blendif_rgb_jzczhz_make_mask()
340 #pragma omp for simd schedule(static) aligned(mask, temp_mask:64) in dt_develop_blendif_rgb_jzczhz_make_mask()
350 #pragma omp for simd schedule(static) aligned(mask, temp_mask:64) in dt_develop_blendif_rgb_jzczhz_make_mask()
357 #pragma omp for simd schedule(static) aligned(mask, temp_mask:64) in dt_develop_blendif_rgb_jzczhz_make_mask()
359 for(size_t x = 0; x < buffsize; x++) mask[x] = global_opacity * mask[x] * temp_mask[x]; in dt_develop_blendif_rgb_jzczhz_make_mask()
[all …]
H A Dblendif_rgb_hsl.c306 float *const restrict temp_mask = dt_alloc_align_float(buffsize); in dt_develop_blendif_rgb_hsl_make_mask() local
307 if(!temp_mask) in dt_develop_blendif_rgb_hsl_make_mask()
314 dt_omp_firstprivate(temp_mask, mask, a, b, oheight, owidth, iwidth, yoffs, xoffs, buffsize, \ in dt_develop_blendif_rgb_hsl_make_mask()
326 #pragma omp for simd schedule(static) aligned(temp_mask:64) in dt_develop_blendif_rgb_hsl_make_mask()
328 for(size_t x = 0; x < buffsize; x++) temp_mask[x] = 1.0f; in dt_develop_blendif_rgb_hsl_make_mask()
356 #pragma omp for simd schedule(static) aligned(mask, temp_mask:64) in dt_develop_blendif_rgb_hsl_make_mask()
363 #pragma omp for simd schedule(static) aligned(mask, temp_mask:64) in dt_develop_blendif_rgb_hsl_make_mask()
373 #pragma omp for simd schedule(static) aligned(mask, temp_mask:64) in dt_develop_blendif_rgb_hsl_make_mask()
380 #pragma omp for simd schedule(static) aligned(mask, temp_mask:64) in dt_develop_blendif_rgb_hsl_make_mask()
382 for(size_t x = 0; x < buffsize; x++) mask[x] = global_opacity * mask[x] * temp_mask[x]; in dt_develop_blendif_rgb_hsl_make_mask()
[all …]
/dports/graphics/darktable/darktable-3.6.1/src/develop/blends/
H A Dblendif_rgb_jzczhz.c283 float *const restrict temp_mask = dt_alloc_align_float(buffsize); in dt_develop_blendif_rgb_jzczhz_make_mask() local
284 if(!temp_mask) in dt_develop_blendif_rgb_jzczhz_make_mask()
291 dt_omp_firstprivate(temp_mask, mask, a, b, oheight, owidth, iwidth, yoffs, xoffs, buffsize, \ in dt_develop_blendif_rgb_jzczhz_make_mask()
303 #pragma omp for simd schedule(static) aligned(temp_mask:64) in dt_develop_blendif_rgb_jzczhz_make_mask()
305 for(size_t x = 0; x < buffsize; x++) temp_mask[x] = 1.0f; in dt_develop_blendif_rgb_jzczhz_make_mask()
333 #pragma omp for simd schedule(static) aligned(mask, temp_mask:64) in dt_develop_blendif_rgb_jzczhz_make_mask()
340 #pragma omp for simd schedule(static) aligned(mask, temp_mask:64) in dt_develop_blendif_rgb_jzczhz_make_mask()
350 #pragma omp for simd schedule(static) aligned(mask, temp_mask:64) in dt_develop_blendif_rgb_jzczhz_make_mask()
357 #pragma omp for simd schedule(static) aligned(mask, temp_mask:64) in dt_develop_blendif_rgb_jzczhz_make_mask()
359 for(size_t x = 0; x < buffsize; x++) mask[x] = global_opacity * mask[x] * temp_mask[x]; in dt_develop_blendif_rgb_jzczhz_make_mask()
[all …]
H A Dblendif_rgb_hsl.c306 float *const restrict temp_mask = dt_alloc_align_float(buffsize); in dt_develop_blendif_rgb_hsl_make_mask() local
307 if(!temp_mask) in dt_develop_blendif_rgb_hsl_make_mask()
314 dt_omp_firstprivate(temp_mask, mask, a, b, oheight, owidth, iwidth, yoffs, xoffs, buffsize, \ in dt_develop_blendif_rgb_hsl_make_mask()
326 #pragma omp for simd schedule(static) aligned(temp_mask:64) in dt_develop_blendif_rgb_hsl_make_mask()
328 for(size_t x = 0; x < buffsize; x++) temp_mask[x] = 1.0f; in dt_develop_blendif_rgb_hsl_make_mask()
356 #pragma omp for simd schedule(static) aligned(mask, temp_mask:64) in dt_develop_blendif_rgb_hsl_make_mask()
363 #pragma omp for simd schedule(static) aligned(mask, temp_mask:64) in dt_develop_blendif_rgb_hsl_make_mask()
373 #pragma omp for simd schedule(static) aligned(mask, temp_mask:64) in dt_develop_blendif_rgb_hsl_make_mask()
380 #pragma omp for simd schedule(static) aligned(mask, temp_mask:64) in dt_develop_blendif_rgb_hsl_make_mask()
382 for(size_t x = 0; x < buffsize; x++) mask[x] = global_opacity * mask[x] * temp_mask[x]; in dt_develop_blendif_rgb_hsl_make_mask()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/image-decoders/bmp/
H A Dbmp_image_reader.cc673 uint32_t temp_mask = bit_masks_[i]; in ProcessBitmasks() local
674 if (!temp_mask) { in ProcessBitmasks()
682 if (temp_mask & bit_masks_[j]) in ProcessBitmasks()
687 for (bit_shifts_right_[i] = 0; !(temp_mask & 1); temp_mask >>= 1) in ProcessBitmasks()
692 for (; temp_mask & 1; temp_mask >>= 1) in ProcessBitmasks()
696 if (temp_mask) in ProcessBitmasks()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/image-decoders/bmp/
H A Dbmp_image_reader.cc673 uint32_t temp_mask = bit_masks_[i]; in ProcessBitmasks() local
674 if (!temp_mask) { in ProcessBitmasks()
682 if (temp_mask & bit_masks_[j]) in ProcessBitmasks()
687 for (bit_shifts_right_[i] = 0; !(temp_mask & 1); temp_mask >>= 1) in ProcessBitmasks()
692 for (; temp_mask & 1; temp_mask >>= 1) in ProcessBitmasks()
696 if (temp_mask) in ProcessBitmasks()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/
H A Dunsharp_opencl_kernel.h218 const global unsigned int *temp_mask;
233 temp_mask = mask_lu;
248 temp_mask = mask_ch;
263 temp_mask = mask_ch;
274 … sum += temp_mask[i + j * (2 * temp_steps_x + 1)] * temp_src[idx_x + idx_y * temp_src_stride];
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/
H A Dunsharp_opencl_kernel.h218 const global unsigned int *temp_mask;
233 temp_mask = mask_lu;
248 temp_mask = mask_ch;
263 temp_mask = mask_ch;
274 … sum += temp_mask[i + j * (2 * temp_steps_x + 1)] * temp_src[idx_x + idx_y * temp_src_stride];
/dports/net/olsrd/olsrd-0.9.8/lib/dyn_gw/src/
H A Dolsrd_dyn_gw.c179 union olsr_ip_addr temp_mask; in set_plugin_hna() local
195 if (inet_pton(olsr_cnf->ip_version, s_mask, &temp_mask) <= 0) { in set_plugin_hna()
208 …->hna_list = add_to_hna_list(hna_groups->hna_list, &temp_addr, olsr_netmask_to_prefix(&temp_mask)); in set_plugin_hna()
267 union olsr_ip_addr temp_mask; in olsrd_plugin_init() local
270 temp_mask.v4.s_addr = INET_MASK; in olsrd_plugin_init()
271 …->hna_list = add_to_hna_list(hna_groups->hna_list, &temp_addr, olsr_netmask_to_prefix(&temp_mask)); in olsrd_plugin_init()
/dports/dns/gdnsd2/gdnsd-2.4.3/libgdmaps/
H A Dntree.c219 unsigned temp_mask; in ntree_lookup_inner() local
220 rv = ntree_lookup_v4(tree, ipv4, &temp_mask); in ntree_lookup_inner()
221 *scope_mask = temp_mask + mask_adj; in ntree_lookup_inner()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/glamor/
H A Dglamor_render.c1399 PicturePtr temp_src = source, temp_mask = mask; in glamor_composite_clipped_region() local
1496 temp_mask = in glamor_composite_clipped_region()
1501 if (!temp_mask) { in glamor_composite_clipped_region()
1502 temp_mask = mask; in glamor_composite_clipped_region()
1505 temp_mask_pixmap = (PixmapPtr) (temp_mask->pDrawable); in glamor_composite_clipped_region()
1541 if (temp_mask && temp_mask->pDrawable) { in glamor_composite_clipped_region()
1542 x_temp_mask += temp_mask->pDrawable->x; in glamor_composite_clipped_region()
1543 y_temp_mask += temp_mask->pDrawable->y; in glamor_composite_clipped_region()
1570 ok = glamor_composite_with_shader(op, temp_src, temp_mask, dest, in glamor_composite_clipped_region()
1586 if (temp_mask != mask) in glamor_composite_clipped_region()
[all …]
/dports/x11-servers/xephyr/xorg-server-1.20.13/glamor/
H A Dglamor_render.c1399 PicturePtr temp_src = source, temp_mask = mask; in glamor_composite_clipped_region() local
1496 temp_mask = in glamor_composite_clipped_region()
1501 if (!temp_mask) { in glamor_composite_clipped_region()
1502 temp_mask = mask; in glamor_composite_clipped_region()
1505 temp_mask_pixmap = (PixmapPtr) (temp_mask->pDrawable); in glamor_composite_clipped_region()
1541 if (temp_mask && temp_mask->pDrawable) { in glamor_composite_clipped_region()
1542 x_temp_mask += temp_mask->pDrawable->x; in glamor_composite_clipped_region()
1543 y_temp_mask += temp_mask->pDrawable->y; in glamor_composite_clipped_region()
1570 ok = glamor_composite_with_shader(op, temp_src, temp_mask, dest, in glamor_composite_clipped_region()
1586 if (temp_mask != mask) in glamor_composite_clipped_region()
[all …]
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/glamor/
H A Dglamor_render.c1399 PicturePtr temp_src = source, temp_mask = mask; in glamor_composite_clipped_region() local
1496 temp_mask = in glamor_composite_clipped_region()
1501 if (!temp_mask) { in glamor_composite_clipped_region()
1502 temp_mask = mask; in glamor_composite_clipped_region()
1505 temp_mask_pixmap = (PixmapPtr) (temp_mask->pDrawable); in glamor_composite_clipped_region()
1541 if (temp_mask && temp_mask->pDrawable) { in glamor_composite_clipped_region()
1542 x_temp_mask += temp_mask->pDrawable->x; in glamor_composite_clipped_region()
1543 y_temp_mask += temp_mask->pDrawable->y; in glamor_composite_clipped_region()
1570 ok = glamor_composite_with_shader(op, temp_src, temp_mask, dest, in glamor_composite_clipped_region()
1586 if (temp_mask != mask) in glamor_composite_clipped_region()
[all …]
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/glamor/
H A Dglamor_render.c1407 PicturePtr temp_src = source, temp_mask = mask; in glamor_composite_clipped_region() local
1504 temp_mask = in glamor_composite_clipped_region()
1509 if (!temp_mask) { in glamor_composite_clipped_region()
1510 temp_mask = mask; in glamor_composite_clipped_region()
1513 temp_mask_pixmap = (PixmapPtr) (temp_mask->pDrawable); in glamor_composite_clipped_region()
1549 if (temp_mask && temp_mask->pDrawable) { in glamor_composite_clipped_region()
1550 x_temp_mask += temp_mask->pDrawable->x; in glamor_composite_clipped_region()
1551 y_temp_mask += temp_mask->pDrawable->y; in glamor_composite_clipped_region()
1578 ok = glamor_composite_with_shader(op, temp_src, temp_mask, dest, in glamor_composite_clipped_region()
1594 if (temp_mask != mask) in glamor_composite_clipped_region()
[all …]
/dports/x11-servers/xwayland/xorg-server-1.20.13/glamor/
H A Dglamor_render.c1399 PicturePtr temp_src = source, temp_mask = mask; in glamor_composite_clipped_region() local
1496 temp_mask = in glamor_composite_clipped_region()
1501 if (!temp_mask) { in glamor_composite_clipped_region()
1502 temp_mask = mask; in glamor_composite_clipped_region()
1505 temp_mask_pixmap = (PixmapPtr) (temp_mask->pDrawable); in glamor_composite_clipped_region()
1541 if (temp_mask && temp_mask->pDrawable) { in glamor_composite_clipped_region()
1542 x_temp_mask += temp_mask->pDrawable->x; in glamor_composite_clipped_region()
1543 y_temp_mask += temp_mask->pDrawable->y; in glamor_composite_clipped_region()
1570 ok = glamor_composite_with_shader(op, temp_src, temp_mask, dest, in glamor_composite_clipped_region()
1586 if (temp_mask != mask) in glamor_composite_clipped_region()
[all …]

123456