Searched refs:short_size (Results 1 – 4 of 4) sorted by relevance
77 const size_t short_size = strlen(short_format_string) + 5; in WriteResults() local78 char short_buffer[short_size]; in WriteResults()85 snprintf (short_buffer, short_size, short_format_string, i); in WriteResults()
1346 const int short_size = 2; in jmp() local1350 if (is_int8(offs - short_size)) { in jmp()1353 EMIT((offs - short_size) & 0xFF); in jmp()1401 const int short_size = 2; in j() local1405 if (is_int8(offs - short_size)) { in j()1408 EMIT((offs - short_size) & 0xFF); in j()
1413 const int short_size = 2; in jmp() local1417 if (is_int8(offs - short_size)) { in jmp()1420 EMIT((offs - short_size) & 0xFF); in jmp()1468 const int short_size = 2; in j() local1472 if (is_int8(offs - short_size)) { in j()1475 EMIT((offs - short_size) & 0xFF); in j()
977 const int short_size = 2; in j() local990 if (is_int8(offs - short_size) && !predictable_code_size()) { in j()993 emit((offs - short_size) & 0xFF); in j()1052 const int short_size = sizeof(int8_t); in jmp() local1057 if (is_int8(offs - short_size) && !predictable_code_size()) { in jmp()1060 emit((offs - short_size) & 0xFF); in jmp()