Searched refs:column (Results 101 - 123 of 123) sorted by relevance

12345

/freebsd-current/sys/dev/ath/ath_hal/ar5212/
H A Dar2425.c49 uint32_t numBits, uint32_t firstBit, uint32_t column);
H A Dar2413.c61 uint32_t numBits, uint32_t firstBit, uint32_t column);
H A Dar5413.c61 uint32_t numBits, uint32_t firstBit, uint32_t column);
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp402 line_entry.line, line_entry.column);
H A DFormatEntity.cpp130 Definition("column", EntryType::LineEntryColumn),
1812 if (sc && sc->line_entry.IsValid() && sc->line_entry.column) {
1816 s.Printf(format, sc->line_entry.column);
H A DIOHandlerCursesGUI.cpp7049 std::optional<size_t> column; variable
7050 if (is_pc_line && m_sc.line_entry.IsValid() && m_sc.line_entry.column)
7051 column = m_sc.line_entry.column - 1;
7052 m_file_sp->DisplaySourceLines(curr_line + 1, column, 0, 0,
7337 0, // Unspecified column.
7497 0, // No column specified.
/freebsd-current/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c69 static inline void ar9300_prog_ini(struct ath_hal *ah, struct ar9300_ini_array *ini_arr, int column);
2857 int column)
2869 * Determine if the array is non-modal and force the column to 1.
2871 if (column >= ini_arr->ia_columns) {
2872 column = 1;
2877 u_int32_t val = INI_RA(ini_arr, i, column);
2856 ar9300_prog_ini(struct ath_hal *ah, struct ar9300_ini_array *ini_arr, int column) argument
/freebsd-current/targets/pseudo/userland/
H A DMakefile.depend173 usr.bin/column \
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c1878 int column; local
1879 for (column=0; column<ZSTD_ROWSIZE; column++) {
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h663 uint32_t column, lldb::addr_t offset,
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp482 next_frame_sc.line_entry.column =
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c2332 int column; local
2333 for (column=0; column<ZSTD_ROWSIZE; column++) {
/freebsd-current/contrib/elftoolchain/readelf/
H A Dreadelf.c4896 uint64_t address, file, line, column, isa, opsize, udelta; local
5018 column = 0; \
5096 column = _decode_uleb128(&p, pe);
5098 (uintmax_t) column);
6289 printf(" Return address column:\t%ju\n",
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1924 m_sc.line_entry.file, start_line, m_sc.line_entry.column,
H A DTarget.cpp396 uint32_t column, lldb::addr_t offset,
441 SourceLocationSpec location_spec(remapped_file, line_no, column,
394 CreateBreakpoint(const FileSpecList *containingModules, const FileSpec &file, uint32_t line_no, uint32_t column, lldb::addr_t offset, LazyBool check_inlines, LazyBool skip_prologue, bool internal, bool hardware, LazyBool move_to_nearest_code) argument
/freebsd-current/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4912 /// ::= !DILocation(line: 43, column: 8, scope: !5, inlinedAt: !6,
4917 OPTIONAL(column, ColumnField, ); \
4925 GET_OR_DISTINCT(DILocation, (Context, line.Val, column.Val, scope.Val,
5340 /// ::= !DILexicalBlock(scope: !0, file: !2, line: 7, column: 9)
5346 OPTIONAL(column, ColumnField, );
5351 DILexicalBlock, (Context, scope.Val, file.Val, line.Val, column.Val));
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1325 line_entry.column, line_entry.file_idx,
/freebsd-current/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh707 echo -e "${report}" | column -t
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp489 // We may not want column information at all.
493 // If the location is invalid then use the current column.
5092 unsigned column = getColumnNumber(loc); local
5202 column, scope, CurInlinedAt),
5251 // Unnamed classes/lambdas can't be reconstituted due to a lack of column
5316 // Unnamed enums can't be reconstituted due to a lack of column info we
/freebsd-current/contrib/bsnmp/tests/
H A Dcatch.hpp8425 iterator(Column const& column, size_t stringIndex)
8426 : m_column(column),
8487 explicit iterator(Column const& column) : m_column(column) {
/freebsd-current/contrib/libucl/src/
H A Ducl_util.c693 return parser->chunks->column;
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp19814 // Apply conversion to row and column expressions.
19837 // Check row and column dimensions.
19844 MaybeColumns = getAndVerifyMatrixDimension(ColumnsExpr, "column", *this);
/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c715 ** [sqlite3_column_text()], one for each column. ^If an element of a
719 ** entry represents the name of corresponding result column as obtained
2440 ** of a table column that its values are likely to be very large - larger
2442 ** is stored in each sorted record and the required column values loaded
2865 ** as an undeclared column named ROWID, OID, or _ROWID_ as long as those
2867 ** the table has a column of type [INTEGER PRIMARY KEY] then that column
3495 ** a NULL value in place of the table column that would have
3499 ** ^When a table is referenced by a [SELECT] but no column values are
3502 ** is invoked once for that table with a column nam
[all...]

Completed in 1579 milliseconds

12345