Home
last modified time | relevance | path

Searched refs:headPtr (Results 1 – 25 of 78) sorted by relevance

1234

/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltPool.c129 if (poolPtr->headPtr == NULL) {
130 poolPtr->headPtr = chainPtr;
133 poolPtr->headPtr->nextPtr = chainPtr;
146 chainPtr->nextPtr = poolPtr->headPtr;
147 poolPtr->headPtr = chainPtr;
210 if (poolPtr->headPtr == NULL) {
211 poolPtr->headPtr = chainPtr;
214 poolPtr->headPtr->nextPtr = chainPtr;
229 poolPtr->headPtr = chainPtr;
350 chainPtr->nextPtr = poolPtr->headPtr;
[all …]
H A DbltChain.c134 Blt_ChainLink *linkPtr = chainPtr->headPtr;
206 if (chainPtr->headPtr == NULL) {
211 linkPtr->nextPtr = chainPtr->headPtr;
213 chainPtr->headPtr->prevPtr = linkPtr;
214 chainPtr->headPtr = linkPtr;
247 if (chainPtr->headPtr == NULL) {
259 if (beforePtr == chainPtr->headPtr) {
260 chainPtr->headPtr = linkPtr;
292 if (chainPtr->headPtr == linkPtr) {
293 chainPtr->headPtr = linkPtr->nextPtr;
[all …]
H A DbltList.c256 listPtr->headPtr = listPtr->tailPtr = NULL;
279 if (listPtr->headPtr == NULL) {
284 nodePtr->nextPtr = listPtr->headPtr;
286 listPtr->headPtr->prevPtr = nodePtr;
287 listPtr->headPtr = nodePtr;
322 if (listPtr->headPtr == NULL) {
334 if (beforePtr == listPtr->headPtr) {
335 listPtr->headPtr = nodePtr;
368 if (listPtr->headPtr == nodePtr) {
369 listPtr->headPtr = nodePtr->nextPtr;
[all …]
H A DbltChain.h46 Blt_ChainLink *headPtr; /* Pointer to first element in chain */ member
74 #define Blt_ChainFirstLink(c) (((c) == NULL) ? NULL : (c)->headPtr)
H A DbltList.h57 struct Blt_ListNodeStruct *headPtr; /* Pointer to first element in list */ member
92 (((list) == NULL) ? NULL : ((struct Blt_ListStruct *)list)->headPtr)
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/Ylib/
H A Dokmalloc.c271 if ((headPtr->head.size > 0) || (headPtr->head.size != tail->size)) {
293 headPtr = check;
296 check = (block_p) ( ((INT)headPtr) + headPtr->head.size);
685 tail = (trailer_p) ( ((INT)headPtr) - headPtr->head.size
687 if ((headPtr->head.size > 0) || (headPtr->head.size != tail->size)) {
735 tail = (trailer_p) ( ((INT)headPtr) - headPtr->head.size
737 if ((headPtr->head.size > 0) || (headPtr->head.size != tail->size)) {
780 tail = (trailer_p) ( ((INT)headPtr) - headPtr->head.size
782 if ((headPtr->head.size > 0) || (headPtr->head.size != tail->size)) {
794 tail = (trailer_p) ( ((INT)headPtr) - headPtr->head.size
[all …]
/dports/x11-toolkits/tktable/Tktable2.10/generic/
H A DtkTableCellSort.c260 SortElement *headPtr; local
277 headPtr = tailPtr;
295 return headPtr;
317 MergeSort(headPtr) in MergeSort() argument
318 SortElement *headPtr; /* First element on the list */ in MergeSort()
334 while (headPtr != NULL) {
335 elementPtr = headPtr;
336 headPtr = headPtr->nextPtr;
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclGeneric/
H A DtclFileName.c2352 Tcl_DStringAppend(headPtr, ":", 1);
2359 Tcl_DStringAppend(headPtr, ":", 1);
2375 Tcl_DStringAppend(headPtr, ":", 1);
2383 Tcl_DStringAppend(headPtr, "/", 1);
2400 Tcl_DStringAppend(headPtr, "/", 1);
2456 length = Tcl_DStringLength(headPtr);
2586 Tcl_DStringAppend(headPtr, "/", 1);
2588 Tcl_DStringAppend(headPtr, ".", 1);
2598 Tcl_DStringFree(headPtr);
2618 Tcl_DStringAppend(headPtr, "/", 1);
[all …]
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/
H A DLruHashMap.java81 private Entry<K,V> headPtr; field in LruHashMap
496 long freed = headPtr.heapSize(); in evictFromLru()
498 removeEntry(headPtr); in evictFromLru()
516 headPtr = next; in updateLru()
517 headPtr.setPrevPtr(null); in updateLru()
558 headPtr = nextPtr; in removeEntry()
602 headPtr = nextPtr; in removeEntryForKey()
634 headPtr = newE; in addEntry()
667 headPtr = null; in clearAll()
814 Entry<K,V> entry = headPtr; in entryLruList()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sky/
H A Ddisk.cpp140 uint16 *headPtr = (uint16 *)fileDest; in loadFile() local
142 *(headPtr + i) = READ_LE_UINT16(headPtr + i); in loadFile()
168 uint16 *headPtr = (uint16 *)fileDest; in loadFile() local
170 *(headPtr + i) = READ_LE_UINT16(headPtr + i); in loadFile()
/dports/games/scummvm/scummvm-2.5.1/engines/sky/
H A Ddisk.cpp140 uint16 *headPtr = (uint16 *)fileDest; in loadFile() local
142 *(headPtr + i) = READ_LE_UINT16(headPtr + i); in loadFile()
168 uint16 *headPtr = (uint16 *)fileDest; in loadFile() local
170 *(headPtr + i) = READ_LE_UINT16(headPtr + i); in loadFile()
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/graphics/contrib/mandel/
H A Dlists.h44 #define ListClose( listPtr, headPtr, nitems ) { \ argument
45 headPtr = ListHeadPtr( listPtr ); \
/dports/science/chrono/chrono-7.0.1/src/chrono_thirdparty/HACDv2/
H A DdgTree.h562 dgTreeNode** const headPtr = (dgTreeNode**) &m_head; in Insert() local
564 ptr->InsertFixup ((dgRedBackNode**)headPtr); in Insert()
627 dgTreeNode** const headPtr = (dgTreeNode**) &m_head; in Insert() local
629 ptr->InsertFixup ((dgRedBackNode**)headPtr); in Insert()
667 dgTreeNode** const headPtr = (dgTreeNode**) &m_head; in Replace() local
669 ptr->InsertFixup ((dgRedBackNode**)headPtr ); in Replace()
695 dgTreeNode** const headPtr = (dgTreeNode**) &m_head; in Unlink() local
696 node->Unlink ((dgRedBackNode**)headPtr); in Unlink()
705 dgTreeNode** const headPtr = (dgTreeNode**) &m_head; in Remove() local
706 node->Remove ((dgRedBackNode**)headPtr); in Remove()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Native/Unix/System.Native/
H A Dpal_networkstatistics.c463 for (uint8_t* headPtr = buffer; headPtr <= buffer + len; in SystemNative_GetNativeIPInterfaceStatistics() local
464 headPtr += ((struct if_msghdr*)headPtr)->ifm_msglen) in SystemNative_GetNativeIPInterfaceStatistics()
466 struct if_msghdr* ifHdr = (struct if_msghdr*)headPtr; in SystemNative_GetNativeIPInterfaceStatistics()
519 uint8_t* headPtr = buffer; in SystemNative_GetNumRoutes() local
531 headPtr += rtmsg->rtm_msglen; in SystemNative_GetNumRoutes()
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DStoreBuffer.cpp217 for (auto** headPtr : {&stringHead_, &nonStringHead_}) { in clear()
218 for (auto* set = *headPtr; set; set = set->next) { in clear()
221 *headPtr = nullptr; in clear()
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DStoreBuffer.cpp217 for (auto** headPtr : {&stringHead_, &nonStringHead_}) { in clear()
218 for (auto* set = *headPtr; set; set = set->next) { in clear()
221 *headPtr = nullptr; in clear()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DStoreBuffer.cpp217 for (auto** headPtr : {&stringHead_, &nonStringHead_}) { in clear()
218 for (auto* set = *headPtr; set; set = set->next) { in clear()
221 *headPtr = nullptr; in clear()
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/kernel/vm/
H A DTransporterCallback.cpp108 Ptr<SectionSegment> headPtr; in linkSegments() local
109 g_sectionSegmentPool.getPtr(headPtr, head); in linkSegments()
115 g_sectionSegmentPool.getPtr(oldTailPtr, headPtr.p->m_lastSegment); in linkSegments()
117 headPtr.p->m_lastSegment = tailPtr.p->m_lastSegment; in linkSegments()
118 headPtr.p->m_sz += tailPtr.p->m_sz; in linkSegments()
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/simulator/
H A Dhnormlocal.c55 void HNL_setRegsRig(DF_TermPtr headPtr) in HNL_setRegsRig() argument
59 AM_head = headPtr; in HNL_setRegsRig()
63 void HNL_setRegsFlex(DF_TermPtr headPtr) in HNL_setRegsFlex() argument
66 AM_head = headPtr; in HNL_setRegsFlex()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/pathops/
H A DSkOpCoincidence.cpp1206 SkCoincidentSpans** headPtr = &fHead; in restoreHead() local
1207 while (*headPtr) { in restoreHead()
1208 headPtr = (*headPtr)->nextPtr(); in restoreHead()
1210 *headPtr = fTop; in restoreHead()
1213 headPtr = &fHead; in restoreHead()
1214 while (*headPtr) { in restoreHead()
1215 SkCoincidentSpans* test = *headPtr; in restoreHead()
1217 *headPtr = test->next(); in restoreHead()
1220 headPtr = (*headPtr)->nextPtr(); in restoreHead()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/pathops/
H A DSkOpCoincidence.cpp1206 SkCoincidentSpans** headPtr = &fHead; in restoreHead() local
1207 while (*headPtr) { in restoreHead()
1208 headPtr = (*headPtr)->nextPtr(); in restoreHead()
1210 *headPtr = fTop; in restoreHead()
1213 headPtr = &fHead; in restoreHead()
1214 while (*headPtr) { in restoreHead()
1215 SkCoincidentSpans* test = *headPtr; in restoreHead()
1217 *headPtr = test->next(); in restoreHead()
1220 headPtr = (*headPtr)->nextPtr(); in restoreHead()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/pathops/
H A DSkOpCoincidence.cpp1206 SkCoincidentSpans** headPtr = &fHead; in restoreHead() local
1207 while (*headPtr) { in restoreHead()
1208 headPtr = (*headPtr)->nextPtr(); in restoreHead()
1210 *headPtr = fTop; in restoreHead()
1213 headPtr = &fHead; in restoreHead()
1214 while (*headPtr) { in restoreHead()
1215 SkCoincidentSpans* test = *headPtr; in restoreHead()
1217 *headPtr = test->next(); in restoreHead()
1220 headPtr = (*headPtr)->nextPtr(); in restoreHead()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/pathops/
H A DSkOpCoincidence.cpp1206 SkCoincidentSpans** headPtr = &fHead; in restoreHead() local
1207 while (*headPtr) { in restoreHead()
1208 headPtr = (*headPtr)->nextPtr(); in restoreHead()
1210 *headPtr = fTop; in restoreHead()
1213 headPtr = &fHead; in restoreHead()
1214 while (*headPtr) { in restoreHead()
1215 SkCoincidentSpans* test = *headPtr; in restoreHead()
1217 *headPtr = test->next(); in restoreHead()
1220 headPtr = (*headPtr)->nextPtr(); in restoreHead()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/pathops/
H A DSkOpCoincidence.cpp1180 SkCoincidentSpans** headPtr = &fHead; in restoreHead() local
1181 while (*headPtr) { in restoreHead()
1182 headPtr = (*headPtr)->nextPtr(); in restoreHead()
1184 *headPtr = fTop; in restoreHead()
1187 headPtr = &fHead; in restoreHead()
1188 while (*headPtr) { in restoreHead()
1189 SkCoincidentSpans* test = *headPtr; in restoreHead()
1191 *headPtr = test->next(); in restoreHead()
1194 headPtr = (*headPtr)->nextPtr(); in restoreHead()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/pathops/
H A DSkOpCoincidence.cpp1132 SkCoincidentSpans** headPtr = &fHead; in restoreHead() local
1133 while (*headPtr) { in restoreHead()
1134 headPtr = (*headPtr)->nextPtr(); in restoreHead()
1136 *headPtr = fTop; in restoreHead()
1139 headPtr = &fHead; in restoreHead()
1140 while (*headPtr) { in restoreHead()
1141 SkCoincidentSpans* test = *headPtr; in restoreHead()
1143 *headPtr = test->next(); in restoreHead()
1146 headPtr = (*headPtr)->nextPtr(); in restoreHead()

1234