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

12345

/freebsd-current/sys/tools/
H A Dmakesyscalls.lua891 local column = 8 + 2 + #argssize + 15
898 column = column + #"nosys" + #"AUE_NULL" + 3
904 column = column + #"lkmressys" + #"AUE_NULL" + 3
912 column = column + #funcname + #auditev + #sysflags + 3
917 column = column + #funcname + #auditev + #sysflags + 7
921 align_sysent_comment(column)
[all...]
/freebsd-current/contrib/kyua/store/
H A Dmigrate_v1_v2.sql55 -- * Added missing column affinities to the absolute_path and relative_path
93 -- Upgrade the test_programs table by adding missing column affinities and
94 -- the new metadata_id column.
H A Dschema_v3.sql123 -- The metadata_id column of the metadatas table is not enough to act as a
H A Dschema_v2.sql153 -- The metadata_id column of the metadatas table is not enough to act as a
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h601 uint32_t column, lldb::addr_t offset,
606 uint32_t column, lldb::addr_t offset,
/freebsd-current/contrib/libucl/src/
H A Ducl_internal.h223 unsigned int column; member in struct:ucl_chunk
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp67 info.column = 0;
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp211 // TODO: Do we care about column on these entries? If so, we need to plumb
213 decl_line.column = 0;
359 this_line.column = sc.line_entry.column;
520 ln.file, ln.line, ln.column, 0, 0, line_highlight, &strm);
662 // consistent column spacing in these cases, unfortunately. Also note that we
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp707 const SBFileSpec &sb_file_spec, uint32_t line, uint32_t column,
709 LLDB_INSTRUMENT_VA(this, sb_file_spec, line, column, offset, sb_module_list);
726 module_list, *sb_file_spec, line, column, offset, check_inlines,
734 const SBFileSpec &sb_file_spec, uint32_t line, uint32_t column,
737 LLDB_INSTRUMENT_VA(this, sb_file_spec, line, column, offset, sb_module_list,
754 module_list, *sb_file_spec, line, column, offset, check_inlines,
706 BreakpointCreateByLocation( const SBFileSpec &sb_file_spec, uint32_t line, uint32_t column, lldb::addr_t offset, SBFileSpecList &sb_module_list) argument
733 BreakpointCreateByLocation( const SBFileSpec &sb_file_spec, uint32_t line, uint32_t column, lldb::addr_t offset, SBFileSpecList &sb_module_list, bool move_to_nearest_code) argument
/freebsd-current/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300.h321 #define INI_RA(iniarray, row, column) (((iniarray)->ia_array)[(row) * ((iniarray)->ia_columns) + (column)])
917 #define REG_WRITE_ARRAY(iniarray, column, regWr) do { \
920 OS_REG_WRITE(ah, INI_RA((iniarray), (r), 0), INI_RA((iniarray), r, (column)));\
/freebsd-current/usr.sbin/crunch/examples/
H A Dreally-big.conf41 progs cksum cmp col colcrt colrm column comm compress crontab ctags cut
/freebsd-current/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c69 uint32_t numBits, uint32_t firstBit, uint32_t column);
2673 uint32_t firstBit, uint32_t column)
2679 HALASSERT(column <= 3);
2691 (column * 8);
2694 (column * 8)) & mask;
2672 ar5212ModifyRfBuffer(uint32_t *rfBuf, uint32_t reg32, uint32_t numBits, uint32_t firstBit, uint32_t column) argument
H A Dar5111.c60 uint32_t numBits, uint32_t firstBit, uint32_t column);
H A Dar5112.c61 uint32_t numBits, uint32_t firstBit, uint32_t column);
H A Dar2316.c65 uint32_t numBits, uint32_t firstBit, uint32_t column);
H A Dar2317.c65 uint32_t numBits, uint32_t firstBit, uint32_t column);
/freebsd-current/sys/dev/mps/
H A Dmps_sas.c2401 uint32_t io_size, column; local
2441 * column, then use that map number to look up the
2450 column = physLBA % sc->DD_num_phys_disks;
2452 htole16(sc->DD_column_map[column].dev_handle);
2527 * column, then use that map number to look up
2538 column = physLBA %
2541 htole16(sc->DD_column_map[column].
2605 * column, then use that map number to look up
2616 column = physLBA %
2619 htole16(sc->DD_column_map[column]
[all...]
/freebsd-current/sys/contrib/zstd/programs/
H A DMakefile348 # Print a two column output of targets and their description. To add a target description, put a
365 } | column -t -s $$'\t'
/freebsd-current/sys/contrib/zstd/
H A DMakefile165 # Print a two column output of targets and their description. To add a target description, put a
182 } | column -t -s $$'\t'
/freebsd-current/sys/dev/ath/ath_hal/ar5416/
H A Dar2133.c50 uint32_t numBits, uint32_t firstBit, uint32_t column);
/freebsd-current/cddl/usr.sbin/dwatch/
H A Ddwatch390 local column=0 header="PROVIDER:MODULE:FUNCTION:NAME"
404 provider) column=1 header="PROVIDER" ;;
405 module) column=2 header="MODULE" ;;
406 function) column=3 header="FUNCTION" ;;
407 name) column=4 header="NAME" ;;
422 )" -v want="$column" -v console="$CONSOLE" '
426 !_[$0 = column[0] = sprintf("%s:%s:%s:%s",
427 column[1] = $2,
428 column[2] = (NF >= 5 ? $(NF-2) : ""),
429 column[
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libcdep.cpp306 // Parse a <file>:<line>[:<column>] buffer. The file path may contain colons on
307 // Windows, so extract tokens from the right hand side first. The column info is
319 info->column = info->line;
381 // <filename>:<column>
/freebsd-current/sys/dev/syscons/
H A Dsyscons.c283 int attr, column, mysize, width, xsize, yborder, ysize; local
315 column = ind % xsize;
319 (column + 8) & ~7 :
320 c == '\r' ? -column : c == '\n' ? xsize - column : 1);
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_config.c1624 my_node->column = ncol;
2875 my_node->line_no, my_node->column,
2878 my_node->line_no, my_node->column,
2941 my_node->column,
2968 my_node->column,
/freebsd-current/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h530 * Retrieves the source location associated with a given file/line/column
535 unsigned column);
2781 * The extent of a cursor starts with the file/line/column pointing at the
5474 * column within source code, providing results that suggest potential
5513 * \param complete_column The column at which code-completion should occur.
5514 * Note that the column should point just after the syntactic construct that
6463 * Retrieve the CXIdxFile, file, line, column, and offset represented by
6473 unsigned *column,

Completed in 486 milliseconds

12345