Home
last modified time | relevance | path

Searched refs:buf_cursor (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/sys_util/src/linux/
Dsyslog.rs74 let mut buf_cursor = Cursor::new(&mut buf[..]); in log() localVariable
76 &mut buf_cursor, in log()
89 write!(&mut buf_cursor, " [{}:{}] ", file_name, line) in log()
94 .and_then(|()| write!(&mut buf_cursor, "{}", args)) in log()
95 .map(|()| buf_cursor.position() as usize) in log()
/external/crosvm/sys_util/src/
Dsyslog.rs354 let mut buf_cursor = Cursor::new(&mut buf[..]); in log() localVariable
356 write!(&mut buf_cursor, "[{}:{}:{}] ", pri, file_name, line) in log()
360 .and_then(|()| writeln!(&mut buf_cursor, "{}", args)) in log()
361 .map(|()| buf_cursor.position() as usize) in log()
/external/freetype/src/sfnt/
Dsfwoff2.c1517 FT_Byte* buf_cursor = NULL; in reconstruct_font() local
1608 buf_cursor = transformed_buf + table.src_offset + 8; in reconstruct_font()
1610 WRITE_ULONG( buf_cursor, 0 ); in reconstruct_font()
1680 buf_cursor = &table_entry[0]; in reconstruct_font()
1681 WRITE_ULONG( buf_cursor, table.Tag ); in reconstruct_font()
1682 WRITE_ULONG( buf_cursor, checksum ); in reconstruct_font()
1683 WRITE_ULONG( buf_cursor, table.dst_offset ); in reconstruct_font()
1684 WRITE_ULONG( buf_cursor, table.dst_length ); in reconstruct_font()
1713 buf_cursor = sfnt + info->head_table->dst_offset + 8; in reconstruct_font()
1716 WRITE_ULONG( buf_cursor, font_checksum ); in reconstruct_font()