Searched refs:modulo (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Ddibx000_common.h119 u8 modulo; member in struct:dibx000_bandwidth_config
H A Ddib7000m.c354 reg_907 = (bw->pll_bypass << 15) | (bw->modulo << 7) |
399 dib7000m_write_word(state, 910, (1 << 12) | (2 << 10) | (bw->modulo << 8) | (bw->ADClkSrc << 7));
H A Ddib8000.c491 dib8000_write_word(state, 904, (0 << 15) | (0 << 12) | (0 << 10) | (pll->modulo << 8) | (pll->ADClkSrc << 7) | (0 << 1));
494 (0 << 15) | (1 << 12) | ((state->cfg.refclksel & 0x3) << 10) | (pll->modulo << 8) | (pll->
497 dib8000_write_word(state, 904, (0 << 15) | (1 << 12) | (3 << 10) | (pll->modulo << 8) | (pll->ADClkSrc << 7) | (0 << 1));
H A Ddib7000p.c326 (bw->modulo << 7) | (bw->ADClkSrc << 6) | (bw->IO_CLK_en_core << 5) |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/act2000/
H A Dcapi.h89 __u8 modulo; /* Modulo Mode */ member in struct:actcapi_dlpd
102 __u8 modulo; member in struct:actcapi_ncpd
H A Dcapi.c192 m->msg.connect_b3_req.ncpi.modulo = 8;
310 m->msg.select_b2_protocol_req.dlpd.modulo = 8;
331 m->msg.select_b3_protocol_req.ncpd.modulo = 8;
374 m->msg.disconnect_b3_req.ncpi.modulo = 8;
425 m->msg.connect_b3_resp.ncpi.modulo = 8;
953 printk(KERN_DEBUG " ncpi.mod = %d\n", ncpi->modulo);
967 printk(KERN_DEBUG " dlpd.modulo = %d\n", dlpd->modulo);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3collections.c155 table->modulo = sizeHint;
208 for (bucket = 0; bucket < table->modulo; bucket++)
283 hash = (ANTLR3_UINT32)(key % (ANTLR3_INTKEY)(table->modulo));
344 bucket = table->buckets + (hash % table->modulo);
452 hash = (ANTLR3_UINT32)(key % (ANTLR3_INTKEY)(table->modulo));
496 bucket = table->buckets + (hash % table->modulo);
532 hash = (ANTLR3_UINT32)(key % (ANTLR3_INTKEY)(table->modulo));
607 bucket = table->buckets + (hash % table->modulo);
733 if (en->bucket >= en->table->modulo)
791 while (en->bucket < en->table->modulo)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3collections.h111 ANTLR3_UINT32 modulo; member in struct:ANTLR3_HASH_TABLE_struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc4/asm/
H A Drc4-ia64.pl606 /* Do the initial few bytes via the compact, modulo-scheduled loop
721 /* Do the remaining bytes via the compact, modulo-scheduled loop */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl606 /* Do the initial few bytes via the compact, modulo-scheduled loop
721 /* Do the remaining bytes via the compact, modulo-scheduled loop */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dsynth_filter_vfp.S132 str lr, [P_SB_OFF] @ rotate offset, modulo buffer size, ready for next call
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Ddma.c939 #define modulo(a, b) ({ \ macro
973 (unsigned long long)modulo(permille_failed, 10),
975 (unsigned long long)modulo(average_tries, 100));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/go7007/
H A Dgo7007-fw.c431 int modulo, int pict_struct, enum mpeg_frame_type frame)
733 int modulo, enum mpeg_frame_type frame)
740 if (modulo)
430 mpeg1_frame_header(struct go7007 *go, unsigned char *buf, int modulo, int pict_struct, enum mpeg_frame_type frame) argument
732 mpeg4_frame_header(struct go7007 *go, unsigned char *buf, int modulo, enum mpeg_frame_type frame) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/modes/asm/
H A Dghashv8-armx.pl195 @ as loop is modulo-scheduled
H A Dghash-ia64.pl138 { .mib; xor Zhi=Zhi,Hhi };; // modulo-scheduling artefact
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/asm/
H A Dghashv8-armx.pl195 @ as loop is modulo-scheduled
H A Dghash-ia64.pl138 { .mib; xor Zhi=Zhi,Hhi };; // modulo-scheduling artefact
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D03-codebook.tex317 division ) integer modulo [codebook_lookup_values]
H A D08-residue.tex306 [temp] integer modulo [residue_classifications]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-usb/
H A Dcxusb.c988 .modulo = 2,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dfore200e.c88 #define FORE200E_NEXT_ENTRY(index, modulo) (index = ++(index) % (modulo))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dquaqua.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/randelshofer/ ch/randelshofer/quaqua/ ch/randelshofer/quaqua/border/ ...

Completed in 318 milliseconds