Home
last modified time | relevance | path

Searched refs:mmap (Results 526 - 550 of 597) sorted by relevance

1...<<21222324

/third_party/libuv/src/unix/
H A Dlinux.c583 sq = mmap(0, in uv__iou_init()
590 sqe = mmap(0, in uv__iou_init()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_allocator.c77 * to grow it as necessary. We mmap the new size and then create a gem bo for
79 * our allocation fast-path, there isn't really a way to munmap the old mmap,
212 map = mmap(NULL, size, PROT_READ | PROT_WRITE, in anv_state_table_expand_range()
216 "mmap failed: %m"); in anv_state_table_expand_range()
532 void *map = mmap(NULL, size, PROT_READ | PROT_WRITE, in anv_block_pool_expand_range()
537 "mmap failed: %m"); in anv_block_pool_expand_range()
1815 return vk_errorf(device, VK_ERROR_MEMORY_MAP_FAILED, "mmap failed: %m"); in anv_device_map_bo()
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dapi.js[all...]
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/inner_model/
H A Dinner_model_test.cpp948 uint8_t *mmapPtr = static_cast<uint8_t *>(mmap(nullptr, in HWTEST_F()
978 uint8_t *mmapPtr = static_cast<uint8_t *>(mmap(nullptr, in HWTEST_F()
3094 uint8_t *mmapPtr = static_cast<uint8_t *>(mmap(nullptr, in HWTEST_F()
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/device_manager/
H A Ddevice_manager_test.cpp91 uint8_t *mmapPtr = static_cast<uint8_t *>(mmap(nullptr, in HWTEST_F()
121 uint8_t *mmapPtr = static_cast<uint8_t *>(mmap(nullptr, in HWTEST_F()
2237 uint8_t *mmapPtr = static_cast<uint8_t *>(mmap(nullptr, in HWTEST_F()
/third_party/ffmpeg/libswscale/
H A Dutils.c1768 c->lumMmxextFilterCode = mmap(NULL, c->lumMmxextFilterCodeSize, in sws_init_context()
1772 c->chrMmxextFilterCode = mmap(NULL, c->chrMmxextFilterCodeSize, in sws_init_context()
/drivers/hdf_core/adapter/uhdf2/hdi/test/servmgr/
H A Dservice_manager_hdi_c_test.cpp570 void *ptr = mmap(nullptr, mapSize, PROT_READ | PROT_WRITE, MAP_SHARED, memFd, 0); in HWTEST_F()
/drivers/peripheral/codec/test/unittest/hdi_image/
H A Dcodec_hdi_heif_encode_test.cpp201 void *addr = mmap(nullptr, bufferSize, PROT_READ | PROT_WRITE, MAP_SHARED, item.sharedProperties.fd, 0); in SetInvalidRiccColor()
/drivers/peripheral/usb/ddk/device/src/
H A Dadapter_if.c1113 return mmap(NULL, len, PROT_READ | PROT_WRITE, MAP_SHARED, ep, 0); in UsbFnAdapterMapAddr()
/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/
H A Dpng_decoder.cpp234 void* ptr = ::mmap(nullptr, byteCount, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); in AllocBufferForShareType()
/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/
H A Dgif_decoder.cpp631 plBuffer.buffer = ::mmap(nullptr, plBuffer.bufferSize, PROT_READ | PROT_WRITE, MAP_SHARED, *fdPtr, 0); in SharedMemoryCreate()
633 IMAGE_LOGE("SharedMemoryCreate mmap failed, errno:%{public}d", errno); in SharedMemoryCreate()
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Djpeg_decoder.cpp377 void* ptr = ::mmap(nullptr, byteCount, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); in DoSwDecode()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc.cpp497 void* ptr = ::mmap(nullptr, bufferSize, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); in AllocSharedMemory()
499 IMAGE_LOGE("[PostProc]mmap error, errno: %{public}s, fd %{public}d, bufferSize %{public}lld", in AllocSharedMemory()
/test/xts/hats/hdf/manager/managerHdiTest/
H A Dservice_manager_hdi_c_test.cpp761 void *ptr = mmap(nullptr, mapSize, PROT_READ | PROT_WRITE, MAP_SHARED, memFd, 0); in HWTEST_F()
/third_party/elfutils/libelf/
H A Delf_begin.c643 /* Open a file for reading. If possible we will try to mmap() the file. */
678 map_address = mmap (NULL, maxsize, (cmd == ELF_C_READ_MMAP in read_file()
711 /* Remember that we mmap()ed the memory. */ in read_file()
/third_party/ffmpeg/libavdevice/
H A Dv4l2.c138 s->mmap_f = prefix ## mmap; \ in device_open()
406 av_log(ctx, AV_LOG_ERROR, "mmap: %s\n", av_err2str(res)); in mmap_init()
/third_party/alsa-lib/src/pcm/
H A Dpcm_dmix.c907 .mmap = snd_pcm_direct_mmap,
H A Dpcm_meter.c521 .mmap = snd_pcm_generic_mmap,
H A Dpcm_ioplug.c921 .mmap = snd_pcm_ioplug_mmap,
996 mmap_rw specifies whether the plugin behaves in the pseudo mmap mode.
1196 * \brief Reinitialize the poll and mmap status
1200 * Reinitializes the poll and the mmap status of the PCM.
1217 * \brief Get mmap area of ioplug
1219 * \return the mmap channel areas if available, or NULL
1221 * Returns the mmap channel areas if available. When mmap_rw field is not set,
H A Dpcm_plug.c780 return 0; /* OK, we have mmap support */ in check_access_change()
782 /* no mmap support - we need mmap emulation */ in check_access_change()
1127 .mmap = snd_pcm_generic_mmap,
H A Dpcm_route.c923 .mmap = snd_pcm_generic_mmap,
H A Dpcm_softvol.c431 * TODO: mmap support?
889 .mmap = snd_pcm_generic_mmap,
H A Dpcm_file.c839 .mmap = snd_pcm_generic_mmap,
/third_party/googletest/googletest/src/
H A Dgtest-death-test.cc1343 void* const stack = mmap(nullptr, stack_size, PROT_READ | PROT_WRITE, in ExecDeathTestSpawnChild()
/third_party/NuttX/drivers/usbdev/gadget/
H A Dcdcacm.c238 .mmap = NULL,

Completed in 62 milliseconds

1...<<21222324