Searched refs:right (Results 1 – 4 of 4) sorted by relevance
10 /* Set the margins to place a small amount of whitespace on the left and right14 margin-right:4em;51 margin-right: 2em;58 margin-right: 2em;74 margin-right: 0px !important;93 margin-right: 4em;
1902 # projects and redirect the results back to the right project.
285 right = eval_single_node(node.comparators[0])287 return op(left, right)290 right = eval_single_node(node.right)292 return op(left, right)304 right = eval_single_node(node.args[1])305 return valid_calls[node.func.id](left, right)
400 #define vFlip_16( left, right ) \ argument403 ( left ) = ( right ); \404 ( right ) = tmp; \407 #define vFlip_32( left, right ) \ argument410 ( left ) = ( right ); \411 ( right ) = tmp; \