Searched refs:right (Results 426 - 450 of 1186) sorted by relevance

<<11121314151617181920>>

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dipropd_master.c795 * Leaving the above loop, dump should have a ptr right after the initial
995 * First try to see if we can find it quickly by seeking to the right
1086 off_t right = krb5_storage_seek(sp, left, SEEK_SET); local
1088 if (right <= 0) {
1103 right = krb5_storage_seek(sp, 0, SEEK_CUR);
1105 right = -1;
1106 if (right <= 0) {
1111 return right;
1124 off_t right = 0; local
1156 /* We still hold the read lock, if right >
[all...]
/netbsd-current/external/mit/isl/dist/
H A Disl_space.c1521 __isl_take isl_space *right)
1525 if (isl_space_check_equal_params(left, right) < 0)
1529 isl_space_tuple_is_equal(left, isl_dim_out, right, isl_dim_in),
1533 left->nparam, left->n_in, right->n_out);
1539 space = copy_ids(space, isl_dim_out, 0, right, isl_dim_out);
1544 if (space && right->tuple_id[1] &&
1545 !(space->tuple_id[1] = isl_id_copy(right->tuple_id[1])))
1550 if (space && right->nested[1] &&
1551 !(space->nested[1] = isl_space_copy(right->nested[1])))
1555 isl_space_free(right);
1520 isl_space_join(__isl_take isl_space *left, __isl_take isl_space *right) argument
1568 isl_space_product(__isl_take isl_space *left, __isl_take isl_space *right) argument
1606 isl_space_domain_product(__isl_take isl_space *left, __isl_take isl_space *right) argument
1631 isl_space_range_product(__isl_take isl_space *left, __isl_take isl_space *right) argument
[all...]
/netbsd-current/external/bsd/tmux/dist/
H A Dformat.c1246 return (xstrdup("right"));
3754 /* Return left and right alternatives separated by commas. */
3757 char **right, int expand)
3771 *right = format_expand1(es, right0);
3775 *right = right0;
4222 char *endch, *value, *left = NULL, *right = NULL; local
4283 if (format_choose(es, copy, &left, &right, 1) != 0) {
4294 mright = strtod(right, &endch);
4296 format_log(es, "expression right side is invalid: %s", right);
3756 format_choose(struct format_expand_state *es, const char *s, char **left, char **right, int expand) argument
4368 char *value, *left, *right; local
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Drbt.c140 * step two: walk the tree in a depth-first, left-right-down order, writing
166 serialize_node(FILE *file, dns_rbtnode_t *node, uintptr_t left, uintptr_t right,
203 char *adjusted_address = (char *)(node->right);
233 #define RIGHT(node) ((node)->right)
577 serialize_node(FILE *file, dns_rbtnode_t *node, uintptr_t left, uintptr_t right, argument
617 if (temp_node.right != NULL) {
618 temp_node.right = (dns_rbtnode_t *)(right);
662 uintptr_t left = 0, right = 0, down = 0, data = 0; local
684 * WARNING: A change in the order (from left, right, dow
[all...]
/netbsd-current/usr.sbin/map-mbone/
H A Dmapper.c76 struct node *left, *right; member in struct:node
118 n->left = n->right = 0;
125 return find_node(addr, &(n->right));
596 return retry_requests(node->right) || result;
674 print_map(node->right);
732 graph_edges(node->right);
754 elide_aliases(node->right);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DImmutableSet.h62 /// Return a pointer to the right subtree. This value is
63 /// NULL if there is no right subtree.
64 ImutAVLTree *getRight() const { return right; }
212 "Current value is not less that value of right child");
224 ImutAVLTree *right; member in class:llvm::ImutAVLTree
246 : factory(f), left(l), right(r), height(height), IsMutable(true),
250 if (right) right->retain();
253 /// isMutable - Returns true if the left and right subtree references
342 if (right)
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Df-exp.y183 %right '=' ASSIGN_MODIFY
184 %right '?'
186 %right BOOL_NOT
197 %right STARSTAR
198 %right '%'
199 %right UNARY
200 %right '('
780 shifting right and seeing if anything remains, and the
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DLoadObject.cc327 int right = functions->size () - 1; local
329 while (left <= right)
331 x = (left + right) / 2;
334 if (left == right)
343 right = x - 1;
424 int right = functions->size () - 1; local
425 while (left <= right)
427 int x = (left + right) / 2;
432 right = x - 1;
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DLoadObject.cc327 int right = functions->size () - 1; local
329 while (left <= right)
331 x = (left + right) / 2;
334 if (left == right)
343 right = x - 1;
424 int right = functions->size () - 1; local
425 while (left <= right)
427 int x = (left + right) / 2;
432 right = x - 1;
/netbsd-current/sys/external/bsd/drm2/dist/drm/qxl/
H A Dqxl_ioctl.c88 * dst must be validated, i.e. whole bo on vram/surfacesram (right now all bo's
316 .right = update_area->right,
323 if (update_area->left >= update_area->right ||
/netbsd-current/usr.bin/xlint/lint1/
H A Dtree.c293 rc = ic_expr(before_conversion(tn->u.ops.right));
297 rc = ic_expr(tn->u.ops.right);
301 rc = ic_expr(tn->u.ops.right);
305 rc = ic_expr(tn->u.ops.right);
309 rc = ic_expr(tn->u.ops.right);
312 lc = ic_expr(tn->u.ops.right->u.ops.left);
313 rc = ic_expr(tn->u.ops.right->u.ops.right);
372 ntn->u.ops.right = rn;
984 int64_t r = is_binary(tn) ? tn->u.ops.right
[all...]
/netbsd-current/external/gpl2/groff/dist/src/devices/grohtml/
H A Dpost-html.cpp929 element_list *right; member in struct:element_list
944 : right(0), left(0), datum(0), lineno(0), minv(-1), minh(-1), maxv(-1), maxh(-1)
956 : right(0), left(0), datum(in), lineno(line_number),
1015 head = head->right;
1062 t->right = t;
1070 t->right = last;
1071 last->left->right = t;
1079 t->right = last->right;
1081 last->right
3184 is_in_middle(int left, int right) argument
[all...]
/netbsd-current/common/lib/libc/arch/sparc/gen/
H A Dmul.S153 srl %o5, 20, %o5 ! shift low bits right 20, zero fill at left
H A Dumul.S186 srl %o5, 20, %o5 ! shift low bits right 20
/netbsd-current/lib/libc/citrus/modules/
H A Dcitrus_hz.c96 graphic_t *left, *right; member in struct:escape_t
101 #define GR(escape) ((escape)->right)
357 ? candidate->left : candidate->right;
386 ? candidate->left : candidate->right;
/netbsd-current/lib/libmenu/
H A Dmenu.h96 ITEM *right; member in struct:__item
/netbsd-current/sys/arch/hpc/stand/hpcboot/menu/
H A Dtabwindow.cpp43 int cx = _rect.right - _rect.left;
/netbsd-current/sys/arch/hpcmips/stand/pbsdboot/
H A Dlayout.c68 ratio_x = (rect.right - rect.left) * 100 / dlg.cx;
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dplural.c121 new_exp_1 (enum operator op, struct expression *right) argument
125 args[0] = right;
130 new_exp_2 (enum operator op, struct expression *left, struct expression *right) argument
135 args[1] = right;
241 /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
501 /* YYLEX -- calling `yylex' with the right arguments. */
/netbsd-current/external/gpl2/texinfo/dist/intl/
H A Dplural.c121 new_exp_1 (enum operator op, struct expression *right) argument
125 args[0] = right;
130 new_exp_2 (enum operator op, struct expression *left, struct expression *right) argument
135 args[1] = right;
241 /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
501 /* YYLEX -- calling `yylex' with the right arguments. */
/netbsd-current/external/bsd/byacc/dist/test/
H A Dbtyacc_calc1.y48 %right UMINUS /* precedence for unary minus */
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-fuzzer/proto-to-cxx/
H A Dloop_proto_to_cxx.cpp109 return os << x.right() << ")";
H A Dproto_to_cxx.cpp59 return os << x.right() << ")";
/netbsd-current/external/bsd/openldap/dist/servers/lloadd/
H A Doperation.c93 operation_client_cmp( const void *left, const void *right )
95 const LloadOperation *l = left, *r = right;
109 operation_upstream_cmp( const void *left, const void *right )
111 const LloadOperation *l = left, *r = right;
/netbsd-current/usr.bin/mail/
H A Dlist.c1198 return syntax_error("missing right operand");

Completed in 515 milliseconds

<<11121314151617181920>>