Searched refs:dig_ptr (Results 1 – 1 of 1) sorted by relevance
774 BcDig *digs, *dig_ptr; in bc_num_k() local799 digs = dig_ptr = bc_vm_malloc(BC_NUM_SIZE(total)); in bc_num_k()801 bc_num_setup(&l1, dig_ptr, max); in bc_num_k()802 dig_ptr += max; in bc_num_k()803 bc_num_setup(&h1, dig_ptr, max); in bc_num_k()804 dig_ptr += max; in bc_num_k()805 bc_num_setup(&l2, dig_ptr, max); in bc_num_k()806 dig_ptr += max; in bc_num_k()807 bc_num_setup(&h2, dig_ptr, max); in bc_num_k()808 dig_ptr += max; in bc_num_k()[all …]