Home
last modified time | relevance | path

Searched defs:mask (Results 326 - 350 of 2305) sorted by relevance

1...<<11121314151617181920>>...93

/third_party/skia/third_party/externals/zlib/
H A Dinftrees.c52 unsigned mask; /* mask for low root bits */ local
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DFieldMaskTree.java83 FieldMaskTree(FieldMask mask) { in FieldMaskTree() argument
132 FieldMaskTree mergeFromFieldMask(FieldMask mask) { in mergeFromFieldMask() argument
171 FieldMaskTree removeFromFieldMask(FieldMask mask) { in removeFromFieldMask() argument
/third_party/pulseaudio/src/pulsecore/
H A Dmix_neon.c34 const unsigned mask = sizeof(int16_t) * 8 - 1; in pa_mix_ch2_s16ne_neon() local
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_half.h186 uint32_t mask = (halfway << 1) - 1; in cl_half_from_float() local
312 uint64_t mask = (halfway << 1) - 1; in cl_half_from_double() local
[all...]
/third_party/skia/modules/sksg/src/
H A DSkSGMaskEffect.cpp23 MaskEffect::MaskEffect(sk_sp<RenderNode> child, sk_sp<RenderNode> mask, Mode mode) in MaskEffect() argument
/third_party/selinux/libsepol/cil/src/
H A Dcil_symtab.h70 uint32_t mask; member
/third_party/skia/bench/
H A DBlurRectBench.cpp92 SkMask mask; variable
146 SkMask mask; variable
174 SkMask mask; variable
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dconst_time.h99 static inline unsigned int const_time_select(unsigned int mask, in const_time_select() argument
114 static inline int const_time_select_int(unsigned int mask, in argument
129 const_time_select_u8(u8 mask, u8 true_val, u8 false_val) const_time_select_u8() argument
142 const_time_select_s8(u8 mask, s8 true_val, s8 false_val) const_time_select_s8() argument
161 const_time_select_bin(u8 mask, const u8 *true_val, const u8 *false_val, size_t len, u8 *dst) const_time_select_bin() argument
177 unsigned int mask; const_time_memcmp() local
[all...]
/third_party/vk-gl-cts/framework/delibs/dethread/unix/
H A DdeThreadUnix.c168 unsigned long mask = 0; in deGetNumAvailableLogicalCores() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dconst_time.h99 static inline unsigned int const_time_select(unsigned int mask, in const_time_select() argument
114 static inline int const_time_select_int(unsigned int mask, in argument
129 const_time_select_u8(u8 mask, u8 true_val, u8 false_val) const_time_select_u8() argument
142 const_time_select_s8(u8 mask, s8 true_val, s8 false_val) const_time_select_s8() argument
161 const_time_select_bin(u8 mask, const u8 *true_val, const u8 *false_val, size_t len, u8 *dst) const_time_select_bin() argument
177 unsigned int mask; const_time_memcmp() local
[all...]
/base/telephony/cellular_data/services/src/utils/
H A Dcellular_data_utils.cpp112 std::vector<std::string> mask = Split(netmask, flag); in GetPrefixLen() local
/base/telephony/core_service/frameworks/native/src/
H A Dtelephony_state_registry_proxy.cpp293 RegisterStateChange( const sptr<TelephonyObserverBroker> &callback, int32_t slotId, uint32_t mask, bool isUpdate) RegisterStateChange() argument
330 UnregisterStateChange( int32_t slotId, uint32_t mask) UnregisterStateChange() argument
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Dhi_isr.c95 hi_u64 set_force_int_mask_in_flash(hi_u64 mask) in set_force_int_mask_in_flash() argument
H A Dhi_event.c159 hi_u32 hi_event_wait(hi_u32 id, hi_u32 mask, HI_OUT hi_u32 *event_bits, hi_u32 timeout, hi_u32 flag) in hi_event_wait() argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/hal/ctrl/hisiv100/regs/
H A Dhdmi_reg_aon.c40 tx_aon_intr_mask mask; in hdmi_reg_aon_intr_mask0_set() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/
H A Dinotify.h13 uint32_t mask, cookie, len; member
/device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp-i2s-audio.c36 static inline void hdmi_mod(struct dw_hdmi_qp_i2s_audio_data *audio, u32 data, u32 mask, u32 reg) in hdmi_mod() argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/thirdparty/
H A Dmali_kbase_mmap.c79 unsigned long mask = ~((unsigned long)U32_MAX); in align_and_check() local
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/
H A D8250_dma.c267 dma_cap_mask_t mask; in serial8250_request_dma() local
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/thirdparty/
H A Dmali_kbase_mmap.c61 unsigned long mask = ~((unsigned long)U32_MAX); in align_and_check() local
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp-i2s-audio.c37 hdmi_mod(struct dw_hdmi_qp_i2s_audio_data *audio, u32 data, u32 mask, u32 reg) hdmi_mod() argument
/test/xts/acts/kernel_lite/time_posix/src/
H A DAlarmTest.cpp453 sigset_t mask; in HWTEST_F() local
/third_party/ffmpeg/libavcodec/
H A Ddxa.c61 uint32_t mask; in decode_13() local
[all...]
H A Dlzw.c38 static const uint16_t mask[17] = variable
/third_party/ffmpeg/libavcodec/mips/
H A Daacdec_mips.h185 unsigned int mask = 1U << 31; in VMUL4S_mips() local

Completed in 12 milliseconds

1...<<11121314151617181920>>...93