Home
last modified time | relevance | path

Searched defs:c (Results 126 – 150 of 282) sorted by relevance

12345678910>>...12

/PHP-7.0/ext/bcmath/libbcmath/src/
H A Ddebug.c44 out_char (int c) in out_char()
/PHP-7.0/ext/standard/
H A Dphp_smart_string_public.h28 char *c; member
H A Dmd5.h46 php_uint32 a, b, c, d; member
H A Dstring.c748 unsigned char c; in php_charmask() local
1390 unsigned char *c, *e; in php_strtoupper() local
1407 unsigned char *c, *e; in php_string_toupper() local
1453 unsigned char *c, *e; in php_strtolower() local
1470 unsigned char *c, *e; in php_string_tolower() local
1516 char *c, *comp, *cend; local
1746 register char c = *p; local
2646 char c; local
2707 zend_long c; local
3739 char c; local
[all …]
H A Dlcg.c51 #define MODMULT(a, b, c, m, s) q = s/a;s=b*(s-a*q)-c*q;if(s<0)s+=m argument
/PHP-7.0/ext/gd/libgd/
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
729 #define gdImageRed(im, c) ((im)->trueColor ? gdTrueColorGetRed(c) : \ argument
731 #define gdImageGreen(im, c) ((im)->trueColor ? gdTrueColorGetGreen(c) : \ argument
733 #define gdImageBlue(im, c) ((im)->trueColor ? gdTrueColorGetBlue(c) : \ argument
735 #define gdImageAlpha(im, c) ((im)->trueColor ? gdTrueColorGetAlpha(c) : \ argument
H A Dgd2time.c18 int c; in main() local
/PHP-7.0/ext/mbstring/libmbfl/tests/
H A Dstrwidth.c44 const int c = fgetc(stdin); in main() local
H A Dconv_kana.c110 const int c = fgetc(stdin); in main() local
H A Dstrcut.c73 const int c = fgetc(stdin); in main() local
H A Dconv_encoding.c64 const int c = fgetc(stdin); in main() local
/PHP-7.0/ext/hash/
H A Dhash_tiger.c42 #define round(a,b,c,x,mul) \ argument
54 #define pass(a,b,c,mul) \ argument
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
/PHP-7.0/ext/fileinfo/libmagic/
H A Dstrcasestr.c71 char c, sc; in strcasestr() local
H A Dis_tar.c51 #define isodigit(c) ( ((c) >= '0') && ((c) <= '7') ) argument
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_atomic.h25 #define atomic_cmp_set(a,b,c) __sync_bool_compare_and_swap(a,b,c) argument
92 #define atomic_cmp_set(a,b,c) __sync_bool_compare_and_swap(a,b,c) argument
/PHP-7.0/ext/mbstring/oniguruma/enc/
H A Dsjis.c98 int c, i, len; in mbc_to_code() local
204 const UChar c = *s; in is_allowed_reverse_match() local
/PHP-7.0/Zend/
H A Dzend_virtual_cwd.h63 #define IS_SLASH(c) ((c) == '/' || (c) == '\\') argument
64 #define IS_SLASH_P(c) (*(c) == '/' || \ argument
82 #define IS_SLASH(c) ((c) == '/' || (c) == '\\') argument
83 #define IS_SLASH_P(c) IS_SLASH(*(c)) argument
101 #define IS_SLASH(c) ((c) == '/') argument
102 #define IS_SLASH_P(c) (*(c) == '/') argument
H A Dzend_language_scanner.c31 # define YYDEBUG(s, c) argument
110 #define HANDLE_NEWLINE(c) \ argument
121 #define IS_LABEL_START(c) (((c) >= 'a' && (c) <= 'z') || ((c) >= 'A' && (c) <= 'Z') || (c) == '_' |… argument
123 #define ZEND_IS_OCT(c) ((c)>='0' && (c)<='7') argument
124 #define ZEND_IS_HEX(c) (((c)>='0' && (c)<='9') || ((c)>='a' && (c)<='f') || ((c)>='A' && (c)<='F')) argument
H A Dzend_highlight.c30 ZEND_API void zend_html_putc(char c) in zend_html_putc()
H A Dzend_portability.h99 # define ZEND_ASSUME(c) __assume(c) argument
101 # define ZEND_ASSUME(c) do { \ argument
105 # define ZEND_ASSUME(c) argument
109 # define ZEND_ASSERT(c) assert(c) argument
111 # define ZEND_ASSERT(c) ZEND_ASSUME(c) argument
/PHP-7.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_tl_jisx0201_jisx0208.c41 mbfl_filt_tl_jisx0201_jisx0208(int c, mbfl_convert_filter *filt) in mbfl_filt_tl_jisx0201_jisx0208()
/PHP-7.0/sapi/phpdbg/
H A Dtest.php77 private $c = 7; variable in testClass
/PHP-7.0/ext/xml/
H A Dxml.c524 inline static unsigned short xml_encode_iso_8859_1(unsigned char c) in xml_encode_iso_8859_1()
531 inline static char xml_decode_iso_8859_1(unsigned short c) in xml_decode_iso_8859_1()
538 inline static unsigned short xml_encode_us_ascii(unsigned char c) in xml_encode_us_ascii()
545 inline static char xml_decode_us_ascii(unsigned short c) in xml_decode_us_ascii()
571 unsigned int c; in xml_utf8_encode() local
621 unsigned int c; in xml_utf8_decode() local
/PHP-7.0/ext/opcache/Optimizer/
H A Dblock_pass.c36 zend_constant *c; in zend_optimizer_get_persistent_constant() local
105 #define print_block(a,b,c) argument
685 zval c = ZEND_OP1_LITERAL(src); in zend_optimize_block() local
701 zval c = ZEND_OP1_LITERAL(src); in zend_optimize_block() local

Completed in 93 milliseconds

12345678910>>...12