Searched refs:right1 (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/des/
H A Dtcldes.tcl377 set right1 [expr {$right ^ [lindex $keys $i]}];
382 # puts "right1: [format %x $right1]";
389 set right [expr {$temp ^ ([lindex $spfunction2 [expr {($right1 >> 24) & 0x3f}]] | \
390 [lindex $spfunction4 [expr {($right1 >> 16) & 0x3f}]] | \
391 [lindex $spfunction6 [expr {($right1 >> 8) & 0x3f}]] | \
392 [lindex $spfunction8 [expr {$right1 & 0x3f}]] | \
660 set right1 [expr {$right ^ [lindex $keys $i]}];
665 # puts "right1: [format %x $right1]";
[all...]
H A Dtcldesjr.tcl362 set right1 [expr {$right ^ [lindex $keys $i]}];
367 # puts "right1: [format %x $right1]";
374 set right [expr {$temp ^ ([lindex $spfunction2 [expr {($right1 >> 24) & 0x3f}]] | \
375 [lindex $spfunction4 [expr {($right1 >> 16) & 0x3f}]] | \
376 [lindex $spfunction6 [expr {($right1 >> 8) & 0x3f}]] | \
377 [lindex $spfunction8 [expr {$right1 & 0x3f}]] | \
637 set right1 [expr {$right ^ [lindex $keys $i]}];
642 # puts "right1: [format %x $right1]";
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/ipc/
H A Dipc_object.h245 mach_port_right_t right1,
H A Dipc_object.c190 mach_port_right_t right1,
206 if ((entry1->ie_bits & MACH_PORT_TYPE(right1)) == MACH_PORT_TYPE_NONE) {
187 ipc_object_translate_two( ipc_space_t space, mach_port_name_t name1, mach_port_right_t right1, ipc_object_t *objectp1, mach_port_name_t name2, mach_port_right_t right2, ipc_object_t *objectp2) argument
/macosx-10.10/groff-38/groff/src/devices/grodvi/
H A Ddvi.cpp150 right1 = 143, enumerator in enum:dvi_printer::__anon9023
370 out_signed(right1, distance);
374 out_signed(right1, distance - max_drift);
378 out_signed(right1, distance + max_drift);
566 out_signed(right1, h - cur_h);
/macosx-10.10/Heimdal-398.1.2/appl/xnlock/
H A Dxnlock.c86 static Pixmap left0, left1, right0, right1, left_front, variable
329 frame = (up < 0) ? right0 : right1;
747 &left0, &left1, &right0, &right1,

Completed in 177 milliseconds