Searched refs:order_size (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
H A D | sl_malloc.c | 532 int size_shift, order_size; in slap_sl_free() local 543 order_size = 1 << (i+1); in slap_sl_free() 554 (char*)tmpp + order_size) { in slap_sl_free() 604 } else if ((char*)tmpp == (char *)so->so_ptr + order_size) { in slap_sl_free()
|
H A D | zn_malloc.c | 464 int size, size_shift, order_size; in slap_zn_free() local 504 order_size = 1 << (i+1); in slap_zn_free() 515 (char*)tmpp + order_size) { in slap_zn_free() 576 } else if ((char*)tmpp == zo->zo_ptr + order_size) { in slap_zn_free()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | check.cc | 4769 int i, order_size, dim, perm[GFC_MAX_DIMENSIONS]; in gfc_check_reshape() local 4776 order_size = mpz_get_ui (size); in gfc_check_reshape() 4779 if (order_size != shape_size) in gfc_check_reshape() 4785 order_size, shape_size); in gfc_check_reshape() 4789 for (i = 1; i <= order_size; ++i) in gfc_check_reshape() 4797 if (dim < 1 || dim > order_size) in gfc_check_reshape()
|
H A D | simplify.cc | 6861 int order_size, shape_size; in gfc_simplify_reshape() local 6874 order_size = mpz_get_ui (size); in gfc_simplify_reshape() 6876 if (order_size != shape_size) in gfc_simplify_reshape()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | check.c | 4750 int i, order_size, dim, perm[GFC_MAX_DIMENSIONS]; in gfc_check_reshape() local 4757 order_size = mpz_get_ui (size); in gfc_check_reshape() 4760 if (order_size != shape_size) in gfc_check_reshape() 4766 order_size, shape_size); in gfc_check_reshape() 4770 for (i = 1; i <= order_size; ++i) in gfc_check_reshape() 4778 if (dim < 1 || dim > order_size) in gfc_check_reshape()
|
H A D | simplify.c | 6729 int order_size, shape_size; in gfc_simplify_reshape() local 6742 order_size = mpz_get_ui (size); in gfc_simplify_reshape() 6744 if (order_size != shape_size) in gfc_simplify_reshape()
|