Searched refs:neg (Results 1 - 19 of 19) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/libkern/
H A Dstrtol.c116 register int neg = 0, any, cutlim; local
127 neg = 1;
155 * 7 (neg==0) or 8 (neg==1), meaning that if we have accumulated
162 cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX;
183 acc = neg ? LONG_MIN : LONG_MAX;
185 } else if (neg)
208 register int neg = 0, any, cutlim; local
217 neg = 1;
256 } else if (neg)
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOStringFuncs.c122 register int neg = 0, any, cutlim; local
133 neg = 1;
161 * 7 (neg==0) or 8 (neg==1), meaning that if we have accumulated
168 cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX;
189 acc = neg ? LONG_MIN : LONG_MAX;
191 } else if (neg)
205 register int neg = 0, any, cutlim; local
214 neg = 1;
253 } else if (neg)
273 register int neg, any, cutlim; local
366 register int neg, any, cutlim; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dffs.s57 neg r0,r3 /* 0 */
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/commpage/
H A Dbzero_32.s55 neg r5,r3 // start to compute #bytes to align
H A Dbzero_128.s70 neg r5,r3 // start to compute #bytes to align
H A Dmemset_g5.s78 neg r10,r8 // start to align ptr
H A Dbcopy_64.s207 neg w3,rd // start to compute #bytes to align destination
H A Dbcopy_g3.s110 neg w2,rd // prepare to align destination
H A Dbigcopy_970.s116 neg r2,r12 // is destination cache-line-aligned?
H A Dbcopy_970.s237 neg w3,rd // start to compute #bytes to align destination
H A Dbcopy_g4.s216 neg w3,rd // start to compute #bytes to align destination
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dbzero.s113 neg r7,r3 // start to compute #bytes to align
160 neg r7,r3 // start to compute #bytes to align
261 // r7 = neg(r5)
320 neg r7,r5 // start to compute #bytes to align
H A Dbcopy.s391 neg r9,r4 ; start to get alignment for destination
403 ; r9 = neg(dest), used to compute alignment
726 neg r9,r4 // start to get alignment for destination
739 // r9 = neg(dest), used to compute alignment
880 // r9 = neg(dest), used to compute alignment
H A Dppc_disasm.i73 in 011111dddddaaaaa00000o001101000r neg{|o}[$o]{|.}[$r] $reg($d),$reg($a)
H A Dsavearea_asm.s987 neg. r8,r8 ; Get the actual we need to toss (adjust is neg if too many)
1503 neg r8,r8 ; assuming we are short, get r8 <- shortfall
H A Dhw_exception.s604 neg r31,r0 ; Make this positive
724 neg r28,r0 ; Make this positive
H A DFirmware.s170 neg r5,r3 /* Negate the address */
H A Dmachine_routines_asm.s161 neg r10,r3 ; Number of bytes to end of page
/macosx-10.5.8/xnu-1228.15.4/pexpert/ppc/
H A Dpe_clock_speed_asm.s109 not r6, r7 ; neg - 1 is not

Completed in 65 milliseconds