Home
last modified time | relevance | path

Searched refs:v (Results 126 – 150 of 703) sorted by path

12345678910>>...29

/PHP-7.2/ext/dba/tests/
H A Dbug38698.phpt12 return 0x00FF === current(unpack('v', pack('S',0x00FF)));
/PHP-7.2/ext/enchant/
H A Dphp_enchant.h67 #define ENCHANT_G(v) TSRMG(enchant_globals_id, zend_enchant_globals *, v) argument
69 #define ENCHANT_G(v) (enchant_globals.v) argument
/PHP-7.2/ext/exif/
H A Dexif.c164 #define EXIF_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(exif, v) in ZEND_DECLARE_MODULE_GLOBALS() argument
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch3051 file_fmttime(uint64_t v, int flags, char *buf)
3056 + time_t t = (time_t)v;
3061 - cdf_timestamp_to_timespec(&ts, CAST(cdf_timestamp_t, v));
3425 - v = (uint64_t)-1;
3432 + l = v = 0;
3463 + /* match v = 0, no match v = 1 */
3490 + v = 0;
3513 - v = 0;
3517 v = 1;
3522 - v = (uint64_t)-1;
[all …]
H A Dphp_fileinfo.h49 #define FILEINFO_G(v) TSRMG(fileinfo_globals_id, zend_fileinfo_globals *, v) argument
51 #define FILEINFO_G(v) (fileinfo_globals.v) argument
/PHP-7.2/ext/fileinfo/libmagic/
H A Dapprentice.c727 size_t v, val = 2 * MULT; /* baseline strength */ in apprentice_magic_strength() local
767 v = nonmagic(m->value.s); in apprentice_magic_strength()
768 val += v * MAX(MULT / v, 1); in apprentice_magic_strength()
1346 file_signextend(struct magic_set *ms, struct magic *m, uint64_t v) in file_signextend() argument
1356 v = (signed char) v; in file_signextend()
1361 v = (short) v; in file_signextend()
1378 v = (int32_t) v; in file_signextend()
1395 v = (int64_t) v; in file_signextend()
1417 return v; in file_signextend()
3350 v->magic = &ma[i];
[all …]
H A Dcdf.c1227 uint32_t v; member
1258 if (vn[i].v == p) in cdf_print_property_name()
1357 cdf_dump(const void *v, size_t len) in cdf_dump() argument
1360 const unsigned char *p = v; in cdf_dump()
H A Dder.c356 printdata(size_t level, const void *v, size_t x, size_t l) in printdata() argument
358 const uint8_t *p = v, *ep = p + l; in printdata()
H A Dprint.c77 file_fmttime(uint64_t v, int flags, char *buf) in file_fmttime() argument
80 time_t t = (time_t)v; in file_fmttime()
90 t = (time_t)v; in file_fmttime()
H A Dsoftmagic.c87 #define SEXT(s,v,p) ((s)?(intmax_t)(int##v##_t)(p):(intmax_t)(uint##v##_t)(p)) argument
438 uint64_t v; in mprint() local
844 v = ((((v >> 0) & 0x7f) << 0) | in cvt_id3()
850 return v; in cvt_id3()
1624 v = 0; in file_strncmp()
1633 v = 1; in file_strncmp()
1671 return v; in file_strncmp()
1840 v = 0; in magiccheck()
1864 v = 0; in magiccheck()
1947 v = 1; in magiccheck()
[all …]
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic195 0 string T3-state-v
1373 >0x21 byte x v%x
1375 >0x21 byte x v%x
1383 >12 string x v%s
1391 >12 string x v%s
2595 >>3 byte x (v%c)
3080 #>25 byte x v%d
3785 >4 byte x v%i
15673 >8 long x v%d
18671 >>3 byte x v%c
[all …]
H A Dmagic私はガラスを食べられます195 0 string T3-state-v
1373 >0x21 byte x v%x
1375 >0x21 byte x v%x
1383 >12 string x v%s
1391 >12 string x v%s
2595 >>3 byte x (v%c)
3080 #>25 byte x v%d
3785 >4 byte x v%i
15673 >8 long x v%d
18671 >>3 byte x v%c
[all …]
/PHP-7.2/ext/filter/
H A Dfilter.c506 if (Z_ARRVAL_P(value)->u.v.nApplyCount > 1) { in php_zval_filter_recursive()
514 Z_ARRVAL_P(element)->u.v.nApplyCount++; in php_zval_filter_recursive()
516 Z_ARRVAL_P(element)->u.v.nApplyCount--; in php_zval_filter_recursive()
H A Dphp_filter.h72 #define IF_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(filter, v) argument
/PHP-7.2/ext/filter/tests/
H A D043.phpt132 string(1) "v"
H A D058.phpt9 'véry.çommon@example.com',
37 string(25) "véry.çommon@example.com"
/PHP-7.2/ext/gd/libgd/
H A Dgd.c384 v = MAX3 (R, G, B); in RGB_to_HWB()
385 b = 1 - v; in RGB_to_HWB()
386 if (v == w) { in RGB_to_HWB()
442 v = 1 - b;
444 RETURN_RGB(v, v, v);
455 RETURN_RGB(v, n, w);
457 RETURN_RGB(n, v, w);
459 RETURN_RGB(w, v, n);
461 RETURN_RGB(w, n, v);
463 RETURN_RGB(n, w, v);
[all …]
H A Dgd_gif_in.c560 int v; in ReadImage() local
600 while ((v = LWZReadByte(fd, &sd, FALSE, c, ZeroDataBlockP)) >= 0) { in ReadImage()
601 if (v >= gdMaxColors) { in ReadImage()
602 v = 0; in ReadImage()
605 if (im->open[v]) { in ReadImage()
606 im->open[v] = 0; in ReadImage()
608 gdImageSetPixel(im, xpos, ypos, v); in ReadImage()
/PHP-7.2/ext/gd/tests/
H A Dcolorat.phpt32 foreach ($c as $v) {
33 if ($v != 0) {
H A Dimagewbmp-mb.phpt20 foreach ($c as $v) {
21 if ($v != 0) {
H A Dimagewbmp.phpt20 foreach ($c as $v) {
21 if ($v != 0) {
/PHP-7.2/ext/gmp/
H A Dphp_gmp.h98 #define GMPG(v) ZEND_MODULE_GLOBALS_ACCESSOR(gmp, v) argument
/PHP-7.2/ext/gmp/tests/
H A Dbug70284.phpt21 $v[$i] = $fakezval.$i;
/PHP-7.2/ext/hash/
H A Dhash_gost.c170 (v[5] >> 16) ^ v[5] ^ (v[6] >> 16) ^ (v[7] << 16) ^ (v[7] >> 16) ^ \
173 v[2] ^ (v[2] >> 16) ^ (v[3] << 16) ^ (v[4] >> 16) ^ (v[5] << 16) ^ \
181 (v[3] << 16) ^ (v[4] >> 16) ^ v[4] ^ (v[5] << 16) ^ (v[6] << 16) ^ \
183 h[4] = (v[0] >> 16) ^ (v[1] << 16) ^ v[1] ^ (v[2] >> 16) ^ v[2] ^ \
184 (v[3] << 16) ^ (v[3] >> 16) ^ v[3] ^ (v[4] << 16) ^ (v[5] >> 16) ^ \
187 (v[1] & 0xffff0000) ^ (v[2] << 16) ^ v[2] ^ (v[3] >> 16) ^ v[3] ^ \
188 (v[4] << 16) ^ (v[4] >> 16) ^ v[4] ^ (v[5] << 16) ^ (v[6] << 16) ^ \
190 h[6] = v[0] ^ v[2] ^ (v[2] >> 16) ^ v[3] ^ (v[3] << 16) ^ v[4] ^ \
191 (v[4] >> 16) ^ (v[5] << 16) ^ (v[5] >> 16) ^ v[5] ^ (v[6] << 16) ^ \
192 (v[6] >> 16) ^ v[6] ^ (v[7] << 16) ^ v[7]; \
[all …]
H A Dhash_md.c455 #define ROTL32(s,v) (((v) << (s)) | ((v) >> (32 - (s)))) argument

Completed in 246 milliseconds

12345678910>>...29