Searched refs:xc (Results 1 - 25 of 191) sorted by relevance

12345678

/macosx-10.10.1/Libc-1044.1.2/gdtoa/FreeBSD/
H A Dgdtoa-sum.c42 ULong carry, *xc, *xa, *xb, *xe, y; local
55 xc = c->x;
56 xe = xc + b->wds;
63 Storeinc(xc, z, y);
65 while(xc < xe);
67 while(xc < xe) {
72 Storeinc(xc, z, y);
78 *xc++ = y & 0xffff;
80 while(xc < xe);
82 while(xc < x
[all...]
H A Dgdtoa-misc.c330 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
364 xc = xc0;
367 z = *x++ * (ULLong)y + *xc + carry;
369 *xc++ = z & 0xffffffffUL;
372 *xc = carry;
380 xc = xc0;
383 z = (*x & 0xffff) * y + (*xc & 0xffff) + carry;
385 z2 = (*x++ >> 16) * y + (*xc >> 16) + carry;
387 Storeinc(xc, z2, z);
390 *xc
587 ULong *xa, *xae, *xb, *xbe, *xc; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/diagrams/
H A Ddraw_fraction.tcl22 set xc [lindex [currentpos] 1]
23 set xb [expr {$xc-15}]
24 set xe [expr {$xc+15}]
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dia64-opc-a.c151 {"cmp.lt", A2, OpX2TbTaC (0xc, 0, 0, 0, 0), {P1, P2, R2, R3}, EMPTY},
152 {"cmp.le", A2, OpX2TbTaC (0xc, 0, 0, 0, 0), {P2, P1, R3, R2}, EMPTY},
153 {"cmp.gt", A2, OpX2TbTaC (0xc, 0, 0, 0, 0), {P1, P2, R3, R2}, EMPTY},
154 {"cmp.ge", A2, OpX2TbTaC (0xc, 0, 0, 0, 0), {P2, P1, R2, R3}, EMPTY},
155 {"cmp.lt.unc", A2, OpX2TbTaC (0xc, 0, 0, 0, 1), {P1, P2, R2, R3}, EMPTY},
156 {"cmp.le.unc", A2, OpX2TbTaC (0xc, 0, 0, 0, 1), {P2, P1, R3, R2}, EMPTY},
157 {"cmp.gt.unc", A2, OpX2TbTaC (0xc, 0, 0, 0, 1), {P1, P2, R3, R2}, EMPTY},
158 {"cmp.ge.unc", A2, OpX2TbTaC (0xc, 0, 0, 0, 1), {P2, P1, R2, R3}, EMPTY},
159 {"cmp.eq.and", A2, OpX2TbTaC (0xc, 0, 0, 1, 0), {P1, P2, R2, R3}, EMPTY},
160 {"cmp.ne.andcm", A2, OpX2TbTaC (0xc,
[all...]
H A Dz8k-opc.h594 {CLASS_BIT+0,CLASS_BIT+0xf,CLASS_BIT+0,CLASS_BIT+0xc,0,0,0,0,0,},0,2,10},
666 {CLASS_BIT+0,CLASS_BIT+0xc,CLASS_REGN0+(ARG_RD),CLASS_BIT+8,0,0,0,0,0,},1,2,14},
674 {CLASS_BIT+4,CLASS_BIT+0xc,CLASS_BIT+0,CLASS_BIT+8,CLASS_ADDRESS+(ARG_DST),0,0,0,0,},1,4,14},
682 {CLASS_BIT+4,CLASS_BIT+0xc,CLASS_REGN0+(ARG_RD),CLASS_BIT+8,CLASS_ADDRESS+(ARG_DST),0,0,0,0,},1,4,14},
690 {CLASS_BIT+8,CLASS_BIT+0xc,CLASS_REG+(ARG_RD),CLASS_BIT+8,0,0,0,0,0,},1,2,14},
730 {CLASS_BIT+0,CLASS_BIT+0xc,CLASS_REGN0+(ARG_RD),CLASS_BIT+0,0,0,0,0,0,},1,2,16},
738 {CLASS_BIT+4,CLASS_BIT+0xc,CLASS_BIT+0,CLASS_BIT+0,CLASS_ADDRESS+(ARG_DST),0,0,0,0,},1,4,16},
746 {CLASS_BIT+4,CLASS_BIT+0xc,CLASS_REGN0+(ARG_RD),CLASS_BIT+0,CLASS_ADDRESS+(ARG_DST),0,0,0,0,},1,4,16},
754 {CLASS_BIT+8,CLASS_BIT+0xc,CLASS_REG+(ARG_RD),CLASS_BIT+0,0,0,0,0,0,},1,2,16},
834 {CLASS_BIT+0,CLASS_BIT+0xc,CLASS_REGN
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dplotstat.tcl201 set xc [expr {$cx+$dx*($x-$xmin)-2}]
203 set xc2 [expr {$xc+4}]
205 $canvas create oval $xc $yc $xc2 $yc2 -tag $tag -fill black
207 set xc [expr {$cx+$dx*($x-$xmin)}]
209 lappend coords $xc $yc
284 set xc [expr {$cx+$dx*($x1-$xmin)}]
289 $canvas create rectangle $xc $yc $xc2 $yc2 -tag $tag -fill blue
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A Ddtoa.cpp280 uint32_t* xc; local
300 for (xc = c.words(), xa = xc + wc; xc < xa; xc++)
301 *xc = 0;
311 xc = xc0;
314 z = *x++ * (unsigned long long)y + *xc + carry;
316 *xc++ = (uint32_t)z & 0xffffffffUL;
318 *xc
487 uint32_t* xc; local
[all...]
/macosx-10.10.1/man-16/man/man2html/
H A Dhman.sh46 if ( /bin/ps xc | grep -q 'netscape$' ) ; then
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dschema_check.c353 ObjectClass *xc = NULL; local
356 xc = socs[j];
364 if ( xc->soc_kind == LDAP_SCHEMA_AUXILIARY &&
365 is_object_subclass( oc, xc ) )
367 xc = NULL;
373 if( xc != NULL ) {
666 ObjectClass *xc = NULL; local
670 xc = socs[j];
672 if( xc == NULL ) {
680 if( xc
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/
H A DfeeFEEDExp.c82 giant xc; /* clue = r(P1?) */ member in struct:__anon3741
83 giant xq; /* r(pubB?) or priB?(xc) */
156 finst->xc = newGiant(finst->cp->maxDigits);
173 freeGiant(finst->xc);
377 gtog(x1, finst->xc);
378 elliptic_simple(finst->xc, finst->xaux, cp);
379 // xc = r(P1?)
400 * Ciphertext = (xm, xc, g)
404 serializeGiant(finst->xc, cipherText, cp->minBytes);
410 printf(" xc
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DfeeFEEDExp.c82 giant xc; /* clue = r(P1?) */ member in struct:__anon4456
83 giant xq; /* r(pubB?) or priB?(xc) */
156 finst->xc = newGiant(finst->cp->maxDigits);
173 freeGiant(finst->xc);
377 gtog(x1, finst->xc);
378 elliptic_simple(finst->xc, finst->xaux, cp);
379 // xc = r(P1?)
400 * Ciphertext = (xm, xc, g)
404 serializeGiant(finst->xc, cipherText, cp->minBytes);
410 printf(" xc
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/sha/
H A Dsha_locl.h168 #define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \
169 Xupdate(f,xi,xa,xb,xc,xd); \
173 #define BODY_20_31(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \
174 Xupdate(f,xi,xa,xb,xc,xd); \
178 #define BODY_32_39(i,a,b,c,d,e,f,xa,xb,xc,xd) \
179 Xupdate(f,xa,xa,xb,xc,xd); \
183 #define BODY_40_59(i,a,b,c,d,e,f,xa,xb,xc,xd) \
184 Xupdate(f,xa,xa,xb,xc,xd); \
188 #define BODY_60_79(i,a,b,c,d,e,f,xa,xb,xc,xd) \
189 Xupdate(f,xa,xa,xb,xc,x
[all...]
/macosx-10.10.1/libarchive-30/libarchive/libarchive/test/
H A Dtest_read_format_gtar_lzma.c32 0x5a, 0x34, 0x5e, 0xf7, 0xc, 0x60, 0xd6, 0x8b, 0xc1, 0x47, 0xaf, 0x11,
37 0x59, 0x3f, 0xc, 0xfb, 0xee, 0x9c, 0x83, 0x49, 0x93, 0x33, 0xad, 0x44,
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/plotchart/
H A Deditgraph.tcl137 foreach {xc yc} [::Plotchart::pixelToCoords $graph(widget) $x $y] {break}
139 set xp [expr {int(0.5+($xc-$graph(xmin))/$graph(delx))}]
/macosx-10.10.1/emacs-93/emacs/src/s/
H A Ddgux4.h114 case B4800: baud_rate = 4800; ospeed = 0xc; break; \
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dsigchld.sh121 $SHELL -xc $'
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Droman.itcl5 set romand(lower) { m cm d cd c xc l xl x ix v iv i}
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dnlist.h135 #define N_PBUD 0xc /* prebound undefined (defined in a dylib) */
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/controlwidget/
H A Dtachometer.tcl86 variable xc
157 set xc [expr {($x2+$x1)/2.0}]
298 if {$y == $yc && $x == $xc} { return }
303 set angle [expr {atan2($xc - $x,$yc - $y) / $pi}]
313 proc rivet { c xc yc } \
320 [expr {$xc-$width}] [expr {$yc-$width}] [expr {$xc+$width}] [expr {$yc+$width}] \
H A Dvoltmeter.tcl82 variable xc
162 set xc $xcentre
268 if {$y == $yc && $x == $xc} { return }
273 set angle [expr {atan2($xc - $x,$yc - $y) / $pi}]
284 proc rivet { c xc yc } {
286 [expr {$xc-4}] [expr {$yc-4}] [expr {$xc+4}] [expr {$yc+4}] \
/macosx-10.10.1/xnu-2782.1.97/osfmk/corecrypto/ccsha1/src/
H A Dccsha1_eay.c111 #define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \
112 Xupdate(f,xi,xa,xb,xc,xd); \
116 #define BODY_20_31(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \
117 Xupdate(f,xi,xa,xb,xc,xd); \
121 #define BODY_32_39(i,a,b,c,d,e,f,xa,xb,xc,xd) \
122 Xupdate(f,xa,xa,xb,xc,xd); \
126 #define BODY_40_59(i,a,b,c,d,e,f,xa,xb,xc,xd) \
127 Xupdate(f,xa,xa,xb,xc,xd); \
131 #define BODY_60_79(i,a,b,c,d,e,f,xa,xb,xc,xd) \
132 Xupdate(f,xa,xa,xb,xc,x
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/disassembler/ARMv7/
H A DARMv7DOpcode.cpp90 OPCODE_GROUP_ENTRY(0xc, ARMv7DOpcodeLoadStoreRegisterImmediateWordAndByte),
134 OPCODE_GROUP_ENTRY(0xc, ARMv7DOpcodeLoadRegister),
135 OPCODE_GROUP_ENTRY(0xc, ARMv7DOpcodeDataPushPopSingle), // Should be before StoreSingle*
136 OPCODE_GROUP_ENTRY(0xc, ARMv7DOpcodeStoreSingleRegister),
137 OPCODE_GROUP_ENTRY(0xc, ARMv7DOpcodeStoreSingleImmediate12),
138 OPCODE_GROUP_ENTRY(0xc, ARMv7DOpcodeStoreSingleImmediate8),
139 OPCODE_GROUP_ENTRY(0xc, ARMv7DOpcodeLoadSignedImmediate),
140 OPCODE_GROUP_ENTRY(0xc, ARMv7DOpcodeLoadUnsignedImmediate),
791 if ((op() == 0x5) || (op() == 0x6) || (op() == 0x7) || (op() == 0x9) || (op() == 0xc) || (op() == 0xf))
888 if ((op() == 0x5) || (op() == 0x7) || (op() == 0x9) || (op() == 0xc) || (o
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLDWARFDebugLineInfo.h134 DW_LNS_set_isa = 0xc
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/include/
H A Dproc.h68 #define PROC_fd_ctty 0xc
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dif_types.h87 #define IFT_P10 0xc /* Proteon 10MBit ring */

Completed in 149 milliseconds

12345678