Home
last modified time | relevance | path

Searched refs:V (Results 1 – 25 of 117) sorted by relevance

12345

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_portability.h342 #define float8get(V,M) { ((float8get_union *)&(V))->m[0] = *((long*) (M)); \ argument
344 #define float8store(T,V) { *((long *) (T)) = ((float8get_union *)&(V))->m[0]; \ argument
346 #define float4get(V,M) { *((float *) &(V)) = *((float*) (M)); } argument
348 #define floatget(V,M) memcpy((char*) &(V),(char*) (M),sizeof(float)) argument
428 #define float8store(T,V) do { \ argument
450 #define float4get(V,M) memcpy((char*) &(V),(char*) (M),sizeof(float)) argument
453 #define float8store(T,V) do { \ argument
487 #define float8get(V,M) memcpy((char*) &(V),(char*) (M), sizeof(double)) argument
488 #define float8store(T,V) memcpy((char*) (T),(char*) &(V), sizeof(double)) argument
490 #define float8get(V,M) memcpy((char*) &(V),(char*) (M),sizeof(double)) argument
[all …]
H A Dconfig-win.h98 #define float8get(V,M) { *((int32_t *) &V) = *((int32_t*) M); \ argument
99 *(((int32_t *) &V)+1) = *(((int32_t*) M)+1); }
100 #define float8store(T,V) { *((int32_t *) T) = *((int32_t*) &V); \ argument
101 *(((int32_t *) T)+1) = *(((int32_t*) &V)+1); }
102 #define float4get(V,M) { *((int32_t *) &(V)) = *((int32_t*) (M)); } argument
/PHP-5.5/ext/gd/libgd/
H A Dgd_webp.c14 uint8* V,
20 uint8* V);
42 unsigned char *V = NULL; in gdImageCreateFromWebpPtr() local
49 if (V) free(V); in gdImageCreateFromWebpPtr()
57 gd_YUV420toRGBA(Y, U, V, im); in gdImageCreateFromWebpPtr()
70 unsigned char *V = NULL; in gdImageCreateFromWebpCtx() local
99 if (V) free(V); in gdImageCreateFromWebpCtx()
104 gd_YUV420toRGBA(Y, U, V, im); in gdImageCreateFromWebpCtx()
177 *V = NULL; in gdImageWebpCtx() local
192 V = U + yuv_width * yuv_height; in gdImageWebpCtx()
[all …]
H A Dwebpimg.h101 const uint8* V,
128 uint8* V,
150 uint8* V);
155 void AdjustColorspace(uint8* Y, uint8* U, uint8* V, int width, int height);
158 void AdjustColorspaceBack(uint8* Y, uint8* U, uint8* V, int width, int height);
H A Dwebpimg.c300 const int V = v_src[0]; in YUV420toRGBLine() local
301 ToRGB(y_src[0], U, V, rgb_dst); in YUV420toRGBLine()
302 ToRGB(y_src[1], U, V, rgb_dst + 1); in YUV420toRGBLine()
328 uint8* V, in YUV420toRGBA() argument
356 uint8* V, in gd_YUV420toRGBA() argument
538 uint8* V) { in gd_RGBAToYUV420() argument
569 V + y * uv_stride); in gd_RGBAToYUV420()
601 uint8* V) { in RGBAToYUV420() argument
680 if (!p_out || !Y || !U || !V in VPXEncode()
744 const uint8* V, in WebPEncode() argument
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dpack.phpt50 print_r(unpack("V", pack("V", 65534)));
51 print_r(unpack("V", pack("V", 0)));
52 print_r(unpack("V", pack("V", 2147483650)));
53 print_r(unpack("V", pack("V", 4294967296)));
54 print_r(unpack("V", pack("V", -2147483648)));
/PHP-5.5/ext/pcre/tests/
H A Dpcre_count.phpt20 $regex = '~((V(I|1)(4|A)GR(4|A))|(V(I|1)C(0|O)D(I|1)(N|\/\\\/)))~i';
26 $regex = '~((V(I|1)(4|A)GR(4|A))|(V(I|1)C(0|O)D(I|1)(N|\/\\\/)))~i';
/PHP-5.5/ext/standard/tests/file/
H A Dbug38086.phpt44 V'yy oernx gurfr punvaf
46 V'yy grne lbh qbja vagb zl cevingr uryy
51 V'yy oernx gurfr punvaf
53 V'yy grne lbh qbja vagb zl cevingr uryy
/PHP-5.5/ext/sysvshm/
H A Dconfig.m45 PHP_ARG_ENABLE(sysvshm,whether to enable System V shared memory support,
6 [ --enable-sysvshm Enable the System V shared memory support])
H A DCREDITS1 System V Shared Memory
/PHP-5.5/ext/sysvmsg/
H A Dconfig.m43 PHP_ARG_ENABLE(sysvmsg,whether to enable System V IPC support,
9 [AC_MSG_ERROR([Cannot enable System V IPC support, sys/msg.h is missing])
H A DCREDITS1 System V Message based IPC
/PHP-5.5/ext/sysvsem/
H A Dconfig.m45 PHP_ARG_ENABLE(sysvsem,whether to enable System V semaphore support,
6 [ --enable-sysvsem Enable System V semaphore support])
H A DCREDITS1 System V Semaphores
/PHP-5.5/ext/openssl/tests/
H A Dbug46127.pem8 V+MiuSDjSR62adBoSiBB7Usty44lXqsp9RICw+DCCxpsn/CfxPEDXLLd4olsWXc6
15 +Mvxeq9HsEzJxHIFQla05S5J/e/V+DQTYoKiRFchKPrDAdrzYSEvP3h4QJEtsNqQ
/PHP-5.5/tests/classes/
H A Dconstants_basic_006.phpt8 public static $a = array(K => D::V, E::A => K);
11 eval('class D extends C { const V = \'test\'; }');
/PHP-5.5/ext/intl/tests/
H A Dmsgfmt_format_intlcalendar.phpt15 $msgf = new MessageFormatter('pt_PT', '{0,date,full} {0,time,h:m:s a V}');
20 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
H A Dmsgfmt_format_intlcalendar_variant2.phpt15 $msgf = new MessageFormatter('pt_PT', '{0,date,full} {0,time,h:m:s a V}');
20 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
H A Dmsgfmt_format_intlcalendar_variant4.phpt15 $msgf = new MessageFormatter('pt_PT', '{0,date,full} {0,time,h:m:s a V}');
20 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
H A Dmsgfmt_format_intlcalendar_variant3.phpt16 $msgf = new MessageFormatter('pt_PT', '{0,date,full} {0,time,h:m:s a V}');
21 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
H A Dbug58756_MessageFormatter.phpt19 $msgf = new MessageFormatter('en_US', '{0,date,full} {0,time,h:m:s a V}');
26 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
H A Dbug58756_MessageFormatter_variant2.phpt19 $msgf = new MessageFormatter('en_US', '{0,date,full} {0,time,h:m:s a V}');
26 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dphar_test.inc43 $manifest .= pack('V', strlen($name)) . (binary)$name;
55 …asdir) ? 0x1110 : 0x1000, $gflags, strlen($alias)) . (binary)$alias . pack('V', strlen($pmeta)) . …
57 $file .= pack('V', strlen($manifest)) . $manifest;
/PHP-5.5/ext/phar/tests/files/
H A Dphar_test.inc43 $manifest .= pack('V', strlen($name)) . (binary)$name;
55 …asdir) ? 0x1110 : 0x1000, $gflags, strlen($alias)) . (binary)$alias . pack('V', strlen($pmeta)) . …
57 $file .= pack('V', strlen($manifest)) . $manifest;
/PHP-5.5/ext/phar/tests/
H A D010.phpt15 $manifest = pack('V', 1) . 'a' . pack('VVVVVV', 0, time(), 0, crc32(b''), 0x00000000, 0);
16 $file .= pack('VVnVV', strlen($manifest), 1, 0x1000, 0x00000000, 3) . 'hio' . pack('V', 0) . $manif…

Completed in 42 milliseconds

12345