Searched refs:newList (Results 1 – 2 of 2) sorted by relevance
212 newList = []214 if i not in newList:215 newList.append(i)216 newVariable = os.pathsep.join(newList)
1069 uint32_t *newList = heapAlloc(sizeof(uint32_t[newSz])); /* grow by 50% */ in osInternalEvtHandle() local1070 if (newList) { in osInternalEvtHandle()1071 … memcpy(newList, task->subbedEvents, sizeof(uint32_t[task->subbedEvtListSz])); in osInternalEvtHandle()1074 task->subbedEvents = newList; in osInternalEvtHandle()