Lines Matching defs:v_depth

6924       uint32_t v_depth;
8519 uint32_t v_depth;
24749 uint32_t v_depth = 0;
24790 v_depth = self->private_data.s_decode_tokens[0].v_depth;
25063 } else if (v_depth >= 1024) {
25074 if (v_depth > 0) {
25075 v_stack_byte = ((v_depth - 1) / 16);
25076 v_stack_bit = (((v_depth - 1) & 15) * 2);
25094 v_stack_byte = (v_depth / 16);
25095 v_stack_bit = ((v_depth & 15) * 2);
25097 self->private_data.f_container_num_remaining[v_depth] = v_string_length;
25098 v_depth += 1;
25104 } else if (v_depth >= 1024) {
25115 if (v_depth > 0) {
25116 v_stack_byte = ((v_depth - 1) / 16);
25117 v_stack_bit = (((v_depth - 1) & 15) * 2);
25135 v_stack_byte = (v_depth / 16);
25136 v_stack_bit = ((v_depth & 15) * 2);
25138 self->private_data.f_container_num_remaining[v_depth] = v_string_length;
25139 v_depth += 1;
25195 if (v_tagged || (v_depth <= 0)) {
25198 v_depth -= 1;
25199 if (self->private_data.f_container_num_remaining[v_depth] != 0) {
25202 v_stack_byte = (v_depth / 16);
25203 v_stack_bit = ((v_depth & 15) * 2);
25213 if (v_depth <= 0) {
25216 v_stack_byte = ((v_depth - 1) / 16);
25217 v_stack_bit = (((v_depth - 1) & 15) * 2);
25243 while (v_depth > 0) {
25244 v_stack_byte = ((v_depth - 1) / 16);
25245 v_stack_bit = (((v_depth - 1) & 15) * 2);
25250 if (self->private_data.f_container_num_remaining[(v_depth - 1)] <= 0) {
25253 self->private_data.f_container_num_remaining[(v_depth - 1)] -= 1;
25254 if (self->private_data.f_container_num_remaining[(v_depth - 1)] > 0) {
25263 v_depth -= 1;
25264 v_stack_byte = (v_depth / 16);
25265 v_stack_bit = ((v_depth & 15) * 2);
25271 if (v_depth <= 0) {
25274 v_stack_byte = ((v_depth - 1) / 16);
25275 v_stack_bit = (((v_depth - 1) & 15) * 2);
25301 self->private_data.s_decode_tokens[0].v_depth = v_depth;
32792 uint32_t v_depth = 0;
32841 v_depth = self->private_data.s_decode_tokens[0].v_depth;
33546 if (v_depth == 0) {
33552 if (v_depth >= 1024) {
33556 v_stack_byte = (v_depth / 32);
33557 v_stack_bit = (v_depth & 31);
33559 v_depth += 1;
33569 if (v_depth <= 1) {
33575 v_depth -= 1;
33576 v_stack_byte = ((v_depth - 1) / 32);
33577 v_stack_bit = ((v_depth - 1) & 31);
33594 if (v_depth == 0) {
33600 if (v_depth >= 1024) {
33604 v_stack_byte = (v_depth / 32);
33605 v_stack_bit = (v_depth & 31);
33607 v_depth += 1;
33617 if (v_depth <= 1) {
33623 v_depth -= 1;
33624 v_stack_byte = ((v_depth - 1) / 32);
33625 v_stack_bit = ((v_depth - 1) & 31);
33739 if (v_depth == 0) {
33775 self->private_data.s_decode_tokens[0].v_depth = v_depth;