Home
last modified time | relevance | path

Searched defs:pRoot (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/common/
Duresdata.h70 #define RES_GET_POINTER(pRoot, res) ((pRoot)+RES_GET_OFFSET(res)) argument
386 const int32_t *pRoot; member
/third_party/skia/third_party/externals/icu/source/common/
Duresdata.h70 #define RES_GET_POINTER(pRoot, res) ((pRoot)+RES_GET_OFFSET(res)) argument
388 const int32_t *pRoot; member
/third_party/node/deps/icu-small/source/common/
Duresdata.h70 #define RES_GET_POINTER(pRoot, res) ((pRoot)+RES_GET_OFFSET(res)) argument
388 const int32_t *pRoot; member
/third_party/icu/icu4c/source/common/
Duresdata.h70 #define RES_GET_POINTER(pRoot, res) ((pRoot)+RES_GET_OFFSET(res)) argument
388 const int32_t *pRoot; member
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dgenrb.cpp401 const int32_t *pRoot = (const int32_t *)( in main() local
/third_party/node/deps/icu-small/source/tools/genrb/
Dgenrb.cpp401 const int32_t *pRoot = (const int32_t *)( in main() local
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/
Dgenrb.cpp384 const int32_t *pRoot = (const int32_t *)( in main() local
/third_party/icu/icu4c/source/tools/genrb/
Dgenrb.cpp401 const int32_t *pRoot = (const int32_t *)( in main() local
/third_party/mingw-w64/mingw-w64-headers/include/
Dcmdtree.h387 #define ICommandTree_FindErrorNodes(This,pRoot,pcErrorNodes,prgErrorNodes) (This)->lpVtbl->FindErro… argument
433 #define IQuery_FindErrorNodes(This,pRoot,pcErrorNodes,prgErrorNodes) (This)->lpVtbl->FindErrorNodes… argument
Dstrmif.h13102 #define IDvdInfo_GetRoot(This,pRoot,ulBufSize,pulActualSize) (This)->lpVtbl->GetRoot(This,pRoot,ulB… argument
/third_party/sqlite/src/
Dsqlite3.c25096 static void memsys3UnlinkFromList(u32 i, u32 *pRoot){ in memsys3UnlinkFromList()
25136 static void memsys3LinkIntoList(u32 i, u32 *pRoot){ in memsys3LinkIntoList()
25264 static void memsys3Merge(u32 *pRoot){ in memsys3Merge()