| /PHP_TRUNK/Zend/ |
| H A D | zend_strtod.c | 646 if (!(x & 0x3)) {
|
| H A D | zend_alloc.c | 496 #define ZEND_MM_TYPE_MASK ZEND_MM_LONG_CONST(0x3) 500 #define ZEND_MM_GUARD_BLOCK ZEND_MM_LONG_CONST(0x3)
|
| /PHP_TRUNK/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 126122 float x3 = x1; local [all...] |
| /PHP_TRUNK/ext/mbstring/libmbfl/filters/ |
| H A D | mbfilter_utf7.c | 155 n = (n & 0x3) << 14; 186 s = ((n >> 4) & 0x3) | (filter->cache & 0xffff); 346 filter->cache = ((s & 0x3) << 16) | c;
|
| H A D | mbfilter_utf7imap.c | 128 n = (n & 0x3) << 14; 159 s = ((n >> 4) & 0x3) | (filter->cache & 0xffff); 306 filter->cache = ((s & 0x3) << 16) | c;
|
| /PHP_TRUNK/ext/mbstring/oniguruma/ |
| H A D | testc.c | 149 static void x3(char* pattern, char* str, int from, int to, int mem) function 452 x3("(a)", "a", 0, 1, 1); 453 x3("(ab)", "ab", 0, 2, 1); 455 x3("((ab))", "ab", 0, 2, 1); 456 x3("((ab))", "ab", 0, 2, 2); 457 x3("((((((((((((((((((((ab))))))))))))))))))))", "ab", 0, 2, 20); 458 x3("(ab)(cd)", "abcd", 0, 2, 1); 459 x3("(ab)(cd)", "abcd", 2, 4, 2); 460 x3("()(a)bc(def)ghijk", "abcdefghijk", 3, 6, 3); 461 x3("(()( [all...] |
| H A D | testu.c | 195 static void x3(char* pattern, char* str, int from, int to, int mem) function 500 x3("\000(\000a\000)\000\000", "\000a\000\000", 0, 2, 1); 501 x3("\000(\000a\000b\000)\000\000", "\000a\000b\000\000", 0, 4, 1); 503 x3("\000(\000(\000a\000b\000)\000)\000\000", "\000a\000b\000\000", 0, 4, 1); 504 x3("\000(\000(\000a\000b\000)\000)\000\000", "\000a\000b\000\000", 0, 4, 2); 505 x3("\000(\000(\000(\000(\000(\000(\000(\000(\000(\000(\000(\000(\000(\000(\000(\000(\000(\000(\000(\000(\000a\000b\000)\000)\000)\000)\000)\000)\000)\000)\000)\000)\000)\000)\000)\000)\000)\000)\000)\000)\000)\000)\000\000", "\000a\000b\000\000", 0, 4, 20); 506 x3("\000(\000a\000b\000)\000(\000c\000d\000)\000\000", "\000a\000b\000c\000d\000\000", 0, 4, 1); 507 x3("\000(\000a\000b\000)\000(\000c\000d\000)\000\000", "\000a\000b\000c\000d\000\000", 4, 8, 2); 508 x3("\000(\000)\000(\000a\000)\000b\000c\000(\000d\000e\000f\000)\000g\000h\000i\000j\000k\000\000", "\000a\000b\000c\000d\000e\000f\000g\000h\000i\000j\000k\000\000", 6, 12, 3); 509 x3("\00 [all...] |
| /PHP_TRUNK/ext/mbstring/oniguruma/win32/ |
| H A D | testc.c | 149 static void x3(char* pattern, char* str, int from, int to, int mem) function 452 x3("(a)", "a", 0, 1, 1); 453 x3("(ab)", "ab", 0, 2, 1); 455 x3("((ab))", "ab", 0, 2, 1); 456 x3("((ab))", "ab", 0, 2, 2); 457 x3("((((((((((((((((((((ab))))))))))))))))))))", "ab", 0, 2, 20); 458 x3("(ab)(cd)", "abcd", 0, 2, 1); 459 x3("(ab)(cd)", "abcd", 2, 4, 2); 460 x3("()(a)bc(def)ghijk", "abcdefghijk", 3, 6, 3); 461 x3("(()( [all...] |
| /PHP_TRUNK/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)) ^ \ 131 ((x2) & (x6)) ^ ((x3) & (x5)) ^ ((x4) & (x5)) ^ ((x0) & (x2)) ^ (x0) ) 132 #define F3(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (x6)) ^ ((x0) & (x3)) ^ (x0) ) 133 #define F4(x6,x5,x4,x3,x [all...] |
| H A D | hash_tiger.c | 58 round(a,b,c,x3,mul) \ 68 x3 -= x2 ^ ((~x1)<<19); \ 69 x4 ^= x3; \ 76 x3 += x2; \ 77 x4 -= x3 ^ ((~x2)>>23); \ 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; \
|
| /PHP_TRUNK/ext/soap/ |
| H A D | php_soap.h | 150 #define WSDL_CACHE_BOTH 0x3
|
| /PHP_TRUNK/ext/gd/ |
| H A D | gd.c | 4265 int x1, y1, x2, y2, x3, y3, x4, y4; local 4315 x3 = new_x(char_bbox.urx, char_bbox.ury) + cur_x; 4321 str_bbox.llx = min(str_bbox.llx, min(x1, min(x2, min(x3, x4)))); 4323 str_bbox.urx = max(str_bbox.urx, max(x1, max(x2, max(x3, x4)))); 4332 printf("%d\t%d\t%d\t%d\t%d\t%d\t%d\t%d\t%d\t%d\t%d\t%d\t%d\t%d\t%d\t%d\t%d\t%d\n", x1, y1, x2, y2, x3, y3, x4, y4, char_bbox.llx, char_bbox.lly, char_bbox.urx, char_bbox.ury, char_width, amount_kern, cur_x, cur_y, dx, dy); 4857 Apply a 3x3 convolution matrix, using coefficient div and offset */ 4875 php_error_docref(NULL TSRMLS_CC, E_WARNING, "You must have 3x3 array"); 4882 php_error_docref(NULL TSRMLS_CC, E_WARNING, "You must have 3x3 array"); 4892 php_error_docref(NULL TSRMLS_CC, E_WARNING, "You must have a 3x3 matrix");
|