HomeSort by relevance Sort by last modified time
    Searched refs:memalign (Results 76 - 100 of 217) sorted by null

1 2 34 5 6 7 8 9

  /external/u-boot/arch/powerpc/cpu/mpc8xxx/
fsl_pamu.c 244 ppaact = memalign(PAMU_TABLE_ALIGNMENT, ppaact_size);
254 sec = memalign(PAMU_TABLE_ALIGNMENT, spaact_size);
  /external/u-boot/board/toradex/common/
tdx-cfg-block.c 198 config_block = memalign(ARCH_DMA_MINALIGN, size);
413 config_block = memalign(ARCH_DMA_MINALIGN, size);
  /frameworks/av/media/codec2/components/xaac/
C2SoftXaacDec.cpp 707 mXheaacCodecHandle = memalign(4, pui_api_size);
727 mMpegDDrcHandle = memalign(4, pui_api_size);
762 pv_alloc_ptr = memalign(4, ui_proc_mem_tabs_size);
    [all...]
  /frameworks/av/media/libstagefright/codecs/xaacdec/
SoftXAAC.cpp     [all...]
  /bionic/tests/
malloc_test.cpp 98 // Memalign test where the alignment is any value.
101 char *ptr = reinterpret_cast<char*>(memalign(alignment, 100));
113 ASSERT_EQ(nullptr, memalign(4096, SIZE_MAX));
120 ptr = memalign(align, 1024);
127 // Memalign and then realloc the pointer a couple of times.
129 char *ptr = (char*)memalign(alignment, 100);
763 [](size_t bytes) { return memalign(sizeof(void*), bytes) != nullptr; }),
  /external/u-boot/drivers/net/
fec_mxc.c 14 #include <memalign.h>
811 *packetp = memalign(ARCH_DMA_MINALIGN, FEC_MAX_PKT_SIZE);
948 fec->tbd_base = memalign(ARCH_DMA_MINALIGN, size);
954 fec->rbd_base = memalign(ARCH_DMA_MINALIGN, size);
965 data = memalign(FEC_DMA_RX_MINALIGN, size);
    [all...]
ftgmac100.c 413 buf = memalign(ARCH_DMA_MINALIGN, CFG_XBUF_SIZE);
555 priv = memalign(16, sizeof(struct ftgmac100_data));
ftmac110.c 437 void *va = memalign(ARCH_DMA_MINALIGN, CFG_XBUF_SIZE);
456 void *va = memalign(ARCH_DMA_MINALIGN, CFG_XBUF_SIZE + 2);
pcnet.c 339 addr = (unsigned long)memalign(ARCH_DMA_MINALIGN,
345 addr = (unsigned long)memalign(ARCH_DMA_MINALIGN,
  /external/u-boot/drivers/usb/gadget/
f_thor.c 21 #include <memalign.h>
525 req->buf = memalign(CONFIG_SYS_CACHELINE_SIZE, length);
755 dev = memalign(CONFIG_SYS_CACHELINE_SIZE, sizeof(*dev));
774 dev->req->buf = memalign(CONFIG_SYS_CACHELINE_SIZE,
994 f_thor = memalign(CONFIG_SYS_CACHELINE_SIZE, sizeof(*f_thor));
f_fastboot.c 227 req->buf = memalign(CONFIG_SYS_CACHELINE_SIZE, EP_BUFFER_SIZE);
297 f_fb = memalign(CONFIG_SYS_CACHELINE_SIZE, sizeof(*f_fb));
  /external/u-boot/drivers/crypto/fsl/
jr.c 113 jr->input_ring = (dma_addr_t *)memalign(ARCH_DMA_MINALIGN,
121 (struct op_ring *)memalign(ARCH_DMA_MINALIGN, jr->op_size);
453 desc = memalign(ARCH_DMA_MINALIGN, sizeof(uint32_t) * 6);
  /external/u-boot/drivers/mtd/nand/
nand_util.c 25 #include <memalign.h>
486 vops.datbuf = memalign(ARCH_DMA_MINALIGN, verlen);
523 uint8_t *verbuf = memalign(ARCH_DMA_MINALIGN, verlen);
  /bionic/libc/bionic/
malloc_common_dynamic.cpp 89 Malloc(memalign),
173 if (!InitMallocFunction<MallocMemalign>(impl_handler, &table->memalign, prefix, "memalign")) {
malloc_heapprofd.cpp 98 Malloc(memalign),
  /external/u-boot/cmd/
bootefi.c 17 #include <memalign.h>
155 new_fdt_addr = (ulong)memalign(EFI_PAGE_SIZE, fdt_size);
  /bionic/libc/malloc_debug/
malloc_debug.cpp 399 reinterpret_cast<Header*>(g_dispatch->memalign(MINIMUM_ALIGNMENT_BYTES, real_size));
519 return g_dispatch->memalign(alignment, bytes);
573 pointer = g_dispatch->memalign(alignment, real_size);
749 reinterpret_cast<Header*>(g_dispatch->memalign(MINIMUM_ALIGNMENT_BYTES, real_size));
  /bionic/libc/malloc_debug/tools/
gen_malloc.pl 84 case MEMALIGN:
85 ptrs[entries[i].idx] = memalign(entries[i].arg2, entries[i].size);
115 MEMALIGN,
219 } elsif (/^memalign\s+(\S+)\s+(\d+)\s+(\d+)/) {
223 PrintAlloc($opts, $cur_thread, $pointer, "MEMALIGN", $size, $align);
  /external/jemalloc/src/
zone.c 196 jemalloc_zone.memalign = zone_memalign;
  /external/tensorflow/tensorflow/core/platform/posix/
port.cc 213 return memalign(minimum_alignment, size);
  /external/u-boot/board/raspberrypi/rpi/
rpi.c 15 #include <memalign.h>
  /external/u-boot/board/samsung/common/
misc.c 14 #include <memalign.h>
  /external/u-boot/disk/
part_dos.c 19 #include <memalign.h>
  /external/u-boot/drivers/fpga/
zynqmppl.c 13 #include <memalign.h>
  /external/u-boot/drivers/mmc/
bcm2835_sdhci.c 42 #include <memalign.h>

Completed in 808 milliseconds

1 2 34 5 6 7 8 9