Home
last modified time | relevance | path

Searched defs:num (Results 1 – 25 of 94) sorted by last modified time

1234

/php-src/ext/dom/
H A Dphp_dom.c679 static void *dom_calloc(size_t num, size_t size) { in dom_calloc()
/php-src/ext/bcmath/libbcmath/src/
H A Dbcmath.h93 static inline bc_num bc_copy_num(bc_num num) in bc_copy_num()
173 #define bc_free_num(num) _bc_free_num_ex((num), 0) argument
174 #define bc_num2str(num) bc_num2str_ex((num), (num->n_scale)) argument
H A Dinit.c65 void _bc_free_num_ex(bc_num *num, bool persistent) in _bc_free_num_ex()
91 void bc_init_num(bc_num *num) in bc_init_num()
H A Dstr2num.c79 bool bc_str2num(bc_num *num, const char *str, const char *end, size_t scale, bool auto_scale) in bc_str2num()
H A Ddiv.c45 static void _one_mult(unsigned char *num, size_t size, int digit, unsigned char *result) in _one_mult()
H A Dsqrt.c39 bool bc_sqrt(bc_num *num, size_t scale) in bc_sqrt()
H A Dfloor_or_ceil.c21 bc_num bc_floor_or_ceil(bc_num num, bool is_floor) in bc_floor_or_ceil()
H A Dnum2str.c37 zend_string *bc_num2str_ex(bc_num num, size_t scale) in bc_num2str_ex()
H A Dround.c21 void bc_round(bc_num num, zend_long precision, zend_long mode, bc_num *result) in bc_round()
/php-src/ext/standard/
H A Darray.c2777 zend_long start_key, num; local
5809 uint32_t num; local
/php-src/ext/bcmath/
H A Dbcmath.c135 static zend_result php_str2num(bc_num *num, const zend_string *str) in php_str2num()
614 bc_num num = NULL, result = NULL; in bcfloor_or_bcceil() local
655 bc_num num = NULL, result; in PHP_FUNCTION() local
H A Dbcmath.stub.php21 function bcpowmod(string $num, string $exponent, string $modulus, ?int $scale = null): string {}
24 function bcpow(string $num, string $exponent, ?int $scale = null): string {}
27 function bcsqrt(string $num, ?int $scale = null): string {}
34 function bcfloor(string $num): string {}
37 function bcceil(string $num): string {}
40 function bcround(string $num, int $precision = 0, int $mode = PHP_ROUND_HALF_UP): string {}
/php-src/sapi/phpdbg/
H A Dphpdbg_watch.c1214 zend_ulong num = zend_hash_num_elements(&hti->watches); local
/php-src/Zend/
H A Dzend_compile.c10139 static zend_op *zend_compile_rope_add_ex(zend_op *opline, znode *result, uint32_t num, znode *elem_… in zend_compile_rope_add_ex()
10156 static zend_op *zend_compile_rope_add(znode *result, uint32_t num, znode *elem_node) /* {{{ */ in zend_compile_rope_add()
H A Dzend_API.c241 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_parameter_error(int error_code, uint32_t num, char… in zend_wrong_parameter_error()
282 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_parameter_type_error(uint32_t num, zend_expected_t… in zend_wrong_parameter_type_error()
303 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_parameter_class_error(uint32_t num, const char *na… in zend_wrong_parameter_class_error()
313 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_parameter_class_or_null_error(uint32_t num, const … in zend_wrong_parameter_class_or_null_error()
323 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_parameter_class_or_long_error(uint32_t num, const … in zend_wrong_parameter_class_or_long_error()
333 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_parameter_class_or_long_or_null_error(uint32_t num in zend_wrong_parameter_class_or_long_or_null_error()
343 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_parameter_class_or_string_error(uint32_t num, cons… in zend_wrong_parameter_class_or_string_error()
353 …void ZEND_FASTCALL zend_wrong_parameter_class_or_string_or_null_error(uint32_t num, const char *na… in zend_wrong_parameter_class_or_string_or_null_error()
363 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_callback_error(uint32_t num, char *error) /* {{{ */ in zend_wrong_callback_error()
372 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_callback_or_null_error(uint32_t num, char *error) … in zend_wrong_callback_or_null_error()
[all …]
H A Dzend_alloc.c286 uint32_t num; member
321 #define _BIN_DATA_SIZE(num, size, elements, pages, x, y) size, argument
326 #define _BIN_DATA_ELEMENTS(num, size, elements, pages, x, y) elements, argument
331 #define _BIN_DATA_PAGES(num, size, elements, pages, x, y) pages, argument
/php-src/ext/openssl/
H A Dopenssl.c2014 long i, length, num; in openssl_x509v3_subjectAltName() local
/php-src/ext/sockets/
H A Dsockets.stub.php1993 function socket_cmsg_space(int $level, int $type, int $num = 0): ?int {}
/php-src/ext/opcache/jit/ir/
H A Dir_private.h110 IR_ALWAYS_INLINE uint32_t ir_ntz(uint32_t num) in ir_ntz()
138 IR_ALWAYS_INLINE uint32_t ir_ntzl(uint64_t num) in ir_ntzl()
167 IR_ALWAYS_INLINE int ir_nlz(uint32_t num) in ir_nlz()
194 IR_ALWAYS_INLINE int ir_nlzl(uint64_t num) in ir_nlzl()
H A Dir.c1906 ir_ref _ir_PARAM(ir_ctx *ctx, ir_type type, const char* name, ir_ref num)
1992 void _ir_ENTRY(ir_ctx *ctx, ir_ref src, ir_ref num)
/php-src/ext/mbstring/
H A Dmbstring.c3839 unsigned int num = 0; in PHP_FUNCTION() local
/php-src/ext/gmp/
H A Dgmp.c90 mpz_t num; member
2106 zval *num = zend_hash_index_find(data, 0); in ZEND_METHOD() local
/php-src/ext/dom/lexbor/lexbor/ports/windows_nt/lexbor/core/
H A Dmemory.c27 lexbor_calloc(size_t num, size_t size) in lexbor_calloc()
/php-src/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.c1881 double num; in lxb_selectors_anb_calc() local
/php-src/ext/dom/lexbor/lexbor/ports/posix/lexbor/core/
H A Dmemory.c27 lexbor_calloc(size_t num, size_t size) in lexbor_calloc()

Completed in 218 milliseconds

1234