Searched refs:mt (Results 1 - 25 of 147) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dmatch_fstype.c15 int match_fstype(const struct mntent *mt, const char *fstype) argument
20 if (!mt)
31 len = strlen(mt->mnt_type);
33 if (!strncmp(mt->mnt_type, fstype, len)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Drandom.c39 /** Initializes mt[AV_RANDOM_N] with a seed. */
50 /* only MSBs of the array mt[]. */
51 state->mt[0] = seed & 0xffffffff;
53 unsigned int prev= state->mt[index - 1];
54 state->mt[index] = (1812433253UL * (prev ^ (prev>>30)) + index) & 0xffffffff;
74 y = (state->mt[kk] & UPPER_MASK) | (state->mt[kk + 1] & LOWER_MASK);
75 state->mt[kk] = state->mt[kk + M] ^ (y >> 1) ^ ((y&1)*A);
78 y = (state->mt[k
[all...]
H A Drandom.h33 unsigned int mt[AV_RANDOM_N]; ///< the array for the state vector member in struct:__anon744
61 y = state->mt[state->index++];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/include/libavutil/
H A Drandom.h33 unsigned int mt[AV_RANDOM_N]; ///< the array for the state vector member in struct:__anon943
61 y = state->mt[state->index++];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/program/
H A DMakefile5 environ.html errorret.html faq.html mt.html namespace.html \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/matrox/
H A Dmatroxfb_g450.c230 static void computeRegs(WPMINFO struct mavenregs* r, struct my_timming* mt, const struct output_desc* outd) { argument
244 hvis = ((mt->HDisplay << 1) + 3) & ~3;
257 mt->mnp = mnp;
258 mt->pixclock = g450_mnp2f(PMINFO mnp);
262 pixclock = 1000000000U / mt->pixclock;
267 do_div(piic, mt->pixclock);
314 mt->interlaced = 1;
316 mt->HDisplay = hvis & ~7;
317 mt->HSyncStart = mt
510 matroxfb_g450_compute(void* md, struct my_timming* mt) argument
567 g450_dvi_compute(void* md, struct my_timming* mt) argument
[all...]
H A Dmatroxfb_maven.c738 struct my_timming* mt,
754 if (maven_find_exact_clocks(mt->HTotal, mt->VTotal, m) == 0)
757 lmargin = mt->HTotal - mt->HSyncEnd;
758 slen = mt->HSyncEnd - mt->HSyncStart;
759 hcrt = mt->HTotal - slen - mt->delay;
760 umargin = mt
737 maven_compute_timming(struct maven_data* md, struct my_timming* mt, struct mavenregs* m) argument
1130 maven_out_compute(void* md, struct my_timming* mt) argument
[all...]
H A Dmatroxfb_crtc2.c63 struct my_timming* mt,
103 if (mt->interlaced) {
105 mt->VDisplay >>= 1;
106 mt->VSyncStart >>= 1;
107 mt->VSyncEnd >>= 1;
108 mt->VTotal >>= 1;
110 if ((mt->HTotal & 7) == 2) {
112 mt->HTotal &= ~7;
115 mga_outl(0x3C14, ((mt->HDisplay - 8) << 16) | (mt
62 matroxfb_dh_restore(struct matroxfb_dh_fb_info* m2info, struct my_timming* mt, int mode, unsigned int pos) argument
342 struct my_timming mt; local
[all...]
H A Dmatroxfb_misc.c104 void matroxfb_var2my(struct fb_var_screeninfo* var, struct my_timming* mt) { argument
110 mt->pixclock = 1000000000 / pixclock;
111 if (mt->pixclock < 1) mt->pixclock = 1;
112 mt->mnp = -1;
113 mt->dblscan = var->vmode & FB_VMODE_DOUBLE;
114 mt->interlaced = var->vmode & FB_VMODE_INTERLACED;
115 mt->HDisplay = var->xres;
116 mt->HSyncStart = mt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dl3_1tr6.c31 l3_1TR6_message(struct l3_process *pc, u_char mt, u_char pd) argument
39 MsgHead(p, pc->callref, mt, pd);
756 int i, mt, cr; local
800 mt = skb->data[3];
804 sprintf(tmp, "up1tr6%s N0 mt %x unhandled",
805 (pr == (DL_DATA | INDICATION)) ? " " : "(broadcast) ", mt);
810 if (mt == MT_N1_SETUP) {
824 } else if ((mt == MT_N1_REL) || (mt == MT_N1_REL_ACK) ||
825 (mt
[all...]
H A Dq931.c1201 unsigned char pd, cr_l, cr, mt; local
1269 mt = *buf++;
1272 if (mt_n0[i].nr == mt)
1278 size, mt);
1285 if (mt_n1[i].nr == mt)
1291 size, mt);
1370 mt = *buf++;
1372 if (mtlist[i].nr == mt)
1379 size, mt);
1456 mt
[all...]
H A Dtei.c312 int mt; local
342 mt = skb->data[3];
343 if (mt == ID_ASSIGNED)
345 else if (mt == ID_DENIED)
347 else if (mt == ID_CHK_REQ)
349 else if (mt == ID_REMOVE)
353 "tei handler wrong mt %x\n", mt);
H A Dhfcscard.c103 hfcs_card_msg(struct IsdnCardState *cs, int mt, void *arg) argument
109 debugl1(cs, "HFCS: card_msg %x", mt);
110 switch (mt) {
H A Dl3ni1.c427 l3ni1_message(struct l3_process *pc, u_char mt) argument
435 MsgHead(p, pc->callref, mt);
440 l3ni1_message_plus_chid(struct l3_process *pc, u_char mt) argument
449 MsgHead(p, pc->callref, mt);
461 l3ni1_message_cause(struct l3_process *pc, u_char mt, u_char cause) argument
468 MsgHead(p, pc->callref, mt);
665 u_char mt; local
678 mt = *p++;
730 mt, err_compr, err_ureg, err_len, err_seq);
745 l3ni1_check_messagetype_validity(struct l3_process *pc, int mt, voi argument
2849 global_handler(struct PStack *st, int mt, struct sk_buff *skb) argument
2895 int i, mt, cr, cause, callState; local
[all...]
H A Dnj_u.c102 NETjet_U_card_msg(struct IsdnCardState *cs, int mt, void *arg) argument
106 switch (mt) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Ds3_both.c352 /* Obtain handshake message of message type 'mt' (any if mt == -1),
357 long ssl3_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok) argument
367 if ((mt >= 0) && (s->s3->tmp.message_type != mt))
420 if ((mt >= 0) && (*p != mt))
426 if ((mt < 0) && (*p == SSL3_MT_CLIENT_HELLO) &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds3_both.c357 /* Obtain handshake message of message type 'mt' (any if mt == -1),
362 long ssl3_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok) argument
372 if ((mt >= 0) && (s->s3->tmp.message_type != mt))
425 if ((mt >= 0) && (*p != mt))
431 if ((mt < 0) && (*p == SSL3_MT_CLIENT_HELLO) &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A DMakefile38 obj-$(CONFIG_MIPS_MT) += mips-mt.o
40 obj-$(CONFIG_MIPS_MT_SMP) += smp-mt.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A DMakefile150 pkg-config --exists qt-mt 2> /dev/null && pkg=qt-mt; \
173 test -f $$libpath/libqt-mt.so && lib=qt-mt; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A DMakefile175 pkg-config --exists qt-mt 2> /dev/null && pkg=qt-mt; \
198 test -f $$libpath/libqt-mt.so && lib=qt-mt; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Dradeon_monitor.c64 int i, mt = MT_NONE; local
75 mt = MT_DFP;
77 mt = MT_CRT;
100 return mt;
104 return mt;
106 return mt;
135 int mt = radeon_parse_montype_prop(dp, out_EDID, 0); local
139 if (mt == MT_DFP && rinfo->is_mobility)
140 mt = MT_LCD;
141 return mt;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bio/
H A Dbio_lib.c433 int mt,mask; local
440 mt=bio->method->type;
444 if (mt & type) return(bio);
446 else if (mt == type)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/
H A Dhw_ncipher.c1175 static int hwcrhk_mutex_init(HWCryptoHook_Mutex* mt, argument
1178 mt->lockid = CRYPTO_get_new_dynlockid();
1179 if (mt->lockid == 0)
1184 static int hwcrhk_mutex_lock(HWCryptoHook_Mutex *mt) argument
1186 CRYPTO_w_lock(mt->lockid);
1190 static void hwcrhk_mutex_unlock(HWCryptoHook_Mutex * mt) argument
1192 CRYPTO_w_unlock(mt->lockid);
1195 static void hwcrhk_mutex_destroy(HWCryptoHook_Mutex *mt) argument
1197 CRYPTO_destroy_dynlockid(mt->lockid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_chil.c1180 static int hwcrhk_mutex_init(HWCryptoHook_Mutex* mt, argument
1183 mt->lockid = CRYPTO_get_new_dynlockid();
1184 if (mt->lockid == 0)
1189 static int hwcrhk_mutex_lock(HWCryptoHook_Mutex *mt) argument
1191 CRYPTO_w_lock(mt->lockid);
1195 static void hwcrhk_mutex_unlock(HWCryptoHook_Mutex * mt) argument
1197 CRYPTO_w_unlock(mt->lockid);
1200 static void hwcrhk_mutex_destroy(HWCryptoHook_Mutex *mt) argument
1202 CRYPTO_destroy_dynlockid(mt->lockid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dipconfig.c580 u8 mt = ((ic_servaddr == NONE) local
585 printk("DHCP: Sending message type %d\n", mt);
593 *e++ = mt;
595 if (mt == DHCPREQUEST) {
923 int mt = 0; local
936 mt = opt[2];
946 printk("DHCP: Got message type %d\n", mt);
949 switch (mt) {
989 ic_dhcp_msgtype = mt;

Completed in 275 milliseconds

123456