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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dvasnprintf.c492 mp_limb_t msd = b_ptr[b_len - 1]; /* = b[n-1], > 0 */ local
494 if (msd >= 0x10000)
496 msd = msd >> 16;
499 if (msd >= 0x100)
501 msd = msd >> 8;
504 if (msd >= 0x10)
506 msd = msd >>
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dvasnprintf.c492 mp_limb_t msd = b_ptr[b_len - 1]; /* = b[n-1], > 0 */ local
494 if (msd >= 0x10000)
496 msd = msd >> 16;
499 if (msd >= 0x100)
501 msd = msd >> 8;
504 if (msd >= 0x10)
506 msd = msd >>
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dvasnprintf.c553 mp_limb_t msd = b_ptr[b_len - 1]; /* = b[n-1], > 0 */ local
555 if (msd >= 0x10000)
557 msd = msd >> 16;
560 if (msd >= 0x100)
562 msd = msd >> 8;
565 if (msd >= 0x10)
567 msd = msd >>
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dvasnprintf.c491 mp_limb_t msd = b_ptr[b_len - 1]; /* = b[n-1], > 0 */ local
493 if (msd >= 0x10000)
495 msd = msd >> 16;
498 if (msd >= 0x100)
500 msd = msd >> 8;
503 if (msd >= 0x10)
505 msd = msd >>
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Dmv_xor.c1293 struct mv_xor_platform_shared_data *msd = pdev->dev.platform_data; local
1326 if (msd != NULL && msd->dram != NULL)
1327 mv_xor_conf_mbus_windows(msp, msd->dram);

Completed in 77 milliseconds