Searched refs:c16 (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Defi.c321 efi_char16_t *c16; local
356 c16 = tmp = early_ioremap(efi.systab->fw_vendor, 2);
357 if (c16) {
358 for (i = 0; i < sizeof(vendor) - 1 && *c16; ++i)
359 vendor[i] = *c16++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx23885/
H A Dcx23888-ir.c412 unsigned int c16 = carrier * 16; local
414 if (*carrier_range_low < DIV_ROUND_CLOSEST(c16, 16 + 3)) {
416 *carrier_range_low = DIV_ROUND_CLOSEST(c16, 16 + 4);
419 *carrier_range_low = DIV_ROUND_CLOSEST(c16, 16 + 3);
422 if (*carrier_range_high > DIV_ROUND_CLOSEST(c16, 16 - 3)) {
424 *carrier_range_high = DIV_ROUND_CLOSEST(c16, 16 - 4);
427 *carrier_range_high = DIV_ROUND_CLOSEST(c16, 16 - 3);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx25840/
H A Dcx25840-ir.c370 unsigned int c16 = carrier * 16; local
372 if (*carrier_range_low < DIV_ROUND_CLOSEST(c16, 16 + 3)) {
374 *carrier_range_low = DIV_ROUND_CLOSEST(c16, 16 + 4);
377 *carrier_range_low = DIV_ROUND_CLOSEST(c16, 16 + 3);
380 if (*carrier_range_high > DIV_ROUND_CLOSEST(c16, 16 - 3)) {
382 *carrier_range_high = DIV_ROUND_CLOSEST(c16, 16 - 4);
385 *carrier_range_high = DIV_ROUND_CLOSEST(c16, 16 - 3);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Defi.c469 efi_char16_t *c16; local
518 c16 = __va(efi.systab->fw_vendor);
519 if (c16) {
520 for (i = 0;i < (int) sizeof(vendor) - 1 && *c16; ++i)
521 vendor[i] = *c16++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp9.c3551 unsigned *c16 = s->counts.tx16p[i], *c32 = s->counts.tx32p[i]; local
3554 adapt_prob(&p->tx16p[i][0], c16[0], c16[1] + c16[2], 20, 128);
3555 adapt_prob(&p->tx16p[i][1], c16[1], c16[2], 20, 128);

Completed in 52 milliseconds