Searched refs:cur_length (Results 1 – 5 of 5) sorted by relevance
471 uInt cur_length = NO_INIT502 cur_length = SvCUR(output) ;503 s->stream.next_out = (char*) SvPVX(output) + cur_length;504 increment = SvLEN(output) - cur_length;511 cur_length += increment ;512 s->stream.next_out += cur_length ;523 s->compressedBytes += cur_length + increment - s->stream.avail_out ;529 SvCUR_set(output, cur_length + increment - s->stream.avail_out) ;548 uInt cur_length = NO_INIT567 cur_length = SvCUR(output) ;[all …]
237 uint32_t cur_length = 0; in dpcd_access_helper() local287 cur_length = DEFAULT_AUX_MAX_DATA_SIZE; in dpcd_access_helper()289 cur_length = length; in dpcd_access_helper()296 cur_length); in dpcd_access_helper()302 cur_length); in dpcd_access_helper()308 length -= cur_length; in dpcd_access_helper()309 offset += cur_length; in dpcd_access_helper()
1237 uInt cur_length = NO_INIT1294 prefix = cur_length = SvCUR(output) ;1295 s->stream.next_out = (Bytef*) SvPVX(output) + cur_length;1296 increment = SvLEN(output) - cur_length;1315 s->stream.next_out += cur_length;1319 cur_length += plen;1320 SvCUR_set(output, cur_length);1322 s->stream.avail_out = SvLEN(output) - cur_length ;1336 cur_length += increment ;1337 s->stream.next_out += cur_length ;[all …]
249 int cur_length = stack_pointer + nlocals; local256 vec = make_tree_vec (cur_length);259 while (--cur_length >= 0)260 TREE_VEC_ELT (vec, cur_length) = type_map [cur_length];272 if (TREE_VEC_LENGTH (vec) != cur_length)276 for (i = 0; i < cur_length; i++)
2452 int cur_length = TREE_VEC_LENGTH (vec); local2453 stack_pointer = cur_length - DECL_MAX_LOCALS(current_function_decl);2454 for (i = 0; i < cur_length; i++)