Searched refs:dig_ptr (Results 1 – 1 of 1) sorted by relevance
1339 BcDig* dig_ptr; in bc_num_k() local1377 digs = dig_ptr = bc_vm_malloc(BC_NUM_SIZE(total)); in bc_num_k()1380 bc_num_setup(&l1, dig_ptr, max); in bc_num_k()1381 dig_ptr += max; in bc_num_k()1382 bc_num_setup(&h1, dig_ptr, max); in bc_num_k()1383 dig_ptr += max; in bc_num_k()1384 bc_num_setup(&l2, dig_ptr, max); in bc_num_k()1385 dig_ptr += max; in bc_num_k()1386 bc_num_setup(&h2, dig_ptr, max); in bc_num_k()1387 dig_ptr += max; in bc_num_k()[all …]