Searched refs:test (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/commpage/
H A Dbzero_sse2.s66 test %edx,%edx // length==0?
79 test $3,%edi // is ptr doubleword aligned?
H A Dbzero_sse42.s67 test %edx,%edx // length==0?
80 test $3,%edi // is ptr doubleword aligned?
H A Dmemset_pattern_sse2.s78 test $8,%dl // 8-byte store required?
84 test $4,%dl // 4-byte store required?
H A Dmemset_pattern_sse2_64.s80 test $8,%dl // 8-byte store required?
86 test $4,%dl // 4-byte store required?
H A Dbzero_sse42_64.s66 test %esi,%esi // length==0?
H A Dbzero_sse2_64.s64 test %esi,%esi // length==0?
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dlock.h143 static inline unsigned long i_bit_isset(unsigned int test, volatile unsigned long *word) argument
148 : "m" (word), "ir" (test));
H A Drtclock.h113 test %esi,%esi /* info updating? */ ; \
H A Di386_lock.s281 test %eax,%eax ; \
303 test %eax,%eax ; \
/macosx-10.5.8/xnu-1228.15.4/libkern/ppc/
H A Dstrlen.s36 ; inobvious but very efficient test:
42 ; The test maps any non-zero byte to zeros and any zero byte to 0x80,
57 andi. r4,r3,0x03 ; test alignment first
98 subic. r4,r4,2 ; test for 1, 2 or 3 bytes
H A Dbcmp.s47 mr. r3,r5 ; test length and move to r3
H A Dmemcmp.s48 mr. r3,r5 ; test length for 0
/macosx-10.5.8/xnu-1228.15.4/pexpert/ppc/
H A Dpe_clock_speed_asm.s96 li r4, 0 ; set flag for the real test
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Ddhcp_options.c609 struct test { struct
616 struct test tests[] = {
643 printf("test '%s' FAILED\n", tests[i].name);
646 printf("test '%s' PASSED\n", tests[i].name);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dxsumas.s142 bf 27,Lleftover8 ; test 0x10 bit of residual length
191 bf cr1_gt,Lswapped ; test "starting on odd address" flag
350 bf 27,Lleft1 ; test 0x10 bit of residual length
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dradix.c281 int test, b, rn_bit; local
335 test = (*cp ^ *cp2) & 0xff; /* find first bit that differs */
336 for (b = 7; (test >>= 1) > 0;)
369 * the search and satisfaction test and put the
639 * anyway, so the above test doesn't hurt.
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dskiplists.s110 addic. r7,r7,-1 ; get base-0 number of last list, and test for 0
347 addic. r7,r7,-1 ; get base-0 number of last list, and test for 0
858 stw r0,4(r18) ; Make sure the test knows to run
860 bl EXT(mapSkipListVerify) ; Run the test
1003 mtcrf 0x02,r23 ; put pf64Bit where we can test it
1056 andi. r30,r26,mpBasicSize-1 ; test address for alignment
1166 andi. r30,r26,mpBasicSize-1 ; test address for alignment
H A Dhw_exception.s136 beq cr1,.L_state_on_kstack ; using above test for pcb/stack
627 cmplwi r0,0 ; test for null munger
1531 li r3,-1 ; Make sure we test no asts
1546 li r3,-1 ; Make sure we test no asts
1760 mr. r26,r26 ; (TEST/DEBUG) Have we locked the test out?
H A Dcswtch.s459 stwcx. r12,0,r5 ; Store lock and test reservation
644 stwcx. r0,0,r15 ; Store lock and test reservation
750 stwcx. r0,0,r15 ; Store lock and test reservation
1173 stwcx. r12,0,r5 ; Store lock and test reservation
1377 stwcx. r0,0,r15 ; Store lock and test reservation
1506 stwcx. r0,0,r15 ; Store lock and test reservation
1810 ; Just some test code to force vector and/or floating point in the kernel
1965 mtcrf 0x02,r9 ; put cache line size bits in cr6 where we can test
H A Dsavearea_asm.s1307 crclr cr1_eq ; initialize the loop test
1396 crclr cr1_eq ; initialize the loop test
H A Dhw_lock.s113 * Try to acquire spin-lock. The second parameter is the bit mask to test and set.
1039 crclr mlckmiss ; Clear miss test
1044 crclr mlckmiss ; Clear miss test
H A Dhw_vm.s821 hrmNot1st: mr. r8,r9 ; Remember and test current node
958 rlwinm. r4,r6,16,0,7 ; Position, save, and test block mappings in PCA
1206 mr. r8,r9 ; Remember and test current node
1782 hppJoin: andc. r12,r12,r0 ; Clean and test link
2026 hpsSrc32: rlwinm. r12,r12,0,~ppFlags ; Clean and test mapping address
2043 hpsSrc64: andc. r12,r12,r0 ; Clean and test mapping address
2165 hsg32Loop: rlwinm. r12,r12,0,~ppFlags ; Clean and test mapping address
2201 hsg64Loop: andc. r12,r12,r6 ; Clean and test mapping address
2267 hfsSrc32: rlwinm. r12,r12,0,~ppFlags ; Clean and test mapping address
2284 hfsSrc64: andc. r12,r12,r0 ; Clean and test mappin
[all...]
H A Dlowmem_vectors.s846 mfcr r13,0x80 ; save callers cr0 so we can test PR
1213 mtcrf 0x20,r1 ; Get set to test for sleep
H A Dmachine_routines_asm.s163 rlwinm. r10,r10,0,20,31 ; Clear excess junk and test for page bndry
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vfsutils.c1731 directoryhint_t *test; local
1733 TAILQ_FOREACH(test, &dcp->c_hintlist, dh_link) {
1734 if (test == hint)

Completed in 151 milliseconds

12