Home
last modified time | relevance | path

Searched defs:base (Results 1 – 25 of 65) sorted by relevance

123

/php-src/Zend/
H A Dzend_long.h66 # define ZEND_STRTOL(s0, s1, base) _strtoi64((s0), (s1), (base)) argument
67 # define ZEND_STRTOUL(s0, s1, base) _strtoui64((s0), (s1), (base)) argument
78 # define ZEND_STRTOL(s0, s1, base) strtoll((s0), (s1), (base)) argument
79 # define ZEND_STRTOUL(s0, s1, base) strtoull((s0), (s1), (base)) argument
85 # define ZEND_STRTOL(s0, s1, base) strtol((s0), (s1), (base)) argument
86 # define ZEND_STRTOUL(s0, s1, base) strtoul((s0), (s1), (base)) argument
H A Dzend_call_stack.h31 void *base; /* high address of the stack */ member
56 static inline void* zend_call_stack_limit(void *base, size_t size, size_t reserved_size) in zend_call_stack_limit()
H A Dzend_sort.c84 ZEND_API void zend_insert_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_… in zend_insert_sort()
248 ZEND_API void zend_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_t swp) in zend_sort()
H A Dzend_call_stack.c90 void *base = EG(call_stack).base; in zend_call_stack_init() local
109 void *base = EG(call_stack).base; in zend_call_stack_init() local
452 void *base = pthread_get_stackaddr_np(pthread_self()); in zend_call_stack_get_macos() local
/php-src/ext/pcre/pcre2lib/sljit/allocator_src/
H A DsljitExecAllocatorCore.c109 #define AS_BLOCK_HEADER(base, offset) \ argument
111 #define AS_FREE_BLOCK(base, offset) \ argument
113 #define MEM_START(base) ((void*)((base) + 1)) argument
/php-src/ext/bcmath/libbcmath/src/
H A Draisemod.c37 raise_mod_status bc_raisemod(bc_num base, bc_num expo, bc_num mod, bc_num *result, size_t scale) in bc_raisemod()
H A Dconvert.h37 BC_VECTOR base = 1; in bc_partial_convert_to_vector() local
H A Draise.c106 void bc_raise_bc_exponent(bc_num base, bc_num expo, bc_num *result, size_t scale) { in bc_raise_bc_exponent()
H A Ddiv.c280 size_t base; in bc_do_div() local
/php-src/ext/standard/
H A Dmath.c650 double num, base = 0; in PHP_FUNCTION() local
752 PHPAPI zend_long _php_math_basetolong(zval *arg, int base) in _php_math_basetolong()
796 PHPAPI void _php_math_basetozval(zend_string *str, int base, zval *ret) in _php_math_basetozval()
875 PHPAPI zend_string * _php_math_longtobase(zend_long arg, int base) in _php_math_longtobase()
941 PHPAPI zend_string * _php_math_zvaltobase(zval *arg, int base) in _php_math_zvaltobase()
1429 double base, exponent; in PHP_FUNCTION() local
H A Dtype.c145 zend_long base = 10; in PHP_FUNCTION() local
/php-src/sapi/fpm/fpm/
H A Dfpm_trace_mach.c83 vm_offset_t base = (uintptr_t) (addr) - offset; in fpm_trace_get_long() local
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dtoken.h117 lxb_css_syntax_token_base_t base; member
126 lxb_css_syntax_token_base_t base; member
140 lxb_css_syntax_token_base_t base; member
170 lxb_css_syntax_token_base_t base; member
/php-src/ext/gmp/
H A Dgmp.stub.php62 public function __construct(int|string $num = 0, int $base = 0) {}
69 function gmp_init(int|string $num, int $base = 0): GMP {}
77 function gmp_strval(GMP|int|string $num, int $base = 10): string {}
H A Dgmp.c584 static zend_result convert_zstr_to_gmp(mpz_t gmp_number, const zend_string *val, zend_long base, ui… in convert_zstr_to_gmp()
623 static zend_result convert_to_gmp(mpz_t gmpnumber, zval *val, zend_long base, uint32_t arg_pos) in convert_to_gmp()
652 static void gmp_strval(zval *result, mpz_t gmpnum, int base) /* {{{ */ in gmp_strval()
875 static bool gmp_verify_base(zend_long base, uint32_t arg_num) in gmp_verify_base()
885 …_initialize_number(mpz_ptr gmp_number, const zend_string *arg_str, zend_long arg_l, zend_long base) in gmp_initialize_number()
901 zend_long base = 0; in ZEND_FUNCTION() local
1050 zend_long base = 10; in ZEND_FUNCTION() local
2062 zend_long base = 0; in ZEND_METHOD() local
/php-src/ext/intl/collator/
H A Dcollator_is_numeric.c113 static zend_long collator_u_strtol(const UChar *nptr, UChar **endptr, int base) in collator_u_strtol()
/php-src/ext/fileinfo/libmagic/
H A Dprint.c353 file_fmtnum(char *buf, size_t blen, const char *us, int base) in file_fmtnum()
/php-src/ext/dom/
H A Dprivate_data.c73 static void php_dom_free_templated_content(php_dom_private_data *private_data, xmlNodePtr base) in php_dom_free_templated_content()
/php-src/ext/intl/uchar/
H A Duchar.stub.php1430 public static function digit(int|string $codepoint, int $base = 10): int|false|null {}
1442 public static function forDigit(int $digit, int $base = 10): int {}
/php-src/ext/soap/
H A Dphp_schema.c171 xmlChar *base = xmlNodeGetBase(attribute->doc, attribute->parent); in schema_location_construct_uri() local
661 xmlAttrPtr base; in schema_restriction_simpleContent() local
765 xmlAttrPtr base; in schema_restriction_complexContent() local
891 xmlAttrPtr base; in schema_extension_simpleContent() local
946 xmlAttrPtr base; in schema_extension_complexContent() local
/php-src/ext/ldap/
H A Dldap.stub.php627 …function ldap_connect(?string $uri = null, int $port = 389, string $wallet = UNKNOWN, #[\Sensitive…
/php-src/sapi/phpdbg/
H A Dphpdbg_bp.h95 phpdbg_breakopline_t *base; member
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c329 PCRE2_UCHAR base; in get_chr_property_list() local
/php-src/ext/xml/
H A Dxml.c867 const XML_Char *entityName, const XML_Char *base, const XML_Char *systemId, in xml_unparsedEntityDeclHandler()
897 const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId) in xml_notationDeclHandler()
924 const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId) in xml_externalEntityRefHandler()
/php-src/ext/date/lib/
H A Dtm2unixtime.c188 void timelib_do_rel_normalize(timelib_time *base, timelib_rel_time *rt) in timelib_do_rel_normalize()

Completed in 64 milliseconds

123