Home
last modified time | relevance | path

Searched defs:pMap (Results 1 - 12 of 12) sorted by relevance

/third_party/backends/backend/
H A Dplustek-usbmap.c187 u_char *pMap = a_bMap+color*_MAP_SIZE; in usb_MapDownload() local
H A Dplustek-pp.h443 void* pMap; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dglobal_tables.cpp110 auto *pMap = (type.GetPrimType() != PTY_ref ? &ptrTypeMap : &refTypeMap); in GetOrCreateMIRTypeNode() local
/foundation/ability/ability_runtime/test/unittest/ability_manager_stub_test/
H A Dability_manager_stub_test.cpp300 PacMap pMap; in HWTEST_F() local
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dwritesrc.cpp425 usrc_writeUCPMap( FILE *f, const UCPMap *pMap, icu::ValueNameGetter *valueNameGetter, UTargetSyntax syntax) usrc_writeUCPMap() argument
/third_party/icu/icu4c/source/tools/toolutil/
H A Dwritesrc.cpp416 usrc_writeUCPMap( FILE *f, const UCPMap *pMap, icu::ValueNameGetter *valueNameGetter, UTargetSyntax syntax) usrc_writeUCPMap() argument
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dmmanndk.cpp299 void *pMap = (unsigned char *)mmap64(PARAM_0, PAGE_SIZE, PROT_READ | PROT_WRITE, MAP_SHARED, fd, PARAM_0); in Mmap64() local
/developtools/profiler/device/plugins/native_hook/test/
H A Dhook_test.c269 char* pMap = (char*)mmap(0, PAGE_SIZE, PROT_READ | PROT_WRITE, MAP_SHARED, g_fd, 0); in CreateMmap() local
282 void RemoveMmap(char* pMap) in RemoveMmap() argument
288 void MmapWriteFile(char* pMap, int length, char* data) in MmapWriteFile() argument
298 char* MmapReadFile(char* pMap, in argument
369 char* pMap = CreateMmap(); WriteMmap() local
383 char* pMap = CreateMmap(); ReadMmap() local
[all...]
H A Dmalloc_test.cpp287 char* pMap = static_cast<char*>(mmap(nullptr, PAGE_SIZE, PROT_READ | PROT_WRITE, MAP_SHARED, g_fd, 0)); in CreateMmap() local
301 static void RemoveMmap(char* pMap) in RemoveMmap() argument
307 static void MmapWriteFile(char* pMap, int length, const char* data) in MmapWriteFile() argument
317 static char* MmapReadFile(const char* pMap, in argument
384 char* pMap = CreateMmap(); WriteMmap() local
398 char* pMap = CreateMmap(); ReadMmap() local
[all...]
/base/update/updater/services/package/pkg_manager/
H A Dpkg_managerImpl.cpp1015 uint8_t *pMap = static_cast<uint8_t *>(mmap64(nullptr, size + offset - offsetAligned, PROT_READ, MAP_PRIVATE, in DoCreatePkgStream() local
/third_party/sqlite/src/
H A Dshell.c13009 static void recoverBitmapFree(RecoverBitmap *pMap){ in recoverBitmapFree() argument
13016 static void recoverBitmapSet(RecoverBitmap *pMap, i64 iPg){ in recoverBitmapSet() argument
13028 static int recoverBitmapQuery(RecoverBitmap *pMap, i64 iPg){ in recoverBitmapQuery() argument
[all...]
H A Dsqlite3.c48811 void *pMap; global() member
49366 void *pMap = 0; /* Mapped memory region */ global() local
[all...]

Completed in 208 milliseconds