Searched refs:flags_mask (Results 1 – 14 of 14) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/gdp/ |
D | dataprotocol.c | 148 guint16 flags_mask; in gst_dp_payload_buffer() local 195 flags_mask = GST_BUFFER_FLAG_LIVE | GST_BUFFER_FLAG_DISCONT | in gst_dp_payload_buffer() 198 GST_WRITE_UINT16_BE (h + 42, GST_BUFFER_FLAGS (buffer) & flags_mask); in gst_dp_payload_buffer()
|
/third_party/ffmpeg/libavcodec/ |
D | jpeg2000dec.c | 1637 int flags_mask = -1; in decode_sigpass() local 1639 … flags_mask &= ~(JPEG2000_T1_SIG_S | JPEG2000_T1_SIG_SW | JPEG2000_T1_SIG_SE | JPEG2000_T1_SGN_S); in decode_sigpass() 1640 if ((t1->flags[(y+1) * t1->stride + x+1] & JPEG2000_T1_SIG_NB & flags_mask) in decode_sigpass() 1642 …c.cx_states + ff_jpeg2000_getsigctxno(t1->flags[(y+1) * t1->stride + x+1] & flags_mask, bandno))) { in decode_sigpass() 1643 …xorbit, ctxno = ff_jpeg2000_getsgnctxno(t1->flags[(y+1) * t1->stride + x+1] & flags_mask, &xorbit); in decode_sigpass() 1671 int flags_mask = (vert_causal_ctx_csty_symbol && y == y0 + 3) ? in decode_refpass() local 1673 … int ctxno = ff_jpeg2000_getrefctxno(t1->flags[(y + 1) * t1->stride + x + 1] & flags_mask); in decode_refpass() 1690 int flags_mask = -1; in decode_clnpass() local 1692 … flags_mask &= ~(JPEG2000_T1_SIG_S | JPEG2000_T1_SIG_SW | JPEG2000_T1_SIG_SE | JPEG2000_T1_SGN_S); in decode_clnpass() 1697 … * t1->stride + x + 1] & (JPEG2000_T1_SIG_NB | JPEG2000_T1_VIS | JPEG2000_T1_SIG) & flags_mask))) { in decode_clnpass() [all …]
|
/third_party/node/deps/openssl/openssl/crypto/pem/ |
D | pem_lib.c | 816 unsigned int flags_mask; in get_header_and_data() local 828 flags_mask = ~0u; in get_header_and_data() 848 flags_mask &= ~PEM_FLAG_ONLY_B64; in get_header_and_data() 849 len = sanitize_line(linebuf, len, flags & flags_mask, 0); in get_header_and_data()
|
/third_party/openssl/crypto/pem/ |
D | pem_lib.c | 816 unsigned int flags_mask; in get_header_and_data() local 828 flags_mask = ~0u; in get_header_and_data() 848 flags_mask &= ~PEM_FLAG_ONLY_B64; in get_header_and_data() 849 len = sanitize_line(linebuf, len, flags & flags_mask, 0); in get_header_and_data()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstbuffer.c | 574 guint flags_mask = ~GST_BUFFER_FLAG_TAG_MEMORY; in gst_buffer_copy_into() local 577 (GST_MINI_OBJECT_FLAGS (src) & flags_mask) | in gst_buffer_copy_into() 578 (GST_MINI_OBJECT_FLAGS (dest) & ~flags_mask); in gst_buffer_copy_into()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | atoms.h | 254 guint32 flags_mask; member
|
D | atoms.c | 993 hdlr->flags_mask = 0; in atom_hdlr_init() 1846 prop_copy_uint32 (hdlr->flags_mask, buffer, size, offset); in atom_hdlr_copy_data()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | mesh_mpm.c | 778 params.flags_mask |= WPA_STA_AUTHENTICATED; in mesh_mpm_add_peer()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | mesh_mpm.c | 792 params.flags_mask |= WPA_STA_AUTHENTICATED; in mesh_mpm_add_peer()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver.h | 1831 u32 flags_mask; /* unset bits in flags */ member
|
D | driver_nl80211.c | 4651 upd.mask = upd.set | sta_flags_nl80211(params->flags_mask); in wpa_driver_nl80211_sta_add()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver.h | 2201 u32 flags_mask; /* unset bits in flags */ member
|
D | driver_nl80211.c | 5256 upd.mask = upd.set | sta_flags_nl80211(params->flags_mask); in wpa_driver_nl80211_sta_add()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 80751 u32 flags_mask; member
|