Home
last modified time | relevance | path

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

123456

/PHP-5.3/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.3/ext/bcmath/libbcmath/src/
H A Dbcmath.h76 #define MAX(a, b) ((a)>(b)?(a):(b)) argument
77 #define MIN(a, b) ((a)>(b)?(b):(a)) argument
/PHP-5.3/ext/fileinfo/libmagic/
H A Dfile.h113 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) argument
117 #define MAX(a,b) (((a) > (b)) ? (a) : (b)) argument
138 uint8_t b; member
342 #define CAST(T, b) static_cast<T>(b) argument
343 #define RCAST(T, b) reinterpret_cast<T>(b) argument
345 #define CAST(T, b) (T)(b) argument
346 #define RCAST(T, b) (T)(b) argument
454 #define strtoul(a, b, c) strtol(a, b, c) argument
/PHP-5.3/ext/gd/libgd/
H A Dgd.c257 int gdImageColorClosest (gdImagePtr im, int r, int g, int b) in gdImageColorClosest()
304 #define MIN(a,b) ((a)<(b)?(a):(b)) argument
306 #define MIN3(a,b,c) ((a)<(b)?(MIN(a,c)):(MIN(b,c))) argument
308 #define MAX(a,b) ((a)<(b)?(b):(a)) argument
310 #define MAX3(a,b,c) ((a)<(b)?(MAX(b,c)):(MAX(a,c))) argument
336 float R = RGB.R, G = RGB.G, B = RGB.B, w, v, b, f; in RGB_to_HWB() local
453 int gdImageColorExact (gdImagePtr im, int r, int g, int b) in gdImageColorExact()
475 int gdImageColorAllocate (gdImagePtr im, int r, int g, int b) in gdImageColorAllocate()
520 int gdImageColorResolve (gdImagePtr im, int r, int g, int b) in gdImageColorResolve()
1266 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
526 tweencolorkey_t *b = (tweencolorkey_t *) key; local
543 tweencolorkey_t *b = (tweencolorkey_t *) key; local
H A Dgd_io_dp.c218 unsigned char b; in dynamicPutchar() local
254 unsigned char b; in dynamicGetchar() local
/PHP-5.3/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
H A Dcrypt_sha512.c50 # define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
53 # define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
142 uint64_t b = ctx->H[1]; in sha512_process_block() local
/PHP-5.3/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.3/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.3/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()
818 zval *a, *b; in SPL_METHOD() local
861 zval *a, *b; in SPL_METHOD() local
875 zval *a, *b; in SPL_METHOD() local
/PHP-5.3/ext/calendar/
H A Deaster.c39 struct tm b, *res; in _cal_easter() local
/PHP-5.3/Zend/
H A Dzend_alloc.c497 #define ZEND_MM_BLOCK(b, type, size) do { \ argument
503 #define ZEND_MM_LAST_BLOCK(b) do { \ argument
507 #define ZEND_MM_BLOCK_SIZE(b) ((b)->info._size & ~ZEND_MM_TYPE_MASK) argument
508 #define ZEND_MM_IS_FREE_BLOCK(b) (!((b)->info._size & ZEND_MM_USED_BLOCK)) argument
509 #define ZEND_MM_IS_USED_BLOCK(b) ((b)->info._size & ZEND_MM_USED_BLOCK) argument
512 #define ZEND_MM_NEXT_BLOCK(b) ZEND_MM_BLOCK_AT(b, ZEND_MM_BLOCK_SIZE(b)) argument
515 #define ZEND_MM_PREV_BLOCK_IS_FREE(b) (!((b)->info._prev & ZEND_MM_USED_BLOCK)) argument
517 #define ZEND_MM_MARK_FIRST_BLOCK(b) ((b)->info._prev = ZEND_MM_GUARD_BLOCK) argument
518 #define ZEND_MM_IS_FIRST_BLOCK(b) ((b)->info._prev == ZEND_MM_GUARD_BLOCK) argument
521 #define ZEND_MM_FREE_BLOCK_SIZE(b) (b)->info._size argument
[all …]
H A Dzend_qsort.c27 static void _zend_qsort_swap(void *a, void *b, size_t siz) in _zend_qsort_swap()
/PHP-5.3/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.3/ext/phar/
H A Dshortarc.php80 $b = pathinfo($a); variable
/PHP-5.3/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.3/TSRM/
H A Dtsrm_nw.c47 #define tsrm_strtok_r(a,b,c) strtok((a),(b)) argument

Completed in 85 milliseconds

123456