Searched refs:row (Results 1 - 9 of 9) sorted by relevance

/fuchsia/zircon/third_party/uapp/kilo/
H A Dkilo.c102 int size; /* Size of the row, excluding the null term. */
103 int rsize; /* Size of the rendered row. */
117 int rowoff; /* Offset of row displayed. */
123 erow *row; /* Rows */ member in struct:editorConfig
392 /* Return true if the specified row last char is part of a multi line comment
393 * that starts at this row or at one before, and does not end at the end
394 * of the row but spawns to the next row. */
395 int editorRowHasOpenComment(erow *row) { argument
396 if (row
404 editorUpdateSyntax(erow *row) argument
578 editorUpdateRow(erow *row) argument
627 editorFreeRow(erow *row) argument
636 erow *row; local
675 editorRowInsertChar(erow *row, int at, int c) argument
698 editorRowAppendString(erow *row, char *s, size_t len) argument
708 editorRowDelChar(erow *row, int at) argument
720 erow *row = (filerow >= E.numrows) ? NULL : &E.row[filerow]; local
742 erow *row = (filerow >= E.numrows) ? NULL : &E.row[filerow]; local
778 erow *row = (filerow >= E.numrows) ? NULL : &E.row[filerow]; local
1005 erow *row = (filerow >= E.numrows) ? NULL : &E.row[filerow]; local
1104 erow *row = &E.row[current]; local
1134 erow *row = (filerow >= E.numrows) ? NULL : &E.row[filerow]; local
[all...]
/fuchsia/zircon/third_party/ulib/cksum/
H A Dcrc32.c342 uint32_t row; local
352 row = 1;
354 odd[n] = row;
355 row <<= 1;
/fuchsia/zircon/system/core/virtcon/
H A Dvc-device.cpp115 // Scrollback row.
116 vc_char_t* row = vc_get_scrollback_line_ptr( local
119 vc_gfx_draw_char(vc, row[x], x, y - vc->viewport_y,
124 vc_char_t* row = &vc->text_buf[y * vc->columns]; local
135 vc_gfx_draw_char(vc, row[x], x, y - vc->viewport_y, invert);
180 // Add a row without dropping any existing rows.
184 // Add a row and drop an existing row.
382 vc_char_t* vc_get_scrollback_line_ptr(vc_t* vc, unsigned row) { argument
383 assert(row < v
[all...]
H A Dvc.h65 // Offset, in rows, of the oldest row in the scrollback buffer.
127 vc_char_t* vc_get_scrollback_line_ptr(vc_t* vc, unsigned row);
/fuchsia/zircon/third_party/ulib/jemalloc/bin/
H A Djeprof.in5422 foreach my $row (@{$test_data_8}) {
5423 if ($main::opt_debug and $main::opt_test) { print STDERR "@{$row}\n"; }
5424 my $sum = AddressAdd ($row->[0], $row->[1]);
5425 if ($sum ne $row->[2]) {
5427 $row->[0], $row->[1], $row->[2];
5441 foreach my $row (@{$test_data_16}) {
5442 if ($main::opt_debug and $main::opt_test) { print STDERR "@{$row}\
[all...]
/fuchsia/zircon/system/private/efi/protocol/
H A Dsimple-text-output.h137 size_t col, size_t row) EFIAPI;
/fuchsia/zircon/bootloader/src/
H A Dosboot.c111 int32_t row = gConOut->Mode->CursorRow; local
127 gConOut->SetCursorPosition(gConOut, col, row);
/fuchsia/zircon/kernel/lib/heap/cmpctmalloc/
H A Dcmpctmalloc.c279 // Eg. 128-255 has 24 leading zeros and we want row to be 4.
280 unsigned row = sizeof(size_t) * 8 - 4 - __builtin_clzl(size); local
281 // For row 4 we want to shift down 4 bits.
282 unsigned column = (size >> row) & 7;
283 int row_column = (row << 3) | column;
288 // 104, 112, 120. Then we have row 4, sizes 128 and up, with the
289 // row-column 8 and up.
/fuchsia/zircon/third_party/ulib/chromiumos-platform-ec/include/chromiumos-platform-ec/
H A Dec_commands.h2857 uint8_t row; member in struct:ec_params_mkbp_simulate_key

Completed in 186 milliseconds