Searched refs:ac (Results 1 - 7 of 7) sorted by relevance
| /PHP_TRUNK/build/ |
| H A D | shtool | 1072 opt_F="Class: %[sc] (%[ac])\\nProduct: %[sp] (%[ap])\\nTechnology: %[st] (%[at])" 1079 opt_F="${opt_F}concise architecture class: %<ac>\\n" 1080 opt_F="${opt_F}regular architecture class: %{ac}\\n" 1081 opt_F="${opt_F}verbose architecture class: %[ac]\\n" 1567 for var_lc in at ap ac st sp sc; do 1619 -e "s;%\\[ac\\];${AC_V};g" \ 1620 -e "s;%{ac};${AC_N};g" \ 1621 -e "s;%ac;${AC_N};g" \ 1622 -e "s;%<ac>;${AC_C};g" \
|
| /PHP_TRUNK/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 24151 /* Calculations from http://www.astro.keele.ac.uk/~rno/Astronomy/hjd.html 24152 ** http://www.astro.keele.ac.uk/~rno/Astronomy/hjd-0.1.c 37815 unsigned char ac[4]; local 37834 char ac[4]; local 62937 } ac; member in union:vdbeExecUnion [all...] |
| /PHP_TRUNK/ext/hash/ |
| H A D | hash_md.c | 243 #define FF(a, b, c, d, x, s, ac) { \ 244 (a) += F ((b), (c), (d)) + (x) + (php_hash_uint32)(ac); \ 248 #define GG(a, b, c, d, x, s, ac) { \ 249 (a) += G ((b), (c), (d)) + (x) + (php_hash_uint32)(ac); \ 253 #define HH(a, b, c, d, x, s, ac) { \ 254 (a) += H ((b), (c), (d)) + (x) + (php_hash_uint32)(ac); \ 258 #define II(a, b, c, d, x, s, ac) { \ 259 (a) += I ((b), (c), (d)) + (x) + (php_hash_uint32)(ac); \
|
| /PHP_TRUNK/ext/standard/ |
| H A D | assert.c | 269 int ac = ZEND_NUM_ARGS(); local 271 if (zend_parse_parameters(ac TSRMLS_CC, "l|Z", &what, &value) == FAILURE) { 278 if (ac == 2) { 287 if (ac == 2) { 296 if (ac == 2) { 305 if (ac == 2) { 320 if (ac == 2) {
|
| H A D | string.c | 3118 int ac = ZEND_NUM_ARGS(); local 3124 if (ac == 2 && Z_TYPE_PP(from) != IS_ARRAY) { 3134 if (ac == 2) { 3230 int ac = ZEND_NUM_ARGS(); local 3238 if (ac > 2) { 3243 if (ac > 2) { 3252 if (ac > 2) { 5144 int ac = ZEND_NUM_ARGS(); local 5172 if (ac == 4) {
|
| /PHP_TRUNK/ext/dba/ |
| H A D | dba.c | 198 int ac = ZEND_NUM_ARGS() 243 if (zend_parse_parameters(ac TSRMLS_CC, "zr", &key, &id) == FAILURE) { \ 255 switch(ac) { \ 257 if (zend_parse_parameters(ac TSRMLS_CC, "zr", &key, &id) == FAILURE) { \ 262 if (zend_parse_parameters(ac TSRMLS_CC, "zlr", &key, &skip, &id) == FAILURE) { \ 544 int ac = ZEND_NUM_ARGS(); local 550 if (zend_parse_parameters(ac TSRMLS_CC, "zsr", &key, &val, &val_len, &id) == FAILURE) { 604 int ac = ZEND_NUM_ARGS(); local 617 if(ac < 2) { 622 args = safe_emalloc(ac, sizeo [all...] |
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd.c | 1134 double ac = cos (atan2 (dy, dx)); local 1135 if (ac != 0) { 1136 wid = thick / ac;
|
Completed in 178 milliseconds