Home
last modified time | relevance | path

Searched defs:b (Results 126 – 150 of 181) sorted by relevance

12345678

/php-src/ext/phar/
H A Dstream.c892 Bucket *b; in phar_wrapper_rename() local
/php-src/ext/gd/libgd/
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_bmp.c768 int r, g, b, z; in bmp_read_palette() local
H A Dgd_gif_in.c50 #define LM_to_uint(a,b) (((b)<<8)|(a)) argument
H A Dgd_gd2.c369 int b = chunkBuf[chunkPos++]; in gdImageCreateFromGd2Ctx() local
/php-src/main/
H A Dphp_network.h43 # define ftruncate(a, b) chsize(a, b) argument
H A Dnetwork.c385 static inline void sub_times(struct timeval a, struct timeval b, struct timeval *result)
/php-src/ext/zend_test/
H A Dtest.c1303 struct bug79096 b; in bug79096() local
1325 uint64_t b; member
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c935 #define SELECT_OP(a, b) (b) argument
937 #define SELECT_OP(a, b) (!(op & SLJIT_32) ? a : b) argument
1313 #define ARCH_32_64(a, b) a argument
1315 #define ARCH_32_64(a, b) b argument
H A DsljitNativePPC_common.c121 #define B(b) ((sljit_ins)reg_map[b] << 11) argument
1045 #define ARCH_32_64(a, b) a argument
1049 #define ARCH_32_64(a, b) b argument
/php-src/win32/
H A Dglob.c349 Char *b, *eb; in globtilde() local
/php-src/ext/standard/
H A Dpack.c46 #define INC_OUTPUTPOS(a,b) \ argument
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_singlebyte.c19 static inline uint32_t coalesce(uint32_t a, uint32_t b) in coalesce()
/php-src/ext/fileinfo/libmagic/
H A Dfuncs.c327 struct buffer b; in file_buffer() local
H A Dcompress.c272 file_zmagic(struct magic_set *ms, const struct buffer *b, const char *name) in file_zmagic()
/php-src/ext/mysqli/
H A Dmysqli.c42 #define MYSQLI_ADD_PROPERTIES(a, b) \ argument
/php-src/ext/opcache/jit/ir/
H A Dir_sccp.c314 static bool ir_sccp_is_equal(ir_ctx *ctx, ir_insn *_values, ir_ref a, ir_ref b) in ir_sccp_is_equal()
2283 bool b = ir_sccp_is_true(ctx, _values, insn->op2); in ir_sccp() local
/php-src/sapi/litespeed/
H A Dlsapilib.c600 register char b; in verifyHeader() local
686 register char b; in swapIntEndian() local
719 register char b; in fixHeaderIndexEndian() local
4270 register uint32 a, b, c, d; in lsapi_MD5Transform() local
/php-src/Zend/
H A Dzend_types.h44 # define ZEND_ENDIAN_LOHI_4(a, b, c, d) d; c; b; a; argument
47 # define ZEND_ENDIAN_LOHI_C_4(a, b, c, d) d, c, b, a argument
51 # define ZEND_ENDIAN_LOHI_4(a, b, c, d) a; b; c; d; argument
54 # define ZEND_ENDIAN_LOHI_C_4(a, b, c, d) a, b, c, d argument
1057 #define ZVAL_BOOL(z, b) do { \ argument
/php-src/Zend/Optimizer/
H A Ddfa_pass.c117 zend_basic_block *b; in zend_ssa_remove_nops() local
/php-src/ext/pcre/pcre2lib/
H A Dpcre2.h810 #define PCRE2_JOIN(a,b) a ## b argument
811 #define PCRE2_GLUE(a,b) PCRE2_JOIN(a,b) argument
/php-src/sapi/fpm/fpm/
H A Dfpm_conf.c568 int b; in fpm_conf_set_array() local
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c274 int b; /* current basic block number or -1 */ member
3547 int b = jit->ssa->cfg.map[target - jit->op_array->opcodes]; in zend_jit_case_start() local
3590 static int zend_jit_bb_start(zend_jit_ctx *jit, int b) in zend_jit_bb_start()
3730 static int zend_jit_bb_end(zend_jit_ctx *jit, int b) in zend_jit_bb_end()
3931 static void zend_jit_recv_entry(zend_jit_ctx *jit, int b) in zend_jit_recv_entry()
3958 static void zend_jit_osr_entry(zend_jit_ctx *jit, int b) in zend_jit_osr_entry()
8589 uint32_t b,
8852 uint32_t b,
15209 int b; local
15253 int b; local
[all …]
H A Dzend_jit_trace.c793 uint32_t b; in zend_jit_trace_is_false_loop() local
815 uint32_t b = ssa->cfg.map[tssa_opcodes[0] - op_array->opcodes]; in zend_jit_trace_copy_ssa_var_info() local
3855 int ssa_var, j, b = ssa->cfg.map[opline_num]; in zend_jit_find_ssa_var() local
/php-src/ext/openssl/
H A Dxp_ssl.c2207 static struct timeval php_openssl_subtract_timeval(struct timeval a, struct timeval b) /* {{{ */ in php_openssl_subtract_timeval()
2223 static int php_openssl_compare_timeval( struct timeval a, struct timeval b ) in php_openssl_compare_timeval()

Completed in 161 milliseconds

12345678