Searched refs:Pnext (Results 1 – 5 of 5) sorted by relevance
/external/giflib/ |
D | quantize.c | 31 struct QuantizedColorType *Pnext; member 118 QuantizedColor->Pnext = &ColorArrayEntries[i]; in GifQuantizeBuffer() 122 QuantizedColor->Pnext = NULL; in GifQuantizeBuffer() 150 QuantizedColor = QuantizedColor->Pnext; in GifQuantizeBuffer() 234 j++, QuantizedColor = QuantizedColor->Pnext) in SubdivColorMap() 253 SortArray[j]->Pnext = SortArray[j + 1]; in SubdivColorMap() 254 SortArray[NewColorSubdiv[Index].NumEntries - 1]->Pnext = NULL; in SubdivColorMap() 262 while (QuantizedColor->Pnext != NULL && in SubdivColorMap() 263 (Sum -= QuantizedColor->Pnext->Count) >= 0 && in SubdivColorMap() 264 QuantizedColor->Pnext->Pnext != NULL) { in SubdivColorMap() [all …]
|
/external/vixl/test/aarch64/ |
D | test-disasm-sve-aarch64.cc | 6074 COMPARE_MACRO(Pnext(p5.VnB(), p9, p5.VnB()), "pnext p5.b, p9, p5.b"); in TEST() 6075 COMPARE_MACRO(Pnext(p6.VnH(), p8, p6.VnH()), "pnext p6.h, p8, p6.h"); in TEST() 6076 COMPARE_MACRO(Pnext(p7.VnS(), p5, p7.VnS()), "pnext p7.s, p5, p7.s"); in TEST() 6077 COMPARE_MACRO(Pnext(p8.VnD(), p6, p8.VnD()), "pnext p8.d, p6, p8.d"); in TEST() 6079 COMPARE_MACRO(Pnext(p6.VnB(), p4, p5.VnB()), in TEST() 6082 COMPARE_MACRO(Pnext(p7.VnH(), p3, p8.VnH()), in TEST() 6085 COMPARE_MACRO(Pnext(p8.VnS(), p2, p9.VnS()), in TEST() 6088 COMPARE_MACRO(Pnext(p9.VnD(), p1, p10.VnD()), in TEST() 6095 COMPARE_MACRO(Pnext(p6.VnB(), p6, p0.VnB()), in TEST() 6099 COMPARE_MACRO(Pnext(p7.VnH(), p7, p1.VnH()), in TEST() [all …]
|
D | test-assembler-sve-aarch64.cc | 2921 &MacroAssembler::Pnext, in PnextHelper() 3358 __ Pnext(p0.VnB(), p0, p0.VnB()); in TEST_SVE() local 3362 __ Pnext(p1.VnB(), p1, p1.VnB()); in TEST_SVE() local 3366 __ Pnext(p2.VnB(), p2, p2.VnB()); in TEST_SVE() local 3370 __ Pnext(p3.VnB(), p3, p3.VnB()); in TEST_SVE() local
|
/external/vixl/src/aarch64/ |
D | macro-assembler-sve-aarch64.cc | 989 void MacroAssembler::Pnext(const PRegisterWithLaneSize& pd, in Pnext() function in vixl::aarch64::MacroAssembler
|
D | macro-assembler-aarch64.h | 5481 void Pnext(const PRegisterWithLaneSize& pd,
|