Home
last modified time | relevance | path

Searched defs:map_new (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/mman/
Dmremap.c48 void *map_new = mremap(map, TEST_M_SIZE, TEST_M_NEW_SIZE, MREMAP_MAYMOVE); in mremap_0100() local
81 void *map_new = mremap(map, TEST_M_SIZE, PTRDIFF_MAX, MREMAP_MAYMOVE); in mremap_0200() local
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/tensor_layout/
Dmap.cc99 auto map_new = std::make_shared<Map>(); in ExpandMapByNone() local
123 auto map_new = std::make_shared<Map>(); in ExpandMapByDecreaseNumber() local
/third_party/python/Python/
Dbltinmodule.c1215 map_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in map_new() function