Home
last modified time | relevance | path

Searched refs:line_width (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/xtensa/include/asm/
H A Dcacheasm.h39 .macro __loop_cache_all ar at insn size line_width
43 __loopi \ar, \at, \size, (4 << (\line_width))
45 \insn \ar, 0 << (\line_width)
46 \insn \ar, 1 << (\line_width)
47 \insn \ar, 2 << (\line_width)
48 \insn \ar, 3 << (\line_width)
50 __endla \ar, \at, 4 << (\line_width)
55 .macro __loop_cache_range ar as at insn line_width
57 extui \at, \ar, 0, \line_width
60 __loops \ar, \as, \at, \line_width
[all …]
/openbmc/fb-ipmi-oem/include/
H A Dusb-dbg.hpp90 size_t line_width; member
/openbmc/fb-ipmi-oem/src/
H A Dusb-dbg.cpp144 line_width = 16; in init()
269 if (indent > line_width) in parse()
289 if (++linepos == line_width) in parse()
298 result.append(line_width - linepos, ' '); in parse()
/openbmc/openbmc-test-automation/lib/
H A Dprint.tcl862 { line_width 80 } } {
895 set fold_width [expr $line_width - $col1_width]