Home
last modified time | relevance | path

Searched refs:newHead (Results 1 – 7 of 7) sorted by relevance

/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
DExecutionListBenchmark.java516 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/lcms2-2.6/src/
Dcmscnvrt.c118 _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()
Dcmsxform.c477 _cmsTransformPluginChunkType newHead = { NULL }; in DupPluginTransformList() local
499 if (newHead.TransformCollection == NULL) in DupPluginTransformList()
500 newHead.TransformCollection = newEntry; in DupPluginTransformList()
503 …ctx ->chunks[TransformPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsTransformPlugin… in DupPluginTransformList()
Dcmsgamma.c74 _cmsCurvesPluginChunkType newHead = { NULL }; in DupPluginCurvesList() local
98 if (newHead.ParametricCurves == NULL) in DupPluginCurvesList()
99 newHead.ParametricCurves = newEntry; in DupPluginCurvesList()
102 …ctx ->chunks[CurvesPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsCurvesPluginChunkT… in DupPluginCurvesList()
Dcmsopt.c1653 _cmsOptimizationPluginChunkType newHead = { NULL }; in DupPluginOptimizationList() local
1678 if (newHead.OptimizationCollection == NULL) in DupPluginOptimizationList()
1679 newHead.OptimizationCollection = newEntry; in DupPluginOptimizationList()
1682 …ctx ->chunks[OptimizationPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsOptimization… in DupPluginOptimizationList()
Dcmstypes.c5275 _cmsTagTypePluginChunkType newHead = { NULL }; in DupTagTypeList() local
5297 if (newHead.TagTypes == NULL) in DupTagTypeList()
5298 newHead.TagTypes = newEntry; in DupTagTypeList()
5301 ctx ->chunks[loc] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsTagTypePluginChunkType)); in DupTagTypeList()
5476 _cmsTagPluginChunkType newHead = { NULL }; in DupTagList() local
5498 if (newHead.Tag == NULL) in DupTagList()
5499 newHead.Tag = newEntry; in DupTagList()
5502 … ctx ->chunks[TagPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsTagPluginChunkType)); in DupTagList()
Dcmspack.c3234 _cmsFormattersPluginChunkType newHead = { NULL }; in DupFormatterFactoryList() local
3258 if (newHead.FactoryList == NULL) in DupFormatterFactoryList()
3259 newHead.FactoryList = newEntry; in DupFormatterFactoryList()
3262 …ctx ->chunks[FormattersPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsFormattersPlug… in DupFormatterFactoryList()