Searched refs:x4 (Results 1 - 12 of 12) sorted by relevance
| /PHP_TRUNK/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 126123 float x4 = x2; local [all...] |
| /PHP_TRUNK/ext/mbstring/libmbfl/filters/ |
| H A D | mbfilter_sjis_mac.c | 571 } else if (mode == 0x4) { 617 } else if (mode == 0x4) { 636 if (mode == 0x4) {
|
| H A D | mbfilter_utf8.c | 152 (c1 > 0x0 && c1 < 0x4) || 153 (c1 == 0x4 && c < 0x90)) { 266 (c1 > 0x0 && c1 < 0x4) || 267 (c1 == 0x4 && c < 0x90)) {
|
| H A D | mbfilter_utf8_mobile.c | 256 (c1 > 0x0 && c1 < 0x4) || 257 (c1 == 0x4 && c < 0x90)) {
|
| /PHP_TRUNK/ext/mbstring/libmbfl/tests/ |
| H A D | conv_kana.c | 63 mode |= 0x4;
|
| /PHP_TRUNK/ext/calendar/ |
| H A D | calendar.c | 223 #define CAL_JEWISH_ADD_ALAFIM 0x4
|
| /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,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x2) & (x4) [all...] |
| H A D | hash_tiger.c | 59 round(b,c,a,x4,mul) \ 69 x4 ^= x3; \ 70 x5 += x4; \ 71 x6 -= x5 ^ ((~x4)>>23); \ 77 x4 -= x3 ^ ((~x2)>>23); \ 78 x5 ^= x4; \ 103 x4=str[4]; x5=str[5]; x6=str[6]; x7=str[7]; 121 register php_hash_uint64 a, b, c, tmpa, x0, x1, x2, x3, x4, x5, x6, x7; \
|
| /PHP_TRUNK/ext/mbstring/ |
| H A D | mbstring.c | 3424 opt |= 0x4;
|
| /PHP_TRUNK/ext/standard/ |
| H A D | scanf.c | 88 #define SCAN_UNSIGNED 0x4 /* Read an unsigned value. */
|
| /PHP_TRUNK/Zend/ |
| H A D | zend_generators.h | 62 static const zend_uchar ZEND_GENERATOR_AT_FIRST_YIELD = 0x4;
|
| /PHP_TRUNK/ext/gd/ |
| H A D | gd.c | 4265 int x1, y1, x2, y2, x3, y3, x4, y4; local 4317 x4 = new_x(char_bbox.urx, char_bbox.lly) + 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);
|
Completed in 157 milliseconds