Home
last modified time | relevance | path

Searched defs:a (Results 26 – 50 of 151) sorted by relevance

1234567

/PHP-5.5/ext/gd/libgd/
H A Dgd_arc.c20 long aq,bq,dx,dy,r,rx,ry,a,b; in gdImageEllipse() local
59 long aq,bq,dx,dy,r,rx,ry,a,b; in gdImageFilledEllipse() local
H A Dgdft.c110 #define MAX(a,b) ((a)>(b)?(a):(b)) argument
114 #define MIN(a,b) ((a)<(b)?(a):(b)) argument
338 font_t *a = (font_t *) element; in fontTest() local
346 font_t *a; local
515 font_t *a = (font_t *) element; local
527 tweencolor_t *a = (tweencolor_t *) element; local
544 tweencolor_t *a; local
H A Dgd_pixelate.c26 int a, r, g, b, c; in gdImagePixelate() local
/PHP-5.5/ext/hash/
H A Dhash_sha.c181 #define FF(a, b, c, d, e, w) { \ argument
186 #define GG(a, b, c, d, e, w) { \ argument
191 #define HH(a, b, c, d, e, w) { \ argument
196 #define II(a, b, c, d, e, w) { \ argument
224 php_hash_uint32 a = state[0], b = state[1], c = state[2]; in SHA1Transform() local
482 php_hash_uint32 a = state[0], b = state[1], c = state[2], d = state[3]; in SHA256Transform() local
792 php_hash_uint64 a = state[0], b = state[1], c = state[2], d = state[3]; in SHA512Transform() local
H A Dhash_tiger.c42 #define round(a,b,c,x,mul) \ argument
54 #define pass(a,b,c,mul) \ 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/standard/
H A Dphp_smart_str_public.h29 size_t a; member
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 Dimage.c203 unsigned char a[64]; in php_handle_swc() local
274 unsigned char a[32]; in php_handle_swf() local
366 unsigned char a[2]; in php_read2() local
379 int a=0, marker; in php_next_marker() local
565 unsigned char a[4]; in php_read4() local
886 unsigned char a[10]; in php_handle_iff() local
H A Dmicrotime.c132 #define PHP_RUSAGE_PARA(a) \ in PHP_FUNCTION() argument
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
/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/mbstring/libmbfl/tests/conv_encoding.tests/
H A Dgen_exp.c36 size_t n = map->nalloc << 1, a; in mappings_grow() local
68 size_t n = map->n - i, a = sizeof(*map->entries) * n; in mappings_add() local
86 size_t n = (map->n - i - 1), a = sizeof(*map->entries) * n; in mappings_add() 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/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/ext/interbase/
H A Dphp_ibase_includes.h39 #define IBDEBUG(a) php_printf("::: %s (%d)\n", a, __LINE__); argument
43 #define IBDEBUG(a) argument
188 #define max(a,b) ((a)>(b)?(a):(b)) argument
/PHP-5.5/ext/calendar/
H A Deaster.c38 time_t a; in _cal_easter() local
/PHP-5.5/ext/fileinfo/libmagic/
H A Dencoding.c56 #define DPRINTF(a) printf a argument
58 #define DPRINTF(a) argument
H A Dprint.c55 #define SZOF(a) (sizeof(a) / sizeof(a[0])) argument
/PHP-5.5/ext/intl/locale/
H A Dlocale_methods.c92 #define isIDSeparator(a) (a == '_' || a == '-') argument
93 #define isKeywordSeparator(a) (a == '@' ) argument
94 #define isEndOfTag(a) (a == '\0' ) argument
96 #define isPrefixLetter(a) ((a=='x')||(a=='X')||(a=='i')||(a=='I')) argument
105 #define isTerminator(a) ((a==0)||(a=='.')||(a=='@')) argument
/PHP-5.5/main/
H A Dphp.h152 #define CREATE_MUTEX(a, b) argument
153 #define SET_MUTEX(a) argument
154 #define FREE_MUTEX(a) argument
H A Dmergesort.c240 #define swap(a, b) { \ argument
336 static void insertionsort(u_char *a, size_t n, size_t size, int (*cmp)(const void *, const void * T… in insertionsort()
/PHP-5.5/Zend/
H A Dbench.php25 function hallo($a) {
40 function hallo2($a) {
/PHP-5.5/ext/zip/lib/
H A Dzip_dirent.c502 _zip_read2(unsigned char **a) in _zip_read2()
515 _zip_read4(unsigned char **a) in _zip_read4()

Completed in 135 milliseconds

1234567