Home
last modified time | relevance | path

Searched refs:Pnext (Results 1 – 5 of 5) sorted by relevance

/external/giflib/
Dquantize.c31 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/
Dtest-disasm-sve-aarch64.cc6074 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 …]
Dtest-assembler-sve-aarch64.cc2921 &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/
Dmacro-assembler-sve-aarch64.cc989 void MacroAssembler::Pnext(const PRegisterWithLaneSize& pd, in Pnext() function in vixl::aarch64::MacroAssembler
Dmacro-assembler-aarch64.h5481 void Pnext(const PRegisterWithLaneSize& pd,