• Home
  • Raw
  • Download

Lines Matching refs:buf_idx

787 …         unsigned short* udst = (unsigned short*)(buf->data.s + root->buf_idx*get_length_subbuf() +  in subsample_data()
798 int* idst = buf->data.i + root->buf_idx*get_length_subbuf() + in subsample_data()
824 … unsigned short* udst_idx = (unsigned short*)(buf->data.s + root->buf_idx*get_length_subbuf() + in subsample_data()
848 int* idst_idx = buf->data.i + root->buf_idx*get_length_subbuf() + in subsample_data()
876 …unsigned short* sample_idx_dst = (unsigned short*)(buf->data.s + root->buf_idx*get_length_subbuf()… in subsample_data()
883 int* sample_idx_dst = buf->data.i + root->buf_idx*get_length_subbuf() + in subsample_data()
1045 node->buf_idx = storage_idx; in new_node()
1194 *sorted_indices = buf->data.i + n->buf_idx*get_length_subbuf() + in get_ord_var_data()
1197 …const unsigned short* short_indices = (const unsigned short*)(buf->data.s + n->buf_idx*get_length_… in get_ord_var_data()
1268 cat_values = buf->data.i + n->buf_idx*get_length_subbuf() + in get_cat_var_data()
1271 …const unsigned short* short_values = (const unsigned short*)(buf->data.s + n->buf_idx*get_length_s… in get_cat_var_data()
1283 int idx = n->buf_idx + 1; in get_child_buf_idx()
3089 ldst0 = ldst = (unsigned short*)(buf->data.s + left->buf_idx*length_buf_row + in split_node_data()
3135 ldst0 = ldst = buf->data.i + left->buf_idx*length_buf_row + in split_node_data()
3137 rdst0 = rdst = buf->data.i + right->buf_idx*length_buf_row + in split_node_data()
3198 unsigned short *ldst = (unsigned short *)(buf->data.s + left->buf_idx*length_buf_row + in split_node_data()
3200 unsigned short *rdst = (unsigned short *)(buf->data.s + right->buf_idx*length_buf_row + in split_node_data()
3228 int *ldst = buf->data.i + left->buf_idx*length_buf_row + in split_node_data()
3230 int *rdst = buf->data.i + right->buf_idx*length_buf_row + in split_node_data()
3270 unsigned short* ldst = (unsigned short*)(buf->data.s + left->buf_idx*length_buf_row + in split_node_data()
3272 unsigned short* rdst = (unsigned short*)(buf->data.s + right->buf_idx*length_buf_row + in split_node_data()
3292 int* ldst = buf->data.i + left->buf_idx*length_buf_row + in split_node_data()
3294 int* rdst = buf->data.i + right->buf_idx*length_buf_row + in split_node_data()