Searched refs:right (Results 201 - 225 of 335) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/ncurses/form/
H A Dform.priv.h135 struct typearg *right; member in struct:typearg
/freebsd-11-stable/contrib/ncurses/menu/
H A Dmenu.h82 struct tagITEM *right; member in struct:tagITEM
/freebsd-11-stable/contrib/gdb/gdb/
H A Dc-exp.y210 %right '=' ASSIGN_MODIFY
211 %right '?'
223 %right UNARY INCREMENT DECREMENT
224 %right ARROW '.' '[' '('
914 be hard to determine at the right time). Fortunately, it works
926 it hits the first right paren, at which point it's too late. (The
930 because we get all the types right without the user's help!)
1207 shift it right and see whether anything remains. Note that we
H A Djv-exp.y186 %right '=' ASSIGN_MODIFY
187 %right '?'
198 %right INCREMENT DECREMENT
199 %right '.' '[' '('
H A Dobjc-exp.y209 %right '=' ASSIGN_MODIFY
210 %right '?'
222 %right UNARY INCREMENT DECREMENT
223 %right ARROW '.' '[' '('
1152 shift it right and see whether anything remains. Note that we
/freebsd-11-stable/contrib/byacc/test/
H A Dbtyacc_demo.y222 extern Expr * build_expr(Expr *left, enum Operator op, Expr *right);
/freebsd-11-stable/contrib/dialog/
H A Dfselect.c273 int right; local
279 right = getmaxx(list->win);
282 mouse_mkbutton(top, x, right,
286 mouse_mkbutton(bottom, x, right,
/freebsd-11-stable/sys/dev/sound/pci/
H A Dvibes.c503 sv_gain(struct sc_info *sc, u_int32_t dev, u_int32_t left, u_int32_t right) argument
507 sv_channel_gain(sc, dev, right, 1);
539 sv_mix_set(struct snd_mixer *m, u_int32_t dev, u_int32_t left, u_int32_t right) argument
542 return sv_gain(sc, dev, left, right);
/freebsd-11-stable/contrib/sqlite3/
H A Dcompile248 right script to run: please start by reading the file 'INSTALL'.
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpkt_rx1.s49 mov di, 158 ;; upper right corner - 1
/freebsd-11-stable/contrib/mdocml/
H A Deqn.c124 "right", /* EQN_TOK_RIGHT */
479 free(bp->right);
802 * We have a left-right-associative expression.
858 * Accept a left-right-associative set of arguments just
869 * We have a right-left-associative fraction.
913 /* Handling depends on right/left. */
915 parent->right = mandoc_strdup("\\[rc]");
917 parent->right = mandoc_strdup("\\[rf]");
919 parent->right =
H A Dmandoc.h246 int rvert; /* width of right vertical line */
269 size_t spacing; /* to the right of the column */
394 char *right; /* fence right-hand */ member in struct:eqn_box
/freebsd-11-stable/contrib/openpam/
H A Dcompile248 right script to run: please start by reading the file 'INSTALL'.
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dcompile248 right script to run: please start by reading the file 'INSTALL'.
/freebsd-11-stable/contrib/file/
H A Dcompile248 right script to run: please start by reading the file 'INSTALL'.
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h665 [](const InstrProfValueData &left, const InstrProfValueData &right) {
666 return left.Value < right.Value;
932 [](const InstrProfValueData &left, const InstrProfValueData &right) {
933 return left.Count > right.Count;
966 // the number block counters is recorded as an uint64_t field right after the
998 // right after the profile file header.
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h613 uptr right = 2 * j + 2; local
617 if (right < i && comp(v[max_ind], v[right]))
618 max_ind = right;
/freebsd-11-stable/sbin/rcorder/
H A Drcorder.c1059 int left, right; local
1066 right = fnb->sequence;
1068 return ((left > right) - (left < right));
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_lha.c124 uint16_t right; member in struct:lzh_dec::huffman::htree_t
2832 ht->right = 0;
2847 ht->right = 0;
2852 if (ht->right < len_avail) {
2853 ht->right = len_avail + hf->tree_used;
2858 ht->right = 0;
2860 ht = &(hf->tree[ht->right - len_avail]);
2870 if (ht->right != 0)
2872 ht->right = (uint16_t)i;
2893 c = ht[c].right;
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch.cpp565 UT left, right, mid; local
570 /* doesn't matter what value right is as long as it is positive, but
572 right = 229;
573 p = __kmp_pow<UT>(x, right);
577 right <<= 1;
578 } while (p > target && right < (1 << 27));
580 left = right >> 1;
586 while (left + 1 < right) {
587 mid = (left + right) / 2;
591 right
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drevprops.c1297 int right = count - 1; local
1301 /* let left and right side grow such that their size difference
1303 while (left <= right)
1305 < right_size + props_len(revprops, right))
1312 right_size += props_len(revprops, right) + SVN_INT64_BUFFER_SIZE;
1313 --right;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dauthz_parse.c1465 char *right = string + len - 1; local
1466 for (; left < right; ++left, --right)
1469 *left = *right;
1470 *right = c;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drevprops.c1134 int right = revprops->sizes->nelts - 1; local
1138 /* let left and right side grow such that their size difference
1140 while (left <= right)
1142 < right_size + APR_ARRAY_IDX(revprops->sizes, right, apr_size_t))
1150 right_size += APR_ARRAY_IDX(revprops->sizes, right, apr_size_t)
1152 --right;
/freebsd-11-stable/contrib/gcc/
H A Dloop-iv.c1270 rtx mmin, mmax, left, right; local
1303 right = XEXP (niter, 0);
1305 if (GET_CODE (right) == CONST_INT)
1306 right = GEN_INT (-INTVAL (right));
1311 right = XEXP (niter, 0);
1316 right = mmin;
1321 if (GET_CODE (right) == CONST_INT)
1322 mmin = right;
/freebsd-11-stable/contrib/ldns/
H A Drr.c998 /* add right to left. So we modify *left! */
1000 ldns_rr_list_cat(ldns_rr_list *left, ldns_rr_list *right) argument
1009 if (right) {
1010 r_rr_count = ldns_rr_list_rr_count(right);
1015 /* push right to left */
1017 ldns_rr_list_push_rr(left, ldns_rr_list_rr(right, i));
1023 ldns_rr_list_cat_clone(ldns_rr_list *left, ldns_rr_list *right) argument
1033 return ldns_rr_list_clone(right);
1036 if (right) {
1037 r_rr_count = ldns_rr_list_rr_count(right);
[all...]

Completed in 362 milliseconds

1234567891011>>