Searched refs:tc (Results 1 - 12 of 12) sorted by relevance

/fuchsia/zircon/system/core/virtcon/
H A Dtextcon.cpp11 static inline void invalidate(textcon_t* tc, int x, int y, int w, int h) { argument
12 tc->invalidate(tc->cookie, x, y, w, h);
14 static inline void movecursor(textcon_t* tc, int x, int y) { argument
15 tc->movecursor(tc->cookie, x, y);
17 static inline void push_scrollback_line(textcon_t* tc, int y) { argument
18 tc->push_scrollback_line(tc->cookie, y);
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
34 tc_copy_lines(tc, y_dest, y_src, line_count);
222 TextconHelper tc(10, 5);
223 tc.PutString("Hello");
224 tc.AssertLineContains(0, "Hello");
225 tc.AssertLineContains(1, "");
237 TextconHelper tc(10, 3);
240 tc.vc_dev->text_buf[x + y * tc.size_x] =
241 vc_char_make(ch, tc
[all...]
H A Dtextcon.h41 void (*putc)(textcon_t* tc, uint8_t c);
83 void tc_init(textcon_t* tc, int w, int h, vc_char_t* data,
86 void tc_copy_lines(textcon_t* tc, int y_dest, int y_src, int line_count);
88 static inline void tc_putc(textcon_t* tc, uint8_t c) { argument
89 tc->putc(tc, c);
92 void tc_seth(textcon_t* tc, int h);
/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Datomic.c11 #define TEST_BODY(p, t, tc, ta, FMT) do { \
40 (t)((tc)tests[i].accum0 + (tc)tests[i].x), \
48 (t)((tc)tests[i].accum0 - (tc)tests[i].x), \
/fuchsia/zircon/system/uapp/psutils/
H A Dvmaps.c100 char tc = 0; local
103 tc = 'A';
106 tc = 'R';
109 tc = 'M';
114 if (tc == 0) {
122 printf("/%c%*s", tc, (int)(max_depth - 3), "");
125 tc, (int)(max_depth - e->depth), "");
/fuchsia/zircon/system/ulib/pretty/
H A Dtest.c107 const format_size_test_case_t* tc = format_size_test_cases + i; local
109 char* ret = format_size_fixed(str, sizeof(str), tc->input, tc->unit);
111 tc->input, tc->unit == 0 ? '0' : tc->unit);
112 EXPECT_STR_EQ(tc->expected_output, str, msg);
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/
H A Djemalloc_macros.h27 #define MALLOCX_TCACHE(tc) ((int)(((tc)+2) << 8))
H A Djemalloc.h111 #define MALLOCX_TCACHE(tc) ((int)(((tc)+2) << 8))
/fuchsia/zircon/third_party/ulib/musl/third_party/math/
H A Dlgamma_r.c97 tc = 1.46163214496836224576e+00, /* 0x3FF762D8, 0x6356BE3F */ variable
218 y = x - (tc - 1.0);
230 y = x - tc;
H A Dlgammaf_r.c32 tc = 1.4616321325e+00, /* 0x3fbb16c3 */ variable
153 y = x - (tc - 1.0f);
165 y = x - tc;
H A Dlgammal.c119 tc = 1.4616321449683623412626595423257213284682E0L, variable
126 /* lgam (x + tc) = tf + tt + x g(x)/h(x)
262 y = x - (tc - 1.0);
276 y = x - tc;
/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 114 milliseconds