Home
last modified time | relevance | path

Searched refs:pMap (Results 1 - 9 of 9) sorted by relevance

/third_party/backends/backend/
H A Dplustek-usbmap.c187 u_char *pMap = a_bMap+color*_MAP_SIZE; in usb_MapDownload() local
191 for( i = 0; i < _MAP_SIZE; i++, pMap++ ) in usb_MapDownload()
192 map[i] = ~*pMap; in usb_MapDownload()
H A Dplustek-pp.h443 void* pMap; member
/third_party/node/deps/npm/node_modules/cacache/lib/
H A Dverify.js11 const pMap = require('p-map')
125 await pMap(
206 await pMap(
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dwritesrc.h167 const UCPMap *pMap,
H A Dwritesrc.cpp427 const UCPMap *pMap, in usrc_writeUCPMap()
439 while ((end = ucpmap_getRange(pMap, start, UCPMAP_RANGE_NORMAL, 0, nullptr, nullptr, &value)) >= 0) { in usrc_writeUCPMap()
425 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.h167 const UCPMap *pMap,
H A Dwritesrc.cpp418 const UCPMap *pMap, in usrc_writeUCPMap()
430 while ((end = ucpmap_getRange(pMap, start, UCPMAP_RANGE_NORMAL, 0, nullptr, nullptr, &value)) >= 0) { in usrc_writeUCPMap()
416 usrc_writeUCPMap( FILE *f, const UCPMap *pMap, icu::ValueNameGetter *valueNameGetter, UTargetSyntax syntax) usrc_writeUCPMap() argument
/third_party/sqlite/src/
H A Dshell.c13009 static void recoverBitmapFree(RecoverBitmap *pMap){ in recoverBitmapFree() argument
13010 sqlite3_free(pMap); in recoverBitmapFree()
13014 ** Set the bit associated with page iPg in bitvec pMap.
13016 static void recoverBitmapSet(RecoverBitmap *pMap, i64 iPg){ in recoverBitmapSet() argument
13017 if( iPg<=pMap->nPg ){ in recoverBitmapSet()
13020 pMap->aElem[iElem] |= (((u32)1) << iBit); in recoverBitmapSet()
13025 ** Query bitmap object pMap for the state of the bit associated with page
13028 static int recoverBitmapQuery(RecoverBitmap *pMap, i64 iPg){ in recoverBitmapQuery() argument
13030 if( iPg<=pMap->nPg && iPg>0 ){ in recoverBitmapQuery()
13033 ret = (pMap in recoverBitmapQuery()
[all...]
H A Dsqlite3.c48811 void *pMap; global() member
49366 void *pMap = 0; /* Mapped memory region */ global() local
[all...]

Completed in 167 milliseconds