Lines Matching refs:temp_length
1047 int temp_length = (*temporary_count)++; in WriteDecoder() local
1048 dprintf(fd, " size_t length%d = 0;", temp_length); in WriteDecoder()
1058 decoder_depth, temp_length); in WriteDecoder()
1064 decoder_depth, temp_length); in WriteDecoder()
1067 member_accessor.c_str(), temp_length); in WriteDecoder()
1072 temp_length); in WriteDecoder()
1078 int temp_length = (*temporary_count)++; in WriteDecoder() local
1079 dprintf(fd, " size_t length%d = 0;", temp_length); in WriteDecoder()
1085 decoder_depth, temp_length); in WriteDecoder()
1091 decoder_depth, temp_length); in WriteDecoder()
1095 member_accessor.c_str(), temp_length); in WriteDecoder()
1097 dprintf(fd, " if (length%d < %d) {\n", temp_length, in WriteDecoder()
1100 dprintf(fd, " } else if (length%d > %d) {\n", temp_length, in WriteDecoder()
1109 temp_length); in WriteDecoder()