Searched refs:column (Results 51 - 75 of 139) sorted by relevance

123456

/freebsd-12-stable/contrib/apr-util/dbd/
H A Dapr_dbd_sqlite3.c94 apr_dbd_column_t *column; local
127 column = apr_palloc(pool, sizeof(apr_dbd_column_t));
128 row->columns[i] = column;
129 /* copy column name once only */
134 column->name = (*results)->col_names[i];
135 column->size = sqlite3_column_bytes(stmt, i);
136 column->type = sqlite3_column_type(stmt, i);
137 column->value = NULL;
138 switch (column->type) {
144 column
244 apr_dbd_column_t *column; local
[all...]
/freebsd-12-stable/sys/i386/linux/
H A Dlinux_locore.asm90 * register column
131 .byte 8 /* Return address register column */
137 .byte 0x88 /* DW_CFA_offset, column 0x8 */
/freebsd-12-stable/sys/amd64/linux32/
H A Dlinux32_locore.asm97 * register column
138 .byte 8 /* Return address register column */
144 .byte 0x88 /* DW_CFA_offset, column 0x8 */
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DLineTable.cpp28 uint16_t column, uint16_t file_idx,
33 Entry entry(file_addr, line, column, file_idx, is_start_of_statement,
59 uint16_t column, uint16_t file_idx, bool is_start_of_statement,
64 Entry entry(file_addr, line, column, file_idx, is_start_of_statement,
146 LT_COMPARE(a.column, b.column);
276 line_entry.column = entry.column;
27 InsertLineEntry(lldb::addr_t file_addr, uint32_t line, uint16_t column, uint16_t file_idx, bool is_start_of_statement, bool is_start_of_basic_block, bool is_prologue_end, bool is_epilogue_begin, bool is_terminal_entry) argument
57 AppendLineEntryToSequence( LineSequence *sequence, lldb::addr_t file_addr, uint32_t line, uint16_t column, uint16_t file_idx, bool is_start_of_statement, bool is_start_of_basic_block, bool is_prologue_end, bool is_epilogue_begin, bool is_terminal_entry) argument
/freebsd-12-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_pro_lineno.c33 Dwarf_Addr off, Dwarf_Unsigned lineno, Dwarf_Signed column,
62 ln->ln_column = column;
32 dwarf_add_line_entry(Dwarf_P_Debug dbg, Dwarf_Unsigned file, Dwarf_Addr off, Dwarf_Unsigned lineno, Dwarf_Signed column, Dwarf_Bool is_stmt, Dwarf_Bool basic_block, Dwarf_Error *error) argument
H A Dlibdwarf_lineno.c104 uint64_t address, file, line, column, opsize; local
113 column = 0; \
132 ln->ln_column = column; \
207 column = _dwarf_decode_uleb128(&p);
491 Dwarf_Signed line0, column; local
501 column = 0; \
543 * Generate standard opcodes for file, column, is_stmt or
551 if (ln->ln_column != column) {
554 column = ln->ln_column;
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBDeclaration.cpp113 void SBDeclaration::SetColumn(uint32_t column) { argument
114 LLDB_RECORD_METHOD(void, SBDeclaration, SetColumn, (uint32_t), column);
116 ref().SetColumn(column);
/freebsd-12-stable/contrib/ee/
H A Dnew_curse.h168 int SC; /* starting column */
169 int LC; /* last column */
170 int LX; /* last cursor column position */
205 extern void wmove P_((WINDOW *window, int row, int column));
206 extern void clear_line P_((struct _line *line, int column, int cols));
246 extern void CLEAR_TO_EOL P_((WINDOW *window, int row, int column));
H A Dnew_curse.c157 #define ch__ 8 /* set cursor column */
159 #define cm__ 10 /* screen rel cursor motion, row, column */
706 int row, column; local
716 for (column = 0;
717 column < (min(origin->Num_cols, destination->Num_cols));
718 column++)
720 dest->row[column] = orig->row[column];
721 dest->attributes[column] = orig->attributes[column];
2073 int column, row; local
2417 int column, j; local
2494 int row, column; local
2543 int row, column; local
2597 int row, column; local
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql25 * the KIND column in these tables has one of the following values
32 * the PRESENCE column in these tables has one of the following values
80 derived from the 'checksum' column. Each pristine text is referenced by
100 /* The number of rows in the NODES table that have a 'checksum' column
160 ### This column will eventually be merged into the conflict_data column,
169 texts. Stored in a column to allow storing them in the pristine store */
171 conflicts? Why do we need these in a column to refer to the
236 changes. The layers are modelled using the "op_depth" column.
371 perhaps add a column calle
[all...]
/freebsd-12-stable/contrib/ncurses/progs/
H A Ddump_entry.c61 static int column; /* current column, limited by 'width' */ variable
62 static int oldcol; /* last value of column before wrap */
409 oldcol = column;
412 column = INDENT;
421 if (column > INDENT
422 && column + (int) want > width) {
427 column += (int) need;
625 column = INDENT; /* FIXME: workaround to prevent empty lines */
642 column
[all...]
/freebsd-12-stable/sys/dev/nand/
H A Dnfc_fsl.c158 static int fsl_nand_build_address(device_t dev, uint32_t page, uint32_t column);
407 fsl_nand_build_address(device_t dev, uint32_t row, uint32_t column) argument
425 column += fcm->pg_ofs;
428 page_address |= column;
430 if (column != 0) {
431 byte_count = sc->pgsz - column;
432 fcm->read_ptr = column;
H A Dnandsim_chip.c445 nandchip_chip_space(struct nandsim_chip *chip, int32_t row, int32_t column, argument
477 column = 0;
481 nandchip_set_data(chip, &blk_space->blk_ptr[offset], size, column);
679 static uint32_t column = 0, row = 0; local
692 if (nandchip_get_addr_byte(chip, data, &column))
712 nandchip_chip_space(chip, row, column, size, 0);
721 nandchip_chip_space(chip, row, column, size, 0);
732 static uint32_t column, row; local
746 if (nandchip_get_addr_byte(chip, data, &column))
754 err = nandchip_chip_space(chip, row, column, siz
[all...]
H A Dnandsim.h142 uint32_t column; member in struct:sim_error
/freebsd-12-stable/usr.bin/ministat/
H A Dministat.c470 ReadSet(FILE *f, const char *n, int column, const char *delim) argument
490 if (i == column)
518 "Usage: ministat [-C column] [-c confidence] [-d delimiter(s)] [-Ans] [-w width] [file [file ...]]\n");
527 fprintf(stderr, "\t-C : column number to extract (starts and defaults to 1)\n");
546 int column = 1; local
569 column = strtol(optarg, &p, 10);
571 usage("Invalid column number.");
572 if (column <= 0)
641 ds[i] = ReadSet(setfiles[i], setfilenames[i], column, delim);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h200 /// When \p column is nonzero the \p line and \p column args are used to
201 /// filter the results to find the first breakpoint >= (line, column).
204 uint32_t line = 0, uint32_t column = 0);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.h42 int column; member in struct:__sanitizer::AddressInfo
/freebsd-12-stable/contrib/gperf/src/
H A Doutput.cc944 int column; local
947 column = 0;
965 if ((column++ % columns) == 0)
973 if ((column++ % columns) == 0)
983 if ((column++ % columns) == 0)
1138 int column = 0; local
1141 if ((column % columns) == 0)
1165 column++;
1368 int column; local
1370 column
[all...]
/freebsd-12-stable/stand/i386/kgzldr/
H A Dcrt.s60 addb %dl,%al # + column
68 crt_putchr.2: xorb %dl,%dl # Zero column
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h91 MCDwarfLoc(unsigned fileNum, unsigned line, unsigned column, unsigned flags, argument
93 : FileNum(fileNum), Line(line), Column(column), Flags(flags), Isa(isa),
125 void setColumn(unsigned column) { argument
126 assert(column <= UINT16_MAX);
127 Column = column;
/freebsd-12-stable/contrib/gdb/gdb/
H A Ddwarf2-frame.c59 /* Return address column. */
663 return address column; it's perfectly all right for it to
669 int column; /* CFI speak for "register number". */
671 for (column = 0; column < fs->regs.num_regs; column++)
674 int regnum = DWARF2_REG_TO_REGNUM (column);
687 range [0 .. max column] are specified, and won't detect
691 if (fs->regs.reg[column].how == DWARF2_FRAME_REG_UNSPECIFIED)
696 cache->reg[regnum] = fs->regs.reg[column];
664 int column; /* CFI speak for "register number". */ local
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp842 // We don't care about the column here.
843 const uint32_t column = 0; local
845 start_file, line_no, column, 0, m_options.num_lines, "",
1094 const uint32_t column = variable
1096 ? sc.line_entry.column
1099 sc.comp_unit->GetPrimaryFile(), sc.line_entry.line, column,
1134 const uint32_t column = 0; variable
1140 column,
1221 const uint32_t column = 0; variable
1223 sc.comp_unit->GetPrimaryFile(), m_options.start_line, column,
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp713 /// a column/line pair.
717 /// to a column/line pair.
726 /// \param[out] column
727 /// The column in the line that contains the absolute position.
730 unsigned &line, unsigned &column) {
733 column = 0;
739 // If we hit a line break, we go back to column 0 and enter a new line.
744 column = 0;
747 ++column;
799 // only thing left to do is to transform it into the line:column forma
729 AbsPosToLineColumnPos(size_t abs_pos, llvm::StringRef code, unsigned &line, unsigned &column) argument
[all...]
/freebsd-12-stable/contrib/binutils/gas/
H A Ddwarf2dbg.c343 line->column = 0;
617 current.column = get_absolute_expression ();
1128 unsigned column = 0;
1147 if (column != e->loc.column)
1149 column = e->loc.column;
1151 out_uleb128 (column);
1124 unsigned column = 0; local
/freebsd-12-stable/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c49 * column := head type ACCESS ')'
67 * element := tree | leaf | column
204 struct column { struct in union:node::__anon944
205 enum snmp_syntax syntax; /* syntax for this column */
207 } column; member in union:node::__anon944
847 node->u.column.syntax = syntax;
848 node->u.column.subtype = subtype;
975 /* leaf or column */
987 syntax = np->u.column.syntax;
1078 errx(1, "column withou
[all...]

Completed in 379 milliseconds

123456