Searched defs:V (Results 1 – 5 of 5) sorted by relevance
/PHP-5.6/ext/mysqlnd/ |
H A D | mysqlnd_portability.h | 241 #define float4get(V,M) { *((float *) &(V)) = *((float*) (M)); } argument 243 #define floatget(V,M) memcpy((char*) &(V),(char*) (M),sizeof(float)) argument 317 #define float4get(V,M) do { float def_temp;\ argument 323 #define float8store(T,V) do { \ argument 333 #define float8get(V,M) do { double def_temp;\ argument 345 #define float4get(V,M) memcpy((char*) &(V),(char*) (M),sizeof(float)) argument 348 #define float8store(T,V) do { \ argument 357 #define float8get(V,M) do { double def_temp;\ argument 382 #define float8get(V,M) memcpy((char*) &(V),(char*) (M), sizeof(double)) argument 385 #define float8get(V,M) memcpy((char*) &(V),(char*) (M),sizeof(double)) argument [all …]
|
H A D | config-win.h | 98 #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.6/ext/gd/libgd/ |
H A D | gd_webp.c | 42 unsigned char *V = NULL; in gdImageCreateFromWebpPtr() local 70 unsigned char *V = NULL; in gdImageCreateFromWebpCtx() local 177 *V = NULL; in gdImageWebpCtx() local
|
H A D | webpimg.c | 300 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() 804 void AdjustColorspace(uint8* Y, uint8* U, uint8* V, int width, int height) { in AdjustColorspace() 832 void AdjustColorspaceBack(uint8* Y, uint8* U, uint8* V, int width, int height) { in AdjustColorspaceBack()
|
/PHP-5.6/ext/standard/tests/misc/ |
H A D | browscap.ini | 2026 Parent=General Crawlers 2027 Browser="Willow Internet Crawler" 2108 Parent=Search Engines 2109 Browser="antibot" 6325 [MOT-V*/* MIB/*]
|
Completed in 128 milliseconds