Home
last modified time | relevance | path

Searched defs:V (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_portability.h346 #define float4get(V,M) { *((float *) &(V)) = *((float*) (M)); } argument
348 #define floatget(V,M) memcpy((char*) &(V),(char*) (M),sizeof(float)) argument
422 #define float4get(V,M) do { float def_temp;\ argument
428 #define float8store(T,V) do { \ argument
438 #define float8get(V,M) do { double def_temp;\ argument
450 #define float4get(V,M) memcpy((char*) &(V),(char*) (M),sizeof(float)) argument
453 #define float8store(T,V) do { \ argument
462 #define float8get(V,M) do { double def_temp;\ argument
487 #define float8get(V,M) memcpy((char*) &(V),(char*) (M), 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
100 #define float8store(T,V) { *((int32_t *) T) = *((int32_t*) &V); \ argument
102 #define float4get(V,M) { *((int32_t *) &(V)) = *((int32_t*) (M)); } argument
/PHP-5.5/ext/gd/libgd/
H A Dgd_webp.c42 unsigned char *V = NULL; in gdImageCreateFromWebpPtr() local
70 unsigned char *V = NULL; in gdImageCreateFromWebpCtx() local
177 *V = NULL; in gdImageWebpCtx() local
H A Dwebpimg.c300 const int V = v_src[0]; in YUV420toRGBLine() local
328 uint8* V, in YUV420toRGBA()
356 uint8* V, in gd_YUV420toRGBA()
538 uint8* V) { in gd_RGBAToYUV420()
601 uint8* V) { in RGBAToYUV420()
657 const uint8* V, in VPXEncode()
744 const uint8* V, in WebPEncode()
790 void AdjustColorspace(uint8* Y, uint8* U, uint8* V, int width, int height) { in AdjustColorspace()
818 void AdjustColorspaceBack(uint8* Y, uint8* U, uint8* V, int width, int height) { in AdjustColorspaceBack()
/PHP-5.5/ext/standard/tests/misc/
H A Dbrowscap.ini2026 Parent=General Crawlers
2027 Browser="Willow Internet Crawler"
2108 Parent=Search Engines
2109 Browser="antibot"
6325 [MOT-V*/* MIB/*]

Completed in 163 milliseconds