Searched refs:d2 (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/libkern/c++/Tests/TestSerialization/test2/
H A Dtest2_main.cpp60 " <key>key d2</key> <data>ASM=</data> \n"
146 OSObject *d2 = OSUnserializeXML(s->text(), &errmsg); local
147 if (!d2) {
152 if (!d2->serialize(s2)) {
165 d->isEqualTo(d2) ? "":"un");
168 if (d2) d2->release();
/darwin-on-arm/xnu/libkern/c++/Tests/TestSerialization/test1/
H A Dtest1_main.cpp87 OSObject *d2 = OSUnserializeXML(s->text(), &errmsg); local
88 if (!d2) {
94 d->isEqualTo(d2) ? "":"un");
96 if (d2) d2->release();
/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dccn.h221 #define CCN224_C(d3,d2,d1,d0,c7,c6,c5,c4,c3,c2,c1,c0,b7,b6,b5,b4,b3,b2,b1,b0,a7,a6,a5,a4,a3,a2,a1,a0) \
223 CCN32_C(d3,d2,d1,d0)
225 #define CCN232_C(d4,d3,d2,d1,d0,c7,c6,c5,c4,c3,c2,c1,c0,b7,b6,b5,b4,b3,b2,b1,b0,a7,a6,a5,a4,a3,a2,a1,a0) \
227 CCN40_C(d4,d3,d2,d1,d0)
229 #define CCN256_C(d7,d6,d5,d4,d3,d2,d1,d0,c7,c6,c5,c4,c3,c2,c1,c0,b7,b6,b5,b4,b3,b2,b1,b0,a7,a6,a5,a4,a3,a2,a1,a0) \
231 CCN64_C(d7,d6,d5,d4,d3,d2,d1,d0)
233 #define CCN264_C(e0,d7,d6,d5,d4,d3,d2,d1,d0,c7,c6,c5,c4,c3,c2,c1,c0,b7,b6,b5,b4,b3,b2,b1,b0,a7,a6,a5,a4,a3,a2,a1,a0) \
234 CCN256_C(d7,d6,d5,d4,d3,d2,d1,d0,c7,c6,c5,c4,c3,c2,c1,c0,b7,b6,b5,b4,b3,b2,b1,b0,a7,a6,a5,a4,a3,a2,a1,a0),\
237 #define CCN384_C(f7,f6,f5,f4,f3,f2,f1,f0,e7,e6,e5,e4,e3,e2,e1,e0,d7,d6,d5,d4,d3,d2,d1,d0,c7,c6,c5,c4,c3,c2,c1,c0,b7,b6,b5,b4,b3,b2,b1,b0,a7,a6,a5,a4,a3,a2,a1,a0) \
238 CCN256_C(d7,d6,d5,d4,d3,d2,d
[all...]
/darwin-on-arm/xnu/osfmk/console/
H A Dpanic_dialog.c289 int d1, d2, d3; local
297 d2 = (nibble % 10) ; nibble = nibble / 10;
305 ip_addr_chars[indx++] = d2;
306 panic_dialog_info[panic_dialog_count].pixels += pixels_needed_to_blit_digit( d2 );
316 d1= d2 = d3 = 0;
/darwin-on-arm/xnu/libkern/zlib/arm/
H A Dadler32vec.s46 3. vmull.u8 (q9,q8),q2,d2 where d2 = (1,1,1,1...,1), (q9,q8) + 16 16-bit elements x[0:15]
53 3. vmull.u8 (4 q registers),(q2,q14),d2 where d2 = (1,1,1,1...,1), (4 q registers) : 32 16-bit elements x[0:31]
211 #define ones d2
408 .long 0x01010101 // s4/d2

Completed in 22 milliseconds