Searched refs:newHead (Results 1 – 7 of 7) sorted by relevance
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/ |
D | ExecutionListBenchmark.java | 516 RunnableExecutorPair newHead = new RunnableExecutorPair(runnable, executor); 523 newHead.execute(); 527 newHead.next = oldHead; 528 } while (!UNSAFE.compareAndSwapObject(this, HEAD_OFFSET, oldHead, newHead));
|
/external/pdfium/third_party/lcms/src/ |
D | cmscnvrt.c | 118 _cmsIntentsPluginChunkType newHead = { NULL }; in DupPluginIntentsList() local 140 if (newHead.Intents == NULL) in DupPluginIntentsList() 141 newHead.Intents = newEntry; in DupPluginIntentsList() 144 …ctx ->chunks[IntentPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsIntentsPluginChunk… in DupPluginIntentsList()
|
D | cmsgamma.c | 73 _cmsCurvesPluginChunkType newHead = { NULL }; in DupPluginCurvesList() local 97 if (newHead.ParametricCurves == NULL) in DupPluginCurvesList() 98 newHead.ParametricCurves = newEntry; in DupPluginCurvesList() 101 …ctx ->chunks[CurvesPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsCurvesPluginChunkT… in DupPluginCurvesList()
|
D | cmsxform.c | 607 _cmsTransformPluginChunkType newHead = { NULL }; in DupPluginTransformList() local 629 if (newHead.TransformCollection == NULL) in DupPluginTransformList() 630 newHead.TransformCollection = newEntry; in DupPluginTransformList() 633 …ctx ->chunks[TransformPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsTransformPlugin… in DupPluginTransformList()
|
D | cmsopt.c | 1809 _cmsOptimizationPluginChunkType newHead = { NULL }; in DupPluginOptimizationList() local 1834 if (newHead.OptimizationCollection == NULL) in DupPluginOptimizationList() 1835 newHead.OptimizationCollection = newEntry; in DupPluginOptimizationList() 1838 …ctx ->chunks[OptimizationPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsOptimization… in DupPluginOptimizationList()
|
D | cmstypes.c | 5325 _cmsTagTypePluginChunkType newHead = { NULL }; in DupTagTypeList() local 5347 if (newHead.TagTypes == NULL) in DupTagTypeList() 5348 newHead.TagTypes = newEntry; in DupTagTypeList() 5351 ctx ->chunks[loc] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsTagTypePluginChunkType)); in DupTagTypeList() 5527 _cmsTagPluginChunkType newHead = { NULL }; in DupTagList() local 5549 if (newHead.Tag == NULL) in DupTagList() 5550 newHead.Tag = newEntry; in DupTagList() 5553 … ctx ->chunks[TagPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsTagPluginChunkType)); in DupTagList()
|
D | cmspack.c | 3218 _cmsFormattersPluginChunkType newHead = { NULL }; in DupFormatterFactoryList() local 3242 if (newHead.FactoryList == NULL) in DupFormatterFactoryList() 3243 newHead.FactoryList = newEntry; in DupFormatterFactoryList() 3246 …ctx ->chunks[FormattersPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsFormattersPlug… in DupFormatterFactoryList()
|