Searched refs:right (Results 226 - 250 of 335) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gcc/config/arm/
H A Dieee754-df.S149 @ Shift yh-yl right per r5, add to xh-xl, keep leftover bits into ip.
181 @ Result needs to be shifted right.
255 @ shift value left 21 to 31 bits, or actually right 11 to 1 bits
285 @ shift result right of 1 to 20 bits, sign is in r5.
293 @ shift result right of 21 to 31 bits, or left 11 to 1 bits after
302 @ Shift value right of 32 to 64 bits, or 0 to 32 bits after a switch
712 @ shift result right of 1 to 20 bits, preserve sign bit, round, etc.
726 @ shift result right of 21 to 31 bits, or left 11 to 1 bits after
740 @ Shift value right of 32 to 64 bits, or 0 to 32 bits after a switch
/freebsd-11-stable/contrib/bmake/mk/
H A Dautodep.mk166 # this ensures we do the right thing if only building a shared or
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_sdvo.c166 struct drm_property *right; member in struct:intel_sdvo_connector
1038 * timings, even though this isn't really the right place in
1796 if (intel_sdvo_connector->right)
1797 drm_property_destroy(dev, intel_sdvo_connector->right);
1928 intel_sdvo_connector->right, val);
1938 } else if (intel_sdvo_connector->right == property) {
2511 /* when horizontal overscan is supported, Add the left/right property */
2535 intel_sdvo_connector->right =
2537 if (!intel_sdvo_connector->right)
2541 intel_sdvo_connector->right,
[all...]
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dchannel.c311 * Ok, I can just panic it right here since it is
1301 chn_setvolume(struct pcm_channel *c, int left, int right) argument
1307 right) << 8;
1313 chn_setvolume_multi(struct pcm_channel *c, int vc, int left, int right, argument
1324 ret |= chn_setvolume_matrix(c, vc, i, right) << 8;
2028 int vol, pvol, left, right, center; local
2060 right = (((vol >> 8) & 0x7f) * ((pvol >> 8) & 0x7f)) / 100;
2061 center = (left + right) >> 1;
2063 chn_setvolume_multi(c, SND_VOL_C_MASTER, left, right, center);
/freebsd-11-stable/sys/arm/freescale/vybrid/
H A Dvf_sai.c124 * LRCLK - left right clock
221 unsigned left, unsigned right)
229 left, right);
220 saimixer_set(struct snd_mixer *m, unsigned dev, unsigned left, unsigned right) argument
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_ssi.c260 unsigned left, unsigned right)
270 left, right);
259 ssimixer_set(struct snd_mixer *m, unsigned dev, unsigned left, unsigned right) argument
/freebsd-11-stable/share/mk/
H A Dbsd.subdir.mk26 # put the stuff into the right "distribution".
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp298 tok::TokenKind right) {
307 if (kind == right)
468 AfterTwoColons, // right after ::
469 AfterIdentifier, // right after alphanumerical identifier ([a-z0-9_]+)
470 AfterTemplate, // right after template brackets (<something>)
471 AfterOperator, // right after name of C++ operator
297 ConsumeBrackets(tok::TokenKind left, tok::TokenKind right) argument
/freebsd-11-stable/contrib/ncurses/form/
H A Dform.h149 struct typenode * right; /* ptr to operand for | */ member in struct:typenode
226 #define REQ_RIGHT_FIELD (KEY_MAX + 14) /* move to right to field */
241 #define REQ_RIGHT_CHAR (KEY_MAX + 28) /* move right in field */
/freebsd-11-stable/contrib/ncurses/menu/
H A Dm_driver.c257 NAVIGATE(right);
H A Dm_post.c229 if (((hitem = hitem->right) != lasthor) && hitem)
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlang.h319 struct lang_section_bst *right; member in struct:lang_section_bst
H A Dldgram.y111 %right <token> PLUSEQ MINUSEQ MULTEQ DIVEQ '=' LSHIFTEQ RSHIFTEQ ANDEQ OREQ
112 %right <token> '?' ':'
125 %right UNARY
/freebsd-11-stable/sys/arm/allwinner/
H A Da10_hdmiaudio.c118 unsigned right)
117 a10hdmiaudio_mixer_set(struct snd_mixer *m, unsigned dev, unsigned left, unsigned right) argument
/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh.h64 struct op *right; member in struct:op
/freebsd-11-stable/sys/mips/mips/
H A Dfp.S840 blt v1, t9, 1f # shift right by < 32?
858 blt v1, t9, 1f # shift right by < 32?
1340 blt t9, zero, 2f # if shift < 0, shift right
1348 negu t9 # shift right by t9
1422 blt t9, zero, 2f # if shift < 0, shift right
1430 negu t9 # shift right by t9
1488 blt v0, zero, 1f # if shift < 0, shift right
1496 negu v0 # shift right by v0
1712 blt t9, zero, 1f # if shift < 0, shift right
1720 negu t9 # shift t2,t8 right b
[all...]
H A Dswtch.S187 # right to action
/freebsd-11-stable/usr.sbin/bsdconfig/dot/
H A Ddot319 printf '\trankdir = LR;\t\t// create ranks left-to-right\n'
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_filter.c1027 __in const siena_filter_spec_t *right)
1034 if (left->sfs_type != right->sfs_type)
1037 if (memcmp(left->sfs_dword, right->sfs_dword,
1043 left->sfs_dmaq_id != right->sfs_dmaq_id)
1025 siena_filter_equal( __in const siena_filter_spec_t *left, __in const siena_filter_spec_t *right) argument
/freebsd-11-stable/sys/vm/
H A Dvm_map.h103 struct vm_map_entry *right; /* right child in binary search tree */ member in struct:vm_map_entry
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp717 // x86_64 and i386 are the only ones that use bytes right now so pad out
1409 std::function<bool(const Instruction::Operand &)> right) {
1410 return [base, left, right](const Instruction::Operand &op) -> bool {
1412 ((left(op.m_children[0]) && right(op.m_children[1])) ||
1413 (left(op.m_children[1]) && right(op.m_children[0]))));
1406 MatchBinaryOp( std::function<bool(const Instruction::Operand &)> base, std::function<bool(const Instruction::Operand &)> left, std::function<bool(const Instruction::Operand &)> right) argument
/freebsd-11-stable/stand/lua/
H A Ddrawer.lua211 elseif menu_header_align == "right" then
212 -- Just inside the right border on top
/freebsd-11-stable/contrib/gdb/gdb/
H A Dp-exp.y213 %right ASSIGN
224 %right UNARY INCREMENT DECREMENT
225 %right ARROW '.' '[' '('
927 shift it right and see whether anything remains. Note that we
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_grammar.y120 %right DT_TOK_ASGN DT_TOK_ADD_EQ DT_TOK_SUB_EQ DT_TOK_MUL_EQ DT_TOK_DIV_EQ
135 %right DT_TOK_LNEG DT_TOK_BNEG DT_TOK_ADDADD DT_TOK_SUBSUB
137 %right DT_TOK_DEREF DT_TOK_ADDROF DT_TOK_SIZEOF DT_TOK_STRINGOF DT_TOK_XLATE
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dmerge.c90 in one pass, to get a file which can be compared with the left and right
392 const char *right,
417 SVN_ERR(svn_diff_file_diff3_2(&diff, left, detranslated_target, right,
423 left, detranslated_target, right,
631 * left == right == target => no-op
632 * left != right, left == target => target := right
636 * left != right, right == target => no-op
647 * left == right !
386 do_text_merge(svn_boolean_t *contains_conflicts, apr_file_t *result_f, const apr_array_header_t *merge_options, const char *detranslated_target, const char *left, const char *right, const char *target_label, const char *left_label, const char *right_label, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool) argument
[all...]

Completed in 384 milliseconds

1234567891011>>