Searched refs:second (Results 1 - 10 of 10) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_node.c425 int y, m, d, hour, minute, second, mytz; local
432 second = pi[5];
451 crtime = ((((days * 24) + hour) * 60 + minute) * 60) + second;
494 /* second:" 0"-"59" -> 0 - 59 */
H A Dcd9660_vfsops.c99 u_char second; member in struct:CDMSF
124 (((((msf).minute * 60UL) + (msf).second) * 75UL) + (msf).frame - 150)
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/pwr_mgt/
H A DIOPM.h509 UInt8 second; member in struct:IOPMCalendarStruct
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DEmulate.s274 lwz r11,4(r23) ; Get the second half
284 stw r11,emfp0+4(r31) ; Save the second half, just in case we need it
300 lwz r11,emfp0+4(r31) ; and the second
302 mr r10,r11 ; The stfiwx wants to store the second half
312 stw r11,4(r23) ; Save the second half
529 lwz r15,0(r16) ; Pick up second word
538 li r8,0 ; Clear second trailing byte
547 lbz r8,1(r16) ; Pick up second trailing byte
557 rlwimi r9,r8,8,16,23 ; Move second byte above third byte
734 stw r15,0(r16) ; Save second wor
[all...]
H A Dvmachmon_asm.s734 stw r7,return_params+4(r5) ; Save the pseudo-DSISR as second return parm
739 std r7,return_paramsX+8(r5) ; Save the pseudo-DSISR as second return parm
918 la r6,vmmppcr6(r5) ; Point to second line
921 dcbt 0,r6 ; Touch second line of context area
953 stw r13,return_params+4(r5) ; Save the second return
1184 stw r7,return_params+4(r5) ; Save DSISR as second return parm
1195 stw r7,return_params+4(r5) ; Save the pseudo-DSISR as second return parm
1222 la r6,vmmppcr6(r5) ; Point to second line
1225 dcbt 0,r6 ; Touch second line of context area
1259 stw r13,return_params+4(r5) ; Save the second retur
[all...]
H A Dlowmem_vectors.s956 dcbz r24,r20 ; Clean second line
1403 li r10,savepmc+0x20 ; Point to pmc savearea second part
1405 dcbz r10,r13 ; Clear second part of pmc area
1512 li r14,32 ; Offset to second line
1518 dcbz r14,r20 ; Zap the second line
1924 addi r14,r10,16 ; Displacement to second vector register
1932 stvxl v1,r14,r2 ; Save a second register
1943 lvxl v1,r14,r2 ; Restore second work register
3136 dcbf r3,r26 ; And the second
3140 icbi r3,r26 ; And the second
[all...]
H A Dstart.s783 bf firstBoot,init970nb ; No init for wakeup or second processor....
827 ; Start up code for second processor or wake up from sleep
H A Dhw_vm.s230 crand cr0_eq,cr0_eq,cr1_lt ; Is the second half less and the first half equal?
2378 lwz r7,pmapvr+4(r3) ; Get the second part
2691 stw r5,4(r3) ; Store second half of PTE
3173 lwz r7,pmapvr+4(r3) ; Get the second part
3224 stw r5,4(r3) ; Store second half of PTE
3249 std r5,8(r3) ; Store second half of PTE
3351 lwz r7,pmapvr+4(r3) ; Get the second part
3752 lwz r30,savedar+4(r13) ; And second half
3758 lwz r30,savesrr0+4(r13) ; And second half
4000 rlwimi r21,r21,14,4,17 ; Make a second cop
[all...]
H A Dhw_exception.s155 * which links back to the trapped routine. The second is
407 * which links back to the trapped routine. The second is
809 b .L_thread_exc_ret_check_ast ; check for a second AST (rare)
981 * which links back to the trapped routine. The second is
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkpi_mbuf.c547 u_int16_t first, second; local
551 second = mbuf->m_pkthdr.csum_data & 0xffff;
552 mbuf->m_pkthdr.csum_data = first - second;

Completed in 150 milliseconds