Searched defs:tc (Results 1 - 9 of 9) sorted by relevance

/fuchsia/zircon/system/ulib/pretty/
H A Dtest.c107 const format_size_test_case_t* tc = format_size_test_cases + i; local
/fuchsia/zircon/system/core/virtcon/
H A Dtextcon.h88 static inline void tc_putc(textcon_t* tc, uint8_t c) { argument
H A Dtextcon.cpp11 static inline void invalidate(textcon_t* tc, int x, int y, int w, int h) { argument
14 static inline void movecursor(textcon_t* tc, int x, int y) { argument
17 static inline void push_scrollback_line(textcon_t* tc, int y) { argument
20 static inline void setparam(textcon_t* tc, in argument
26 make_vc_char(textcon_t* tc, uint8_t ch) argument
32 dataxy(textcon_t* tc, int x, int y) argument
40 get_start_of_line(textcon_t* tc, int y) argument
46 clampx(textcon_t* tc, int x) argument
50 clampxatedge(textcon_t* tc, int x) argument
54 clampy(textcon_t* tc, int y) argument
58 moveto(textcon_t* tc, int x, int y) argument
63 moverel(textcon_t* tc, int dx, int dy) argument
73 erase_region(textcon_t* tc, int x0, int y0, int x1, int y1) argument
84 erase_screen(textcon_t* tc, int arg) argument
98 erase_line(textcon_t* tc, int arg) argument
112 erase_chars(textcon_t* tc, int arg) argument
137 tc_copy_lines(textcon_t* tc, int y_dest, int y_src, int line_count) argument
143 clear_lines(textcon_t* tc, int y, int line_count) argument
151 scroll_lines(textcon_t* tc, int y0, int y1, int diff) argument
170 scroll_up(textcon_t* tc) argument
175 scroll_at_pos(textcon_t* tc, int dir) argument
184 set_scroll(textcon_t* tc, int y0, int y1) argument
192 savecursorpos(textcon_t* tc) argument
197 restorecursorpos(textcon_t* tc) argument
205 putc_ignore(textcon_t* tc, uint8_t c) argument
209 putc_param(textcon_t* tc, uint8_t c) argument
242 putc_dec(textcon_t* tc, uint8_t c) argument
280 putc_osc2(textcon_t* tc, uint8_t c) argument
296 putc_osc(textcon_t* tc, uint8_t c) argument
328 putc_escape2(textcon_t* tc, uint8_t c) argument
452 putc_escape(textcon_t* tc, uint8_t c) argument
504 putc_cr(textcon_t* tc) argument
508 putc_lf(textcon_t* tc) argument
516 putc_plain(textcon_t* tc, uint8_t c) argument
558 tc_init(textcon_t* tc, int w, int h, vc_char_t* data, uint8_t fg, uint8_t bg, int cursor_x, int cursor_y) argument
574 tc_seth(textcon_t* tc, int h) argument
[all...]
H A Dtextcon-test.cpp33 auto* tc = reinterpret_cast<textcon_t*>(cookie); local
[all...]
/fuchsia/zircon/system/uapp/psutils/
H A Dvmaps.c100 char tc = 0; local
/fuchsia/zircon/third_party/ulib/musl/third_party/math/
H A Dlgamma_r.c97 tc = 1.46163214496836224576e+00, /* 0x3FF762D8, 0x6356BE3F */ variable
H A Dlgammaf_r.c32 tc = 1.4616321325e+00, /* 0x3fbb16c3 */ variable
H A Dlgammal.c119 tc = 1.4616321449683623412626595423257213284682E0L, variable
/fuchsia/zircon/third_party/ulib/musl/include/arpa/
H A Dnameser.h325 unsigned tc : 1; member in struct:__anon1629
334 unsigned tc : 1; member in struct:__anon1629

Completed in 50 milliseconds