Home
last modified time | relevance | path

Searched refs:mask (Results 51 – 61 of 61) sorted by relevance

123

/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_64.c384 sljit_uw mask, uimm; in logical_imm() local
403 mask = ((sljit_uw)1 << len) - 1; in logical_imm()
404 if ((uimm & mask) != ((uimm >> len) & mask)) in logical_imm()
/PHP-7.2/ext/reflection/
H A Dphp_reflection.c1105 static void _function_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) in _function_check_flag() argument
1114 RETURN_BOOL(mptr->common.fn_flags & mask); in _function_check_flag()
3645 static void _class_constant_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) /* {{{ */ in _class_constant_check_flag() argument
3654 RETURN_BOOL(Z_ACCESS_FLAGS(ref->value) & mask); in _class_constant_check_flag()
4585 static void _class_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) in _class_check_flag() argument
4594 RETVAL_BOOL(ce->ce_flags & mask); in _class_check_flag()
5440 static void _property_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) /* {{{ */ in _property_check_flag() argument
5449 RETURN_BOOL(ref->prop.flags & mask); in _property_check_flag()
/PHP-7.2/sapi/litespeed/
H A Dlsapilib.c3116 sigset_t mask; in lsapi_prefork_server_accept() local
3225 sigemptyset( &mask ); in lsapi_prefork_server_accept()
3226 sigaddset( &mask, SIGCHLD ); in lsapi_prefork_server_accept()
3228 if ( sigprocmask(SIG_BLOCK, &mask, &orig_mask) < 0 ) in lsapi_prefork_server_accept()
/PHP-7.2/ext/sodium/
H A Dlibsodium.c3425 volatile unsigned char mask; in PHP_FUNCTION() local
3429 mask = 0U; in PHP_FUNCTION()
3433 tail[-i] = (tail[-i] & mask) | (0x80 & barrier_mask); in PHP_FUNCTION()
3434 mask |= barrier_mask; in PHP_FUNCTION()
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c4157 pcre_uchar mask; in fast_forward_first_char2() local
4248 mask = char1 ^ char2; in fast_forward_first_char2()
4249 if (is_powerof2(mask)) in fast_forward_first_char2()
4251 OP2(SLJIT_OR, TMP1, 0, TMP1, 0, SLJIT_IMM, mask); in fast_forward_first_char2()
4252 found = CMP(SLJIT_EQUAL, TMP1, 0, SLJIT_IMM, char1 | mask); in fast_forward_first_char2()
4319 pcre_uchar mask; in fast_forward_first_n_chars() local
4399 if (!is_powerof2(mask)) in fast_forward_first_n_chars()
4402 if (is_powerof2(mask)) in fast_forward_first_n_chars()
4415 mask = chars[offset * MAX_DIFF_CHARS + chars[offset * MAX_DIFF_CHARS]]; in fast_forward_first_n_chars()
4472 if (is_powerof2(mask)) in fast_forward_first_n_chars()
[all …]
/PHP-7.2/ext/filter/docs/
H A Dfilter.txt39 * If the filter's expected input data mask does not match the provided data
/PHP-7.2/ext/session/
H A Dsession.c277 int mask; in bin_to_readable() local
285 mask = (1 << nbits) - 1; in bin_to_readable()
301 *out++ = hexconvtab[w & mask]; in bin_to_readable()
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c36821 { u16 mask;
113050 assert( mask==-1 || mask==0 );
116088 u32 mask = 0;
116106 return mask;
132141 int mask = 0;
132611 u32 mask = 0;
132627 return mask;
139372 return mask;
139957 return mask;
139970 return mask;
[all …]
/PHP-7.2/ext/standard/
H A Dbasic_functions.c1154 ZEND_ARG_INFO(0, mask)
2142 ZEND_ARG_INFO(0, mask)
2149 ZEND_ARG_INFO(0, mask)
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic6568 # what follows is a bunch of bit-mask checks on the flags field of the opthdr.
22333 # Bit 2 (mask 0x04): Whether raw binary (unescaped 8-bit) values may be present in content
22334 # Bit 1 (mask 0x02): Whether shared String value checking was enabled during encoding, default …
22335 # Bit 0 (mask 0x01): Whether shared property name checking was enabled during encoding, default…
23962 0 string \0\0\1\236\0\0\0\0\0\0\0\0\0\0\0\0 BEA TUXEDO DES mask data
H A Dmagic私はガラスを食べられます6568 # what follows is a bunch of bit-mask checks on the flags field of the opthdr.
22333 # Bit 2 (mask 0x04): Whether raw binary (unescaped 8-bit) values may be present in content
22334 # Bit 1 (mask 0x02): Whether shared String value checking was enabled during encoding, default …
22335 # Bit 0 (mask 0x01): Whether shared property name checking was enabled during encoding, default…
23962 0 string \0\0\1\236\0\0\0\0\0\0\0\0\0\0\0\0 BEA TUXEDO DES mask data

Completed in 726 milliseconds

123