HomeSort by relevance Sort by last modified time
    Searched refs:pNext (Results 1 - 25 of 214) sorted by null

1 2 3 4 5 6 7 8 9

  /external/ltp/testcases/kernel/syscalls/epoll2/include/
dbllist.h 13 (ptr)->pNext = (ptr)->pPrev = (ptr); \
19 struct list_head *pNext = next; \
20 (pNext)->pPrev = newi; \
21 (newi)->pNext = pNext; \
23 (pPrev)->pNext = newi; \
26 #define DBL_LIST_ADDH(new, head) DBL_LIST_ADD(new, head, (head)->pNext)
33 struct list_head *pNext = next; \
35 (prev)->pNext = pNext; \
    [all...]
  /external/vulkan-validation-layers/loader/
vk_loader_layer.h 30 struct VkLayerDbgFunctionNode_ *pNext;
debug_report.c 94 pNewDbgFuncNode->pNext = inst->DbgFunctionHead;
129 pTrav = pTrav->pNext;
143 pPrev->pNext = pTrav->pNext;
145 inst->DbgFunctionHead = pTrav->pNext;
158 pTrav = pTrav->pNext;
162 // This utility (used by vkInstanceCreateInfo(), looks at a pNext chain. It
178 const void *pNext = pChain;
179 while (pNext) {
181 if (((VkDebugReportCallbackCreateInfoEXT *)pNext)->sType =
    [all...]
  /frameworks/native/vulkan/include/vulkan/
vk_layer_interface.h 40 struct VkLayerInstanceLink_* pNext;
51 const void* pNext;
60 struct VkLayerDeviceLink_* pNext;
67 const void* pNext;
vk_android_native_buffer.h 56 const void* pNext;
74 const void* pNext;
81 const void* pNext;
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
arena.h 45 ArenaBlock* pNext = nullptr;
114 SWR_ASSUME_ASSERT(pPrevBlock && pPrevBlock->pNext == pBlock);
115 pPrevBlock->pNext = pBlock->pNext;
116 pBlock->pNext = nullptr;
162 ArenaBlock* pBlock = m_oldCachedBlocks[i].pNext;
165 ArenaBlock* pNext = pBlock->pNext;
169 pBlock = pNext;
171 m_oldCachedBlocks[i].pNext = nullptr
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_bookmarktree.cpp 32 CPDF_Dictionary* pNext = pDict->GetDictFor("Next");
33 return pNext == pDict ? CPDF_Bookmark() : CPDF_Bookmark(pNext);
cpdf_action.cpp 115 CPDF_Object* pNext = m_pDict->GetDirectObjectFor("Next");
116 if (!pNext)
118 if (pNext->IsDictionary())
120 if (CPDF_Array* pArray = pNext->AsArray())
129 CPDF_Object* pNext = m_pDict->GetDirectObjectFor("Next");
130 if (CPDF_Dictionary* pDict = ToDictionary(pNext)) {
133 } else if (CPDF_Array* pArray = ToArray(pNext)) {
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
vk_safe_struct.cpp 33 pNext(pInStruct->pNext),
47 pNext = src.pNext;
62 pNext = pInStruct->pNext;
73 pNext = src->pNext;
83 pNext(pInStruct->pNext),
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
vk_safe_struct.cpp 33 pNext(pInStruct->pNext),
47 pNext = src.pNext;
62 pNext = pInStruct->pNext;
73 pNext = src->pNext;
83 pNext(pInStruct->pNext),
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_size_helper.c     [all...]
vk_safe_struct.h 31 const void* pNext;
49 const void* pNext;
85 const void* pNext;
102 const void* pNext;
123 const void* pNext;
143 const void* pNext;
158 const void* pNext;
216 const void* pNext;
239 const void* pNext;
253 const void* pNext;
    [all...]
vk_struct_string_helper.h 192 if (pStruct->pNext) {
193 tmpStr = dynamic_display((void*)pStruct->pNext, prefix);
196 snprintf(stp_strs[0], len, " %spNext (0x%p)\n%s", prefix, (void*)pStruct->pNext, tmpStr);
203 snprintf(str, len, "%ssType = %s\n%spNext = 0x%p\n%sflags = %u\n%swindow = 0x%p\n", prefix, string_VkStructureType(pStruct->sType), prefix, (pStruct->pNext), prefix, (pStruct->flags), prefix, (pStruct->window));
222 if (pStruct->pNext) {
223 tmpStr = dynamic_display((void*)pStruct->pNext, prefix);
226 snprintf(stp_strs[0], len, " %spNext (0x%p)\n%s", prefix, (void*)pStruct->pNext, tmpStr);
233 snprintf(str, len, "%ssType = %s\n%spNext = 0x%p\n%spApplicationName = 0x%p\n%sapplicationVersion = %u\n%spEngineName = 0x%p\n%sengineVersion = %u\n%sapiVersion = %u\n", prefix, string_VkStructureType(pStruct->sType), prefix, (pStruct->pNext), prefix, (pStruct->pApplicationName), prefix, (pStruct->applicationVersion), prefix, (pStruct->pEngineName), prefix, (pStruct->engineVersion), prefix, (pStruct->apiVersion));
270 if (pStruct->pNext) {
271 tmpStr = dynamic_display((void*)pStruct->pNext, prefix)
    [all...]
  /external/pdfium/xfa/fde/css/
cfde_cssselector.h 31 void SetNext(std::unique_ptr<CFDE_CSSSelector> pNext) {
32 m_pNext = std::move(pNext);
  /external/deqp/external/vulkancts/framework/vulkan/
vkStructTypes.inl 7 const void* pNext;
18 const void* pNext;
282 const void* pNext;
292 const void* pNext;
320 const void* pNext;
333 const void* pNext;
341 const void* pNext;
427 const void* pNext;
443 const void* pNext;
450 const void* pNext;
    [all...]
  /external/vulkan-validation-layers/layers/
vk_layer_logging.h 57 new_node->pNext = *list_head;
72 prev_callback->pNext = cur_callback->pNext;
74 *list_head = cur_callback->pNext;
84 cur_callback = cur_callback->pNext;
97 prev_callback = current_callback->pNext;
126 pTrav = pTrav->pNext;
218 // This utility (called at vkCreateInstance() time), looks at a pNext chain.
227 const void *pNext = pChain;
228 while (pNext) {
    [all...]
unique_objects.h 125 void *pNext;
131 const GenericHeader *ext_struct = reinterpret_cast<const GenericHeader *>(target->pNext);
138 ext_struct = reinterpret_cast<const GenericHeader *>(ext_struct->pNext);
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
vk_layer_logging.h 57 pTrav = pTrav->pNext;
99 pTravNext = pTrav->pNext;
136 pNewDbgFuncNode->pNext = debug_data->g_pDbgFunctionHead;
156 pPrev->pNext = pTrav->pNext;
158 debug_data->g_pDbgFunctionHead = pTrav->pNext;
168 pTrav = pTrav->pNext;
195 // This utility (called at vkCreateInstance() time), looks at a pNext chain.
204 const void *pNext = pChain;
205 while (pNext) {
    [all...]
  /system/nfc/halimpl/pn54x/utils/
phNxpNciHal_utils.c 97 pNode->pNext = NULL;
108 while (pLastNode->pNext != NULL) {
109 pLastNode = pLastNode->pNext;
113 pLastNode->pNext = pNode;
152 pList->pFirst = pList->pFirst->pNext;
154 while (pNode->pNext != NULL) {
155 if (pNode->pNext->pData == pData) {
159 pNode = pNode->pNext;
162 if (pNode->pNext == NULL) {
170 pRemovedNode = pNode->pNext;
    [all...]
  /system/nfc/halimpl/pn54x/tml/
phDal4Nfc_messageQueueLib.c 32 struct phDal4Nfc_message_queue_item* pNext;
127 while (p->pNext != NULL) {
128 p = p->pNext;
132 free(p->pNext);
133 p->pNext = NULL;
178 while (p->pNext != NULL) {
179 p = p->pNext;
181 p->pNext = pNew;
227 p = pQueue->pItems->pNext;
  /frameworks/rs/rsov/driver/
rsovContext.cpp 34 .pNext = nullptr,
43 .pNext = nullptr,
80 .pNext = nullptr,
87 .pNext = nullptr,
136 .pNext = nullptr,
  /external/mdnsresponder/mDNSShared/
GenLinkedList.c 143 void *pNext;
145 pNext = pList->Head;
152 if ( pNext) {
153 ASSIGNLINK( pNext, elem, pList->BackLinkOffset);
164 void *pNext, *pPrev;
166 pNext = GETLINK( elem, pList->FwdLinkOffset);
171 ASSIGNLINK( pPrev, pNext, pList->FwdLinkOffset);
173 pList->Head = pNext;
176 if ( pNext)
177 ASSIGNLINK( pNext, pPrev, pList->BackLinkOffset)
    [all...]
  /external/pdfium/xfa/fwl/
cfwl_widgetmgr.cpp 70 return pItem && pItem->pNext ? pItem->pNext->pWidget : nullptr;
84 while (pItem && pItem->pNext)
85 pItem = pItem->pNext;
111 pChild->pPrevious->pNext = pChild->pNext;
112 if (pChild->pNext)
113 pChild->pNext->pPrevious = pChild->pPrevious;
115 pItem->pParent->pChild = pItem->pNext;
117 pItem->pNext = nullptr
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.cpp 66 pNext = DE_NULL;
86 pNext = DE_NULL;
125 pNext = DE_NULL;
142 pNext = DE_NULL;
164 pNext = other.pNext;
187 pNext = other.pNext;
230 pNext = DE_NULL;
261 pNext = DE_NULL
    [all...]
  /external/mesa3d/include/vulkan/
vulkan_intel.h 38 const void* pNext; // Pointer to next structure.

Completed in 783 milliseconds

1 2 3 4 5 6 7 8 9