Searched refs:x3 (Results 1 - 25 of 434) sorted by relevance

1234567891011>>

/macosx-10.10/bash-94.1.2/bash-3.2/examples/functions/
H A Dinetaddr25 local x1 x2 x3 x4
51 x3=$(( 0x${h:4:2} ))
55 printf "%d.%d.%d.%d\n" $x1 $x2 $x3 $x4
57 printf "%d.%d.%d.%d\n" $x4 $x3 $x2 $x1
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dia64-asmtab.c2332 { 0x2, 0x3, 11, -1, -1, 37, 1, 5 },
2333 { 0x2, 0x3, 11, -1, -1, 37, 1, 5 },
2334 { 0x2, 0x3, 11, -1, -1, 37, 1, 5 },
2336 { 0x2, 0x3, 11, -1, -1, 37, 1, 5 },
2340 { 0x2, 0x3, 11, -1, -1, 37, 1, 5 },
2341 { 0x2, 0x3, 11, -1, -1, 37, 1, 5 },
2342 { 0x2, 0x3, 11, -1, -1, 37, 1, 5 },
2343 { 0x2, 0x3, 11, -1, -1, 37, 1, 5 },
2344 { 0x2, 0x3, 11, -1, -1, 37, 1, 5 },
2346 { 0x2, 0x3, 1
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/mach/
H A Dsync_policy.h43 #define SYNC_POLICY_ORDER_MASK 0x3
/macosx-10.10/OpenSSL098-52/src/crypto/rc2/
H A Drc2_cbc.c140 register RC2_INT x0,x1,x2,x3,t; local
148 x3=(RC2_INT)(l>>16L);
156 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff;
158 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff;
160 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff;
162 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff;
163 x3=(t<<5)|(t>>11);
170 x0+=p1[x3&0x3f];
173 x3
185 register RC2_INT x0,x1,x2,x3,t; local
[all...]
H A Drc2_locl.h148 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff; \
150 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff; \
152 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff; \
154 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff; \
155 x3=(t<<5)|(t>>11);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/misc/
H A Drc2_cbc.c166 register RC2_INT x0,x1,x2,x3,t; local
174 x3=(RC2_INT)(l>>16L);
182 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff;
184 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff;
186 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff;
188 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff;
189 x3=(t<<5)|(t>>11);
196 x0+=p1[x3&0x3f];
199 x3
215 register RC2_INT x0,x1,x2,x3,t; local
[all...]
H A Drc2_locl.h166 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff; \
168 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff; \
170 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff; \
172 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff; \
173 x3=(t<<5)|(t>>11);
/macosx-10.10/libiconv-42/libiconv/lib/
H A Dcns11643_inv.h106 0x4,0x23,0x36, 0x4,0x28,0x35, 0x3,0x34,0x3b, 0x3,0x39,0x6d,
107 0x3,0x27,0x41, 0x3,0x28,0x6c, 0x3,0x23,0x23, 0x4,0x23,0x37,
108 0x4,0x25,0x34, 0x3,0x40,0x34, 0x4,0x21,0x59, 0x3,0x21,0x75,
109 0x3,0x21,0x6e, 0x3,0x21,0x71, 0x3,
[all...]
/macosx-10.10/rsync-45/rsync/testsuite/
H A Dwildmatch.test14 for opts in "" -x1 "-x1 -e1" "-x1 -e1se" -x2 "-x2 -ese" -x3 "-x3 -e1" -x4 "-x4 -e2e" -x5 "-x5 -es"; do
/macosx-10.10/smb-759.0/rpcwrappers/
H A Dnetshareenum.h42 #define SMB_ST_PIPE 0x3 /* IPC */
/macosx-10.10/OpenSSL098-52/src/crypto/seed/
H A Dseed.c193 seed_word x1, x2, x3, x4; local
198 char2word(rawkey+8 , x3);
201 t0 = (x1 + x3 - KC0) & 0xffffffff;
203 KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC1); KEYUPDATE_TEMP(t0, t1, &ks->data[2]);
204 KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC2); KEYUPDATE_TEMP(t0, t1, &ks->data[4]);
205 KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC3); KEYUPDATE_TEMP(t0, t1, &ks->data[6]);
206 KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC4); KEYUPDATE_TEMP(t0, t1, &ks->data[8]);
207 KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC5); KEYUPDATE_TEMP(t0, t1, &ks->data[10]);
208 KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC6); KEYUPDATE_TEMP(t0, t1, &ks->data[12]);
209 KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x
222 seed_word x1, x2, x3, x4; local
255 seed_word x1, x2, x3, x4; local
[all...]
/macosx-10.10/ruby-106/ruby/missing/
H A Dffs.c38 if ((x & 0x3) == 0) {
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-802_15_4.c54 switch ((fc >> 10) & 0x3) {
69 switch ((fc >> 14) & 0x3) {
129 switch ((fc >> 10) & 0x3) {
151 switch ((fc >> 14) & 0x3) {
/macosx-10.10/xnu-2782.1.97/osfmk/vm/
H A Dvm_phantom_cache.h34 #define VM_GHOST_PAGE_MASK 0x3
/macosx-10.10/ksh-23/ksh/src/lib/libast/uwin/
H A Dmathimpl.h69 # define vc(name, value, x1,x2,x3,x4, bexp, xval) \
70 const static long cat3(name,,x)[] = {cat3t(0x,x1,x2), cat3t(0x,x3,x4)};
78 # define vc(name, value, x1,x2,x3,x4, bexp, xval) ;
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dt4.h72 { 6, 0x3, 13 }, /* 0000 11 */
81 { 7, 0x3, 22 }, /* 0000 011 */
89 { 8, 0x3, 30 }, /* 0000 0011 */
173 { 2, 0x3, 2 }, /* 11 */
175 { 3, 0x3, 4 }, /* 011 */
176 { 4, 0x3, 5 }, /* 0011 */
178 { 5, 0x3, 7 }, /* 0001 1 */
/macosx-10.10/apr-32/apr-util/apr-util/encoding/
H A Dapr_base64.c209 *p++ = basis_64[((os_toascii[string[i]] & 0x3) << 4) |
218 *p++ = basis_64[((os_toascii[string[i]] & 0x3) << 4)];
222 *p++ = basis_64[((os_toascii[string[i]] & 0x3) << 4) |
246 *p++ = basis_64[((string[i] & 0x3) << 4) |
255 *p++ = basis_64[((string[i] & 0x3) << 4)];
259 *p++ = basis_64[((string[i] & 0x3) << 4) |
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotcontour.tcl372 set x3 [lindex $x $i $j1]
385 set xb [list $x1 $x2 $x3 $x4]
417 foreach {x1 x2 x3 x4} $xb {}
421 set xc [expr {($x1 + $x2 + $x3 + $x4) * 0.25}]
439 set xylist [list $x1 $y1 $x2 $y2 $x3 $y3 $x4 $y4]
451 Tri_contour $canv $x2 $y2 $f2 $x3 $y3 $f3 $xc $yc $fc $cont $doTrans
454 Tri_contour $canv $x3 $y3 $f3 $x4 $y4 $f4 $xc $yc $fc $cont $doTrans
467 # x1,x2,x3 X-coordinate of the three corners
476 proc ::Plotchart::Tri_contour { canv x1 y1 f1 x2 y2 f2 x3 y3 f3 cont {doTrans 1} } {
564 set pxylist [list $x1 $y1 $x2 $y2 $x3
[all...]
/macosx-10.10/emacs-93/emacs/mac/inc/
H A Dtermio.h64 #define ECHO 0x3 /* enable echo */
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp36 if ((Align & 0x3) == 0) {
/macosx-10.10/ntp-92/ntpdc/
H A Dntpdc.h24 #define NTP_INT 0x3 /* signed integer */
/macosx-10.10/xnu-2782.1.97/osfmk/atm/
H A Datm_types.h42 #define ATM_ACTION_LOGFAIL 0x3
/macosx-10.10/JavaScriptCore-7600.1.17/disassembler/ARM64/
H A DA64DOpcode.h96 static const char* shiftName(unsigned shiftValue) { return s_shiftNames[shiftValue & 0x3]; }
215 unsigned opAndS() { return (m_opcode >> 29) & 0x3; }
228 unsigned shift() { return (m_opcode >> 22) & 0x3; }
255 unsigned shift() { return (m_opcode >> 22) & 0x3; }
279 unsigned opc() { return (m_opcode >> 29) & 0x3; }
328 unsigned op2() { return (m_opcode >> 10) & 0x3; }
346 unsigned opNameIndex() { return ((m_opcode >> 11) & 0x4) | ((m_opcode >> 10) & 0x3); }
364 unsigned op54() { return (m_opcode >> 29) & 0x3; }
381 unsigned ll() { return m_opcode & 0x3; }
394 unsigned op21() { return (m_opcode >> 29) & 0x3; }
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DWeakImpl.h41 Deallocated = 0x3
45 StateMask = 0x3
/macosx-10.10/cxxfilt-11/cxxfilt/include/opcode/
H A Dbfin.h87 #define DSP32Mac_op0_mask 0x3
95 #define DSP32Mac_op1_mask 0x3
105 #define DSP32Mac_code2_mask 0x3
217 #define DSP32Alu_aop_mask 0x3
225 #define DSP32Alu_code2_mask 0x3
293 #define DSP32Shift_HLs_mask 0x3
295 #define DSP32Shift_sop_mask 0x3
299 #define DSP32Shift_dontcare_mask 0x3
363 #define DSP32ShiftImm_HLs_mask 0x3
365 #define DSP32ShiftImm_sop_mask 0x3
[all...]

Completed in 195 milliseconds

1234567891011>>