Home
last modified time | relevance | path

Searched defs:b (Results 51 – 75 of 181) sorted by path

12345678

/php-src/ext/fileinfo/libmagic/
H A Dis_tar.c63 file_is_tar(struct magic_set *ms, const struct buffer *b) in file_is_tar()
H A Dreadcdf.c530 file_trycdf(struct magic_set *ms, const struct buffer *b) in file_trycdf()
H A Dsoftmagic.c119 file_softmagic(struct magic_set *ms, const struct buffer *b, in file_softmagic()
158 #define F(a, b, c) file_fmtcheck((a), (b), (c), __FILE__, __LINE__) argument
177 #define F(a, b, c) fmtcheck((b), (c)) argument
179 #define F(a, b, c) ((b)) argument
213 size_t nmagic, const struct buffer *b, size_t offset, int mode, int text, in match()
843 moffset(struct magic_set *ms, struct magic *m, const struct buffer *b, in moffset()
1351 const char *b; in mcopy() local
1522 const struct buffer *b, size_t o, unsigned int cont_level) in msetoffset()
1593 mget(struct magic_set *ms, struct magic *m, const struct buffer *b, in mget()
2003 const unsigned char *b = RCAST(const unsigned char *, s2); in file_strncmp() local
[all …]
/php-src/ext/ftp/
H A Dftp.c797 unsigned long b[6]; in ftp_pasv() local
/php-src/ext/gd/
H A Dgd.c538 int body_size, n = 0, b, i, body_size_check; in PHP_FUNCTION() local
1775 int b; in _php_image_output() local
3207 zend_long r,g,b,tmp; in php_image_filter_colorize() local
H A Dgd_compat.c10 int overflow2(int a, int b) in overflow2()
/php-src/ext/gd/libgd/
H A Dgd.c271 int gdImageColorClosest (gdImagePtr im, int r, int g, int b) in gdImageColorClosest()
318 #define MIN(a,b) ((a)<(b)?(a):(b)) argument
320 #define MIN3(a,b,c) ((a)<(b)?(MIN(a,c)):(MIN(b,c))) argument
322 #define MAX(a,b) ((a)<(b)?(b):(a)) argument
324 #define MAX3(a,b,c) ((a)<(b)?(MAX(b,c)):(MAX(a,c))) argument
350 float R = RGB.R, G = RGB.G, B = RGB.B, w, v, b, f; in RGB_to_HWB() local
467 int gdImageColorExact (gdImagePtr im, int r, int g, int b) in gdImageColorExact()
1187 int dr,dg,db,p,r,g,b; in gdImageSetAAPixelColor() local
1688 int64_t aq,bq,dx,dy,r,rx,ry,a,b; in gdImageEllipse() local
1727 int64_t aq,bq,dx,dy,r,rx,ry,a,b; in gdImageFilledEllipse() local
[all …]
H A Dgd.h537 #define gdTrueColor(r, g, b) (((r) << 16) + \ argument
545 #define gdTrueColorAlpha(r, g, b, a) (((a) << 24) + \ argument
H A Dgd_avif.c418 uint8_t b = *(p++); in gdImageCreateFromAvifCtx() local
H A Dgd_bmp.c768 int r, g, b, z; in bmp_read_palette() local
H A Dgd_crop.c284 register int r,b,g,a; in gdGuessBackgroundColorFromCorners() local
H A Dgd_filter.c117 int r,g,b,a; in gdImageNegate() local
150 int r,g,b,a; in gdImageGrayScale() local
190 int r,g,b,a; in gdImageBrightness() local
235 int r,g,b,a; in gdImageContrast() local
307 int r,g,b,a; in gdImageColor() local
H A Dgd_gd2.c369 int b = chunkBuf[chunkPos++]; in gdImageCreateFromGd2Ctx() local
H A Dgd_gif_in.c50 #define LM_to_uint(a,b) (((b)<<8)|(a)) argument
H A Dgd_intern.h4 #define MIN(a,b) ((a)<(b)?(a):(b)) argument
6 #define MIN3(a,b,c) ((a)<(b)?(MIN(a,c)):(MIN(b,c))) argument
8 #define MAX(a,b) ((a)<(b)?(b):(a)) argument
10 #define MAX3(a,b,c) ((a)<(b)?(MAX(b,c)):(MAX(a,c))) argument
H A Dgd_interpolation.c71 #define MIN(a,b) ((a)<(b)?(a):(b)) argument
73 #define MIN3(a,b,c) ((a)<(b)?(MIN(a,c)):(MIN(b,c))) argument
75 #define MAX(a,b) ((a)<(b)?(b):(a)) argument
77 #define MAX3(a,b,c) ((a)<(b)?(MAX(b,c)):(MAX(a,c))) argument
540 double a, b, c, d; in filter_bspline() local
697 int r, g, b, a; in getPixelInterpolateWeight() local
929 register unsigned char r = 0, g = 0, b = 0, a = 0; in _gdScaleRow() local
975 register unsigned char r = 0, g = 0, b = 0, a = 0; in _gdScaleCol() local
H A Dgd_io_dp.c221 unsigned char b; in dynamicPutchar() local
257 unsigned char b; in dynamicGetchar() local
H A Dgd_io_file.c96 unsigned char b; in filePutchar() local
H A Dgd_io_ss.c134 unsigned char b; in sinkPutchar() local
H A Dgd_pixelate.c26 int a, r, g, b, c; in gdImagePixelate() local
H A Dgd_png.c390 register png_byte b = row_pointers[h][boffset++]; in gdImageCreateFromPngCtx() local
403 register png_byte b = row_pointers[h][boffset++]; in gdImageCreateFromPngCtx() local
H A Dgd_rotate.c19 int i, r, g, b, a, clrBackR, clrBackG, clrBackB, clrBackA; in gdImageSkewX() local
116 int i, iYPos=0, r, g, b, a; in gdImageSkewY() local
204 int c,r,g,b,a; in gdImageRotate90() local
251 int c,r,g,b,a; in gdImageRotate180() local
299 int c,r,g,b,a; in gdImageRotate270() local
H A Dgd_security.c21 int overflow2(int a, int b) in overflow2()
H A Dgd_topal.c333 int b = gdTrueColorGetBlue (*ptr) >> C2_SHIFT; in prescan_quantize() local
1020 int r, g, b; in find_best_colors() local
1155 int r, g, b; in pass2_no_dither() local
H A Dgd_webp.c92 register uint8_t b = *(p++); in gdImageCreateFromWebpCtx() local

Completed in 91 milliseconds

12345678