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

/macosx-10.9.5/libclosure-63/objectTests/
H A Dbyrefcopycopy.c22 int shouldbe = 0; local
26 b(); ++shouldbe;
32 ++shouldbe;
38 b(); ++shouldbe;
40 if (var != shouldbe) {
41 fail("var is %d but should be %d", var, shouldbe);
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Din_cksum.c159 u_int32_t shouldbe; local
195 shouldbe = sum;
196 shouldbe += ntohs(computed_sum);
197 shouldbe = (shouldbe & 0xFFFF) + (shouldbe >> 16);
198 shouldbe = (shouldbe & 0xFFFF) + (shouldbe >> 16);
199 return shouldbe;
[all...]
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/dfalib/
H A DHardLinkCheck.c80 static int RecordBadHardLinkNext(SGlobPtr gp, UInt32 fileID, UInt32 is, UInt32 shouldbe);
81 static int RecordBadHardLinkPrev(SGlobPtr gp, UInt32 fileID, UInt32 is, UInt32 shouldbe);
82 static int RecordBadLinkCount(SGlobPtr gp, UInt32 inodeID, UInt32 is, UInt32 shouldbe) ;
1167 RecordBadHardLinkChainFirst(SGlobPtr gp, UInt32 fileID, UInt32 is, UInt32 shouldbe) argument
1173 sprintf(goodstr, "%u", shouldbe);
1185 p->correct = shouldbe;
1195 RecordBadHardLinkPrev(SGlobPtr gp, UInt32 fileID, UInt32 is, UInt32 shouldbe) argument
1201 sprintf(goodstr, "%u", shouldbe);
1211 p->correct = shouldbe;
1219 RecordBadHardLinkNext(SGlobPtr gp, UInt32 fileID, UInt32 is, UInt32 shouldbe) argument
1244 RecordBadLinkCount(SGlobPtr gp, UInt32 inodeID, UInt32 is, UInt32 shouldbe) argument
[all...]

Completed in 114 milliseconds