/third_party/boost/libs/asio/include/boost/asio/detail/ |
D | posix_signal_blocker.hpp | 41 sigset_t new_mask; in posix_signal_blocker() local 42 sigfillset(&new_mask); in posix_signal_blocker() 43 blocked_ = (pthread_sigmask(SIG_BLOCK, &new_mask, &old_mask_) == 0); in posix_signal_blocker() 58 sigset_t new_mask; in block() local 59 sigfillset(&new_mask); in block() 60 blocked_ = (pthread_sigmask(SIG_BLOCK, &new_mask, &old_mask_) == 0); in block()
|
/third_party/boost/boost/asio/detail/ |
D | posix_signal_blocker.hpp | 41 sigset_t new_mask; in posix_signal_blocker() local 42 sigfillset(&new_mask); in posix_signal_blocker() 43 blocked_ = (pthread_sigmask(SIG_BLOCK, &new_mask, &old_mask_) == 0); in posix_signal_blocker() 58 sigset_t new_mask; in block() local 59 sigfillset(&new_mask); in block() 60 blocked_ = (pthread_sigmask(SIG_BLOCK, &new_mask, &old_mask_) == 0); in block()
|
/third_party/spirv-tools/source/fuzz/ |
D | fuzzer_pass_adjust_loop_controls.cpp | 53 uint32_t new_mask = in Apply() local 72 new_mask |= mask_bit; in Apply() 83 if (!(new_mask & SpvLoopControlDontUnrollMask)) { in Apply() 90 new_mask |= SpvLoopControlPeelCountMask; in Apply() 99 new_mask |= SpvLoopControlPartialCountMask; in Apply() 107 TransformationSetLoopControl transformation(block.id(), new_mask, in Apply()
|
D | transformation_set_memory_operands_mask.cpp | 77 uint32_t new_mask = message_.memory_operands_mask(); in IsApplicable() local 81 !(new_mask & SpvMemoryAccessVolatileMask)) { in IsApplicable() 92 (new_mask | SpvMemoryAccessVolatileMask | in IsApplicable()
|
D | fuzzer_pass_adjust_memory_operands_masks.cpp | 90 uint32_t new_mask = in Apply() local 97 MakeInstructionDescriptor(block, inst_it), new_mask, mask_index); in Apply()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | fuzzer_pass_adjust_loop_controls.cpp | 54 uint32_t new_mask = in Apply() local 73 new_mask |= mask_bit; in Apply() 84 if (!(new_mask & SpvLoopControlDontUnrollMask)) { in Apply() 91 new_mask |= SpvLoopControlPeelCountMask; in Apply() 100 new_mask |= SpvLoopControlPartialCountMask; in Apply() 108 TransformationSetLoopControl transformation(block.id(), new_mask, in Apply()
|
D | transformation_set_memory_operands_mask.cpp | 77 uint32_t new_mask = message_.memory_operands_mask(); in IsApplicable() local 81 !(new_mask & SpvMemoryAccessVolatileMask)) { in IsApplicable() 92 (new_mask | SpvMemoryAccessVolatileMask | in IsApplicable()
|
D | fuzzer_pass_adjust_memory_operands_masks.cpp | 91 uint32_t new_mask = in Apply() local 98 MakeInstructionDescriptor(block, inst_it), new_mask, mask_index); in Apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_adjust_loop_controls.cpp | 54 uint32_t new_mask = in Apply() local 73 new_mask |= mask_bit; in Apply() 84 if (!(new_mask & SpvLoopControlDontUnrollMask)) { in Apply() 91 new_mask |= SpvLoopControlPeelCountMask; in Apply() 100 new_mask |= SpvLoopControlPartialCountMask; in Apply() 108 TransformationSetLoopControl transformation(block.id(), new_mask, in Apply()
|
D | transformation_set_memory_operands_mask.cpp | 77 uint32_t new_mask = message_.memory_operands_mask(); in IsApplicable() local 81 !(new_mask & SpvMemoryAccessVolatileMask)) { in IsApplicable() 92 (new_mask | SpvMemoryAccessVolatileMask | in IsApplicable()
|
D | fuzzer_pass_adjust_memory_operands_masks.cpp | 91 uint32_t new_mask = in Apply() local 98 MakeInstructionDescriptor(block, inst_it), new_mask, mask_index); in Apply()
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
D | xm_st.c | 210 unsigned statt_mask, new_mask, i; in xmesa_st_framebuffer_validate() local 220 new_mask = statt_mask & ~xstfb->texture_mask; in xmesa_st_framebuffer_validate() 232 if (resized || new_mask) { in xmesa_st_framebuffer_validate() 245 (new_mask & (1 << front)) && in xmesa_st_framebuffer_validate() 246 !(new_mask & (1 << back))) { in xmesa_st_framebuffer_validate()
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_compiler_util.h | 71 unsigned int new_mask); 114 unsigned int new_mask);
|
D | radeon_compiler_util.c | 168 unsigned int new_mask = 0; in rewrite_writemask() local 176 new_mask |= (1 << GET_SWZ(conversion_swizzle, i)); in rewrite_writemask() 179 return new_mask; in rewrite_writemask() 683 unsigned int new_mask) in rc_make_conversion_swizzle() argument 692 if (GET_BIT(new_mask, new_idx)) { in rc_make_conversion_swizzle()
|
/third_party/gn/src/gn/ |
D | hash_table_base.h | 504 size_t new_mask = new_size - 1; in GrowBuckets() local 514 size_t dst_index = node->hash_value() & new_mask; in GrowBuckets() 521 dst_index = (dst_index + 1) & new_mask; in GrowBuckets()
|
/third_party/libunwind/include/ |
D | libunwind_i.h | 190 # define SIGPROCMASK(how, new_mask, old_mask) \ argument 191 sigprocmask((how), (new_mask), (old_mask)) 193 # define SIGPROCMASK(how, new_mask, old_mask) mark_as_used(old_mask) argument
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri_drawable.c | 54 unsigned statt_mask, new_mask; in dri_st_framebuffer_validate() local 67 new_mask = (statt_mask & ~drawable->texture_mask); in dri_st_framebuffer_validate() 78 if (new_stamp || new_mask || screen->broken_invalidate) { in dri_st_framebuffer_validate() 98 if (new_mask & (1 << ST_ATTACHMENT_BACK_LEFT) && in dri_st_framebuffer_validate()
|
/third_party/libuv/src/unix/ |
D | signal.c | 141 sigset_t new_mask; in uv__signal_block_and_lock() local 143 if (sigfillset(&new_mask)) in uv__signal_block_and_lock() 148 if (pthread_sigmask(SIG_SETMASK, &new_mask, saved_sigmask)) in uv__signal_block_and_lock()
|
/third_party/iowow/src/utils/ |
D | khash.h | 275 khint_t new_mask; \ 276 new_mask = new_n_buckets - 1; \ 282 i = k & new_mask; \ 283 while (!__ac_isempty(new_flags, i)) i = (i + (++step)) & new_mask; \
|
/third_party/ejdb/src/util/ |
D | khash.h | 265 khint_t new_mask; \ 266 new_mask = new_n_buckets - 1; \ 272 i = k & new_mask; \ 273 while (!__ac_isempty(new_flags, i)) i = (i + (++step)) & new_mask; \
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_nir.c | 80 unsigned new_mask = 0; in scan_io_usage() local 83 new_mask |= 0x1 << (i / 2); in scan_io_usage() 85 mask = new_mask; in scan_io_usage() 150 unsigned new_mask = mask & ~info->output_usagemask[loc]; in scan_io_usage() local 155 if (new_mask & (1 << i)) { in scan_io_usage()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi_info.c | 116 uint8_t new_mask = 0; in gather_usage() local 119 new_mask |= 0x3 << (2 * i); in gather_usage() 121 mask = new_mask << location_frac; in gather_usage()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_rast.c | 505 uint64_t new_mask = 0; in lp_rast_shade_quads_mask() local 507 new_mask |= ((uint64_t)mask) << (16 * i); in lp_rast_shade_quads_mask() 508 lp_rast_shade_quads_mask_sample(task, inputs, x, y, new_mask); in lp_rast_shade_quads_mask()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_state_common.c | 460 uint32_t new_mask = 0; in r600_bind_sampler_states() local 484 new_mask |= 1 << i; in r600_bind_sampler_states() 495 dst->states.enabled_mask |= new_mask; in r600_bind_sampler_states() 496 dst->states.dirty_mask |= new_mask; in r600_bind_sampler_states() 655 uint32_t new_mask = 0; in r600_set_sampler_views() local 718 new_mask |= 1 << i; in r600_set_sampler_views() 728 dst->views.enabled_mask |= new_mask; in r600_set_sampler_views() 729 dst->views.dirty_mask |= new_mask; in r600_set_sampler_views()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir.c | 91 nir_component_mask_t new_mask = 0; in nir_component_mask_reinterpret() local 98 new_mask |= BITFIELD_RANGE(start, count); in nir_component_mask_reinterpret() 100 return new_mask; in nir_component_mask_reinterpret()
|