Home
last modified time | relevance | path

Searched refs:new_mask (Results 1 – 23 of 23) sorted by relevance

/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dposix_signal_blocker.hpp37 sigset_t new_mask; in posix_signal_blocker() local
38 sigfillset(&new_mask); in posix_signal_blocker()
39 blocked_ = (pthread_sigmask(SIG_BLOCK, &new_mask, &old_mask_) == 0); in posix_signal_blocker()
54 sigset_t new_mask; in block() local
55 sigfillset(&new_mask); in block()
56 blocked_ = (pthread_sigmask(SIG_BLOCK, &new_mask, &old_mask_) == 0); in block()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dforward_error_correction.cc293 uint8_t* new_mask = NULL; in InsertZerosInBitMasks() local
315 new_mask = new uint8_t[num_fec_packets * kMaskSizeLBitSet]; in InsertZerosInBitMasks()
316 memset(new_mask, 0, num_fec_packets * kMaskSizeLBitSet); in InsertZerosInBitMasks()
323 CopyColumn(new_mask, new_mask_bytes, packet_mask, num_mask_bytes, in InsertZerosInBitMasks()
337 InsertZeroColumns(zeros_to_insert, new_mask, new_mask_bytes, in InsertZerosInBitMasks()
341 CopyColumn(new_mask, new_mask_bytes, packet_mask, num_mask_bytes, in InsertZerosInBitMasks()
351 new_mask[new_byte_index] <<= (7 - (new_bit_index % 8)); in InsertZerosInBitMasks()
355 memcpy(packet_mask, new_mask, kMaskSizeLBitSet * num_fec_packets); in InsertZerosInBitMasks()
356 delete[] new_mask; in InsertZerosInBitMasks()
361 uint8_t* new_mask, in InsertZeroColumns() argument
[all …]
Dforward_error_correction.h230 static void InsertZeroColumns(int num_zeros, uint8_t* new_mask,
242 static void CopyColumn(uint8_t* new_mask, int new_mask_bytes,
/external/bison/lib/
Dsignal.in.h134 (int how, const sigset_t *new_mask, sigset_t *old_mask));
136 (int how, const sigset_t *new_mask, sigset_t *old_mask));
140 (int how, const sigset_t *new_mask, sigset_t *old_mask));
143 (int how, const sigset_t *new_mask, sigset_t *old_mask));
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_st.c201 unsigned statt_mask, new_mask, i; in xmesa_st_framebuffer_validate() local
211 new_mask = statt_mask & ~xstfb->texture_mask; in xmesa_st_framebuffer_validate()
223 if (resized || new_mask) { in xmesa_st_framebuffer_validate()
236 (new_mask & (1 << front)) && in xmesa_st_framebuffer_validate()
237 !(new_mask & (1 << back))) { in xmesa_st_framebuffer_validate()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler_util.h44 unsigned int new_mask);
87 unsigned int new_mask);
Dradeon_compiler_util.c168 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()
/external/lldb/test/python_api/module_section/
Dmain.cpp48 uint32_t new_mask = g_mask; in mask_access() local
50 return new_mask; in mask_access()
/external/lldb/test/python_api/lldbutil/iter/
Dmain.cpp48 uint32_t new_mask = g_mask; in mask_access() local
50 return new_mask; in mask_access()
/external/lldb/test/python_api/lldbutil/process/
Dmain.cpp48 uint32_t new_mask = g_mask; in mask_access() local
50 return new_mask; in mask_access()
/external/bison/darwin-lib/
Dsignal.h446 (int how, const sigset_t *new_mask, sigset_t *old_mask));
448 (int how, const sigset_t *new_mask, sigset_t *old_mask));
452 (int how, const sigset_t *new_mask, sigset_t *old_mask));
455 (int how, const sigset_t *new_mask, sigset_t *old_mask));
/external/bison/linux-lib/
Dsignal.h446 (int how, const sigset_t *new_mask, sigset_t *old_mask));
448 (int how, const sigset_t *new_mask, sigset_t *old_mask));
452 (int how, const sigset_t *new_mask, sigset_t *old_mask));
455 (int how, const sigset_t *new_mask, sigset_t *old_mask));
/external/libunwind/include/
Dlibunwind_i.h184 # define SIGPROCMASK(how, new_mask, old_mask) \ argument
185 sigprocmask((how), (new_mask), (old_mask))
187 # define SIGPROCMASK(how, new_mask, old_mask) mark_as_used(old_mask) argument
/external/clang/test/CodeGen/
D2003-08-21-StmtExpr.c8 void bar(structty new_mask);
/external/mesa3d/src/gallium/state_trackers/dri/sw/
Ddri_drawable.c53 unsigned statt_mask, new_mask; in dri_st_framebuffer_validate() local
63 new_mask = (statt_mask & ~drawable->texture_mask); in dri_st_framebuffer_validate()
74 if (new_stamp || new_mask || screen->broken_invalidate) { in dri_st_framebuffer_validate()
/external/mesa3d/src/gallium/state_trackers/dri/common/
Ddri_drawable.c53 unsigned statt_mask, new_mask; in dri_st_framebuffer_validate() local
63 new_mask = (statt_mask & ~drawable->texture_mask); in dri_st_framebuffer_validate()
74 if (new_stamp || new_mask || screen->broken_invalidate) { in dri_st_framebuffer_validate()
/external/mesa3d/src/gallium/state_trackers/dri/drm/
Ddri_drawable.c53 unsigned statt_mask, new_mask; in dri_st_framebuffer_validate() local
63 new_mask = (statt_mask & ~drawable->texture_mask); in dri_st_framebuffer_validate()
74 if (new_stamp || new_mask || screen->broken_invalidate) { in dri_st_framebuffer_validate()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_path.cpp90 CFX_DIBitmapRef new_mask; in IntersectMaskF() local
91 CFX_DIBitmap* new_dib = new_mask.New(); in IntersectMaskF()
110 m_Mask = new_mask; in IntersectMaskF()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c593 uint32_t new_mask = 0; in r600_set_sampler_views() local
652 new_mask |= 1 << i; in r600_set_sampler_views()
662 dst->views.enabled_mask |= new_mask; in r600_set_sampler_views()
663 dst->views.dirty_mask |= new_mask; in r600_set_sampler_views()
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
Dfake_filesystem.py1333 def umask(self, new_mask): argument
1345 if not isinstance(new_mask, int):
1348 self.filesystem.umask = new_mask
/external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/
Dfake_filesystem.py1351 def umask(self, new_mask): argument
1363 if not isinstance(new_mask, int):
1366 self.filesystem.umask = new_mask
/external/v8/src/heap/
Dspaces.h130 CellType new_mask = mask_ << 1; in Next() local
131 if (new_mask == 0) { in Next()
134 return MarkBit(cell_, new_mask); in Next()
/external/valgrind/VEX/priv/
Dguest_arm_toIR.c2916 IRTemp old_mask, new_mask, cur_mask; in dis_neon_vtb() local
2940 new_mask = newTemp(Ity_I64); in dis_neon_vtb()
2947 assign(new_mask, binop(Iop_Or64, mkexpr(old_mask), mkexpr(cur_mask))); in dis_neon_vtb()
2959 old_mask = new_mask; in dis_neon_vtb()