Home
last modified time | relevance | path

Searched refs:nextPtr (Results 1 – 15 of 15) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp374 void** nextPtr = &coreFeatures.pNext; in DeviceFeatures() local
378 *nextPtr = &samplerYCbCrConversionFeatures; in DeviceFeatures()
379 nextPtr = &samplerYCbCrConversionFeatures.pNext; in DeviceFeatures()
383 *nextPtr = &eightBitStorageFeatures; in DeviceFeatures()
384 nextPtr = &eightBitStorageFeatures.pNext; in DeviceFeatures()
388 *nextPtr = &sixteenBitStorageFeatures; in DeviceFeatures()
389 nextPtr = &sixteenBitStorageFeatures.pNext; in DeviceFeatures()
393 *nextPtr = &variablePointerFeatures; in DeviceFeatures()
394 nextPtr = &variablePointerFeatures.pNext; in DeviceFeatures()
398 *nextPtr = &descriptorIndexingFeatures; in DeviceFeatures()
[all …]
/external/python/cpython3/Modules/expat/
Dxmlparse.c416 const char *end, int tok, const char *next, const char **nextPtr,
427 const char *end, const char **nextPtr, XML_Bool haveMore);
431 const char *end, const char **nextPtr, XML_Bool haveMore);
2683 const char **nextPtr, in doContent() argument
2708 *nextPtr = s; in doContent()
2725 *nextPtr = end; in doContent()
2729 *nextPtr = s; in doContent()
2735 *nextPtr = s; in doContent()
2744 *nextPtr = s; in doContent()
2750 *nextPtr = s; in doContent()
[all …]
/external/expat/lib/
Dxmlparse.c416 const char *end, int tok, const char *next, const char **nextPtr,
427 const char *end, const char **nextPtr, XML_Bool haveMore);
431 const char *end, const char **nextPtr, XML_Bool haveMore);
2683 const char **nextPtr, in doContent() argument
2708 *nextPtr = s; in doContent()
2725 *nextPtr = end; in doContent()
2729 *nextPtr = s; in doContent()
2735 *nextPtr = s; in doContent()
2744 *nextPtr = s; in doContent()
2750 *nextPtr = s; in doContent()
[all …]
/external/python/cpython2/Modules/expat/
Dxmlparse.c416 const char *end, int tok, const char *next, const char **nextPtr,
427 const char *end, const char **nextPtr, XML_Bool haveMore);
431 const char *end, const char **nextPtr, XML_Bool haveMore);
2683 const char **nextPtr, in doContent() argument
2708 *nextPtr = s; in doContent()
2725 *nextPtr = end; in doContent()
2729 *nextPtr = s; in doContent()
2735 *nextPtr = s; in doContent()
2744 *nextPtr = s; in doContent()
2750 *nextPtr = s; in doContent()
[all …]
/external/skqp/src/pathops/
DSkOpCoincidence.h69 SkCoincidentSpans** nextPtr() { return &fNext; } in nextPtr() function
DSkOpCoincidence.cpp1208 headPtr = (*headPtr)->nextPtr(); in restoreHead()
1220 headPtr = (*headPtr)->nextPtr(); in restoreHead()
/external/skia/src/pathops/
DSkOpCoincidence.h69 SkCoincidentSpans** nextPtr() { return &fNext; } in nextPtr() function
DSkOpCoincidence.cpp1208 headPtr = (*headPtr)->nextPtr(); in restoreHead()
1220 headPtr = (*headPtr)->nextPtr(); in restoreHead()
/external/skia/src/sksl/
DSkSLJIT.cpp1353 LLVMValueRef nextPtr = LLVMBuildBitCast(builder, rawNextPtr, stageFuncType, "cast next->func"); in compileStageFunctionLoop() local
1377 LLVMBuildCall(builder, nextPtr, args, STAGE_PARAM_COUNT, ""); in compileStageFunctionLoop()
1681 LLVMValueRef nextPtr = LLVMBuildBitCast(builder, rawNextPtr, stageFuncType, in compileStageFunctionVector() local
1707 LLVMBuildCall(builder, nextPtr, args, STAGE_PARAM_COUNT, ""); in compileStageFunctionVector()
/external/skqp/src/sksl/
DSkSLJIT.cpp1353 LLVMValueRef nextPtr = LLVMBuildBitCast(builder, rawNextPtr, stageFuncType, "cast next->func"); in compileStageFunctionLoop() local
1377 LLVMBuildCall(builder, nextPtr, args, STAGE_PARAM_COUNT, ""); in compileStageFunctionLoop()
1681 LLVMValueRef nextPtr = LLVMBuildBitCast(builder, rawNextPtr, stageFuncType, in compileStageFunctionVector() local
1707 LLVMBuildCall(builder, nextPtr, args, STAGE_PARAM_COUNT, ""); in compileStageFunctionVector()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelLowering.cpp1493 SDValue nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, Op.getOperand(1), in LowerVASTART() local
1498 DAG.getTruncStore(firstStore, dl, ArgFPR, nextPtr, in LowerVASTART()
1502 nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, nextPtr, ConstStackOffset); in LowerVASTART()
1506 DAG.getStore(secondStore, dl, StackOffsetFI, nextPtr, in LowerVASTART()
1510 nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, nextPtr, ConstFrameOffset); in LowerVASTART()
1513 return DAG.getStore(thirdStore, dl, FR, nextPtr, in LowerVASTART()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp764 SDValue nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, VAList, in LowerVAARG() local
768 InChain = DAG.getStore(VAList.getValue(1), dl, nextPtr, VAListPtr, in LowerVAARG()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp775 SDValue nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, VAList, in LowerVAARG() local
779 InChain = DAG.getStore(VAList.getValue(1), dl, nextPtr, VAListPtr, in LowerVAARG()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp2627 SDValue nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, Op.getOperand(1), in LowerVASTART() local
2632 DAG.getTruncStore(firstStore, dl, ArgFPR, nextPtr, in LowerVASTART()
2636 nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, nextPtr, ConstStackOffset); in LowerVASTART()
2640 DAG.getStore(secondStore, dl, StackOffsetFI, nextPtr, in LowerVASTART()
2644 nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, nextPtr, ConstFrameOffset); in LowerVASTART()
2647 return DAG.getStore(thirdStore, dl, FR, nextPtr, in LowerVASTART()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp3090 SDValue nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, Op.getOperand(1), in LowerVASTART() local
3095 DAG.getTruncStore(firstStore, dl, ArgFPR, nextPtr, in LowerVASTART()
3098 nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, nextPtr, ConstStackOffset); in LowerVASTART()
3101 SDValue thirdStore = DAG.getStore(secondStore, dl, StackOffsetFI, nextPtr, in LowerVASTART()
3104 nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, nextPtr, ConstFrameOffset); in LowerVASTART()
3107 return DAG.getStore(thirdStore, dl, FR, nextPtr, in LowerVASTART()