Searched refs:align (Results 76 - 100 of 121) sorted by relevance

12345

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dstart.s324 .align 5
900 ; .align 2 - Always on word boundary
919 .align 2
924 .align 2
943 .align 2
962 .align 2
981 .align 2
1000 .align 2
1019 .align 2
1038 .align
[all...]
H A Dasm.h758 #define Entry(x,tag) .text@.align FALIGN@ .globl EXT(x)@ LEXT(x)
760 #define ENTRY2(x,y,tag) .text@ .align FALIGN@ .globl EXT(x)@ .globl EXT(y)@ \
764 #define ASENTRY(x) .globl x @ .align FALIGN; x ## @ MCOUNT
766 #define ASENTRY(x) .globl x @ .align FALIGN; x @ MCOUNT
768 #define DATA(x) .globl EXT(x) @ .align ALIGN @ LEXT(x)
H A DAltiAssist.s69 .align 5
H A DEmulate.s67 .align 5
158 .align 5
218 .align 5
294 .align 5
351 .align 5
371 .align 5
398 .align 5
473 .align 5
594 .align 5
658 .align
[all...]
H A Dhw_vm.s135 .align 5
263 .align 5
313 .align 5
372 .align 5
420 .align 5
514 .align 5
776 .align 5
802 .align 5
819 .align 5
901 .align
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/headers/
H A DFileMgrInternal.h68 #pragma options align=mac68k
317 #pragma options align=reset
/macosx-10.5.8/xnu-1228.15.4/libkern/mach-o/
H A Dloader.h275 unsigned long align; /* section alignment (power of 2) */ member in struct:section
289 uint32_t align; /* section alignment (power of 2) */ member in struct:section_64
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/commpage/
H A Dbcopy_g3.s77 .align 5
90 .align 5
110 neg w2,rd // prepare to align destination
113 andi. w4,w2,3 // w4 <- #bytes to word align destination
121 // Word align the destination.
125 lswx w1,0,rs // move w4 bytes to align dest
165 andi. w4,w2,7 // W4 <- #bytes to doubleword-align destination
172 // Doubleword align the destination.
176 lswx w1,0,rs // move w4 bytes to align dest
241 andi. w4,rd,7 // W3 <- #bytes to doubleword-align destinatio
[all...]
H A Datomic.s38 .align 2
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/commpage/
H A Dbcopy_sse3x.s47 .align 5, 0x90
72 .align 5, 0x90
128 // First, 16-byte align the destination.
138 andl $15,%edx // get #bytes to align destination
172 .align 2
234 .align 4,0x90 // 16-byte align inner loops
345 .align 4,0x90
467 .align 4,0x90
583 .align
[all...]
H A Dbcopy_sse3x_64.s48 .align 5, 0x90
70 .align 5, 0x90
120 // First, 16-byte align the destination.
130 andl $15,%ecx // get #bytes to align destination
133 rep // align destination
165 .align 2
228 .align 4,0x90 // 16-byte align inner loops
339 .align 4,0x90
461 .align
[all...]
H A Datomic.s36 .align 2, 0x90
/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/architecture/i386/
H A Dasm_help.h53 .align 2, 0x90
153 * be jumped to. (A leaf may do an align.) Use a LABEL() if you
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/ppc/
H A Daestab.h93 #define Align __declspec(align(TABLE_ALIGN))
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOLib.h337 unsigned int IOAlignmentToSize(IOAlignment align);
/macosx-10.5.8/xnu-1228.15.4/libkern/ppc/
H A Dbcmp.s41 .align 5
H A Dmemcmp.s42 .align 5
/macosx-10.5.8/xnu-1228.15.4/libsyscall/custom/
H A DSYS.h103 .align 2 @\
H A D__fork.s70 .align 2
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/ppc/
H A Dchud_cpu_asm.s42 .align 5
293 .align 5
554 .align 5
577 .align 5
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach-o/
H A Dloader.h244 unsigned long align; /* section alignment (power of 2) */ member in struct:section
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace_glue.c829 * align should be a power of two
832 void* dt_kmem_alloc_aligned(size_t size, size_t align, int kmflag) argument
838 buf = dt_kmem_alloc(align + sizeof(void*) + size, kmflag);
845 p = P2ROUNDUP(p, align); /* and now we're aligned */
853 void* dt_kmem_zalloc_aligned(size_t size, size_t align, int kmflag) argument
857 buf = dt_kmem_alloc_aligned(size, align, kmflag);
890 size_t align, /* required object alignment */
898 #pragma unused(name,align,constructor,destructor,reclaim,private,vmp,cflags)
887 kmem_cache_create( char *name, size_t bufsize, size_t align, int (*constructor)(void *, void *, int), void (*destructor)(void *, void *), void (*reclaim)(void *), void *private, vmem_t *vmp, int cflags) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dxsumas.s61 .align 5
63 cmplwi cr0,r4,kShort ; too short to word align?
76 rlwinm r3,r3,0,0,29 ; word align address
111 .align 4
278 .align 5
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOLib.cpp782 unsigned int IOAlignmentToSize(IOAlignment align) argument
786 for (size = 1; align; align--) {
/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h386 uint32_t align; /* section alignment (power of 2) */ member in struct:section
400 uint32_t align; /* section alignment (power of 2) */ member in struct:section_64

Completed in 290 milliseconds

12345