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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Du_unmdtm.c24 time_t mt, now;
58 mt = mktime(&ut);
59 if (mt != (time_t) -1) {
60 mt += GetUTCOffset2(ut.tm_year, ut.tm_mon + 1, ut.tm_mday, ut.tm_hour, ut.tm_min);
61 result = (time_t) mt;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dltm.c64 Table *mt; local
67 mt = hvalue(o)->metatable;
70 mt = uvalue(o)->metatable;
73 mt = G(L)->mt[ttypenv(o)];
75 return (mt ? luaH_getstr(mt, G(L)->tmname[event]) : luaO_nilobject);
H A Dlstate.c166 TValue mt; local
172 setthvalue(L, &mt, L);
173 luaH_setint(L, registry, LUA_RIDX_MAINTHREAD, &mt);
175 sethvalue(L, &mt, luaH_new(L));
176 luaH_setint(L, registry, LUA_RIDX_GLOBALS, &mt);
303 for (i=0; i < LUA_NUMTAGS; i++) g->mt[i] = NULL;
H A Dlapi.c688 Table *mt = NULL; local
694 mt = hvalue(obj)->metatable;
697 mt = uvalue(obj)->metatable;
700 mt = G(L)->mt[ttypenv(obj)];
703 if (mt == NULL)
706 sethvalue(L, L->top, mt);
814 Table *mt; local
819 mt = NULL;
822 mt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavutil/
H A Drandom.h33 unsigned int mt[AV_RANDOM_N]; ///< the array for the state vector member in struct:__anon3898
61 y = state->mt[state->index++];
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/matrox/
H A Dmatroxfb_g450.c237 struct my_timming *mt, const struct output_desc *outd)
252 hvis = ((mt->HDisplay << 1) + 3) & ~3;
265 mt->mnp = mnp;
266 mt->pixclock = g450_mnp2f(minfo, mnp);
270 pixclock = 1000000000U / mt->pixclock;
275 do_div(piic, mt->pixclock);
322 mt->interlaced = 1;
324 mt->HDisplay = hvis & ~7;
325 mt->HSyncStart = mt
236 computeRegs(struct matrox_fb_info *minfo, struct mavenregs *r, struct my_timming *mt, const struct output_desc *outd) argument
520 matroxfb_g450_compute(void* md, struct my_timming* mt) argument
577 g450_dvi_compute(void* md, struct my_timming* mt) argument
[all...]
H A Dmatroxfb_maven.c741 struct my_timming* mt,
757 if (maven_find_exact_clocks(mt->HTotal, mt->VTotal, m) == 0)
760 lmargin = mt->HTotal - mt->HSyncEnd;
761 slen = mt->HSyncEnd - mt->HSyncStart;
762 hcrt = mt->HTotal - slen - mt->delay;
763 umargin = mt
740 maven_compute_timming(struct maven_data* md, struct my_timming* mt, struct mavenregs* m) argument
1133 maven_out_compute(void* md, struct my_timming* mt) argument
[all...]
H A Dmatroxfb_crtc2.c64 struct my_timming* mt,
104 if (mt->interlaced) {
106 mt->VDisplay >>= 1;
107 mt->VSyncStart >>= 1;
108 mt->VSyncEnd >>= 1;
109 mt->VTotal >>= 1;
111 if ((mt->HTotal & 7) == 2) {
113 mt->HTotal &= ~7;
116 mga_outl(0x3C14, ((mt->HDisplay - 8) << 16) | (mt
63 matroxfb_dh_restore(struct matroxfb_dh_fb_info* m2info, struct my_timming* mt, int mode, unsigned int pos) argument
343 struct my_timming mt; local
[all...]
H A Dmatroxfb_misc.c106 void matroxfb_var2my(struct fb_var_screeninfo* var, struct my_timming* mt) { argument
112 mt->pixclock = 1000000000 / pixclock;
113 if (mt->pixclock < 1) mt->pixclock = 1;
114 mt->mnp = -1;
115 mt->dblscan = var->vmode & FB_VMODE_DOUBLE;
116 mt->interlaced = var->vmode & FB_VMODE_INTERLACED;
117 mt->HDisplay = var->xres;
118 mt->HSyncStart = mt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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);
748 int i, mt, cr; local
792 mt = skb->data[3];
796 sprintf(tmp, "up1tr6%s N0 mt %x unhandled",
797 (pr == (DL_DATA | INDICATION)) ? " " : "(broadcast) ", mt);
802 if (mt == MT_N1_SETUP) {
816 } else if ((mt == MT_N1_REL) || (mt == MT_N1_REL_ACK) ||
817 (mt
[all...]
H A Dq931.c1192 unsigned char pd, cr_l, cr, mt; local
1260 mt = *buf++;
1263 if (mt_n0[i].nr == mt)
1269 size, mt);
1276 if (mt_n1[i].nr == mt)
1282 size, mt);
1361 mt = *buf++;
1363 if (mtlist[i].nr == mt)
1370 size, mt);
1447 mt
[all...]
H A Dtei.c313 int mt; local
343 mt = skb->data[3];
344 if (mt == ID_ASSIGNED)
346 else if (mt == ID_DENIED)
348 else if (mt == ID_CHK_REQ)
350 else if (mt == ID_REMOVE)
354 "tei handler wrong mt %x\n", mt);
H A Dhfcscard.c101 hfcs_card_msg(struct IsdnCardState *cs, int mt, void *arg) argument
107 debugl1(cs, "HFCS: card_msg %x", mt);
108 switch (mt) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/win32/
H A DMakefile.msc54 mt -nologo -manifest $@.manifest -outputresource:$@;2
59 mt -nologo -manifest $@.manifest -outputresource:$@;1
64 mt -nologo -manifest $@.manifest -outputresource:$@;1
69 mt -nologo -manifest $@.manifest -outputresource:$@;1
74 mt -nologo -manifest $@.manifest -outputresource:$@;1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/win32/
H A DMakefile.msc50 mt -nologo -manifest $@.manifest -outputresource:$@;2
55 mt -nologo -manifest $@.manifest -outputresource:$@;1
60 mt -nologo -manifest $@.manifest -outputresource:$@;1
65 mt -nologo -manifest $@.manifest -outputresource:$@;1
70 mt -nologo -manifest $@.manifest -outputresource:$@;1
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A DMakefile60 obj-$(CONFIG_MIPS_MT) += mips-mt.o
61 obj-$(CONFIG_MIPS_MT_FPAFF) += mips-mt-fpaff.o
63 obj-$(CONFIG_MIPS_MT_SMP) += smp-mt.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dcic.c207 u32_t mt, mcs, sg; local
210 mt = phyCtrl & 0x3;
214 if ((mt == 0) && (mcs <=3))
218 else if ((mt == 1) && (mcs >= 0x8) && (mcs <= 0xf))
222 else if ((mt == 2) && (mcs <= 15))
H A Dcinit.c78 u16_t mt = 0; local
238 mt = (u16_t)(phyCtrl & 0x3);
261 mt = (u16_t)(phyCtrl & 0x3);
270 mt = wd->txMT;
298 if (aggControl && mt == 2) {
1179 mt = wd->txMT;
1182 if (mt == 2)
1201 else if(mt == 1)
1204 else if(mt == 0)
1224 if ((mt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/aty/
H A Dradeon_monitor.c67 int i, mt = MT_NONE; local
78 mt = MT_DFP;
80 mt = MT_CRT;
103 return mt;
107 return mt;
109 return mt;
138 int mt = radeon_parse_montype_prop(dp, out_EDID, 0); local
142 if (mt == MT_DFP && rinfo->is_mobility)
143 mt = MT_LCD;
144 return mt;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A DMakefile240 pkg-config --exists qt-mt 2> /dev/null && pkg=qt-mt; \
263 test -f $$libpath/libqt-mt.so && lib=qt-mt; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_chil.c1151 static int hwcrhk_mutex_init(HWCryptoHook_Mutex * mt, argument
1154 mt->lockid = CRYPTO_get_new_dynlockid();
1155 if (mt->lockid == 0)
1160 static int hwcrhk_mutex_lock(HWCryptoHook_Mutex * mt) argument
1162 CRYPTO_w_lock(mt->lockid);
1166 static void hwcrhk_mutex_unlock(HWCryptoHook_Mutex * mt) argument
1168 CRYPTO_w_unlock(mt->lockid);
1171 static void hwcrhk_mutex_destroy(HWCryptoHook_Mutex * mt) argument
1173 CRYPTO_destroy_dynlockid(mt->lockid);

Completed in 511 milliseconds

1234567891011>>