Lines Matching defs:cur_ptr
111 uint8_t *cur_ptr; ///< pointer to the data that is not read from buffer yet
311 c->bundle[bundle_num].cur_ptr = c->bundle[bundle_num].data;
324 if (!b->cur_dec || (b->cur_dec > b->cur_ptr)) \
563 return *c->bundle[bundle].cur_ptr++;
565 return (int8_t)*c->bundle[bundle].cur_ptr++;
566 ret = *(int16_t*)c->bundle[bundle].cur_ptr;
567 c->bundle[bundle].cur_ptr += 2;
574 c->bundle[bundle_num].cur_ptr = c->bundle[bundle_num].data;
625 int val = *c->bundle[bundle_num].cur_ptr++;
628 ret = *(int16_t*)c->bundle[bundle_num].cur_ptr;
629 c->bundle[bundle_num].cur_ptr += 2;
988 memcpy(dst + i*stride, c->bundle[BINKB_SRC_COLORS].cur_ptr + i*8, 8);
989 c->bundle[BINKB_SRC_COLORS].cur_ptr += 64;
1239 memcpy(dst + i*stride, c->bundle[BINK_SRC_COLORS].cur_ptr + i*8, 8);
1240 c->bundle[BINK_SRC_COLORS].cur_ptr += 64;