Searched refs:width (Results 1 – 3 of 3) sorted by relevance
| /libmetal-latest/libmetal/lib/ |
| D | io.h | 44 int width); 49 int width); 236 memory_order order, int width) in metal_io_read() argument 241 return (*io->ops.read)(io, offset, order, width); in metal_io_read() 242 else if (ptr && sizeof(atomic_uchar) == width) in metal_io_read() 244 else if (ptr && sizeof(atomic_ushort) == width) in metal_io_read() 246 else if (ptr && sizeof(atomic_uint) == width) in metal_io_read() 248 else if (ptr && sizeof(atomic_ulong) == width) in metal_io_read() 251 else if (ptr && sizeof(atomic_ullong) == width) in metal_io_read() 270 uint64_t value, memory_order order, int width) in metal_io_write() argument [all …]
|
| /libmetal-latest/libmetal/lib/system/nuttx/ |
| D | io.c | 15 int width) in metal_io_read_() argument 20 metal_io_block_read(io, offset, &value, width); in metal_io_read_() 28 int width) in metal_io_write_() argument 32 metal_io_block_write(io, offset, &value, width); in metal_io_write_()
|
| /libmetal-latest/libmetal/doc/ |
| D | Doxyfile.in | 51 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy 1407 # to set the initial width (in pixels) of the frame in which the tree is shown.
|