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

1234567

/freebsd-11-stable/contrib/bmake/mk/
H A Dlib.mk44 # Set PICFLAGS to cc flags for producing position-independent code,
/freebsd-11-stable/stand/pc98/btx/btx/
H A Dbtx.S99 .set BDA_POS,0x53e # Cursor position
928 movw (%ebx),%dx # Cursor position
956 putchr.4: movw %dx,(%ebx) # Update position
/freebsd-11-stable/stand/i386/btx/btx/
H A Dbtx.S102 .set BDA_POS,0x450 # Cursor position
903 movw (%ebx),%dx # Cursor position
912 mulb %dh # * row position
914 adcb $0x0,%ah # position
934 putchr.4: movw %dx,(%ebx) # Update position
/freebsd-11-stable/usr.bin/vmstat/
H A Dvmstat.c1126 di = dev_select[dn].position;
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y88 static void add_macro_arg(const char *argtext, int position);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c11 * in this position and unchanged.
1117 size_t bytes, uint32_t position)
1122 position, a->rsrc_xattr_options);
1127 (unsigned)position,
1495 /* Get the position where we are going to set a bunch
1501 /* Get the position where we are going to set compressed
1116 hfs_write_resource_fork(struct archive_write_disk *a, unsigned char *buff, size_t bytes, uint32_t position) argument
/freebsd-11-stable/contrib/gcc/
H A Dc-common.c6061 tree position = TREE_VALUE (args);
6063 if (TREE_CODE (position) != INTEGER_CST)
6065 warning (0, "requested position is not an integer constant");
6070 if (tree_int_cst_lt (position, integer_zero_node))
6072 warning (0, "requested position is less than zero");
6044 tree position = TREE_VALUE (args); local
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dlib1funcs.asm660 @ are governed by the position of the bit, stored in ip.
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c167 /* True if this entry cannot be moved from its current position. */
753 they refer to. For example, when generating position-dependent code,
760 them in variant frags. In position-dependent code, the first sequence
1320 /* Initialise INSN from opcode entry MO. Leave its position unspecified. */
1407 position FIRST. Neither FIRST nor N need to be clipped. */
1780 as_bad (_("-G may not be used in position-independent code"));
2968 /* We can't swap if the previous instruction's position
5034 as_bad (_("Improper position (%lu)"), pos);
5040 as_bad (_("Improper extract size (%lu, position %lu)"),
5082 as_bad (_("Improper position (
[all...]
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_display.c9461 u32 position; member in struct:intel_display_error_state::intel_cursor_error_state
9505 error->cursor[i].position = I915_READ(CURPOS(i));
9564 seq_printf(m, " POS: %08x\n", error->cursor[i].position);
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.c4651 mips_use_ins_ext_p (rtx op, rtx size, rtx position)
4661 pos = INTVAL (position);
4628 mips_use_ins_ext_p(rtx op, rtx size, rtx position) argument
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex2816 % The \mathchar is class=0=ordinary, family=7=ttfam, position=5C=\.
7429 % is the position in that list, that is to say the macro arguments are to be
9983 % ignored family value; char position "5C). We can't use " for the
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex1068 % The \mathchar is class=0=ordinary, family=7=ttfam, position=5C=\.
5826 % in the params list, to be ##N where N is the position in that list.
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex1045 % The \mathchar is class=0=ordinary, family=7=ttfam, position=5C=\.
5702 % in the params list, to be ##N where N is the position in that list.

Completed in 492 milliseconds

1234567