Home
last modified time | relevance | path

Searched defs:b (Results 76 – 100 of 142) sorted by relevance

123456

/PHP-5.5/ext/gd/libgd/
H A Dgd_interpolation.c68 #define MIN(a,b) ((a)<(b)?(a):(b)) argument
70 #define MIN3(a,b,c) ((a)<(b)?(MIN(a,c)):(MIN(b,c))) argument
72 #define MAX(a,b) ((a)<(b)?(b):(a)) argument
74 #define MAX3(a,b,c) ((a)<(b)?(MAX(b,c)):(MAX(a,c))) argument
529 double a, b, c, d; in filter_bspline() local
762 int r, g, b, a; in getPixelInterpolateWeight() local
998 register unsigned char r = 0, g = 0, b = 0, a = 0; in _gdScaleRow() local
1043 register unsigned char r = 0, g = 0, b = 0, a = 0; in _gdScaleCol() local
H A Dgd_topal.c372 int b = GETJSAMPLE (ptr[2]) >> C2_SHIFT; local
1143 int r, g, b; local
1315 int r, g, b; local
H A Dgd.h532 #define gdTrueColor(r, g, b) (((r) << 16) + \ argument
540 #define gdTrueColorAlpha(r, g, b, a) (((a) << 24) + \ argument
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf.c278 const char *b = (const char *)sst->sst_tab; in cdf_check_stream_offset() local
1074 #define DUMP(a, b) (void)fprintf(stderr, "%40.40s = " a "\n", # b, h->h_ ## b) in cdf_dump_header() argument
1075 #define DUMP2(a, b) (void)fprintf(stderr, "%40.40s = " a " (" a ")\n", # b, \ in cdf_dump_header() argument
/PHP-5.5/ext/date/lib/
H A Dtm2unixtime.c31 …do_range_limit(timelib_sll start, timelib_sll end, timelib_sll adj, timelib_sll *a, timelib_sll *b) in do_range_limit()
H A Dparse_date.c40 # define strtoll(s, f, b) _atoi64(s) argument
43 # define strtoll(s, f, b) atoll(s) argument
45 # define strtoll(s, f, b) strtol(s, f, b) argument
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_64.c350 sljit_si b, sljit_sw immb) in emit_x86_instruction()
H A DsljitNativePPC_common.c114 #define B(b) (reg_map[b] << 11) argument
716 #define ARCH_32_64(a, b) a argument
720 #define ARCH_32_64(a, b) b argument
H A DsljitNativeSPARC_common.c476 #define ARCH_32_64(a, b) a argument
478 #define ARCH_32_64(a, b) b argument
/PHP-5.5/ext/mysqli/
H A Dmysqli.c42 #define MYSQLI_ADD_PROPERTIES(a,b) \ argument
52 #define MYSQLI_ADD_PROPERTIES_INFO(a,b) \ argument
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_statement.c452 PDO_MYSQL_PARAM_BIND *b; in pdo_mysql_stmt_param_hook() local
/PHP-5.5/Zend/
H A Dzend.h569 #define MAX(a, b) (((a)>(b))?(a):(b)) argument
570 #define MIN(a, b) (((a)<(b))?(a):(b)) argument
576 #define ZEND_LOG_XOR(a, b) (ZEND_TRUTH(a) ^ ZEND_TRUTH(b)) argument
619 # define LONGJMP(a,b) siglongjmp(a, b) argument
H A Dmicro_bench.php26 public $b = 0; variable in Foo
/PHP-5.5/ext/interbase/
H A Dibase_blobs.c541 unsigned short b; in PHP_FUNCTION() local
H A Dphp_ibase_includes.h188 #define max(a,b) ((a)>(b)?(a):(b)) argument
/PHP-5.5/ext/standard/
H A Dpack.c56 #define INC_OUTPUTPOS(a,b) \ argument
H A Dcrypt_freesec.c217 int i, j, b, k, inbit, obit; in _crypt_extended_init() local
/PHP-5.5/main/streams/
H A Dstreams.c1394 int b; in _php_stream_passthru() local
2264 PHPAPI int php_stream_dirent_alphasort(const char **a, const char **b)
2272 PHPAPI int php_stream_dirent_alphasortr(const char **a, const char **b)
/PHP-5.5/ext/gd/
H A Dgd.c1416 int ind, body_size, n = 0, b, i, body_size_check; in PHP_FUNCTION() local
2629 int b; in _php_image_output() local
4284 #define max(a, b) (a > b ? a : b) in PHP_FUNCTION() argument
4285 #define min(a, b) (a < b ? a : b) in PHP_FUNCTION() argument
4286 #define new_x(a, b) (int) ((a) * cos_a - (b) * sin_a) in PHP_FUNCTION() argument
4287 #define new_y(a, b) (int) ((a) * sin_a + (b) * cos_a) in PHP_FUNCTION() argument
4690 long r,g,b,tmp; in php_image_filter_colorize() local
/PHP-5.5/ext/ereg/regex/
H A Dregcomp.c48 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b)) argument
50 #define EATTWO(a, b) ((SEETWO(a, b)) ? (NEXT2(), 1) : 0) argument
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c425 register char b; in verifyHeader() local
507 register char b; in swapIntEndian() local
538 register char b; in fixHeaderIndexEndian() local
3430 register uint32 a, b, c, d; in lsapi_MD5Transform() local
/PHP-5.5/ext/ereg/
H A Dereg.c215 #define regcomp(a, b, c) _php_regcomp(a, b, c TSRMLS_CC) argument
/PHP-5.5/main/
H A Dphp.h152 #define CREATE_MUTEX(a, b) argument
H A Dphp_network.h48 # define ftruncate(a, b) chsize(a, b) argument
/PHP-5.5/ext/hash/
H A Dhash_haval.c252 #define PHP_HASH_HAVAL_INIT(p,b) \ argument

Completed in 161 milliseconds

123456