Searched refs:right (Results 276 - 300 of 335) sorted by relevance

<<11121314

/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpkt_rx0.asm79 mov di, 158 ;; upper right corner - 1
/freebsd-11-stable/crypto/openssh/contrib/suse/
H A Dopenssh.spec94 even though it was correct in the %files section and thus right in the RPMs
/freebsd-11-stable/usr.bin/bc/
H A Dbc.y165 %right <str> ASSIGN_OP
168 %right EXPONENT
/freebsd-11-stable/stand/
H A Ddefs.mk7 # because it includes bsd.own.mk which needs the right MK_ values,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp227 Rect &right) const {
229 VerticalSplit(left_width, left, right);
232 void VerticalSplit(int left_width, Rect &left, Rect &right) const {
236 right.origin.x = origin.x + left.size.width;
237 right.origin.y = origin.y;
238 right.size.width = size.width - left.size.width;
239 right.size.height = size.height;
241 right.Clear();
1393 // Since we can't find any good looking right arrow/down arrow symbols,
1544 // Since we can't find any good looking right arro
[all...]
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Denv.cpp2022 // this may not be right if we have extra space on this line
2974 // the start of the tab has been moved to the right by padding, so
3448 trie_node *right; member in struct:trie_node
3454 : c(ch), down(0), right(p), val(0)
3474 delete_trie_node(p->right);
3487 p = &((*p)->right);
3504 p = p->right;
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp246 NonLoc right) const;
659 NonLoc right) const {
676 if (right.getAs<nonloc::ConcreteInt>()) {
677 maxMinusRight = svalBuilder.evalBinOpNN(state, BO_Sub, maxVal, right,
684 left = right;
689 // If left > max - right, we have an overflow.
2013 // If the length is known, we can get the right substrings.
/freebsd-11-stable/sys/dev/sound/pcm/
H A Ddsp.c1021 int left, right, center; local
1024 right = ((*(int *)arg) >> 8) & 0x7f;
1025 center = (left + right) >> 1;
1026 chn_setvolume_multi(volch, SND_VOL_C_PCM, left, right,
1288 p->left = p->right = 100;
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex196 % Margin to add to right of even pages, to left of odd pages.
543 % Check whether we're in the right environment:
739 % Do not allow a page break right after this kern.
793 % (if RIGHT-TEXT is given, use TEXT for left page, RIGHT-TEXT for right;
808 \def\temp{\inrightmargin\righttext}% odd page -> outside is right margin
1347 % TODO this right, we have to translate 8-bit characters to
2254 % Markup style setup for left and right quotes.
2296 % Allow an option to not use regular directed right quote/apostrophe
2759 % argument is to make the input look right: @dmn{pt} instead of @dmn{}pt.
2875 % *right* brac
[all...]
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ppc.c1501 long min, max, right;
1504 right = max & -max;
1510 max = (max >> 1) & -right;
1511 min = ~max & -right;
1534 && ((val - 0x80000000 - 0x80000000) & (right - 1)) == 0)
1542 && ((val + 0x80000000 + 0x80000000) & (right - 1)) == 0)
1547 || (val & (right - 1)) != 0)
2394 the right way to say that? */
3482 fail at some later point, but this is probably the right
3724 to do the right thin
1494 long min, max, right; local
[all...]
/freebsd-11-stable/contrib/gcc/config/s390/
H A Ds390.c2163 rtx right = XEXP (x, 1); local
2164 if (GET_CODE (right) == CONST_INT
2165 && CONST_OK_FOR_K (INTVAL (right)))
2176 rtx right = XEXP (x, 1); local
2179 if (GET_CODE (right) == CONST_INT
2180 && CONST_OK_FOR_K (INTVAL (right)))
2190 && GET_CODE (right) == SIGN_EXTEND)
2194 && GET_CODE (right) == ZERO_EXTEND
2222 rtx right = XEXP (x, 1); local
2223 if (GET_CODE (right)
2236 rtx right = XEXP (x, 1); local
[all...]
/freebsd-11-stable/sys/dev/sound/sbus/
H A Dcs4231.c974 u_int32_t right)
981 cs4231_mixer_set_value(sc, &cs4231_mix_table[dev][1], right);
984 return (left | (right << 8));
973 cs4231_mixer_set(struct snd_mixer *m, u_int32_t dev, u_int32_t left, u_int32_t right) argument
/freebsd-11-stable/contrib/less/
H A Dscreen.c1866 /* Fill the right character and attributes. */
1922 /* Fill the right character and attributes. */
2009 /* Fill the right character and attributes. */
2305 short bot, right;
2313 _gettextwindow(&top, &left, &bot, &right);
2316 * from the cursor's position to the right edge of the screen.
2324 _settextwindow(top, left, bot, right);
2886 case PCK_RIGHT: /* right arrow */
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddefs.h482 extern void puts_filtered_tabular (char *string, int width, int right);
1281 something that can be considered a process id in its own right for
1332 keep things right). This is also why the methods are called
/freebsd-11-stable/contrib/libgnuregex/
H A Dregex_internal.h445 struct bin_tree_t *right; member in struct:bin_tree_t
/freebsd-11-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl48 # need to be observed in the right order. The loop generated by the
618 // does the right thing.
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec464 - adjust build dependencies so that build6x actually works right (fix
546 dealing with comments right
721 always find them in the right place. (#17909)
747 - Actually use the right patch for moving the key generation to the init script.
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.c2187 /* Shift VALUE right until its lowest bit is set. Shift arithmetically
2551 right, but this is just a heuristic anyhow.) */
3564 the source has enough alignment, otherwise use left/right pairs. */
4494 /* Return true if it is possible to use left/right accesses for a
4505 can be used in the patterning right-side instruction. */
4509 rtx *left, rtx *right)
4529 instead of a left/right pair. */
4547 *left = first, *right = last;
4549 *left = last, *right = first;
4562 rtx left, right, tem
4485 mips_get_unaligned_mem(rtx *op, unsigned int width, int bitpos, rtx *left, rtx *right) argument
4539 rtx left, right, temp; local
4579 rtx left, right; local
4591 emit_insn (gen_mov_sdr (copy_rtx (dest), copy_rtx (src), right)); local
4596 emit_insn (gen_mov_swr (copy_rtx (dest), copy_rtx (src), right)); local
[all...]
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dpic.y224 precedence than left and right, so that eg `line chop left'
254 %right '!'
255 %right '^'
/freebsd-11-stable/sys/sys/
H A Dsoundcard.h258 u_char left,right; /* volumes, 0..255, 0 = mute */ member in struct:_snd_mix_param
302 u_short left, right; /* how many levels are supported */ member in struct:_snd_capabilities
423 int panning; /* -128=left, 127=right */
H A Dtree.h77 struct type *spe_right; /* right element */ \
110 #define SPLAY_ASSEMBLE(head, node, left, right, field) do { \
112 SPLAY_LEFT(right, field) = SPLAY_RIGHT((head)->sph_root, field);\
313 struct type *rbe_right; /* right element */ \
/freebsd-11-stable/share/mk/
H A Dsys.mk204 # so it executing '+' commands is not right. Work around the bug by not
H A Dbsd.sys.mk72 # XXX always get it right.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc625 case OCH_: /* find the right one, if any */
/freebsd-11-stable/contrib/binutils/binutils/
H A Dstabs.c3529 namespace. This is right for C, and I don't know how to handle
5088 /* We expect to see TYPED_NAME, and the right subtree describes the
5091 || dc->u.s_binary.right->type != DEMANGLE_COMPONENT_FUNCTION_TYPE)
5099 dc->u.s_binary.right->u.s_binary.right,
5128 dc = dc->u.s_binary.right)
5240 return stab_demangle_v3_arg (dhandle, info, dc->u.s_binary.right,
5314 dc->u.s_binary.right,

Completed in 503 milliseconds

<<11121314