Searched refs:pi1 (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-service-time.c180 * Compare the estimated service time of 2 paths, pi1 and pi2,
184 * < 0 : pi1 is better
185 * 0 : no difference between pi1 and pi2
194 static int st_compare_load(struct path_info *pi1, struct path_info *pi2, argument
199 sz1 = atomic_read(&pi1->in_flight_size);
205 if (pi1->relative_throughput == pi2->relative_throughput)
213 !pi1->relative_throughput || !pi2->relative_throughput)
214 return pi2->relative_throughput - pi1->relative_throughput;
218 * Service time using pi1:
219 * st1 = (sz1 + incoming) / pi1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dqtrle.c71 unsigned char pi0, pi1; /* 2 8-pixel values */ local
97 pi1 = s->buf[stream_ptr++];
102 rgb[pixel_ptr++] = pi1;
179 unsigned char pi1, pi2, pi3, pi4; /* 4 palette indexes */ local
199 pi1 = s->buf[stream_ptr++];
207 rgb[pixel_ptr++] = pi1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dqtrle.c62 uint8_t pi0, pi1; /* 2 8-pixel values */ local
101 pi1 = bytestream2_get_byte(&s->g);
106 rgb[pixel_ptr++] = pi1;
181 uint8_t pi1, pi2, pi3, pi4; /* 4 palette indexes */ local
199 pi1 = bytestream2_get_byte(&s->g);
207 rgb[pixel_ptr++] = pi1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/sgi/
H A Dioc.h17 #include <asm/sgi/pi1.h>

Completed in 2801 milliseconds