Home
last modified time | relevance | path

Searched defs:mask (Results 2076 - 2100 of 2232) sorted by relevance

1...<<81828384858687888990

/third_party/skia/src/pathops/
H A DSkPathOpsDebug.cpp367 unsigned mask = 0; in CheckHealth() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-common.hh3421 unsigned int mask = (0xFFFFu >> (16 - (1 << f))); in get_delta_pixels() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h2062 RegisterMaskSDNode(const uint32_t *mask) in RegisterMaskSDNode() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp5500 unsigned mask = fieldFromInstruction(Insn, 0, 4); DecodeIT() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder.cc2752 SpvImageOperandsMask mask; in GenerateTextureIntrinsic() member
3105 uint32_t mask = 0; in GenerateTextureIntrinsic() local
/third_party/toybox/toys/pending/
H A Ddhcpd.c545 uint32_t optcode = 0, inf = infomode, convtmp, mask, nip, router; in strtoopt() local
/third_party/python/Objects/
H A Dlongobject.c1606 digit mask = ((digit)1 << d) - 1U; in v_rshift() local
3987 digit mask, low; in long_true_divide() local
H A Ddictobject.c848 size_t mask = DK_MASK(k); in lookdict_index() local
871 size_t mask = DK_MASK(dk); in unicodekeys_lookup_generic() local
917 size_t mask = DK_MASK(dk); in unicodekeys_lookup_unicode() local
961 size_t mask = DK_MASK(dk); dictkeys_generic_lookup() local
1169 const size_t mask = DK_MASK(keys); find_empty_slot() local
1362 size_t mask = DK_MASK(keys); build_indices_generic() local
1377 size_t mask = DK_MASK(keys); build_indices_unicode() local
[all...]
/third_party/selinux/libsepol/cil/src/
H A Dcil_internal.h777 struct cil_ipaddr *mask; member
/third_party/selinux/libsepol/src/
H A Dmodule_to_cil.c2724 char mask[INET_ADDRSTRLEN]; in ocontext_selinux_node_to_cil() local
2756 char mask[INET6_ADDRSTRLEN]; in ocontext_selinux_node6_to_cil() local
[all...]
/third_party/selinux/libsepol/include/sepol/policydb/
H A Dpolicydb.h351 uint32_t mask; /* network order */ member
355 uint32_t mask[4]; /* network order */ member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp1543 deUint32 mask = m_parameters.viewMasks[subpassNdx]; in imageData() local
3523 deUint32 mask in imageData() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpa_supplicant.c2989 enum wpa_drv_update_connect_params_mask mask = 0; in wpas_update_fils_connect_params() local
2547 wpas_populate_assoc_ies( struct wpa_supplicant *wpa_s, struct wpa_bss *bss, struct wpa_ssid *ssid, struct wpa_driver_associate_params *params, enum wpa_drv_update_connect_params_mask *mask) wpas_populate_assoc_ies() argument
7533 wpas_enable_mac_addr_randomization(struct wpa_supplicant *wpa_s, unsigned int type, const u8 *addr, const u8 *mask) global() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpa_cli.c3417 unsigned int mask; in wpa_cli_cmd_all_bss() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp1816 void RSNode::SetMask(const std::shared_ptr<RSMask>& mask) in SetMask() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp2361 void RSProperties::SetMask(const std::shared_ptr<RSMask>& mask) in SetMask() argument
/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp3899 std::unique_ptr<Media::PixelMap> mask = Media::PixelMap::Create(reinterpret_cast<uint32_t*>(data), length, opts); in HandleWindowMask() local
3912 std::shared_ptr<Media::PixelMap> mask = HandleWindowMask(windowMask); in SetWindowMask() local
/third_party/ffmpeg/libavformat/
H A Dmatroskadec.c2085 uint64_t mask = strtol(chmask->value, NULL, 0); in matroska_parse_flac() local
/third_party/glslang/glslang/MachineIndependent/
H A DParseHelper.cpp2274 unsigned mask[3] = {}; in builtInOpCheck() local
[all...]
/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp550 spv::MemoryAccessMask mask = spv::MemoryAccessMaskNone; in TranslateMemoryAccess() local
576 spv::ImageOperandsMask mask = spv::ImageOperandsMaskNone; TranslateImageOperands() local
5880 spv::ImageOperandsMask mask = spv::ImageOperandsMaskNone; createImageTextureFunctionCall() local
5932 spv::ImageOperandsMask mask = spv::ImageOperandsMaskNone; createImageTextureFunctionCall() local
5972 spv::ImageOperandsMask mask = spv::ImageOperandsMaskNone; createImageTextureFunctionCall() local
[all...]
/third_party/alsa-lib/src/pcm/
H A Dpcm.c4017 void snd_pcm_access_mask_none(snd_pcm_access_mask_t *mask) in snd_pcm_access_mask_none() argument
4026 void snd_pcm_access_mask_any(snd_pcm_access_mask_t *mask) in snd_pcm_access_mask_any() argument
4036 snd_pcm_access_mask_test(const snd_pcm_access_mask_t *mask, snd_pcm_access_t val) snd_pcm_access_mask_test() argument
4047 snd_pcm_access_mask_empty(const snd_pcm_access_mask_t *mask) snd_pcm_access_mask_empty() argument
4057 snd_pcm_access_mask_set(snd_pcm_access_mask_t *mask, snd_pcm_access_t val) snd_pcm_access_mask_set() argument
4067 snd_pcm_access_mask_reset(snd_pcm_access_mask_t *mask, snd_pcm_access_t val) snd_pcm_access_mask_reset() argument
4119 snd_pcm_format_mask_none(snd_pcm_format_mask_t *mask) snd_pcm_format_mask_none() argument
4128 snd_pcm_format_mask_any(snd_pcm_format_mask_t *mask) snd_pcm_format_mask_any() argument
4138 snd_pcm_format_mask_test(const snd_pcm_format_mask_t *mask, snd_pcm_format_t val) snd_pcm_format_mask_test() argument
4149 snd_pcm_format_mask_empty(const snd_pcm_format_mask_t *mask) snd_pcm_format_mask_empty() argument
4159 snd_pcm_format_mask_set(snd_pcm_format_mask_t *mask, snd_pcm_format_t val) snd_pcm_format_mask_set() argument
4169 snd_pcm_format_mask_reset(snd_pcm_format_mask_t *mask, snd_pcm_format_t val) snd_pcm_format_mask_reset() argument
4222 snd_pcm_subformat_mask_none(snd_pcm_subformat_mask_t *mask) snd_pcm_subformat_mask_none() argument
4231 snd_pcm_subformat_mask_any(snd_pcm_subformat_mask_t *mask) snd_pcm_subformat_mask_any() argument
4241 snd_pcm_subformat_mask_test(const snd_pcm_subformat_mask_t *mask, snd_pcm_subformat_t val) snd_pcm_subformat_mask_test() argument
4252 snd_pcm_subformat_mask_empty(const snd_pcm_subformat_mask_t *mask) snd_pcm_subformat_mask_empty() argument
4262 snd_pcm_subformat_mask_set(snd_pcm_subformat_mask_t *mask, snd_pcm_subformat_t val) snd_pcm_subformat_mask_set() argument
4272 snd_pcm_subformat_mask_reset(snd_pcm_subformat_mask_t *mask, snd_pcm_subformat_t val) snd_pcm_subformat_mask_reset() argument
4404 snd_pcm_hw_params_set_access_mask(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_mask_t *mask) snd_pcm_hw_params_set_access_mask() argument
4414 snd_pcm_hw_params_get_access_mask(snd_pcm_hw_params_t *params, snd_pcm_access_mask_t *mask) snd_pcm_hw_params_get_access_mask() argument
4501 snd_pcm_hw_params_set_format_mask(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_mask_t *mask) snd_pcm_hw_params_set_format_mask() argument
4511 snd_pcm_hw_params_get_format_mask(snd_pcm_hw_params_t *params, snd_pcm_format_mask_t *mask) snd_pcm_hw_params_get_format_mask() argument
4595 snd_pcm_hw_params_set_subformat_mask(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_subformat_mask_t *mask) snd_pcm_hw_params_set_subformat_mask() argument
4605 snd_pcm_hw_params_get_subformat_mask(snd_pcm_hw_params_t *params, snd_pcm_subformat_mask_t *mask) snd_pcm_hw_params_get_subformat_mask() argument
[all...]
/third_party/backends/backend/
H A Dumax-scsidef.h58 static inline void setbitfield(unsigned char * pageaddr, int mask, int shift, int val) \ in setbitfield() argument
61 static inline void resetbitfield(unsigned char * pageaddr, int mask, int shift, int val) \ in resetbitfield() argument
64 static inline int getbitfield(unsigned char * pageaddr, int mask, int shift) \ in getbitfield() argument
/third_party/cJSON/tests/unity/test/tests/
H A Dtestunity.c3272 volatile int mask = 0; in testProtection() local
/third_party/mesa3d/src/amd/common/
H A Dac_nir_lower_ngg.c121 uint64_t mask; /* Mask of output locations */ member
1741 unsigned mask = info->components_mask; in lower_ngg_gs_emit_vertex_with_counter() local
1914 unsigned mask = info->components_mask; in ngg_gs_export_vertices() local
2321 uint64_t mask = BITFIELD64_BIT(location); in ms_get_out_layout_part() local
2559 ms_emit_arrayed_outputs(nir_builder *b, nir_ssa_def *invocation_index, uint64_t mask, lower_ngg_ms_state *s) ms_emit_arrayed_outputs() argument
[all...]
/third_party/mbedtls/library/
H A Decp_curves.c5314 ecp_mod_koblitz(mbedtls_mpi *N, const mbedtls_mpi_uint *Rp, size_t p_limbs, size_t adjust, size_t shift, mbedtls_mpi_uint mask) ecp_mod_koblitz() argument

Completed in 133 milliseconds

1...<<81828384858687888990