Home
last modified time | relevance | path

Searched refs:bc_struct (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/bcmath/libbcmath/src/
H A Dinit.c40 …size_t required_size = zend_safe_address_guarded(1, sizeof(bc_struct) + (ZEND_MM_ALIGNMENT - 1) + … in _bc_new_num_nonzeroed_ex_internal()
57 temp->n_value = (char *) temp + sizeof(bc_struct); in _bc_new_num_nonzeroed_ex_internal()
H A Dbcmath.h39 typedef struct bc_struct *bc_num;
41 typedef struct bc_struct { struct
47 } bc_struct; argument
H A Drecmul.c53 bc_num temp = (bc_num) emalloc(sizeof(bc_struct)); in new_sub_num()

Completed in 9 milliseconds