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