| /PHP_5_3/Zend/ |
| H A D | zend_strtod.c | 834 ULong *x, *x1, *xe, z; local 847 x1 = b1->x; 849 *x1++ = 0; 858 *x1++ = *x << k | z; 862 if ((*x1 = z)) { 871 *x1++ = *x << k & 0xffff | z; 875 if (*x1 = z) { 881 *x1++ = *x++;
|
| H A D | zend_alloc.c | 494 #define ZEND_MM_USED_BLOCK ZEND_MM_LONG_CONST(0x1)
|
| H A D | zend_execute.c | 159 #define CTOR_CALL_BIT 0x1
|
| /PHP_5_3/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 24414 #define SQLITE_FSFLAGS_IS_MSDOS 0x1 125895 double x1; local 126120 float x1 = DCOORD(aCell[0].aCoord[i*2]); local [all...] |
| /PHP_5_3/ext/gd/libgd/ |
| H A D | gd.c | 667 static int clip_1d(int *x0, int *y0, int *x1, int *y1, int maxdim) { argument 671 if(*x1 < 0) { /* as is the end, so the line never cuts the window */ 674 m = (*y1 - *y0)/(double)(*x1 - *x0); /* calculate the slope of the line */ 679 if (*x1 > maxdim) { 680 *y1 += (int)(m * (maxdim - *x1)); 681 *x1 = maxdim; 686 if (*x1 > maxdim) { /* as is the end, so the line misses the window */ 689 m = (*y1 - *y0)/(double)(*x1 - *x0); /* calculate the slope of the line */ 693 if (*x1 < 0) { 694 *y1 -= (int)(m * *x1); 793 int x1, y1, x2, y2; local 1050 gdImageHLine(gdImagePtr im, int y, int x1, int x2, int col) argument 1089 gdImageLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color) argument 1285 gdImageAALine(gdImagePtr im, int x1, int y1, int x2, int y2, int col) argument 1396 gdImageDashedLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color) argument 1860 int l, x1, x2, dy; local 1955 int i, l, x1, x2, dy; local 2030 gdImageRectangle(gdImagePtr im, int x1, int y1, int x2, int y2, int color) argument 2106 gdImageFilledRectangle(gdImagePtr im, int x1, int y1, int x2, int y2, int color) argument 2613 int x1, y1; local 2972 gdImageSetClip(gdImagePtr im, int x1, int y1, int x2, int y2) argument [all...] |
| H A D | gd.h | 301 void gdImageLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color); 302 void gdImageAALine(gdImagePtr im, int x1, int y1, int x2, int y2, int color); 306 void gdImageDashedLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color); 309 void gdImageRectangle(gdImagePtr im, int x1, int y1, int x2, int y2, int color); 311 void gdImageFilledRectangle(gdImagePtr im, int x1, int y1, int x2, int y2, int color); 312 void gdImageSetClip(gdImagePtr im, int x1, int y1, int x2, int y2);
|
| H A D | gd_gif_in.c | 308 Gif89.inputFlag = (buf[0] >> 1) & 0x1; 311 if ((buf[0] & 0x1) != 0)
|
| H A D | gdft.c | 786 int x1 = 0, y1 = 0; local 930 x1 = (int)(- penf.y * sin_a + 32) / 64; 944 x1 = (int)(- penf.y * sin_a + 32) / 64; 946 xb = x + x1; 1104 gdft_draw_bitmap(tc_cache, im, fg, bm->bitmap, x + x1 + ((pen.x + 31) >> 6) + bm->left, y + y1 + ((pen.y + 31) >> 6) - bm->top);
|
| /PHP_5_3/ext/mbstring/libmbfl/filters/ |
| H A D | mbfilter_utf8.c | 166 filter->cache = (c & 0x1) << 30;
|
| /PHP_5_3/ext/mbstring/libmbfl/tests/ |
| H A D | conv_kana.c | 51 mode |= 0x1;
|
| /PHP_5_3/ext/hash/ |
| H A D | hash_haval.c | 129 #define F1(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (x6)) ^ ((x0) & (x1)) ^ (x0) ) 130 #define F2(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x2) & (x4) & (x5)) ^ ((x1) & (x2)) ^ ((x1) & (x4)) ^ \ 132 #define F3(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x1) [all...] |
| H A D | hash_tiger.c | 56 round(b,c,a,x1,mul) \ 66 x1 ^= x0; \ 67 x2 += x1; \ 68 x3 -= x2 ^ ((~x1)<<19); \ 74 x1 -= x0 ^ ((~x7)<<19); \ 75 x2 ^= x1; \ 102 x0=str[0]; x1=str[1]; x2=str[2]; x3=str[3]; \ 121 register php_hash_uint64 a, b, c, tmpa, x0, x1, x2, x3, x4, x5, x6, x7; \ 143 context->buffer[context->length++] = 0x1;
|
| /PHP_5_3/ext/mbstring/ |
| H A D | mbstring.c | 3231 opt |= 0x1;
|
| /PHP_5_3/ext/soap/ |
| H A D | php_soap.h | 148 #define WSDL_CACHE_DISK 0x1
|
| /PHP_5_3/ext/standard/ |
| H A D | scanf.c | 86 #define SCAN_NOSKIP 0x1 /* Don't skip blanks. */
|
| /PHP_5_3/ext/gd/ |
| H A D | gd.c | 529 ZEND_ARG_INFO(0, x1) 538 ZEND_ARG_INFO(0, x1) 547 ZEND_ARG_INFO(0, x1) 556 ZEND_ARG_INFO(0, x1) 3187 /* {{{ proto bool imageline(resource im, int x1, int y1, int x2, int y2, int col) 3192 long x1, y1, x2, y2, col; local 3195 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rlllll", &IM, &x1, &y1, &x2, &y2, &col) == FAILURE) { 3203 gdImageAALine(im, x1, y1, x2, y2, col); 3207 gdImageLine(im, x1, y1, x2, y2, col); 3213 /* {{{ proto bool imagedashedline(resource im, int x1, in 3218 long x1, y1, x2, y2, col; local 3236 long x1, y1, x2, y2, col; local 3254 long x1, y1, x2, y2, col; local 4362 int x1, y1, x2, y2, x3, y3, x4, y4; local [all...] |