Searched refs:right (Results 101 - 125 of 286) sorted by relevance

1234567891011>>

/freebsd-current/contrib/mandoc/
H A Deqn_html.c201 if (NULL != bp->left || NULL != bp->right)
204 "close", bp->right == NULL ? "" : bp->right);
H A Deqn_term.c170 term_word(p, bp->right != NULL ? bp->right : ")");
/freebsd-current/sys/dev/videomode/
H A Dpickmode.c99 swap_modes(struct videomode *left, struct videomode *right) argument
104 *left = *right;
105 *right = temp;
/freebsd-current/contrib/capsicum-test/
H A Dfcntl.cc130 int CheckFcntl(unsigned long long right, int caps[FCNTL_NUM_RIGHTS], int cmd, long arg, const char* context) { argument
133 cap_rights_init(&rights, right);
149 #define CHECK_FCNTL(right, caps, cmd, arg) \
150 CheckFcntl(right, caps, cmd, arg, "fcntl(" #cmd ") expect " #right)
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp40 ValueObjectSP right() const { function in class:MapEntry
118 MapEntry right(m_entry.right());
119 if (!right.null()) {
120 m_entry = tree_min(std::move(right));
H A DCPlusPlusNameParser.h126 bool ConsumeBrackets(clang::tok::TokenKind left, clang::tok::TokenKind right);
/freebsd-current/crypto/heimdal/lib/kadm5/
H A Dipropd_slave.c184 off_t left, right; local
210 right = krb5_storage_seek (sp, 0, SEEK_END);
211 buf = malloc (right - left);
212 if (buf == NULL && (right - left) != 0)
219 krb5_storage_read (sp, buf, right - left);
220 sret = write (server_context->log_context.log_fd, buf, right-left);
221 if (sret != right - left)
269 * Make sure the krb5_log_replay does the right thing wrt
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc478 bool operator()(const ioctl_desc& left, const ioctl_desc& right) const {
479 return left.req < right.req;
521 int right = ioctl_table_size;
522 while (left < right) {
523 int mid = (left + right) / 2;
527 right = mid;
529 if (left == right && ioctl_table[left].req == req)
/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Drb.h6 * bit of right-child pointers (if RB_COMPACT is defined), thus making node
15 * #define RB_COMPACT // (Optional, embed color bits in right-child pointers.)
507 a_type *right = pathp[1].node; \
508 rbtn_right_set(a_type, a_field, cnode, right); \
509 if (rbtn_red_get(a_type, a_field, right)) { \
515 rbtn_black_set(a_type, a_field, right); \
575 /* If node's successor is its right child, the following code */\
576 /* will do the wrong thing for the right child pointer. */\
638 a_type *right = rbtn_right_get(a_type, a_field, \
641 right); \
[all...]
/freebsd-current/contrib/one-true-awk/
H A Db.c42 #define right(v) (v)->narg[1] macro
51 left is index, right contains value or pointer to value
52 unary (STAR, PLUS, QUEST): left is child, right is null
53 binary (CAT, OR): left and right are children
303 penter(right(p));
305 parent(right(p)) = p;
330 freetr(right(p));
483 f->re[info(v)].lval.np = right(v);
504 cfoll(f,right(v));
533 if (type(p) == CCL && (*(int *) right(
633 const gtte *left, *right; local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp314 static bool canBeJoined(char left, char right, const LangOptions &LangOpts) { argument
318 Lexer::isAsciiIdentifierContinueChar(right, LangOpts));
323 static bool canRemoveWhitespace(char left, char beforeWSpace, char right, argument
325 if (!canBeJoined(left, right, LangOpts))
327 if (isWhitespace(left) || isWhitespace(right))
329 if (canBeJoined(beforeWSpace, right, LangOpts))
372 /*right=*/buffer.data()[end + 1], // zero-terminated
/freebsd-current/sys/dev/sound/pci/
H A Dspicds.h121 void spicds_set(struct spicds_info *codec, int dir, unsigned int left, unsigned int right);
/freebsd-current/sys/vm/
H A Dvm_map.h103 struct vm_map_entry *right; /* right child or next entry */ member in struct:vm_map_entry
194 * scan of the list. The right and left fields of the map
450 after = clone->right;
497 return (map->header.right);
505 after = entry->right;
H A Dvm_map.c579 #define defer_next right
898 map->header.left = map->header.right = &map->header;
984 * vm_map_entry_max_free_{left,right}:
1002 return (root->right != right_ancestor ?
1003 root->right->max_free : right_ancestor->start - root->end);
1019 if (prior->right->start < entry->start) {
1021 prior = prior->right;
1022 while (prior->right != entry);
1039 * Infer root->right->max_free == root->max_free when \
1041 * Otherwise, look right t
1130 vm_map_entry_t left, right, root, y; local
1155 vm_map_entry_t hi, right, y; local
[all...]
/freebsd-current/contrib/libdiff/include/
H A Ddiff_output.h51 struct diff_range left, right; member in struct:diff_chunk_context
/freebsd-current/lib/libmixer/
H A Dmixer.c51 dev->vol.right = MIX_VOLNORM((v >> 8) & 0x00ff);
316 * Change the mixer's left and right volume. The allowed volume values are
330 vol.right < MIX_VOLMIN || vol.right > MIX_VOLMAX) {
334 v = MIX_VOLDENORM(vol.left) | MIX_VOLDENORM(vol.right) << 8;
H A Dmixer.h65 float right; /* right volume */ member in struct:mix_dev::mix_volume
/freebsd-current/sbin/ifconfig/
H A Difconfig.c164 /* XXX not right but close enough for now */
371 struct ifaddrs *right, *temp, *last, *result, *next, *tail; local
373 right = list;
384 last = right;
385 right = right->ifa_next;
392 right = sortifaddrs(right, compare, q);
394 while (list || right) {
396 if (!right) {
[all...]
/freebsd-current/tools/test/netfibs/
H A Dforwarding.sh34 # left ------------------------- middle ------------------------- right
46 # 'right' side (far end) one.
85 right) ;;
87 " right" >&1
168 right) ifconfig ${IFACE} inet6 ${RIGHTADDR}/64 -alias \
200 right) ifconfig ${IFACE} inet6 ${RIGHTADDR}/64 -alias
248 right) _reachability_check ${MIDDLERIGHTADDR}
616 # FIBs * {left, right} * {icmp6, tcp, udp}
746 right) _fwd_default_fib_symmetric_right ${_n} ;;
776 right) _fwd_default_fib_symmetric_righ
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h59 BinaryOpNode(OpType op_type, Node &left, Node &right) argument
60 : Node(BinaryOp), m_op_type(op_type), m_left(&left), m_right(&right) {}
/freebsd-current/sys/contrib/libsodium/test/default/
H A Dwintest.bat11 echo "Are you on the right path?" %CD%
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_add_impl.inc48 // We need to get the sign right for zero + zero.
119 // If the addition carried up, we need to right-shift the result and
/freebsd-current/contrib/bmake/unit-tests/
H A Dopt-debug-errors-jobs.mk30 # It is a common style to align the continuation backslashes at the right
/freebsd-current/contrib/ldns/ldns/
H A Drr.h656 * *left (to extend it and add the pointers from *right).
658 * \param[in] right the rightside
659 * \return a left with right concatenated to it
661 bool ldns_rr_list_cat(ldns_rr_list *left, const ldns_rr_list *right);
667 * \param[in] right the rightside
670 ldns_rr_list* ldns_rr_list_cat_clone(const ldns_rr_list *left, const ldns_rr_list *right);
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp57 Node *right = stack.pop_back_val();
59 stack.push_back(MakeNode<BinaryOpNode>(alloc, *op_type, *left, *right));
189 // if right child node is constant value

Completed in 156 milliseconds

1234567891011>>