Searched refs:flags_mask (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/pem/ |
H A 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/ |
H A 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/ffmpeg/libavcodec/ |
H A D | jpeg2000dec.c | 1647 int flags_mask = -1; in decode_sigpass() local 1649 flags_mask &= ~(JPEG2000_T1_SIG_S | JPEG2000_T1_SIG_SW | JPEG2000_T1_SIG_SE | JPEG2000_T1_SGN_S); in decode_sigpass() 1650 if ((t1->flags[(y+1) * t1->stride + x+1] & JPEG2000_T1_SIG_NB & flags_mask) in decode_sigpass() 1652 if (ff_mqc_decode(&t1->mqc, t1->mqc.cx_states + ff_jpeg2000_getsigctxno(t1->flags[(y+1) * t1->stride + x+1] & flags_mask, bandno))) { in decode_sigpass() 1653 int xorbit, ctxno = ff_jpeg2000_getsgnctxno(t1->flags[(y+1) * t1->stride + x+1] & flags_mask, &xorbit); in decode_sigpass() 1681 int flags_mask = (vert_causal_ctx_csty_symbol && y == y0 + 3) ? in decode_refpass() local 1683 int ctxno = ff_jpeg2000_getrefctxno(t1->flags[(y + 1) * t1->stride + x + 1] & flags_mask); in decode_refpass() 1700 int flags_mask = -1; in decode_clnpass() local 1702 flags_mask &= ~(JPEG2000_T1_SIG_S | JPEG2000_T1_SIG_SW | JPEG2000_T1_SIG_SE | JPEG2000_T1_SGN_S); in decode_clnpass() 1707 (t1->flags[(y0 + 4) * t1->stride + x + 1] & (JPEG2000_T1_SIG_NB | JPEG2000_T1_VIS | JPEG2000_T1_SIG) & flags_mask))) { in decode_clnpass() 1722 int flags_mask = -1; decode_clnpass() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A 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/ |
H A 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/ |
H A D | driver.h | 1831 u32 flags_mask; /* unset bits in flags */ member
|
H A 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/ |
H A D | driver.h | 2287 u32 flags_mask; /* unset bits in flags */ member
|
H A D | driver_nl80211.c | 5465 upd.mask = upd.set | sta_flags_nl80211(params->flags_mask); in wpa_driver_nl80211_sta_add()
|
Completed in 65 milliseconds