Searched refs:position (Results 126 - 150 of 164) sorted by relevance

1234567

/freebsd-11-stable/usr.bin/systat/
H A Ddevs.c390 di = dev_select[dn].position;
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dsaquery.c768 unsigned position = cl_ntoh16(mftr->position_block_num) >> 12; local
779 cl_ntoh16(mftr->lid), position, block);
1438 int lid = 0, block = -1, position = -1; local
1442 parse_lid_and_ports(h, argv[0], &lid, &position, &block);
1448 CHECK_AND_SET_VAL(position, 8, -1, pos, MFTR, POSITION);
1504 "[[mlid]/[position]/[block]]", query_mft_records},
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_irq.c187 u32 vbl = 0, position = 0; local
205 * scanout position from Display scan line register.
207 position = I915_READ(PIPEDSL(pipe));
209 /* Decode into vertical scanout position. Don't have
210 * horizontal scanout position.
212 *vpos = position & 0x1fff;
217 * scanout position.
219 position = (I915_READ(PIPEFRAMEPIXEL(pipe)) & PIPE_PIXEL_MASK) >> PIPE_PIXEL_SHIFT;
222 *vpos = position / htotal;
223 *hpos = position
[all...]
/freebsd-11-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h181 @Param[in] position position of buffer in frame
192 uint8_t position,
2139 @Param[in] lastBuffer Buffer position - TRUE for the last buffer
/freebsd-11-stable/sys/arm/arm/
H A Dcpufunc_asm_armv7.S323 lsl r3, r3, r1 @ shift into position
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h338 void Enable(bool value, uint32_t position);
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js1510 position: "absolute",
1600 // Run fixed position tests at doc ready to avoid a crash
1605 ptlm = "position:absolute;top:0;left:0;width:1px;height:1px;margin:0;",
1621 container.style.cssText = vb + "width:0;height:0;position:static;top:0;margin-top:" + conMarginTop + "px";
1639 inner.style.position = "fixed";
1644 inner.style.position = inner.style.top = "";
1647 outer.style.position = "relative";
3961 // Reset the position of the chunker regexp (start from head)
5498 // Determine the position of an element within
5512 // Locate the position o
[all...]
/freebsd-11-stable/lib/libdevstat/
H A Ddevstat.c657 (*dev_select)[i].position = i;
784 if ((*dev_select)[k].position == j) {
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dinput.cpp2522 // or if vertical position traps have been disabled.
5305 char position = *s; local
5307 error("missing position and filename in \\O");
5310 if (!(position == 'l'
5311 || position == 'r'
5312 || position == 'c'
5313 || position == 'i')) {
5314 error("l, r, c, or i position expected (got %1 in \\O)", position);
5324 return new suppress_node(symbol(s), position, image_n
[all...]
H A Dnode.h544 char position; member in class:suppress_node
H A Dnode.cpp912 // position.
1274 // grotty doesn't like a color command if the vertical position is zero.
3902 : is_on(on_or_off), emit_limits(issue_limits), filename(0), position(0),
3908 : is_on(2), emit_limits(0), filename(f), position(p), image_id(id)
3917 position(p), image_id(id)
3926 && (position == ((suppress_node *)n)->position)
3937 return new suppress_node(emit_limits, is_on, filename, position, image_id,
4045 * remember current position (l, r, c, i) and filename
4064 // an image filename & position
[all...]
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dieee754-sf.S200 @ Fixup and adjust bit position for denormalized arguments.
462 @ Adjust result upon the MSB position.
624 @ Ensure result will land to known bit position.
H A Dieee754-df.S651 @ Adjust result upon the MSB position.
660 @ Shift to final position, add sign to result.
871 @ Ensure result will land to known bit position.
/freebsd-11-stable/contrib/ldns/
H A Drr.c804 ldns_rr_set_rdf(ldns_rr *rr, const ldns_rdf *f, size_t position) argument
810 if (position < rd_count) {
812 pop = rr->_rdata_fields[position];
813 rr->_rdata_fields[position] = (ldns_rdf*)f;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp683 /// Attemps to merge the given completion from the given position into the
706 /// \param[out] position
707 /// The character position of the user cursor in the `expr` parameter.
710 std::string expr, unsigned position)
713 m_position(position), m_request(request), m_desc_policy(ops) {
946 // completion consumer to the Sema and specify a completion position.
709 CodeComplete(CompletionRequest &request, clang::LangOptions ops, std::string expr, unsigned position) argument
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_ioctl.c1563 * and position data.
1578 sc.cdsc_adr = bsdinfo.what.position.addr_type;
1579 sc.cdsc_ctrl = bsdinfo.what.position.control;
1580 sc.cdsc_trk = bsdinfo.what.position.track_number;
1581 sc.cdsc_ind = bsdinfo.what.position.index_number;
1583 bsdinfo.what.position.absaddr.lba);
1585 bsdinfo.what.position.reladdr.lba);
/freebsd-11-stable/contrib/gcc/
H A Dexpr.c4861 bit position are on a byte boundary. */
5190 tree position;
5246 position =
5253 position =
5254 size_binop (MULT_EXPR, position,
5258 pos_rtx = expand_normal (position);
5260 highest_pow2_factor (position));
5288 tree position;
5300 position =
5305 expand_normal (position),
5176 tree position; local
5274 tree position; local
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoffgen.c1381 file_ptr position; local
1398 Save the current position first; it is needed by our caller.
1401 position = bfd_tell (abfd);
1404 || bfd_seek (abfd, position, SEEK_SET) != 0)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2003 int position = 0; // Any string that isn't an argument position, i.e. '%' local
2004 // followed by an integer, gets a position
2022 position = atoi(start);
2026 return position;
/freebsd-11-stable/sys/mips/mips/
H A Dfp.S1098 subu t1, t1, 3 # compensate for result position
1108 sll t2, t2, v0 # shift result to final position
1173 subu t1, t1, 3 # compensate for result position
1191 li v1, 32 # shift result to final position
1672 * normalized position. After that, round and handle exceptions.
1898 * normalized position. After that, round and handle exceptions.
3195 sll t0, t0, 31 # position sign
3196 sll t1, t1, 23 # position exponent
/freebsd-11-stable/sys/dev/sfxge/common/
H A Def10_nvram.c46 uint32_t *current; /* Cursor position */
47 uint32_t *end; /* End tag position */
221 /* Check cursor position */
844 __in uint32_t *position,
847 return (uint32_t)((uint8_t *)position - (uint8_t *)base);
843 byte_offset( __in uint32_t *position, __in uint32_t *base) argument
/freebsd-11-stable/contrib/less/
H A Dfuncs.h295 public POSITION position LESSPARAMS ((int sindex));
H A Dcommand.c20 #include "position.h"
547 case CONTROL('K'): /* KEEP position */
783 bottompos = position(BOTTOM_PLUS_ONE);
821 * that we're in the right position to display the prompt.
1547 * Go to a specified byte position in the file.
1952 * Jump to a marked position.
H A Dline.c18 #include "position.h"
1020 * Overstrike the character at the current position
1424 pos = position(TOP);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c4089 N_("Can't set position pointer in file '%s'"),
4090 N_("Can't set position pointer in stream"),
4343 return an invalid position *after* new data was written to it.
4348 apr_off_t position = 0;
4354 SVN_ERR(svn_io_file_seek(file, APR_CUR, &position, pool));
4374 if (position < offset)
4375 SVN_ERR(svn_io_file_seek(file, APR_SET, &position, pool));
4339 apr_off_t position = 0; local

Completed in 349 milliseconds

1234567