Home
last modified time | relevance | path

Searched refs:mask (Results 1 – 25 of 58) sorted by path

123

/PHP-5.5/Zend/
H A DOBJECTS2_HOWTO81 should set right type, function name and parameter mask for the
H A DREADME.ZEND_VM26 you can use ANY mask to disable specialization according operand's op_type.
H A Dzend_API.h716 #define ZEND_DEFINE_PROPERTY(class_ptr, name, value, mask) \ argument
720 zend_declare_property(class_ptr, _name, namelen, value, mask TSRMLS_CC); \
H A Dzend_builtin_functions.c1643 zend_uint mask = va_arg(args, zend_uint); in copy_class_or_interface_name() local
1645 zend_uint comply_mask = (comply)? mask:0; in copy_class_or_interface_name()
1649 && (comply_mask == (ce->ce_flags & mask))) { in copy_class_or_interface_name()
1665 zend_uint mask = ZEND_ACC_TRAIT; in ZEND_FUNCTION() local
1673 …table) TSRMLS_CC, (apply_func_args_t) copy_class_or_interface_name, 3, return_value, mask, comply); in ZEND_FUNCTION()
1682 zend_uint mask = ZEND_ACC_INTERFACE | (ZEND_ACC_TRAIT & ~ZEND_ACC_EXPLICIT_ABSTRACT_CLASS); in ZEND_FUNCTION() local
1690 …table) TSRMLS_CC, (apply_func_args_t) copy_class_or_interface_name, 3, return_value, mask, comply); in ZEND_FUNCTION()
1698 zend_uint mask = ZEND_ACC_INTERFACE; in ZEND_FUNCTION() local
1706 …table) TSRMLS_CC, (apply_func_args_t) copy_class_or_interface_name, 3, return_value, mask, comply); in ZEND_FUNCTION()
/PHP-5.5/ext/ereg/regex/
H A Dregcomp.c1050 cs->mask = 1 << ((no) % CHAR_BIT);
H A Dregex2.h90 uch mask; /* bit within array */ member
96 #define CHadd(cs, c) ((cs)->ptr[(uch)(c)] |= (cs)->mask, (cs)->hash += (c))
97 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c))
98 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask)
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic4508 # what follows is a bunch of bit-mask checks on the flags field of the opthdr.
16224 # Bit 2 (mask 0x04): Whether raw binary (unescaped 8-bit) values may be present in content
16225 # Bit 1 (mask 0x02): Whether shared String value checking was enabled during encoding, default …
16226 # Bit 0 (mask 0x01): Whether shared property name checking was enabled during encoding, default…
17640 0 string \0\0\1\236\0\0\0\0\0\0\0\0\0\0\0\0 BEA TUXEDO DES mask data
/PHP-5.5/ext/filter/docs/
H A Dfilter.txt39 * If the filter's expected input data mask does not match the provided data
/PHP-5.5/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp28 #define U_POINTER_MASK_LSB(ptr, mask) (((ptrdiff_t)(char *)(ptr)) & (mask)) argument
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c1245 int mask = 0; in zend_accel_get_auto_globals() local
1249 mask |= n; in zend_accel_get_auto_globals()
1253 return mask; in zend_accel_get_auto_globals()
1266 static void zend_accel_set_auto_globals(int mask TSRMLS_DC) in zend_accel_set_auto_globals()
1272 if (mask & n) { in zend_accel_set_auto_globals()
/PHP-5.5/ext/pcntl/
H A Dpcntl.c1235 sigset_t mask; in pcntl_signal_dispatch() local
1244 sigfillset(&mask); in pcntl_signal_dispatch()
1245 sigprocmask(SIG_BLOCK, &mask, &old_mask); in pcntl_signal_dispatch()
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c3241 pcre_uint32 chr, mask; in scan_prefix() local
3459 mask = 0xff; in scan_prefix()
3461 mask = 0xffff; in scan_prefix()
3463 mask = 0xffffffff; in scan_prefix()
3524 mask = 0; in scan_prefix()
3529 chr |= mask; in scan_prefix()
3544 chr |= mask; in scan_prefix()
3582 pcre_uint32 mask; in fast_forward_first_n_chars() local
3607 mask >>= 4; in fast_forward_first_n_chars()
3608 while (mask != 0) in fast_forward_first_n_chars()
[all …]
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_32.c1180 sljit_uw mask; in generate_int() local
1186 mask = 0xff000000; in generate_int()
1189 if (!(imm & mask)) { in generate_int()
1197 mask >>= 2; in generate_int()
1198 if (mask & 0x3) { in generate_int()
1201 mask = 0xff00; in generate_int()
1204 if (!(imm & mask)) { in generate_int()
1212 mask >>= 2; in generate_int()
1213 if (mask & 0x3) in generate_int()
H A DsljitNativeARM_64.c352 sljit_uw mask, uimm; in logical_imm() local
371 mask = ((sljit_uw)1 << len) - 1; in logical_imm()
372 if ((uimm & mask) != ((uimm >> len) & mask)) in logical_imm()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c1177 static void _function_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) in _function_check_flag() argument
1186 RETURN_BOOL(mptr->common.fn_flags & mask); in _function_check_flag()
4054 static void _class_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) in _class_check_flag() argument
4063 RETVAL_BOOL(ce->ce_flags & mask); in _class_check_flag()
4900 static void _property_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) /* {{{ */ in _property_check_flag() argument
4909 RETURN_BOOL(ref->prop.flags & mask); in _property_check_flag()
/PHP-5.5/ext/session/
H A Dsession.c253 int mask; in bin_to_readable() local
261 mask = (1 << nbits) - 1; in bin_to_readable()
277 *out++ = hexconvtab[w & mask]; in bin_to_readable()
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c29589 { u16 mask;
62273 assert( mask==BTREE_BULKLOAD || mask==BTREE_SEEK_EQ || mask==0 );
96482 assert( mask==-1 || mask==0 );
99281 u32 mask = 0;
99296 return mask;
112920 int mask = 0;
113377 u32 mask = 0;
113393 return mask;
116497 return mask;
116507 return mask;
[all …]
/PHP-5.5/ext/standard/
H A Dbasic_functions.c1186 ZEND_ARG_INFO(0, mask)
2161 ZEND_ARG_INFO(0, mask)
2168 ZEND_ARG_INFO(0, mask)
H A Dstring.c762 memset(mask, 0, 256); in php_charmask()
767 memset(mask+c, 1, input[3] - c + 1); in php_charmask()
792 mask[c]=1; in php_charmask()
809 char mask[256]; in php_trim() local
812 php_charmask((unsigned char*)what, what_len, mask TSRMLS_CC); in php_trim()
814 php_charmask((unsigned char*)" \n\r\t\v\0", 6, mask TSRMLS_CC); in php_trim()
819 if (mask[(unsigned char)c[i]]) { in php_trim()
830 if (mask[(unsigned char)c[i]]) { in php_trim()
2768 char mask[256]; local
2778 php_charmask((unsigned char *)delims, delims_len, mask TSRMLS_CC);
[all …]
/PHP-5.5/ext/standard/html_tables/
H A Dhtml_table_gen.php742 $mask = $numelems - 1; variable
745 $hashes[hashfun($e[0]) & $mask][] = $e;
/PHP-5.5/ext/standard/tests/file/
H A Dumask_basic.phpt11 /* Prototype: int umask ( [int $mask] );
17 for($mask = 0000; $mask <= 0777; $mask++) {
18 echo "-- Setting umask to $mask --\n";
19 var_dump( umask($mask) );
22 if ($mask != umask()) {
H A Dumask_error.phpt11 /* Prototype: int umask ( [int $mask] );
H A Dumask_variation1.phpt11 /* Prototype: int umask ( [int $mask] );
25 for($mask = 0000; $mask <= 0350; $mask++) {
27 echo sprintf('%03o', $mask);
30 umask($mask);
H A Dumask_variation2.phpt11 /* Prototype: int umask ( [int $mask] );
25 for($mask = 0351; $mask <= 0777; $mask++) {
27 echo sprintf('%03o', $mask);
30 umask($mask);
H A Dumask_variation3.phpt13 /* Prototype : int umask([int mask])
107 // loop through each element of the array for mask

Completed in 698 milliseconds

123