Home
last modified time | relevance | path

Searched defs:b (Results 26 – 50 of 142) sorted by relevance

123456

/PHP-5.5/ext/zip/lib/
H A Dzip_source_pkware.c54 #define CRC32(c, b) (crc[((c) ^ (b)) & 0xff] ^ ((c) >> 8)) argument
114 Bytef b; in decrypt() local
H A Dzip_source_zip.c123 char b[8192], *buf; in read_zip() local
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h44 #define mysql_change_user(r,a,b,c) mysqlnd_change_user((r), (a), (b), (c), FALSE) argument
53 #define mysql_escape_string(a,b,c) mysqlnd_escape_string((a), (b), (c)) argument
74 #define mysql_real_escape_string(r,a,b,c) mysqlnd_real_escape_string((r), (a), (b), (c)) argument
75 #define mysql_real_query(r,a,b) mysqlnd_query((r), (a), (b)) argument
89 #define mysql_stmt_bind_param(s,b) mysqlnd_stmt_bind_param((s), (b)) argument
90 #define mysql_stmt_bind_result(s,b) mysqlnd_stmt_bind_result((s), (b)) argument
H A Dmysqlnd_priv.h124 #define SET_CLIENT_ERROR(error_info, a, b, c) \ argument
156 #define SET_STMT_ERROR(stmt, a, b, c) SET_CLIENT_ERROR(*(stmt)->error_info, a, b, c) argument
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregerror.c35 #define va_init_list(a,b) va_start(a,b) argument
38 #define va_init_list(a,b) va_start(a) argument
/PHP-5.5/ext/fileinfo/libmagic/
H A Dfile.h121 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) argument
125 #define MAX(a,b) (((a) > (b)) ? (a) : (b)) argument
147 uint8_t b; member
358 #define CAST(T, b) static_cast<T>(b) argument
359 #define RCAST(T, b) reinterpret_cast<T>(b) argument
361 #define CAST(T, b) (T)(b) argument
362 #define RCAST(T, b) (T)(b) argument
476 #define strtoul(a, b, c) strtol(a, b, c) argument
/PHP-5.5/ext/gd/libgd/
H A Dgd.c265 int gdImageColorClosest (gdImagePtr im, int r, int g, int b) in gdImageColorClosest()
312 #define MIN(a,b) ((a)<(b)?(a):(b)) argument
314 #define MIN3(a,b,c) ((a)<(b)?(MIN(a,c)):(MIN(b,c))) argument
316 #define MAX(a,b) ((a)<(b)?(b):(a)) argument
318 #define MAX3(a,b,c) ((a)<(b)?(MAX(b,c)):(MAX(a,c))) argument
344 float R = RGB.R, G = RGB.G, B = RGB.B, w, v, b, f; in RGB_to_HWB() local
461 int gdImageColorExact (gdImagePtr im, int r, int g, int b) in gdImageColorExact()
483 int gdImageColorAllocate (gdImagePtr im, int r, int g, int b) in gdImageColorAllocate()
528 int gdImageColorResolve (gdImagePtr im, int r, int g, int b) in gdImageColorResolve()
1277 int dr,dg,db,p,r,g,b; in gdImageSetAAPixelColor() local
[all …]
H A Dgd_pixelate.c26 int a, r, g, b, c; in gdImagePixelate() local
H A Dgdft.c110 #define MAX(a,b) ((a)>(b)?(a):(b)) argument
114 #define MIN(a,b) ((a)<(b)?(a):(b)) argument
339 fontkey_t *b = (fontkey_t *) key; in fontTest() local
347 fontkey_t *b = (fontkey_t *) key; local
528 tweencolorkey_t *b = (tweencolorkey_t *) key; local
545 tweencolorkey_t *b = (tweencolorkey_t *) key; local
H A Dwebpimg.c56 static inline int clip(float v, int a, int b) { in clip()
100 static inline int GetLumaY(int r, int g, int b) { in GetLumaY()
110 const int b = GetBlue(rgba); in GetLumaYfromPtr() local
114 static inline int GetChromaU(int r, int g, int b) { in GetChromaU()
119 static inline int GetChromaV(int r, int g, int b) { in GetChromaV()
157 const int b = kClip[y + b_off - RGB_RANGE_MIN]; in ToRGB() local
H A Dgd_io_dp.c218 unsigned char b; in dynamicPutchar() local
254 unsigned char b; in dynamicGetchar() local
/PHP-5.5/ext/standard/
H A Dflock_compat.h50 # define ftruncate(a, b) chsize(a, b) argument
H A Dmd5.h46 php_uint32 a, b, c, d; member
H A Dlcg.c51 #define MODMULT(a, b, c, m, s) q = s/a;s=b*(s-a*q)-c*q;if(s<0)s+=m argument
H A Dpageinfo.c43 #define getgroups(a, b) 0 argument
H A Dmd5.c154 #define STEP(f, a, b, c, d, x, t, s) \ argument
190 php_uint32 a, b, c, d; in body() local
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_atomic.h25 #define atomic_cmp_set(a,b,c) __sync_bool_compare_and_swap(a,b,c) argument
92 #define atomic_cmp_set(a,b,c) __sync_bool_compare_and_swap(a,b,c) argument
/PHP-5.5/ext/hash/
H A Dphp_hash_haval.h36 #define PHP_HASH_HAVAL_INIT_DECL(p,b) PHP_HASH_API void PHP_##p##HAVAL##b##Init(PHP_HAVAL_CTX *); \ argument
H A Dhash_ripemd.c205 php_hash_uint32 a = state[0], b = state[1], c = state[2], d = state[3]; in RIPEMD128Transform() local
296 php_hash_uint32 a = state[0], b = state[1], c = state[2], d = state[3]; in RIPEMD256Transform() local
394 php_hash_uint32 a = state[0], b = state[1], c = state[2], d = state[3], e = state[4]; in RIPEMD160Transform() local
493 php_hash_uint32 a = state[0], b = state[1], c = state[2], d = state[3], e = state[4]; in RIPEMD320Transform() local
/PHP-5.5/ext/spl/
H A Dspl_heap.c102 static int spl_ptr_heap_cmp_cb_helper(zval *object, spl_heap_object *heap_object, zval *a, zval *b,… in spl_ptr_heap_cmp_cb_helper()
143 static int spl_ptr_heap_zval_max_cmp(spl_ptr_heap_element a, spl_ptr_heap_element b, void* object T… in spl_ptr_heap_zval_max_cmp()
168 static int spl_ptr_heap_zval_min_cmp(spl_ptr_heap_element a, spl_ptr_heap_element b, void* object T… in spl_ptr_heap_zval_min_cmp()
193 static int spl_ptr_pqueue_zval_cmp(spl_ptr_heap_element a, spl_ptr_heap_element b, void* object TSR… in spl_ptr_pqueue_zval_cmp()
822 zval *a, *b; in SPL_METHOD() local
865 zval *a, *b; in SPL_METHOD() local
879 zval *a, *b; in SPL_METHOD() local
/PHP-5.5/Zend/
H A Dzend_alloc.c502 #define ZEND_MM_BLOCK(b, type, size) do { \ argument
508 #define ZEND_MM_LAST_BLOCK(b) do { \ argument
512 #define ZEND_MM_BLOCK_SIZE(b) ((b)->info._size & ~ZEND_MM_TYPE_MASK) argument
513 #define ZEND_MM_IS_FREE_BLOCK(b) (!((b)->info._size & ZEND_MM_USED_BLOCK)) argument
514 #define ZEND_MM_IS_USED_BLOCK(b) ((b)->info._size & ZEND_MM_USED_BLOCK) argument
517 #define ZEND_MM_NEXT_BLOCK(b) ZEND_MM_BLOCK_AT(b, ZEND_MM_BLOCK_SIZE(b)) argument
520 #define ZEND_MM_PREV_BLOCK_IS_FREE(b) (!((b)->info._prev & ZEND_MM_USED_BLOCK)) argument
522 #define ZEND_MM_MARK_FIRST_BLOCK(b) ((b)->info._prev = ZEND_MM_GUARD_BLOCK) argument
523 #define ZEND_MM_IS_FIRST_BLOCK(b) ((b)->info._prev == ZEND_MM_GUARD_BLOCK) argument
526 #define ZEND_MM_FREE_BLOCK_SIZE(b) (b)->info._size argument
[all …]
/PHP-5.5/ext/calendar/
H A Deaster.c39 struct tm b, *res; in _cal_easter() local
/PHP-5.5/main/
H A Dmergesort.c110 register u_char *f1, *f2, *t, *b, *tp2, *q, *l1, *l2; in php_mergesort() local
240 #define swap(a, b) { \ argument
/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.c38 # define strtoll(s, f, b) _atoi64(s) argument
41 # define strtoll(s, f, b) atoll(s) argument
43 # define strtoll(s, f, b) strtol(s, f, b) argument
/PHP-5.5/ext/phar/
H A Dshortarc.php80 $b = pathinfo($a); variable

Completed in 73 milliseconds

123456