Home
last modified time | relevance | path

Searched +defs:s +defs:ti (Results 1 – 25 of 6206) sorted by relevance

12345678910>>...249

/dports/emulators/qemu/qemu-6.2.0/hw/misc/
H A Dmps2-fpgaio.c55 * Update s->counter and s->pscntr to their true current values in get_counter_value()
66 uint64_t ticks = muldiv64(elapsed, s->prescale_clk, NANOSECONDS_PER_SECOND); in get_load_time()
77 /* We haven't yet reached zero, just reduce the PSCNTR */ in get_counter()
99 * where x = y % (s->prescale + 1) in set_counter()
111 }
112 }
113
152 now = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL);
166 break;
167 case A_SWITCH:
[all …]
/dports/emulators/qemu60/qemu-6.0.0/hw/misc/
H A Dmos6522.c55 static uint64_t get_counter_value(MOS6522State *s, MOS6522Timer *ti) in get_counter_value()
66 static uint64_t get_load_time(MOS6522State *s, MOS6522Timer *ti) in get_load_time()
77 static unsigned int get_counter(MOS6522State *s, MOS6522Timer *ti) in get_counter()
98 static void set_counter(MOS6522State *s, MOS6522Timer *ti, unsigned int val) in set_counter()
110 static int64_t get_next_irq_time(MOS6522State *s, MOS6522Timer *ti, in get_next_irq_time()
150 static void mos6522_timer1_update(MOS6522State *s, MOS6522Timer *ti, in mos6522_timer1_update()
164 static void mos6522_timer2_update(MOS6522State *s, MOS6522Timer *ti, in mos6522_timer2_update()
181 MOS6522Timer *ti = &s->timers[0]; in mos6522_timer1() local
191 MOS6522Timer *ti = &s->timers[1]; in mos6522_timer2() local
205 static uint64_t mos6522_get_counter_value(MOS6522State *s, MOS6522Timer *ti) in mos6522_get_counter_value()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/misc/
H A Dmos6522.c55 static uint64_t get_counter_value(MOS6522State *s, MOS6522Timer *ti) in get_counter_value()
66 static uint64_t get_load_time(MOS6522State *s, MOS6522Timer *ti) in get_load_time()
77 static unsigned int get_counter(MOS6522State *s, MOS6522Timer *ti) in get_counter()
98 static void set_counter(MOS6522State *s, MOS6522Timer *ti, unsigned int val) in set_counter()
110 static int64_t get_next_irq_time(MOS6522State *s, MOS6522Timer *ti, in get_next_irq_time()
150 static void mos6522_timer1_update(MOS6522State *s, MOS6522Timer *ti, in mos6522_timer1_update()
164 static void mos6522_timer2_update(MOS6522State *s, MOS6522Timer *ti, in mos6522_timer2_update()
181 MOS6522Timer *ti = &s->timers[0]; in mos6522_timer1() local
191 MOS6522Timer *ti = &s->timers[1]; in mos6522_timer2() local
205 static uint64_t mos6522_get_counter_value(MOS6522State *s, MOS6522Timer *ti) in mos6522_get_counter_value()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/hw/misc/
H A Dmos6522.c55 static uint64_t get_counter_value(MOS6522State *s, MOS6522Timer *ti) in get_counter_value()
66 static uint64_t get_load_time(MOS6522State *s, MOS6522Timer *ti) in get_load_time()
77 static unsigned int get_counter(MOS6522State *s, MOS6522Timer *ti) in get_counter()
98 static void set_counter(MOS6522State *s, MOS6522Timer *ti, unsigned int val) in set_counter()
110 static int64_t get_next_irq_time(MOS6522State *s, MOS6522Timer *ti, in get_next_irq_time()
150 static void mos6522_timer1_update(MOS6522State *s, MOS6522Timer *ti, in mos6522_timer1_update()
164 static void mos6522_timer2_update(MOS6522State *s, MOS6522Timer *ti, in mos6522_timer2_update()
181 MOS6522Timer *ti = &s->timers[0]; in mos6522_timer1() local
191 MOS6522Timer *ti = &s->timers[1]; in mos6522_timer2() local
205 static uint64_t mos6522_get_counter_value(MOS6522State *s, MOS6522Timer *ti) in mos6522_get_counter_value()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/hw/misc/
H A Dmos6522.c55 static uint64_t get_counter_value(MOS6522State *s, MOS6522Timer *ti) in get_counter_value()
66 static uint64_t get_load_time(MOS6522State *s, MOS6522Timer *ti) in get_load_time()
77 static unsigned int get_counter(MOS6522State *s, MOS6522Timer *ti) in get_counter()
98 static void set_counter(MOS6522State *s, MOS6522Timer *ti, unsigned int val) in set_counter()
110 static int64_t get_next_irq_time(MOS6522State *s, MOS6522Timer *ti, in get_next_irq_time()
150 static void mos6522_timer1_update(MOS6522State *s, MOS6522Timer *ti, in mos6522_timer1_update()
164 static void mos6522_timer2_update(MOS6522State *s, MOS6522Timer *ti, in mos6522_timer2_update()
181 MOS6522Timer *ti = &s->timers[0]; in mos6522_timer1() local
191 MOS6522Timer *ti = &s->timers[1]; in mos6522_timer2() local
205 static uint64_t mos6522_get_counter_value(MOS6522State *s, MOS6522Timer *ti) in mos6522_get_counter_value()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/hw/misc/
H A Dmos6522.c55 static uint64_t get_counter_value(MOS6522State *s, MOS6522Timer *ti) in get_counter_value()
66 static uint64_t get_load_time(MOS6522State *s, MOS6522Timer *ti) in get_load_time()
77 static unsigned int get_counter(MOS6522State *s, MOS6522Timer *ti) in get_counter()
98 static void set_counter(MOS6522State *s, MOS6522Timer *ti, unsigned int val) in set_counter()
110 static int64_t get_next_irq_time(MOS6522State *s, MOS6522Timer *ti, in get_next_irq_time()
150 static void mos6522_timer1_update(MOS6522State *s, MOS6522Timer *ti, in mos6522_timer1_update()
164 static void mos6522_timer2_update(MOS6522State *s, MOS6522Timer *ti, in mos6522_timer2_update()
181 MOS6522Timer *ti = &s->timers[0]; in mos6522_timer1() local
191 MOS6522Timer *ti = &s->timers[1]; in mos6522_timer2() local
205 static uint64_t mos6522_get_counter_value(MOS6522State *s, MOS6522Timer *ti) in mos6522_get_counter_value()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/misc/
H A Dmos6522.c55 static uint64_t get_counter_value(MOS6522State *s, MOS6522Timer *ti) in get_counter_value()
66 static uint64_t get_load_time(MOS6522State *s, MOS6522Timer *ti) in get_load_time()
77 static unsigned int get_counter(MOS6522State *s, MOS6522Timer *ti) in get_counter()
98 static void set_counter(MOS6522State *s, MOS6522Timer *ti, unsigned int val) in set_counter()
110 static int64_t get_next_irq_time(MOS6522State *s, MOS6522Timer *ti, in get_next_irq_time()
150 static void mos6522_timer1_update(MOS6522State *s, MOS6522Timer *ti, in mos6522_timer1_update()
164 static void mos6522_timer2_update(MOS6522State *s, MOS6522Timer *ti, in mos6522_timer2_update()
181 MOS6522Timer *ti = &s->timers[0]; in mos6522_timer1() local
191 MOS6522Timer *ti = &s->timers[1]; in mos6522_timer2() local
205 static uint64_t mos6522_get_counter_value(MOS6522State *s, MOS6522Timer *ti) in mos6522_get_counter_value()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/misc/
H A Dmos6522.c55 static uint64_t get_counter_value(MOS6522State *s, MOS6522Timer *ti) in get_counter_value()
66 static uint64_t get_load_time(MOS6522State *s, MOS6522Timer *ti) in get_load_time()
77 static unsigned int get_counter(MOS6522State *s, MOS6522Timer *ti) in get_counter()
98 static void set_counter(MOS6522State *s, MOS6522Timer *ti, unsigned int val) in set_counter()
110 static int64_t get_next_irq_time(MOS6522State *s, MOS6522Timer *ti, in get_next_irq_time()
150 static void mos6522_timer1_update(MOS6522State *s, MOS6522Timer *ti, in mos6522_timer1_update()
164 static void mos6522_timer2_update(MOS6522State *s, MOS6522Timer *ti, in mos6522_timer2_update()
181 MOS6522Timer *ti = &s->timers[0]; in mos6522_timer1() local
191 MOS6522Timer *ti = &s->timers[1]; in mos6522_timer2() local
205 static uint64_t mos6522_get_counter_value(MOS6522State *s, MOS6522Timer *ti) in mos6522_get_counter_value()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/misc/
H A Dmos6522.c50 static uint64_t get_counter_value(MOS6522State *s, MOS6522Timer *ti) in get_counter_value()
61 static uint64_t get_load_time(MOS6522State *s, MOS6522Timer *ti) in get_load_time()
72 static unsigned int get_counter(MOS6522State *s, MOS6522Timer *ti) in get_counter()
93 static void set_counter(MOS6522State *s, MOS6522Timer *ti, unsigned int val) in set_counter()
101 static int64_t get_next_irq_time(MOS6522State *s, MOS6522Timer *ti, in get_next_irq_time()
136 static void mos6522_timer_update(MOS6522State *s, MOS6522Timer *ti, in mos6522_timer_update()
152 MOS6522State *s = opaque; in mos6522_timer1() local
153 MOS6522Timer *ti = &s->timers[0]; in mos6522_timer1() local
163 MOS6522Timer *ti = &s->timers[1]; in mos6522_timer2() local
177 static uint64_t mos6522_get_counter_value(MOS6522State *s, MOS6522Timer *ti) in mos6522_get_counter_value()
[all …]
/dports/devel/log4j/apache-log4j-1.2.17/tests/src/java/org/apache/log4j/spi/
H A DThrowableInformationTest.java54 public void printStackTrace(final PrintWriter s) { in printStackTrace()
98 public void printStackTrace(final PrintWriter s) { in printStackTrace()
156 public void printStackTrace(final PrintWriter s) { in printStackTrace()
170 ThrowableInformation ti = new ThrowableInformation(new NullThrowable()); in testNull() local
194 public void printStackTrace(final PrintWriter s) { in printStackTrace()
231 public void printStackTrace(final PrintWriter s) { in printStackTrace()
260 ThrowableInformation ti = new ThrowableInformation( in testParsing() local
288 ThrowableInformation ti = new ThrowableInformation(t); in testGetThrowable() local
299 ThrowableInformation ti = new ThrowableInformation( in testIsolation() local
325 public void printStackTrace(final PrintWriter s) { in printStackTrace()
[all …]
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/merge/
H A Dmkvmerge.cpp614 parse_arg_sync(std::string s, in parse_arg_sync()
616 track_info_c &ti, in parse_arg_sync()
1051 std::string s = arg; in parse_arg_split_duration() local
1070 std::string s = arg; in parse_arg_split_timestamps() local
1091 std::string s = arg; in parse_arg_split_frames() local
1150 std::string s = arg; in parse_arg_split_size() local
1202 std::string s = arg; in parse_arg_split() local
1281 track_info_c &ti) { in parse_arg_cues()
1312 track_info_c &ti) { in parse_arg_compression()
1417 track_info_c &ti) { in parse_arg_tags()
[all …]
/dports/multimedia/mencoder/mplayer-export-2021-12-29/stream/
H A Dstream_bluray.c79 static void bluray_stream_close(stream_t *s) in bluray_stream_close()
88 static int bluray_stream_seek(stream_t *s, int64_t pos) in bluray_stream_seek()
107 static int bluray_stream_fill_buffer(stream_t *s, char *buf, int len) in bluray_stream_fill_buffer()
138 int bluray_id_from_lang(stream_t *s, enum stream_ctrl_type type, const char *lang) in bluray_id_from_lang()
156 static int bluray_stream_control(stream_t *s, int cmd, void *arg) in bluray_stream_control()
163 BLURAY_TITLE_INFO *ti; in bluray_stream_control() local
186 BLURAY_TITLE_INFO *ti; in bluray_stream_control() local
237 BLURAY_TITLE_INFO *ti; in bluray_stream_control() local
255 BLURAY_TITLE_INFO *ti; in bluray_stream_control() local
300 static int bluray_stream_open(stream_t *s, int mode, in bluray_stream_open()
[all …]
/dports/multimedia/mplayer/mplayer-export-2021-12-29/stream/
H A Dstream_bluray.c79 static void bluray_stream_close(stream_t *s) in bluray_stream_close()
88 static int bluray_stream_seek(stream_t *s, int64_t pos) in bluray_stream_seek()
107 static int bluray_stream_fill_buffer(stream_t *s, char *buf, int len) in bluray_stream_fill_buffer()
138 int bluray_id_from_lang(stream_t *s, enum stream_ctrl_type type, const char *lang) in bluray_id_from_lang()
156 static int bluray_stream_control(stream_t *s, int cmd, void *arg) in bluray_stream_control()
163 BLURAY_TITLE_INFO *ti; in bluray_stream_control() local
186 BLURAY_TITLE_INFO *ti; in bluray_stream_control() local
237 BLURAY_TITLE_INFO *ti; in bluray_stream_control() local
255 BLURAY_TITLE_INFO *ti; in bluray_stream_control() local
300 static int bluray_stream_open(stream_t *s, int mode, in bluray_stream_open()
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/wslua/
H A Dwslua_tree.c278 const gchar* s; in TreeItem_add_packet_field() local
465 const gchar* s = lua_tostring(L,1); in TreeItem_add_item_any() local
473 const gchar* s = lua_tostring(L,1); in TreeItem_add_item_any() local
490 const gchar* s = lua_tostring(L,1); in TreeItem_add_item_any() local
594 TreeItem ti = checkTreeItem(L,1); in TreeItem_get_text() local
626 TreeItem ti = checkTreeItem(L,1); in TreeItem_set_text() local
627 const gchar* s = luaL_checkstring(L,WSLUA_ARG_TreeItem_set_text_TEXT); in TreeItem_set_text() local
644 const gchar* s = luaL_checkstring(L,WSLUA_ARG_TreeItem_append_text_TEXT); in TreeItem_append_text() local
661 const gchar* s = luaL_checkstring(L,WSLUA_ARG_TreeItem_prepend_text_TEXT); in TreeItem_prepend_text() local
952 TreeItem ti = toTreeItem(L,1); in TreeItem__tostring() local
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/epan/wslua/
H A Dwslua_tree.c278 const gchar* s; in TreeItem_add_packet_field() local
465 const gchar* s = lua_tostring(L,1); in TreeItem_add_item_any() local
473 const gchar* s = lua_tostring(L,1); in TreeItem_add_item_any() local
490 const gchar* s = lua_tostring(L,1); in TreeItem_add_item_any() local
594 TreeItem ti = checkTreeItem(L,1); in TreeItem_get_text() local
626 TreeItem ti = checkTreeItem(L,1); in TreeItem_set_text() local
627 const gchar* s = luaL_checkstring(L,WSLUA_ARG_TreeItem_set_text_TEXT); in TreeItem_set_text() local
644 const gchar* s = luaL_checkstring(L,WSLUA_ARG_TreeItem_append_text_TEXT); in TreeItem_append_text() local
661 const gchar* s = luaL_checkstring(L,WSLUA_ARG_TreeItem_prepend_text_TEXT); in TreeItem_prepend_text() local
952 TreeItem ti = toTreeItem(L,1); in TreeItem__tostring() local
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/wslua/
H A Dwslua_tree.c278 const gchar* s; in TreeItem_add_packet_field() local
465 const gchar* s = lua_tostring(L,1); in TreeItem_add_item_any() local
473 const gchar* s = lua_tostring(L,1); in TreeItem_add_item_any() local
490 const gchar* s = lua_tostring(L,1); in TreeItem_add_item_any() local
594 TreeItem ti = checkTreeItem(L,1); in TreeItem_get_text() local
626 TreeItem ti = checkTreeItem(L,1); in TreeItem_set_text() local
627 const gchar* s = luaL_checkstring(L,WSLUA_ARG_TreeItem_set_text_TEXT); in TreeItem_set_text() local
644 const gchar* s = luaL_checkstring(L,WSLUA_ARG_TreeItem_append_text_TEXT); in TreeItem_append_text() local
661 const gchar* s = luaL_checkstring(L,WSLUA_ARG_TreeItem_prepend_text_TEXT); in TreeItem_prepend_text() local
952 TreeItem ti = toTreeItem(L,1); in TreeItem__tostring() local
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/wslua/
H A Dwslua_tree.c278 const gchar* s; in TreeItem_add_packet_field() local
465 const gchar* s = lua_tostring(L,1); in TreeItem_add_item_any() local
473 const gchar* s = lua_tostring(L,1); in TreeItem_add_item_any() local
490 const gchar* s = lua_tostring(L,1); in TreeItem_add_item_any() local
594 TreeItem ti = checkTreeItem(L,1); in TreeItem_get_text() local
626 TreeItem ti = checkTreeItem(L,1); in TreeItem_set_text() local
627 const gchar* s = luaL_checkstring(L,WSLUA_ARG_TreeItem_set_text_TEXT); in TreeItem_set_text() local
644 const gchar* s = luaL_checkstring(L,WSLUA_ARG_TreeItem_append_text_TEXT); in TreeItem_append_text() local
661 const gchar* s = luaL_checkstring(L,WSLUA_ARG_TreeItem_prepend_text_TEXT); in TreeItem_prepend_text() local
952 TreeItem ti = toTreeItem(L,1); in TreeItem__tostring() local
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gdc.test/runnable/
H A Dtesttypeid.d70 TypeInfo ti; in test4() local
105 TypeInfo ti = typeid(void*); in test6() local
115 TypeInfo ti = typeid(bool*); in test7() local
125 TypeInfo ti = typeid(byte*); in test8() local
165 TypeInfo ti = typeid(int*); in test12() local
175 TypeInfo ti = typeid(uint*); in test13() local
348 TypeInfo ti = typeid(del); in test30() local
555 TypeInfo ti; in test11010() local
557 S11010 s; in test11010() local
608 S s; in test13045b() local
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.test/runnable/
H A Dtesttypeid.d70 TypeInfo ti; in test4() local
105 TypeInfo ti = typeid(void*); in test6() local
115 TypeInfo ti = typeid(bool*); in test7() local
125 TypeInfo ti = typeid(byte*); in test8() local
165 TypeInfo ti = typeid(int*); in test12() local
175 TypeInfo ti = typeid(uint*); in test13() local
348 TypeInfo ti = typeid(del); in test30() local
555 TypeInfo ti; in test11010() local
557 S11010 s; in test11010() local
608 S s; in test13045b() local
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gdc.test/runnable/
H A Dtesttypeid.d70 TypeInfo ti; in test4() local
105 TypeInfo ti = typeid(void*); in test6() local
115 TypeInfo ti = typeid(bool*); in test7() local
125 TypeInfo ti = typeid(byte*); in test8() local
165 TypeInfo ti = typeid(int*); in test12() local
175 TypeInfo ti = typeid(uint*); in test13() local
348 TypeInfo ti = typeid(del); in test30() local
555 TypeInfo ti; in test11010() local
557 S11010 s; in test11010() local
608 S s; in test13045b() local
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/runnable/
H A Dtesttypeid.d70 TypeInfo ti; in test4() local
105 TypeInfo ti = typeid(void*); in test6() local
115 TypeInfo ti = typeid(bool*); in test7() local
125 TypeInfo ti = typeid(byte*); in test8() local
165 TypeInfo ti = typeid(int*); in test12() local
175 TypeInfo ti = typeid(uint*); in test13() local
348 TypeInfo ti = typeid(del); in test30() local
555 TypeInfo ti; in test11010() local
557 S11010 s; in test11010() local
608 S s; in test13045b() local
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gdc.test/runnable/
H A Dtesttypeid.d70 TypeInfo ti; in test4() local
105 TypeInfo ti = typeid(void*); in test6() local
115 TypeInfo ti = typeid(bool*); in test7() local
125 TypeInfo ti = typeid(byte*); in test8() local
165 TypeInfo ti = typeid(int*); in test12() local
175 TypeInfo ti = typeid(uint*); in test13() local
348 TypeInfo ti = typeid(del); in test30() local
555 TypeInfo ti; in test11010() local
557 S11010 s; in test11010() local
608 S s; in test13045b() local
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gdc.test/runnable/
H A Dtesttypeid.d70 TypeInfo ti; in test4() local
105 TypeInfo ti = typeid(void*); in test6() local
115 TypeInfo ti = typeid(bool*); in test7() local
125 TypeInfo ti = typeid(byte*); in test8() local
165 TypeInfo ti = typeid(int*); in test12() local
175 TypeInfo ti = typeid(uint*); in test13() local
348 TypeInfo ti = typeid(del); in test30() local
555 TypeInfo ti; in test11010() local
557 S11010 s; in test11010() local
608 S s; in test13045b() local
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gdc.test/runnable/
H A Dtesttypeid.d70 TypeInfo ti; in test4() local
105 TypeInfo ti = typeid(void*); in test6() local
115 TypeInfo ti = typeid(bool*); in test7() local
125 TypeInfo ti = typeid(byte*); in test8() local
165 TypeInfo ti = typeid(int*); in test12() local
175 TypeInfo ti = typeid(uint*); in test13() local
348 TypeInfo ti = typeid(del); in test30() local
555 TypeInfo ti; in test11010() local
557 S11010 s; in test11010() local
608 S s; in test13045b() local
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gdc.test/runnable/
H A Dtesttypeid.d70 TypeInfo ti; in test4() local
105 TypeInfo ti = typeid(void*); in test6() local
115 TypeInfo ti = typeid(bool*); in test7() local
125 TypeInfo ti = typeid(byte*); in test8() local
165 TypeInfo ti = typeid(int*); in test12() local
175 TypeInfo ti = typeid(uint*); in test13() local
348 TypeInfo ti = typeid(del); in test30() local
555 TypeInfo ti; in test11010() local
557 S11010 s; in test11010() local
608 S s; in test13045b() local
[all …]

12345678910>>...249