Home
last modified time | relevance | path

Searched refs:right (Results 51 – 75 of 962) sorted by relevance

12345678910>>...39

/freebsd/contrib/libdiff/test/
H A Dexpect112.diff2 +++ test112.right-P.txt
5 +1 right
15 +16 right
/freebsd/contrib/netbsd-tests/include/
H A Dd_bitstring_27.out91 first 1 bit should move right 1 position each line
120 first 0 bit should move right 1 position each line
207 0 bit should move right 1 position each line
236 1 bit should move right 1 position each line
H A Dd_bitstring_32.out101 first 1 bit should move right 1 position each line
135 first 0 bit should move right 1 position each line
237 0 bit should move right 1 position each line
271 1 bit should move right 1 position each line
H A Dd_bitstring_49.out135 first 1 bit should move right 1 position each line
186 first 0 bit should move right 1 position each line
339 0 bit should move right 1 position each line
390 1 bit should move right 1 position each line
H A Dd_bitstring_64.out165 first 1 bit should move right 1 position each line
231 first 0 bit should move right 1 position each line
429 0 bit should move right 1 position each line
495 1 bit should move right 1 position each line
H A Dd_bitstring_67.out171 first 1 bit should move right 1 position each line
240 first 0 bit should move right 1 position each line
447 0 bit should move right 1 position each line
516 1 bit should move right 1 position each line
H A Dd_bitstring_8.out53 first 1 bit should move right 1 position each line
63 first 0 bit should move right 1 position each line
93 0 bit should move right 1 position each line
103 1 bit should move right 1 position each line
/freebsd/sys/dev/sound/pci/
H A Demu10kx-pcm.c283 mix_set(sc->sm, dev, left, right); in emu_dspmixer_set()
292 sc->emu10k1_volcache[0][1] = right; in emu_dspmixer_set()
293 right = right * sc->emu10k1_volcache[1][1] / 100; in emu_dspmixer_set()
321 mix_set(sc->sm, dev, left, right); in emu_dspmixer_set()
328 right = right * sc->emu10k1_volcache[0][1] / 100; in emu_dspmixer_set()
384 mix_set(sc->sm, dev, left, right); in emu_dspmixer_set()
488 if (left + right == 200) return (0); in emu_efxmixer_set()
570 int left, right; in emu_ac97_write_emulation() local
578 right = AC97RIGHT(data); in emu_ac97_write_emulation()
579 emu_right = BIT6_TO100(right); in emu_ac97_write_emulation()
[all …]
/freebsd/share/i18n/csmapper/APPLE/
H A DARABIC%UCS.src136 # a right-left direction attribute.
166 # left-right.
182 # 0xAA -> <RL>+0x002A ASTERISK, right-left
184 # right-left
195 # 0xAA -> <RL>+0x00D7 MULTIPLICATION SIGN, right-left
196 # 0xC0 -> <RL>+0x002A ASTERISK, right-left
201 # 0xAA -> <RL>+0x00D7 MULTIPLICATION SIGN, right-left
210 # 0xDC -> <RL>+0x25CF BLACK CIRCLE, right-left
211 # 0xFC -> <RL>+0x25A0 BLACK SQUARE, right-left
235 # a right-left context.
[all …]
H A DFARSI%UCS.src146 # left-right.
164 # 0xA4 -> <RL>+0x0024 DOLLAR SIGN, right-left
165 # 0xAA -> <RL>+0x002A ASTERISK, right-left
167 # right-left
179 # 0xAA -> <RL>+0x00D7 MULTIPLICATION SIGN, right-left
180 # 0xC0 -> <RL>+0x002A ASTERISK, right-left
181 # 0xF4 -> <RL>+0x00B0 DEGREE SIGN, right-left
183 # 0xF9 -> <RL>+0x25CF BLACK CIRCLE, right-left
184 # 0xFA -> <RL>+0x25A0 BLACK SQUARE, right-left
209 # a right-left context.
[all …]
H A DUCS%FARSI.src146 # left-right.
164 # 0xA4 -> <RL>+0x0024 DOLLAR SIGN, right-left
165 # 0xAA -> <RL>+0x002A ASTERISK, right-left
167 # right-left
179 # 0xAA -> <RL>+0x00D7 MULTIPLICATION SIGN, right-left
180 # 0xC0 -> <RL>+0x002A ASTERISK, right-left
181 # 0xF4 -> <RL>+0x00B0 DEGREE SIGN, right-left
183 # 0xF9 -> <RL>+0x25CF BLACK CIRCLE, right-left
184 # 0xFA -> <RL>+0x25A0 BLACK SQUARE, right-left
209 # a right-left context.
[all …]
/freebsd/sys/contrib/ck/src/
H A Dck_barrier_combining.c106 tnode->left = tnode->right = NULL; in ck_barrier_combining_group_init()
125 if (node->right == NULL) { in ck_barrier_combining_group_init()
126 ck_barrier_combining_insert(node, tnode, &node->right); in ck_barrier_combining_group_init()
135 ck_barrier_combining_queue_enqueue(&queue, node->right); in ck_barrier_combining_group_init()
151 init_root->parent = init_root->left = init_root->right = NULL; in ck_barrier_combining_init()
/freebsd/lib/libc/gen/
H A Dsigsetops.c80 sigorset(sigset_t *dest, const sigset_t *left, const sigset_t *right) in sigorset() argument
85 dest->__bits[i] = left->__bits[i] | right->__bits[i]; in sigorset()
90 sigandset(sigset_t *dest, const sigset_t *left, const sigset_t *right) in sigandset() argument
95 dest->__bits[i] = left->__bits[i] & right->__bits[i]; in sigandset()
/freebsd/usr.bin/sdiff/
H A Dedit.c84 eparse(const char *cmd, const char *left, const char *right) in eparse() argument
106 if (right == NULL) in eparse()
110 if (asprintf(&text, "%s\n%s\n", left, right) == -1) in eparse()
128 if (right == NULL) in eparse()
131 if (asprintf(&text, "%s\n", right) == -1) in eparse()
/freebsd/sys/contrib/device-tree/src/arm/broadcom/
H A Dbcm958625-meraki-kingpin.dtsi36 /* green:lan1-right */
52 /* green:lan2-right */
68 /* green:lan3-right */
84 /* green:lan4-right */
100 /* green:wan-right */
/freebsd/contrib/diff/src/
H A Dside.c163 char const *const *right) in print_1sdiff_line() argument
180 if (sep == '|' && put_newline != (right[1][-1] == '\n')) in print_1sdiff_line()
185 if (right) in print_1sdiff_line()
187 put_newline |= right[1][-1] == '\n'; in print_1sdiff_line()
188 if (**right != '\n') in print_1sdiff_line()
191 print_half_line (right, col, hw); in print_1sdiff_line()
/freebsd/sys/contrib/device-tree/Bindings/display/panel/
H A Dsharp,lq101r1sx01.txt4 - left-right: each channel drives the left or right half of the screen
10 to the peripheral driven by the second link (DSI-LINK2, right or odd).
13 pixels and DSI-LINK2 always provides the right/odd pixels. In command mode it
14 is possible to program either link to drive the left/even or right/odd pixels
H A Dsharp,lq101r1sx01.yaml14 - left-right: each channel drives the left or right half of the screen
20 to the peripheral driven by the second link (DSI-LINK2, right or odd).
23 pixels and DSI-LINK2 always provides the right/odd pixels. In command mode it
24 is possible to program either link to drive the left/even or right/odd pixels
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyLogical.cpp25 implies(A->right(), LNeg, RHS, RNeg); in implies()
29 implies(LHS, LNeg, A->right(), RNeg); in implies()
35 implies(A->right(), LNeg, RHS, RNeg); in implies()
39 implies(LHS, LNeg, A->right(), RNeg); in implies()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_malloc_bisect.h33 uptr right = flags()->malloc_bisect_right; in malloc_bisect() local
34 if (LIKELY(left == 0 && right == 0)) in malloc_bisect()
41 if (h < left || h > right) in malloc_bisect()
/freebsd/sys/dev/sound/pcm/
H A Dac97.c437 ac97_setmixer(struct ac97_info *codec, unsigned channel, unsigned left, unsigned right) in ac97_setmixer() argument
449 right = left; in ac97_setmixer()
459 right = 100 - right; in ac97_setmixer()
463 right = (right * max) / 100; in ac97_setmixer()
465 val = (left << 8) | right; in ac97_setmixer()
468 right = (right * 100) / max; in ac97_setmixer()
472 right = 100 - right; in ac97_setmixer()
492 if (left == 0 && right == 0) in ac97_setmixer()
506 return left | (right << 8); in ac97_setmixer()
1055 ac97mix_set(struct snd_mixer *m, unsigned dev, unsigned left, unsigned right) in ac97mix_set() argument
[all …]
/freebsd/contrib/mandoc/
H A Dpredefs.in22 * right-hand side is what's produced by libroff.
47 PREDEF("quote-right", "\\(cq")
49 PREDEF("right-bracket", "]")
50 PREDEF("right-parenthesis", ")")
52 PREDEF("right-singlequote", "\\(cq")
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DAnsiTerminal.h146 llvm::StringRef left, right; variable
147 std::tie(left, right) = format.split(tok_hdr);
151 if (left == format && right.empty()) {
158 if (!right.consume_front(code.name))
166 format = right;
/freebsd/contrib/libxo/xohtml/
H A Dxohtml.css235 float: right;
273 padding-right: 0px;
300 padding-right: 8px;
311 margin-right: 10px;
330 margin-right: 2px;
372 margin-right: 5px;
480 margin-right: 4px;
492 margin-right: 4px;
526 float: right;
542 margin-right: 5px;
[all …]
/freebsd/contrib/ncurses/form/
H A Dfld_def.c101 p->right = _nc_Make_Argument(typ->right, ap, err); in _nc_Make_Argument()
149 p->right = _nc_Copy_Argument(typ, argp->right, err); in _nc_Copy_Argument()
192 _nc_Free_Argument(typ->right, argp->right); in _nc_Free_Argument()

12345678910>>...39