Searched refs:right (Results 251 - 275 of 1186) sorted by relevance

<<11121314151617181920>>

/netbsd-current/games/dab/
H A Dhuman.cc118 dir = BOX::right;
/netbsd-current/sys/arch/amiga/dev/
H A Dgrfabs_reg.h59 long right; member in struct:rectangle
268 (r)->right = (b)->x + (b)->width -1; \
275 (b)->width = (r)->right - (r)->left +1; \
280 #define INIT_RECT(rc,l,t,r,b) do{(rc)->left = l; (rc)->right = r; (rc)->top = t; (rc)->bottom = b;}while (0)
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_buddy.h24 struct i915_buddy_block *right; member in struct:i915_buddy_block
H A Di915_buddy.c210 block->right = i915_block_alloc(block, block_order,
212 if (!block->right) {
218 mark_free(mm, block->right);
235 return parent->right;
415 list_add(&block->right->tmp_link, &dfs);
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dmklog286 right = remove_suffixes(cache.group(1));
288 # Extract real file name from left and right names.
290 if left == right:
293 filename = right;
294 elif right == '/dev/null':
298 while left and right:
300 right, r = os.path.split(right)
306 error("failed to extract common name for %s and %s" % (left, right))
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dsplay-tree.h98 /* The left and right children, respectively. */
100 splay_tree_node right; member in struct:splay_tree_node_s
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dsplay-tree.h91 /* The left and right children, respectively. */
93 splay_tree_node right; member in struct:splay_tree_node_s
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/cris/
H A Drd-tls-1.s1 ; Check that non-PIC TLS operands get their right relocation type.
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Ds390-vregs.exp92 # distinct values. Handle left and right halves separately, in
111 "set v$i right"
127 foreach {- left right} [regexp -all -inline -line {^.*:\s+(\w+)\s+(\w+)} $vregs] {
128 if [expr $left != $a * ($i + 1) || $right != $b * (32 - $i)] {
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dsplay-tree.h98 /* The left and right children, respectively. */
100 splay_tree_node right; member in struct:splay_tree_node_s
/netbsd-current/external/gpl3/gcc/dist/contrib/legacy/
H A Dmklog286 right = remove_suffixes(cache.group(1));
288 # Extract real file name from left and right names.
290 if left == right:
293 filename = right;
294 elif right == '/dev/null':
298 while left and right:
300 right, r = os.path.split(right)
306 error("failed to extract common name for %s and %s" % (left, right))
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dsplay-tree.h98 /* The left and right children, respectively. */
100 splay_tree_node right; member in struct:splay_tree_node_s
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dsplay-tree.h91 /* The left and right children, respectively. */
93 splay_tree_node right; member in struct:splay_tree_node_s
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dsplay-tree.h98 /* The left and right children, respectively. */
100 splay_tree_node right; member in struct:splay_tree_node_s
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Ds390-vregs.exp91 # distinct values. Handle left and right halves separately, in
110 "set v$i right"
126 foreach {- left right} [regexp -all -inline -line {^.*:\s+(\w+)\s+(\w+)} $vregs] {
127 if [expr $left != $a * ($i + 1) || $right != $b * (32 - $i)] {
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dc_logi2op_log_r_shft_astat.S1 # Test ASTAT bits with logical right shift (>>=)
/netbsd-current/external/bsd/nsd/dist/
H A Drbtree.h24 rbnode_type *right; member in struct:rbnode
/netbsd-current/external/bsd/pkg_install/dist/lib/
H A Ddewey.c245 arr_t right; local
251 if (!mkversion(&right, rhs)) {
255 retval = vtest(&left, op, &right);
257 freeversion(&right);
/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dc23.c52 node *right; member in struct:node
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dsplay-tree.h98 /* The left and right children, respectively. */
100 splay_tree_node right; member in struct:splay_tree_node_s
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dsplay-tree.h98 /* The left and right children, respectively. */
100 splay_tree_node right; member in struct:splay_tree_node_s
/netbsd-current/usr.bin/vndcompress/
H A DMakefile209 # more trouble than I care to do in a makefile right now. Currently
241 . for left right in ${TESTFORMS}
242 CHECKS.${testfile}+= check-${testfile}.${left}-${right}
243 check-${testfile}.${left}-${right}: .PHONY \
244 ${testfile}.${left} ${testfile}.${right}
245 . if empty(XFAIL:M${testfile}.${left}-${right})
246 cmp ${testfile}.${left} ${testfile}.${right}
249 && echo 'cmp ${testfile}.${left} ${testfile}.${right}' \
250 && if cmp ${testfile}.${left} ${testfile}.${right}; then \
/netbsd-current/usr.bin/make/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
/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_scrn.c54 * @right: Right side of bounding box.
63 s32 left, right, top, bottom; member in struct:vmw_kms_sou_surface_dirty
518 blit->body.destRect.right = clip->x2;
611 blit->body.srcRect.right = 0;
616 blit->body.destRect.right = 0;
634 rect->right = clip->x2;
671 blit->body.srcRect.right = src_bb.x2;
676 blit->body.destRect.right = bb->x2;
683 rect->right -= bb->x1;
1051 cmd->body.destRect.right
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Doutbuffer.c359 void OutBuffer::bracket(char left, char right) argument
364 data[offset + 1] = right;
369 * Insert left at i, and right at j.
370 * Return index just past right.
373 size_t OutBuffer::bracket(size_t i, const char *left, size_t j, const char *right) argument
376 size_t rightlen = strlen(right);
379 insert(j + leftlen, right, rightlen);

Completed in 198 milliseconds

<<11121314151617181920>>