Home
last modified time | relevance | path

Searched refs:actual_unit (Results 1 – 9 of 9) sorted by relevance

/dports/lang/gnatdroid-binutils-x86/binutils-2.27/opcodes/
H A Dmetag-dis.c206 actual_unit = UNIT_A1; in lookup_o2r()
209 actual_unit = UNIT_D0; in lookup_o2r()
212 actual_unit = UNIT_RD; in lookup_o2r()
215 actual_unit = UNIT_D1; in lookup_o2r()
224 actual_unit = UNIT_D1; in lookup_o2r()
227 actual_unit = UNIT_D0; in lookup_o2r()
230 actual_unit = UNIT_RD; in lookup_o2r()
233 actual_unit = UNIT_A0; in lookup_o2r()
242 actual_unit = UNIT_A1; in lookup_o2r()
245 actual_unit = UNIT_D1; in lookup_o2r()
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/opcodes/
H A Dmetag-dis.c206 actual_unit = UNIT_A1; in lookup_o2r()
209 actual_unit = UNIT_D0; in lookup_o2r()
212 actual_unit = UNIT_RD; in lookup_o2r()
215 actual_unit = UNIT_D1; in lookup_o2r()
224 actual_unit = UNIT_D1; in lookup_o2r()
227 actual_unit = UNIT_D0; in lookup_o2r()
230 actual_unit = UNIT_RD; in lookup_o2r()
233 actual_unit = UNIT_A0; in lookup_o2r()
242 actual_unit = UNIT_A1; in lookup_o2r()
245 actual_unit = UNIT_D1; in lookup_o2r()
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/opcodes/
H A Dmetag-dis.c206 actual_unit = UNIT_A1; in lookup_o2r()
209 actual_unit = UNIT_D0; in lookup_o2r()
212 actual_unit = UNIT_RD; in lookup_o2r()
215 actual_unit = UNIT_D1; in lookup_o2r()
224 actual_unit = UNIT_D1; in lookup_o2r()
227 actual_unit = UNIT_D0; in lookup_o2r()
230 actual_unit = UNIT_RD; in lookup_o2r()
233 actual_unit = UNIT_A0; in lookup_o2r()
242 actual_unit = UNIT_A1; in lookup_o2r()
245 actual_unit = UNIT_D1; in lookup_o2r()
[all …]
/dports/devel/gdb761/gdb-7.6.1/opcodes/
H A Dmetag-dis.c206 actual_unit = UNIT_A1; in lookup_o2r()
209 actual_unit = UNIT_D0; in lookup_o2r()
212 actual_unit = UNIT_RD; in lookup_o2r()
215 actual_unit = UNIT_D1; in lookup_o2r()
224 actual_unit = UNIT_D1; in lookup_o2r()
227 actual_unit = UNIT_D0; in lookup_o2r()
230 actual_unit = UNIT_RD; in lookup_o2r()
233 actual_unit = UNIT_A0; in lookup_o2r()
242 actual_unit = UNIT_A1; in lookup_o2r()
245 actual_unit = UNIT_D1; in lookup_o2r()
[all …]
/dports/devel/gdb/gdb-11.1/opcodes/
H A Dmetag-dis.c206 actual_unit = UNIT_A1; in lookup_o2r()
209 actual_unit = UNIT_D0; in lookup_o2r()
212 actual_unit = UNIT_RD; in lookup_o2r()
215 actual_unit = UNIT_D1; in lookup_o2r()
224 actual_unit = UNIT_D1; in lookup_o2r()
227 actual_unit = UNIT_D0; in lookup_o2r()
230 actual_unit = UNIT_RD; in lookup_o2r()
233 actual_unit = UNIT_A0; in lookup_o2r()
242 actual_unit = UNIT_A1; in lookup_o2r()
245 actual_unit = UNIT_D1; in lookup_o2r()
[all …]
/dports/devel/gnulibiberty/binutils-2.37/opcodes/
H A Dmetag-dis.c206 actual_unit = UNIT_A1; in lookup_o2r()
209 actual_unit = UNIT_D0; in lookup_o2r()
212 actual_unit = UNIT_RD; in lookup_o2r()
215 actual_unit = UNIT_D1; in lookup_o2r()
224 actual_unit = UNIT_D1; in lookup_o2r()
227 actual_unit = UNIT_D0; in lookup_o2r()
230 actual_unit = UNIT_RD; in lookup_o2r()
233 actual_unit = UNIT_A0; in lookup_o2r()
242 actual_unit = UNIT_A1; in lookup_o2r()
245 actual_unit = UNIT_D1; in lookup_o2r()
[all …]
/dports/devel/binutils/binutils-2.37/opcodes/
H A Dmetag-dis.c206 actual_unit = UNIT_A1; in lookup_o2r()
209 actual_unit = UNIT_D0; in lookup_o2r()
212 actual_unit = UNIT_RD; in lookup_o2r()
215 actual_unit = UNIT_D1; in lookup_o2r()
224 actual_unit = UNIT_D1; in lookup_o2r()
227 actual_unit = UNIT_D0; in lookup_o2r()
230 actual_unit = UNIT_RD; in lookup_o2r()
233 actual_unit = UNIT_A0; in lookup_o2r()
242 actual_unit = UNIT_A1; in lookup_o2r()
245 actual_unit = UNIT_D1; in lookup_o2r()
[all …]
/dports/net-mgmt/nagios4/nagios-4.4.6/cgi/
H A Dhistogram.c1545 int actual_unit; in graph_all_histogram_data() local
1682 …for(current_unit = 0, actual_unit = 0; (int)(current_unit * x_units) <= DRAWING_WIDTH; current_uni… in graph_all_histogram_data()
1684 if(actual_unit >= total_buckets) in graph_all_histogram_data()
1685 actual_unit = 0; in graph_all_histogram_data()
1688 snprintf(temp_buffer, sizeof(temp_buffer) - 1, "%s", months[actual_unit]); in graph_all_histogram_data()
1690 snprintf(temp_buffer, sizeof(temp_buffer) - 1, "%d", actual_unit + 1); in graph_all_histogram_data()
1692 snprintf(temp_buffer, sizeof(temp_buffer) - 1, "%s", days[actual_unit]); in graph_all_histogram_data()
1694 snprintf(temp_buffer, sizeof(temp_buffer) - 1, "%02d:00", (actual_unit == 24) ? 0 : actual_unit); in graph_all_histogram_data()
/dports/net-mgmt/nagios/nagios-3.5.1/cgi/
H A Dhistogram.c1518 int actual_unit; in graph_all_histogram_data() local
1655 …for(current_unit = 0, actual_unit = 0; (int)(current_unit * x_units) <= DRAWING_WIDTH; current_uni… in graph_all_histogram_data()
1657 if(actual_unit >= total_buckets) in graph_all_histogram_data()
1658 actual_unit = 0; in graph_all_histogram_data()
1661 snprintf(temp_buffer, sizeof(temp_buffer) - 1, "%s", months[actual_unit]); in graph_all_histogram_data()
1663 snprintf(temp_buffer, sizeof(temp_buffer) - 1, "%d", actual_unit + 1); in graph_all_histogram_data()
1665 snprintf(temp_buffer, sizeof(temp_buffer) - 1, "%s", days[actual_unit]); in graph_all_histogram_data()
1667 snprintf(temp_buffer, sizeof(temp_buffer) - 1, "%02d:00", (actual_unit == 24) ? 0 : actual_unit); in graph_all_histogram_data()