Home
last modified time | relevance | path

Searched defs:c (Results 201 – 225 of 275) sorted by last modified time

1234567891011

/PHP-5.5/ext/iconv/
H A Diconv.c62 #define _php_iconv_memequal(a, b, c) \ argument
461 static php_iconv_err_t _php_iconv_appendc(smart_str *d, const char c, iconv_t cd) in _php_iconv_appendc()
/PHP-5.5/ext/hash/
H A Dhash_md.c243 #define FF(a, b, c, d, x, s, ac) { \ argument
248 #define GG(a, b, c, d, x, s, ac) { \ argument
253 #define HH(a, b, c, d, x, s, ac) { \ argument
258 #define II(a, b, c, d, x, s, ac) { \ argument
358 php_hash_uint32 a = state[0], b = state[1], c = state[2], d = state[3], x[16]; local
454 #define MD4_R1(a,b,c,d,k,s) a = ROTL32(s, a + MD4_F(b,c,d) + x[k]) argument
455 #define MD4_R2(a,b,c,d,k,s) a = ROTL32(s, a + MD4_G(b,c,d) + x[k] + 0x5A827999) argument
456 #define MD4_R3(a,b,c,d,k,s) a = ROTL32(s, a + MD4_H(b,c,d) + x[k] + 0x6ED9EBA1) argument
460 php_hash_uint32 a = state[0], b = state[1], c = state[2], d = state[3], x[16]; in MD4Transform() local
H A Dhash_ripemd.c205 php_hash_uint32 a = state[0], b = state[1], c = state[2], d = state[3]; in RIPEMD128Transform() local
296 php_hash_uint32 a = state[0], b = state[1], c = state[2], d = state[3]; in RIPEMD256Transform() local
394 php_hash_uint32 a = state[0], b = state[1], c = state[2], d = state[3], e = state[4]; in RIPEMD160Transform() local
493 php_hash_uint32 a = state[0], b = state[1], c = state[2], d = state[3], e = state[4]; in RIPEMD320Transform() local
H A Dhash_sha.c181 #define FF(a, b, c, d, e, w) { \ argument
186 #define GG(a, b, c, d, e, w) { \ argument
191 #define HH(a, b, c, d, e, w) { \ argument
196 #define II(a, b, c, d, e, w) { \ argument
224 php_hash_uint32 a = state[0], b = state[1], c = state[2]; in SHA1Transform() local
482 php_hash_uint32 a = state[0], b = state[1], c = state[2], d = state[3]; in SHA256Transform() local
792 php_hash_uint64 a = state[0], b = state[1], c = state[2], d = state[3]; in SHA512Transform() local
H A Dhash_tiger.c42 #define round(a,b,c,x,mul) \ argument
54 #define pass(a,b,c,mul) \ argument
/PHP-5.5/ext/gd/libgd/
H A Dxbm.c176 int x, y, c, b, sx, sy, p; in gdImageXbmCtx() local
H A Dgd_interpolation.c70 #define MIN3(a,b,c) ((a)<(b)?(MIN(a,c)):(MIN(b,c))) argument
74 #define MAX3(a,b,c) ((a)<(b)?(MAX(b,c)):(MAX(a,c))) argument
529 double a, b, c, d; in filter_bspline() local
639 register int c = src->tpixels[y][x]; in _setEdgePixel() local
647 const int c = im->tpixels[y][x]; in getPixelOverflowTC() local
693 #define colorIndex2RGBA(c) gdTrueColorAlpha(im->red[(c)], im->green[(c)], im->blue[(c)], im->alpha[… argument
698 const int c = im->pixels[y][x]; in getPixelOverflowPalette() local
1187 const int c = im->tpixels[y][x]; in getPixelOverflowColorTC() local
1621 register int c; in gdImageScaleBicubicFixed() local
1790 register int c = getPixelInterpolated(src, n, m, bgColor); in gdImageRotateGeneric() local
[all …]
H A Dgd_io.c43 void Putchar (int c, gdIOCtx * ctx) in Putchar()
48 void gdPutC (const unsigned char c, gdIOCtx * ctx) in gdPutC()
H A Dgd_jpeg.c499 static int CMYKToRGB(int c, int m, int y, int k, int inverted) in CMYKToRGB()
H A Dgdft.c983 unsigned char c; local
H A Dwbmp.c64 putmbi (int i, void (*putout) (int c, void *out), void *out) in putmbi()
248 writewbmp (Wbmp * wbmp, void (*putout) (int c, void *out), void *out) in writewbmp()
333 putout (int c, void *out) in putout()
H A Dgd_rotate.c208 int c,r,g,b,a; in gdImageRotate90() local
255 int c,r,g,b,a; in gdImageRotate180() local
303 int c,r,g,b,a; in gdImageRotate270() local
H A Dgdkanji.c93 int c, i; in DetectKanjiCode() local
245 #define IS_DAKU(c) ((c >= 182 && c <= 196) || (c >= 202 && c <= 206) || (c == 179)) argument
246 #define IS_HANDAKU(c) (c >= 202 && c <= 206) argument
251 int c = *p1; in han2zen() local
H A Dgd.c535 int c; in gdImageColorResolveAlpha() local
1272 #define BLEND_COLOR(a, nc, c, cc) \ argument
1818 int c = gdImageGetPixel(im, i, y - 1); in gdImageFillToBorder() local
1834 int c = gdImageGetPixel(im, i, y + 1); in gdImageFillToBorder() local
1910 int ix = x, iy = y, c; in gdImageFill() local
2165 int c; in gdImageCopy() local
2264 int c, dc; in gdImageCopyMerge() local
2304 int c, dc; in gdImageCopyMergeGray() local
2358 int c; in gdImageCopyResized() local
3055 const unsigned char c = *(src_row + x); in gdImagePaletteToTrueColor() local
[all …]
H A Dgd.h87 #define gdTrueColorGetAlpha(c) (((c) & 0x7F000000) >> 24) argument
88 #define gdTrueColorGetRed(c) (((c) & 0xFF0000) >> 16) argument
89 #define gdTrueColorGetGreen(c) (((c) & 0x00FF00) >> 8) argument
90 #define gdTrueColorGetBlue(c) ((c) & 0x0000FF) argument
730 #define gdImageRed(im, c) ((im)->trueColor ? gdTrueColorGetRed(c) : \ argument
732 #define gdImageGreen(im, c) ((im)->trueColor ? gdTrueColorGetGreen(c) : \ argument
734 #define gdImageBlue(im, c) ((im)->trueColor ? gdTrueColorGetBlue(c) : \ argument
736 #define gdImageAlpha(im, c) ((im)->trueColor ? gdTrueColorGetAlpha(c) : \ argument
H A Dgd_arc.c17 void gdImageEllipse(gdImagePtr im, int mx, int my, int w, int h, int c) in gdImageEllipse()
56 void gdImageFilledEllipse (gdImagePtr im, int mx, int my, int w, int h, int c) in gdImageFilledEllipse()
H A Dgd_gif_in.c137 unsigned char c; in gdImageCreateFromGifCtx() local
555 unsigned char c; in ReadImage() local
H A Dgd_gif_out.c496 register int c; local
746 char_out(int c, GifCtx *ctx)
/PHP-5.5/ext/gd/
H A Dgd.c1995 int c = GetPixel(memDC, x,y); in PHP_FUNCTION() local
2055 int c = GetPixel(memDC, x,y); in PHP_FUNCTION() local
3042 int x, y, c; in PHP_FUNCTION() local
3481 static void php_gdimagecharup(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in php_gdimagecharup()
H A Dgd_ctx.c23 #define CTX_PUTC(c,ctx) ctx->putC(ctx, c) argument
25 static void _php_image_output_putc(struct gdIOCtx *ctx, int c) in _php_image_output_putc()
49 static void _php_image_stream_putc(struct gdIOCtx *ctx, int c) { in _php_image_stream_putc()
/PHP-5.5/ext/ftp/
H A Dftp.c118 unsigned char c[8]; member
/PHP-5.5/ext/filter/
H A Dsanitizing_filters.c113 int i, c; in php_filter_strip() local
159 int i, c; in filter_map_apply() local
/PHP-5.5/ext/fileinfo/libmagic/
H A Dreadcdf.c146 char *c, *ec; local
H A Dsoftmagic.c1025 const char *c; in mcopy() local
H A Dapprentice.c1393 get_op(char c) in get_op()
2335 int c; in getstr() local
2485 hextoint(int c) in hextoint()
2505 char c; in file_showstr() local

Completed in 143 milliseconds

1234567891011