| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/lib/ |
| D | precise-aligned-alloc.c | 27 is_aligned (void *p, size_t alignment) in is_aligned() 45 precise_aligned_alloc (size_t alignment, size_t size, void **free_pointer) in precise_aligned_alloc() 79 precise_aligned_dup (size_t alignment, size_t size, void **free_pointer, in precise_aligned_dup()
|
| /netbsd/src/sys/dev/ieee1394/ |
| D | fwdma.c | 64 bus_size_t size, int alignment, int flags) in fwdma_malloc() 132 struct fwdma_alloc *dma, int alignment, int flags) in fwdma_alloc_setup() 149 fwdma_malloc_multiseg(struct firewire_comm *fc, int alignment, int esize, int n, in fwdma_malloc_multiseg()
|
| /netbsd/src/sys/arch/hpcmips/dev/ |
| D | com_hpcio.c | 215 int alignment; in com_hpcio_cndb_attach() local 242 com_hpcio_common_probe(bus_space_tag_t iot, int iobase, int *alignment) in com_hpcio_common_probe() 278 int addr, alignment; in com_hpcio_probe() local 303 int addr, port, mode, alignment, *loc; in com_hpcio_attach() local
|
| /netbsd/src/sbin/gpt/ |
| D | resize.c | 69 resize(gpt_t gpt, u_int entry, off_t alignment, off_t sectors, in resize() 146 off_t alignment = 0, sectors, start = 0, size = 0; in cmd_resize() local
|
| D | add.c | 84 add(gpt_t gpt, off_t alignment, off_t block, off_t sectors, off_t size __unused, in add() 166 off_t alignment = 0, block = 0, sectors = 0, size = 0; in cmd_add() local
|
| D | map.c | 203 map_alloc(gpt_t gpt, off_t start, off_t size, off_t alignment) in map_alloc() 249 map_resize(gpt_t gpt, map_t m, off_t size, off_t alignment) in map_resize()
|
| /netbsd/src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
| D | lsan_allocator.cc | 79 void *Allocate(const StackTrace &stack, uptr size, uptr alignment, in Allocate() 119 uptr alignment) { in Reallocate() 141 int lsan_posix_memalign(void **memptr, uptr alignment, uptr size, in lsan_posix_memalign() 157 void *lsan_aligned_alloc(uptr alignment, uptr size, const StackTrace &stack) { in lsan_aligned_alloc() 167 void *lsan_memalign(uptr alignment, uptr size, const StackTrace &stack) { in lsan_memalign()
|
| D | lsan_malloc_mac.cc | 28 #define COMMON_MALLOC_MEMALIGN(alignment, size) \ argument 40 #define COMMON_MALLOC_POSIX_MEMALIGN(memptr, alignment, size) \ argument
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/mi/ |
| D | mi-out.c | 65 mi_ui_out::do_table_header (int width, ui_align alignment, in do_table_header() 98 mi_ui_out::do_field_signed (int fldno, int width, ui_align alignment, in do_field_signed() 108 mi_ui_out::do_field_unsigned (int fldno, int width, ui_align alignment, in do_field_unsigned() 118 mi_ui_out::do_field_skip (int fldno, int width, ui_align alignment, in do_field_skip()
|
| /netbsd/src/sys/external/bsd/drm/dist/bsd-core/ |
| D | drm_mm.h | 66 unsigned alignment) in drm_mm_get_block() 72 unsigned alignment) in drm_mm_get_block_atomic()
|
| D | drm_mm.c | 193 unsigned alignment, in drm_mm_get_block_generic() 283 unsigned alignment, int best_match) in drm_mm_search_free()
|
| /netbsd/src/lib/libc/stdlib/ |
| D | aligned_alloc.c | 42 aligned_alloc(size_t alignment, size_t size) in aligned_alloc()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | ui-out.c | 42 explicit ui_out_hdr (int number, int min_width, ui_align alignment, in ui_out_hdr() 62 ui_align alignment () const in alignment() function 230 void ui_out_table::append_header (int width, ui_align alignment, in append_header() 254 bool ui_out_table::get_next_header (int *colno, int *width, ui_align *alignment, in get_next_header() 276 bool ui_out_table::query_field (int colno, int *width, int *alignment, in query_field() 362 ui_out::table_header (int width, ui_align alignment, in table_header() 809 ui_out::query_table_field (int colno, int *width, int *alignment, in query_table_field()
|
| D | cli-out.c | 68 cli_ui_out::do_table_header (int width, ui_align alignment, in do_table_header() 96 cli_ui_out::do_field_signed (int fldno, int width, ui_align alignment, in do_field_signed() 109 cli_ui_out::do_field_unsigned (int fldno, int width, ui_align alignment, in do_field_unsigned() 122 cli_ui_out::do_field_skip (int fldno, int width, ui_align alignment, in do_field_skip()
|
| /netbsd/src/sys/arch/xen/x86/ |
| D | xen_bus_dma.c | 77 _xen_alloc_contig(bus_size_t size, bus_size_t alignment, in _xen_alloc_contig() 214 bus_size_t alignment, bus_size_t boundary, bus_dma_segment_t *segs, in _xen_bus_dmamem_alloc_range()
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | obstack.c | 115 _OBSTACK_SIZE_T size, _OBSTACK_SIZE_T alignment) in _obstack_begin_worker() 157 _OBSTACK_SIZE_T size, _OBSTACK_SIZE_T alignment, in _obstack_begin() 169 _OBSTACK_SIZE_T size, _OBSTACK_SIZE_T alignment, in _obstack_begin_1()
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | obstack.c | 115 _OBSTACK_SIZE_T size, _OBSTACK_SIZE_T alignment) in _obstack_begin_worker() 157 _OBSTACK_SIZE_T size, _OBSTACK_SIZE_T alignment, in _obstack_begin() 169 _OBSTACK_SIZE_T size, _OBSTACK_SIZE_T alignment, in _obstack_begin_1()
|
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | obstack.c | 115 _OBSTACK_SIZE_T size, _OBSTACK_SIZE_T alignment) in _obstack_begin_worker() 157 _OBSTACK_SIZE_T size, _OBSTACK_SIZE_T alignment, in _obstack_begin() 169 _OBSTACK_SIZE_T size, _OBSTACK_SIZE_T alignment, in _obstack_begin_1()
|
| /netbsd/src/sys/uvm/ |
| D | uvm_pglist.c | 113 paddr_t alignment, paddr_t boundary, struct pglist *rlist) in uvm_pglistalloc_c_ps() 301 paddr_t alignment, paddr_t boundary, struct pglist *rlist) in uvm_pglistalloc_contig_aggressive() 451 uvm_pglistalloc_contig(int num, paddr_t low, paddr_t high, paddr_t alignment, in uvm_pglistalloc_contig() 691 uvm_pglistalloc(psize_t size, paddr_t low, paddr_t high, paddr_t alignment, in uvm_pglistalloc()
|
| /netbsd/src/external/gpl3/gcc/dist/libgomp/ |
| D | allocator.c | 40 omp_uintptr_t alignment; member 361 GOMP_alloc (size_t alignment, size_t size, uintptr_t allocator) in GOMP_alloc() 409 omp_aligned_calloc (size_t alignment, size_t nmemb, size_t size, in omp_aligned_calloc()
|
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | frags.c | 315 frag_align (int alignment, int fill_character, int max) in frag_align() 345 frag_align_pattern (int alignment, const char *fill_pattern, in frag_align_pattern() 376 frag_align_code (int alignment, int max) in frag_align_code()
|
| /netbsd/src/sys/kern/ |
| D | subr_extent.c | 619 u_long size, u_long alignment, u_long skew, u_long boundary, in extent_alloc_subregion1() 993 u_long alignment, u_long boundary, int flags, u_long *result) in extent_alloc_subregion() 1001 extent_alloc(struct extent *ex, u_long size, u_long alignment, u_long boundary, in extent_alloc() 1011 extent_alloc1(struct extent *ex, u_long size, u_long alignment, u_long skew, in extent_alloc1()
|
| /netbsd/src/external/gpl2/lvm2/dist/libdm/mm/ |
| D | pool-fast.c | 81 void *dm_pool_alloc_aligned(struct dm_pool *p, size_t s, unsigned alignment) in dm_pool_alloc_aligned() 213 void _align_chunk(struct chunk *c, unsigned alignment) in _align_chunk()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/common/ |
| D | sim-config.c | 95 config_alignment_to_a (enum sim_alignments alignment) in config_alignment_to_a()
|
| D | sim-n-core.h | 197 int alignment = N - 1; in sim_core_read_unaligned_N() local 316 int alignment = N - 1; in sim_core_write_unaligned_N() local
|