Searched refs:right (Results 76 - 100 of 286) sorted by relevance

1234567891011>>

/freebsd-current/crypto/openssl/test/testutil/
H A Dtests.c24 * and right where a non-failure message is produced if either is NULL.
28 const char *left, const char *right,
35 if (left != NULL && right != NULL)
36 test_printf_stderr("'%s %s %s' failed", left, op, right);
71 const char *right, const char *op,
77 const char *left, const char *right,
80 test_fail_message_prefix(prefix, file, line, type, left, right, op);
90 const char *left, const char *right,
96 test_fail_message_va(prefix, file, line, type, left, right, op, fmt, ap);
26 test_fail_message_prefix(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op) argument
75 test_fail_message_va(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op, const char *fmt, va_list ap) argument
88 test_fail_message(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op, const char *fmt, ...) argument
/freebsd-current/sys/dev/sound/pcm/
H A Dmixer.h51 int mix_set_locked(struct snd_mixer *m, u_int dev, int left, int right);
52 int mix_set(struct snd_mixer *m, u_int dev, u_int left, u_int right);
H A Dac97.c437 ac97_setmixer(struct ac97_info *codec, unsigned channel, unsigned left, unsigned right) argument
449 right = left;
459 right = 100 - right;
463 right = (right * max) / 100;
465 val = (left << 8) | right;
468 right = (right * 100) / max;
472 right
1055 ac97mix_set(struct snd_mixer *m, unsigned dev, unsigned left, unsigned right) argument
[all...]
H A Dmixer.c144 u_int left, u_int right)
176 chn_setvolume_multi(c, SND_VOL_C_MASTER, left, right,
177 (left + right) >> 1);
928 int level, left, right; local
934 right = (level >> 8) & 0xff;
940 right += right_step * m->hwvol_step;
941 if (right < 0)
942 right = 0;
943 else if (right > 100)
944 right
143 mixer_set_softpcmvol(struct snd_mixer *m, struct snddev_info *d, u_int left, u_int right) argument
972 mix_set(struct snd_mixer *m, u_int dev, u_int left, u_int right) argument
1184 int left, right, center; local
1590 mix_set_locked(struct snd_mixer *m, u_int dev, int left, int right) argument
[all...]
/freebsd-current/contrib/ncurses/form/
H A Dfty_generic.c183 p->right = GenericArgument(typ->right, argiterator, err);
/freebsd-current/contrib/dialog/
H A Darrows.c163 int right,
195 (void) wmove(win, bottom, right - 7);
223 wmove(win, top + 1, right);
235 wmove(win, top + 1 + bar_y, right);
157 dlg_draw_scrollbar(WINDOW *win, long first_data, long this_data, long next_data, long total_data, int left, int right, int top, int bottom, chtype attr, chtype borderattr) argument
/freebsd-current/contrib/unbound/util/
H A Drbtree.h60 /** right node (larger items) */
61 rbnode_type *right; member in struct:rbnode_type
/freebsd-current/contrib/ldns/ldns/
H A Drbtree.h65 /** right node (larger items) */
66 ldns_rbnode_t *right; member in struct:ldns_rbnode_t
/freebsd-current/sys/dev/sound/usb/
H A Duaudio.h63 unsigned type, unsigned left, unsigned right);
/freebsd-current/contrib/unifdef/tests/
H A Dif7.c35 #error FOOB right-shift 2 is not 2
/freebsd-current/contrib/libdiff/diff/
H A Ddiff.c197 struct diff_data left = {}, right = {}; local
232 rc = diff_atomize_file(&right, cfg, f2, str2, st2.st_size, diff_flags);
236 result = diff_main(cfg, &left, &right);
250 diff_data_free(&right);
/freebsd-current/usr.bin/ctags/
H A Dctags.h59 *right; /* left and right sons */ member in struct:nd_st
/freebsd-current/contrib/bmake/unit-tests/
H A Dparse-var.mk42 # for the long forms, EOF right after '${'
55 # in a condition, right-hand side, unquoted
56 # in a condition, right-hand side, quoted
58 # right-hand side of a ':=' variable assignment
59 # right-hand side of a '!=' variable assignment
H A Dcond-short.mk3 # Demonstrates that in conditions, the right-hand side of an && or ||
9 # Before 2020-06-28, the right-hand side of an && or || operator was always
152 # the right-hand side irrelevant.
154 # On the right-hand side of the '&&', the expression ${INDIR_UNDEF} was
156 # undefined. The right hand side "${INDIR_UNDEF}" still needed to be parsed,
159 # right hand side of the '&&' should have been irrelevant, the two sides of
184 # recursive'. The condition '0' evaluated to false, which made the right-hand
237 # The right-hand side of '||' is irrelevant and thus not evaluated.
243 # The right-hand side of '||' is relevant and thus evaluated normally.
248 # The right
[all...]
H A Ddotwait.mk44 # must be made before any child of the right hand side.
51 # the right hand side of the .WAIT.
/freebsd-current/sys/dev/sfxge/common/
H A Def10_filter.c459 __in const efx_filter_spec_t *right)
462 if (left->efs_match_flags != right->efs_match_flags)
464 if (!EFX_OWORD_IS_EQUAL(left->efs_rem_host, right->efs_rem_host))
466 if (!EFX_OWORD_IS_EQUAL(left->efs_loc_host, right->efs_loc_host))
468 if (memcmp(left->efs_rem_mac, right->efs_rem_mac, EFX_MAC_ADDR_LEN))
470 if (memcmp(left->efs_loc_mac, right->efs_loc_mac, EFX_MAC_ADDR_LEN))
472 if (left->efs_rem_port != right->efs_rem_port)
474 if (left->efs_loc_port != right->efs_loc_port)
476 if (left->efs_inner_vid != right->efs_inner_vid)
478 if (left->efs_outer_vid != right
457 ef10_filter_equal( __in const efx_filter_spec_t *left, __in const efx_filter_spec_t *right) argument
498 ef10_filter_same_dest( __in const efx_filter_spec_t *left, __in const efx_filter_spec_t *right) argument
[all...]
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dbitmap.h406 unsigned long left, right; local
410 right = src[srcpos];
414 right &= mask;
417 right >>= rem;
425 dst[i] = left | right;
/freebsd-current/contrib/less/
H A Dsearch.c80 struct hilite_node *right; member in struct:hilite_node
426 * If we don't find the right node within a small
460 if (n->right != NULL)
462 n = n->right;
534 * we're filtered right to the beginning, otherwise just return pos.
653 struct hilite_node *nr = n->right;
654 struct hilite_node *nrl = n->right->left;
661 np->right = nr;
667 n->right = nrl;
676 * Rotate the tree right aroun
[all...]
/freebsd-current/sys/dev/sound/macio/
H A Dsnapper.c102 unsigned right);
142 #define SNAPPER_MIXER_R 0x08 /* Mixer right gain (9bytes) */
436 snapper_set(struct snd_mixer *m, unsigned dev, unsigned left, unsigned right) argument
448 if (left > 100 || right > 100)
452 r = (right == 0) ? 0 : snapper_volume_table[right - 1];
478 return (left | (right << 8));
H A Dtumbler.c102 unsigned right);
383 tumbler_set(struct snd_mixer *m, unsigned dev, unsigned left, unsigned right) argument
397 if (left > 100 || right > 100)
401 r = (right == 0 ? 0 : tumbler_volume_table[right - 1]);
425 return (left | (right << 8));
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp393 uptr right = a1 < a2 ? a2 : a1;
394 uptr offset = right - left;
402 uptr shadow_offset2 = t->GetStackVariableShadowStart(right);
410 return !GetHeapAddressInformation(right, 0, &hdesc2) ||
417 return !GetGlobalAddressInformation(right - 1, 0, &gdesc2) ||
420 if (t->GetStackVariableShadowStart(right) ||
421 GetHeapAddressInformation(right, 0, &hdesc2) ||
422 GetGlobalAddressInformation(right - 1, 0, &gdesc2))
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dios.inc49 using std::right;
/freebsd-current/sys/contrib/ck/include/
H A Dck_barrier.h56 struct ck_barrier_combining_group *right; member in struct:ck_barrier_combining_group
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dradix_ipf.h23 struct ipf_rdx_node *right; member in struct:ipf_rdx_node
/freebsd-current/contrib/diff/src/
H A Dsdiff.c587 FILE *left, *right, *out, *diffout;
601 right = ck_fopen (rname, "r");
700 lf_init (&rfilt, right);
705 ck_fclose (right);
865 er or e2:\tEdit then use the right version.\n\
868 r or 2:\tUse the right version.\n\
905 struct line_filter *right, char const *rname, lin rline, lin rlen,
979 lf_skip (right, rlen);
982 lf_copy (right, rlen, outfile);
1045 lf_copy (right, rle
585 FILE *left, *right, *out, *diffout; local
900 edit(struct line_filter *left, char const *lname, lin lline, lin llen, struct line_filter *right, char const *rname, lin rline, lin rlen, FILE *outfile) argument
1123 interact(struct line_filter *diff, struct line_filter *left, char const *lname, struct line_filter *right, char const *rname, FILE *outfile) argument
[all...]

Completed in 161 milliseconds

1234567891011>>