Searched refs:any (Results 1 - 20 of 20) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/libkern/
H A Dstrtol.c12 * circumvent, violate, or enable the circumvention or violation of, any
116 register int neg = 0, any, cutlim; local
119 * Skip white space and pick up leading +/- sign if any.
159 * Set any if any `digits' consumed; make it negative to indicate
165 for (acc = 0, any = 0;; c = *s++) {
174 if (any < 0 || acc > cutoff || acc == cutoff && c > cutlim)
175 any = -1;
177 any = 1;
182 if (any <
208 register int neg = 0, any, cutlim; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOStringFuncs.c12 * circumvent, violate, or enable the circumvention or violation of, any
122 register int neg = 0, any, cutlim; local
125 * Skip white space and pick up leading +/- sign if any.
165 * Set any if any `digits' consumed; make it negative to indicate
171 for (acc = 0, any = 0;; c = *s++) {
180 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim) )
181 any = -1;
183 any = 1;
188 if (any <
205 register int neg = 0, any, cutlim; local
273 register int neg, any, cutlim; local
366 register int neg, any, cutlim; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dprintf.c12 * circumvent, violate, or enable the circumvention or violation of, any
40 * software, derivative works or modified versions, and any portions
54 * any improvements or extensions that they make and grant Carnegie Mellon
101 * As mentioned, this version does not return any reasonable value.
335 boolean_t any; local
350 any = FALSE;
359 if (any)
363 any = TRUE;
377 if (any)
381 any
[all...]
/macosx-10.5.8/xnu-1228.15.4/libkern/ppc/
H A Dstrlen.s12 * circumvent, violate, or enable the circumvention or violation of, any
42 ; The test maps any non-zero byte to zeros and any zero byte to 0x80,
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dskiplists.s12 * circumvent, violate, or enable the circumvention or violation of, any
105 lbz r7,pmapCurLists(r3) ; get largest #lists any mapping is on
148 ldx r3,r7,r8 ; get next mapping on next list (if any)
170 ld r4,mpList0(r9) ; get 64-bit ptr to next mapping, if any
236 lwzx r3,r7,r8 ; get next mapping on next list (if any)
258 lwz r4,mpList0+4(r9) ; get ptr to next mapping, if any
340 lbz r7,pmapCurLists(r3) ; get largest #lists any mapping is on
407 ldx r3,r7,r8 ; get next mapping on next list (if any)
414 ld r4,mpList0(r9) ; get 64-bit ptr to next mapping, if any
490 lwzx r3,r7,r8 ; get next mapping on lower list (if any)
[all...]
H A Dstart.s12 * circumvent, violate, or enable the circumvention or violation of, any
143 ; Here is where we do any one time general low-level initialization
186 ; any "secondary" processor. Just after the boot-processor init, we copy the
187 ; features to any possible per_proc.
269 rlwinm r6,r6,0,sleep+1,doze-1 ; Remove any vestiges of sleep
310 andc r6,r6,r20 ; Remove any vestiges of sleep
464 mr r3,r31 ; Restore any arguments we may have trashed
480 mr r3,r31 ; Restore any arguments we may have trashed
909 ; .long ptInitRout - Initilization routine. Can modify any of the other attributes.
H A Dvmachmon.c12 * circumvent, violate, or enable the circumvention or violation of, any
191 for (idx = 0; idx < pages; idx++) { /* De-allocate any pages we managed to allocate */
322 if(CEntry->vmmFacCtx.FPUsave) { /* Is there any floating point context? */
323 toss_live_fpu(&CEntry->vmmFacCtx); /* Get rid of any live context here */
327 if(CEntry->vmmFacCtx.VMXsave) { /* Is there any vector context? */
328 toss_live_vec(&CEntry->vmmFacCtx); /* Get rid of any live context here */
680 ** sure that old VMM users (not that we really have any) who depend upon
701 if(CEntry->vmmFacCtx.FPUsave) { /* Is there any floating point context? */
702 toss_live_fpu(&CEntry->vmmFacCtx); /* Get rid of any live context here */
706 if(CEntry->vmmFacCtx.VMXsave) { /* Is there any vecto
1804 int cvi, any; local
[all...]
H A Dhw_lock.s12 * circumvent, violate, or enable the circumvention or violation of, any
221 mtmsr r9 ; Say, any interrupts pending?
364 mtmsr r9 ; Say, any interrupts pending?
962 mtmsr r9 ; Say, any interrupts pending?
970 mtmsr r9 ; Say, any interrupts pending?
1094 mtmsr r9 ; Say, any interrupts pending?
1278 mtmsr r9 ; Say, any interrupts pending?
1283 mtmsr r9 ; Say, any interrupts pending?
1475 mtmsr r9 ; Say, any interrupts pending?
1481 mtmsr r9 ; Say, any interrupt
[all...]
H A Dhw_exception.s12 * circumvent, violate, or enable the circumvention or violation of, any
480 ; Also, the callee is responsible for finding any parameters
481 ; in the savearea/pcb. It also must set saver3 with any return
594 ; Note that we don t care about any volatiles yet
820 mr. r30,r30 ; Is there any context yet?
1068 mr. r11,r11 ; Are there any pending?
1132 lwz r26,deferctx(r28) ; Get any deferred context switch
1145 ; First clean up any live context we are returning from
1315 ; First clean up any live context we are returning from
1436 lwz r19,deferctx(r28) ; Get any deferre
[all...]
H A Dsavearea_asm.s12 * circumvent, violate, or enable the circumvention or violation of, any
447 * Note that we must not take any exceptions of any kind, including PTE misses, as that
540 ; First we check if there are any left in the local list and if so, we allow
549 mr. r8,r8 ; Are there any reserve to get?
590 * Note that we must not take any exceptions of any kind, including PTE misses, as that
680 ; First we check if there are any left in the local list and if so, we allow
689 mr. r8,r8 ; Are there any reserve to get?
725 * Note really well: we can take NO exceptions of any kin
[all...]
H A Dcswtch.s12 * circumvent, violate, or enable the circumvention or violation of, any
309 ; any float or vector states for the ditched level.
472 bne-- fsretlk ; Not the same processor, skip any save...
581 mr. r22,r22 ; See if there is any live FP status
654 ; cpu indicator will always change if another processor mucked with any
657 ; It should be very rare that any of the context stuff changes across the lock.
1010 ; This function invalidates any live floating point context for the passed in facility_context.
1080 * don't want to load any registers we don't have a copy of, we want to set them
1188 bne-- vsretlk ; Not the same processor, skip any save...
1323 mr. r22,r22 ; See if there is any liv
[all...]
H A Dbcopy.s12 * circumvent, violate, or enable the circumvention or violation of, any
68 ; passed in value. This should be ok since we can not have any bigger than 32 bit addresses
149 ; passed in value. This should be ok since we can not have any bigger than 32 bit addresses
304 ; NOTE: this code can be called in any of three "modes":
327 ; bcopy_nc() operates on non-cached memory so we can not use any kind of cache instructions.
496 bdnz+ nxtline ; Do the next line, if any...
649 bdnz+ bnxtline ; Do the next line, if any...
748 cmpwi cr1,r9,0 // any doublewords to move to cache align?
776 // Here to xfer 128-byte chunks, if any. Since we only have 8 GPRs for
922 cmpwi cr1,r8,0 // any chunk
[all...]
H A Dlowmem_vectors.s12 * circumvent, violate, or enable the circumvention or violation of, any
1190 * instruction to clear and allcoate a line in the cache. This way we won't take any cache
1244 rlwinm r2,r1,0,nap+1,doze-1 ; Clear any possible nap and doze bits
1619 stwcx. r2,0,r2 ; Kill any pending reservation
2061 bnl++ cr0,PassUp ; R0 not 0b10xxx...x, can not be any kind of magical system call, just pass it up...
2300 ; This is set by an emulation routine to trap any faults when it is fetching data or
2848 ; the emulated instruction as we do with any other exception.
2859 and r0,r5,r0 ; Clear any extra SRR1 bits
3042 * is any tomfoolery with savearea stacks, it must be taken care of
3062 lwz r30,quickfret+4(r29) ; Pick up the quick fret list, if any
[all...]
H A Dvmachmon_asm.s12 * circumvent, violate, or enable the circumvention or violation of, any
339 * context area. We will validity check a bit and clear any nasty bits in the MSR and force
404 ; Here we check for any immediate intercepts. So far, the only
435 ; Special note: we need to intercept any attempt to launch a guest into a non-existent address space.
754 ; Here is where we exit from vmm mode. We do this on any kind of exception.
894 ; Note: we will not do any DCBTs to the savearea. It was just stored to a few cycles ago and should
1160 ; Cobble up the exception return code and save any specific return values
1591 ; Cobble up the exception return code and save any specific return values
H A Dmachine_routines_asm.s12 * circumvent, violate, or enable the circumvention or violation of, any
1096 ; we will ignore any PTE misses that occur and cause an infinite loop.
1415 and. r0,r0,r2 ; Did any change?
1527 and. r0,r0,r2 ; Did any change?
2322 addme r11,r3 ; Do you have any bits I could borrow?
H A DEmulate.s12 * circumvent, violate, or enable the circumvention or violation of, any
359 blt- aaPassAlong ; We do not handle any of these (lwarx, stwcx., eciwx, ecowx)...
718 aaStmwBy1: mr. r28,r28 ; Do we have any trailing bytes?
H A Dhw_vm.s12 * circumvent, violate, or enable the circumvention or violation of, any
652 ; Invalidate any PTEs associated with this
1296 rlwinm. r4,r6,16,0,7 ; Extract the block mappings in this here PTEG and see if there are any
1821 ; NOTE: we have not used any registers other than the volatiles to this point
2077 ; NOTE: we have not used any registers other than the volatiles to this point
2324 ; NOTE: we have not used any registers other than the volatiles to this point
2576 * opmod modifies the action taken on any connected PTEs visited during
3568 isync ; Clear any speculations
3675 ; Also, the mapping can not be on any lists when we do this
3728 * We canot handle any kin
[all...]
H A DFirmware.s12 * circumvent, violate, or enable the circumvention or violation of, any
2473 ; any "twi 31,r31,0xFFFx" will come here (x = 0 to F).
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6.c1434 struct nd_defrouter *dr, any; local
1577 bzero(&any, sizeof(any));
1579 defrouter_delreq(&any, 1);
2096 * response yet. Replace the held mbuf (if any) with this
2181 * XXX: we currently do not make neighbor cache on any interface
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dxsumas.s12 * circumvent, violate, or enable the circumvention or violation of, any
328 ; Add in the last 32-byte chunk, and any leftover bytes.
348 ; Handle leftover bytes, if any.

Completed in 223 milliseconds