Searched defs:align (Results 276 - 300 of 411) sorted by relevance

<<11121314151617

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf32-tic6x.c3575 elf32_tic6x_array_alignment_to_tag(int align) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dsolib-svr4.c196 CORE_ADDR align = 0x1000; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/m32r/
H A Dm32r.c2210 int align = INTVAL (align_rtx); local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/mcore/
H A Dmcore.c1517 block_move_sequence(rtx dst_mem, rtx src_mem, int size, int align) argument
1585 HOST_WIDE_INT align, bytes, max; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/mmix/
H A Dmmix.c1332 mmix_asm_output_aligned_common(FILE *stream, const char *name, int size, int align) argument
1348 mmix_asm_output_aligned_local(FILE *stream, const char *name, int size, int align) argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/v850/
H A Dv850.c237 int size, align; local
293 int size, align; local
2492 v850_output_aligned_bss(FILE * file, tree decl, const char * name, unsigned HOST_WIDE_INT size, int align) argument
2529 v850_output_common(FILE * file, tree decl, const char * name, int size, int align) argument
2567 v850_output_local(FILE * file, tree decl, const char * name, int size, int align) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/xtensa/
H A Dxtensa.c1179 HOST_WIDE_INT bytes, align; local
1475 int align = TYPE_ALIGN (type) / BITS_PER_WORD; local
2190 int align = TYPE_ALIGN (type) / BITS_PER_UNIT; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dcalls.c1370 unsigned int align, boundary; local
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dmachdep.c1494 _bus_dma_valloc_skewed(size_t size, u_long boundary, u_long align, u_long skew) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/shark/ofw/
H A Dofw.c1155 paddr_t low, high, align; local
1210 vaddr_t align; local
1598 ofw_valloc(vsize_t size, vaddr_t align) argument
1701 ofw_claimphys(paddr_t pa, psize_t size, paddr_t align) argument
1734 ofw_claimvirt(vaddr_t va, vsize_t size, vaddr_t align) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dauich.c1484 auich_allocmem(struct auich_softc *sc, size_t size, size_t align, argument
H A Dazalia.c982 azalia_alloc_dmamem(azalia_t *az, size_t size, size_t align, azalia_dma_t *d) argument
H A Demuxki.c250 dmamem_alloc(bus_dma_tag_t dmat, size_t size, bus_size_t align, int nsegs) argument
H A Desm.c1524 esm_allocmem(struct esm_softc *sc, size_t size, size_t align, argument
/netbsd-6-1-5-RELEASE/sys/dev/marvell/
H A Dif_mvgbe.c1352 int align; local
/netbsd-6-1-5-RELEASE/sys/arch/hp700/dev/
H A Dastro.c406 bus_size_t align, boundary; local
H A Ddino.c499 dino_ioalloc(void *v, bus_addr_t rstart, bus_addr_t rend, bus_size_t size, bus_size_t align, bus_size_t boundary, int flags, bus_addr_t *addrp, bus_space_handle_t *bshp) argument
524 dino_memalloc(void *v, bus_addr_t rstart, bus_addr_t rend, bus_size_t size, bus_size_t align, bus_size_t boundary, int flags, bus_addr_t *addrp, bus_space_handle_t *bshp) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Darm-dis.c2484 int align = ((given >> 4) & 0x3); local
2515 int align = 0; local
2589 int align = ((given >> 4) & 0x1); local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Demul_chirp.c1190 unsigned_cell align; member in struct:claim_args
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint1/
H A Dlint1.h125 u_int align : 15; /* alignment in bit */ member in struct:__anon9916
/netbsd-6-1-5-RELEASE/sys/uvm/
H A Duvm_map.c1060 uvm_map(struct vm_map *map, vaddr_t *startp , vsize_t size, struct uvm_object *uobj, voff_t uoffset, vsize_t align, uvm_flag_t flags) argument
1115 uvm_map_prepare(struct vm_map *map, vaddr_t start, vsize_t size, struct uvm_object *uobj, voff_t uoffset, vsize_t align, uvm_flag_t flags, struct uvm_map_args *args) argument
1739 uvm_map_space_avail(vaddr_t *start, vsize_t length, voff_t uoffset, vsize_t align, int flags, int topdown, struct vm_map_entry *entry) argument
1816 uvm_map_findspace(struct vm_map *map, vaddr_t hint, vsize_t length, vaddr_t *result , struct uvm_object *uobj, voff_t uoffset, vsize_t align, int flags) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsubr_pool.c590 pool_init(struct pool *pp, size_t size, u_int align, u_int ioff, int flags, argument
1344 const unsigned int align = pp->pr_align; local
1952 pool_cache_init(size_t size, u_int align, u_int align_offset, u_int flags, const char *wchan, struct pool_allocator *palloc, int ipl, int (*ctor)(void *, void *, int), void (*dtor)(void *, void *), void *arg) argument
1975 pool_cache_bootstrap(pool_cache_t pc, size_t size, u_int align, u_int align_offset, u_int flags, const char *wchan, struct pool_allocator *palloc, int ipl, int (*ctor)(void *, void *, int), void (*dtor)(void *, void *), void *arg) argument
[all...]
H A Dsubr_vmem.c902 vmem_fit(const bt_t const *bt, vmem_size_t size, vmem_size_t align, argument
1134 vmem_xalloc(vmem_t *vm, const vmem_size_t size0, vmem_size_t align, argument
1780 vmem_size_t align, phase, nocross; local
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/tc/
H A Dsfbplus.c1054 int scanspan, height, width, align, x, y; local
1108 int scanspan, startx, height, width, align, w, y; local
1170 int scanspan, offset, srcy, height, width, align, w; local
1230 int scanspan, offset, srcy, height, width, w, align; local
1297 int scanspan, starty, height, width, align, w; local
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dif_otus.c1578 int s, mlen, align; local

Completed in 477 milliseconds

<<11121314151617