Searched refs:cnt2 (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.h238 #define PROF_CNT_EQ(cnt1,cnt2) ((((cnt1).high ^ (cnt2).high) | ((cnt1).low ^ (cnt2).low)) == 0)
239 #define PROF_CNT_NE(cnt1,cnt2) ((((cnt1).high ^ (cnt2).high) | ((cnt1).low ^ (cnt2).low)) != 0)
240 #define PROF_CNT_GT(cnt1,cnt2) (((cnt1).high > (cnt2).high) || ((cnt1).low > (cnt2).low))
241 #define PROF_CNT_LT(cnt1,cnt2) (((cnt
[all...]
/darwin-on-arm/xnu/iokit/Kernel/
H A DIONVRAM.cpp1399 UInt32 cnt, cnt2; local
1414 cnt2 = byte & 0x7F;
1416 cnt2 = 1;
1417 totalLength += cnt2;
1428 cnt2 = byte & 0x7F;
1431 cnt2 = 1;
1432 data->appendByte(byte, cnt2);
/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c8078 int cnt = 0, cnt2, bufcount; local
8146 cnt2 = cnt;
8147 while (cnt2) {
8149 --cnt2, mhp->msg->sadb_msg_pid);

Completed in 41 milliseconds