Searched refs:row (Results 151 - 155 of 155) sorted by relevance

1234567

/freebsd-10.0-release/contrib/gcc/doc/include/
H A Dtexinfo.tex2790 % @headitem starts a heading row, which we typeset in bold.
2809 % @item within a multitable starts a normal row.
3853 % routine twice in a row (see the doublecol-lose test, which is
5313 % If there are two @def commands in a row, we'll have a \nobreak,
5337 % As above, allow line break if we have multiple x headers in a row.
6434 % text to a box and make the \insert when a row of the table is finished.
/freebsd-10.0-release/contrib/groff/doc/
H A Dtexinfo.tex2689 % @headitem starts a heading row, which we typeset in bold.
2708 % @item within a multitable starts a normal row.
3751 % routine twice in a row (see the doublecol-lose test, which is
5189 % If there are two @def commands in a row, we'll have a \nobreak,
5213 % As above, allow line break if we have multiple x headers in a row.
6305 % text to a box and make the \insert when a row of the table is finished.
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-npei-defs.h5439 uint64_t row : 1; /**< Relaxed Ordering for Writes. */ member in struct:cvmx_npei_mem_access_subidx::cvmx_npei_mem_access_subidx_s
5443 uint64_t row : 1;
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1197 if (state.row == DWARFDebugLine::State::StartParsingLineTable)
1201 else if (state.row == DWARFDebugLine::State::DoneParsingLineTable)
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp13610 UnwindPlan::RowSP row(new UnwindPlan::Row);
13613 row->SetCFARegister (dwarf_sp);
13616 row->SetRegisterLocationToRegister(dwarf_pc, dwarf_lr, true);
13617 unwind_plan.AppendRow (row);

Completed in 305 milliseconds

1234567