Searched refs:ml (Results 1 - 25 of 50) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/
H A Dff-memless.c123 static void ml_schedule_timer(struct ml_device *ml) argument
136 state = &ml->states[i];
153 del_timer(&ml->timer);
156 mod_timer(&ml->timer, earliest);
290 static int ml_get_combo_effect(struct ml_device *ml, argument
305 state = &ml->states[i];
319 effect_type = get_compatible_type(ml->dev->ff, effect->type);
347 ml_combine_effects(combo_effect, state, ml->gain);
354 static void ml_play_effects(struct ml_device *ml) argument
361 while (ml_get_combo_effect(ml, handled_b
370 struct ml_device *ml = dev->ff->private; local
381 struct ml_device *ml = dev->ff->private; local
398 struct ml_device *ml = dev->ff->private; local
435 struct ml_device *ml = dev->ff->private; local
457 struct ml_device *ml = ff->private; local
471 struct ml_device *ml; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/dlm/
H A Ddlmthread.c59 #define dlm_lock_is_remote(dlm, lock) ((lock)->ml.node != (dlm)->node_num)
304 if (target->ml.convert_type == LKM_IVMODE) {
314 if (!dlm_lock_compatible(lock->ml.type,
315 target->ml.convert_type)) {
318 if (lock->ml.highest_blocked == LKM_IVMODE) {
323 if (lock->ml.highest_blocked < target->ml.convert_type)
324 lock->ml.highest_blocked =
325 target->ml.convert_type;
333 if (!dlm_lock_compatible(lock->ml
[all...]
H A Ddlmconvert.c134 lock->ml.type, lock->ml.convert_type, type);
139 if (lock->ml.convert_type != LKM_IVMODE) {
155 switch (lock->ml.type) {
159 dlm_lock_mode_name(lock->ml.type),
169 dlm_lock_mode_name(lock->ml.type),
175 dlm_lock_mode_name(lock->ml.type),
185 if (type <= lock->ml.type)
194 if (!dlm_lock_compatible(tmplock->ml.type, type))
200 if (!dlm_lock_compatible(tmplock->ml
[all...]
H A Ddlmdebug.c92 lock->ml.type, lock->ml.convert_type, lock->ml.node,
93 dlm_get_lock_cookie_node(be64_to_cpu(lock->ml.cookie)),
94 dlm_get_lock_cookie_seq(be64_to_cpu(lock->ml.cookie)),
107 lock->ml.type, lock->ml.convert_type, lock->ml.node,
108 dlm_get_lock_cookie_node(be64_to_cpu(lock->ml.cookie)),
109 dlm_get_lock_cookie_seq(be64_to_cpu(lock->ml
[all...]
H A Ddlmast.c72 if (lock->ml.highest_blocked == LKM_IVMODE)
74 BUG_ON(lock->ml.highest_blocked == LKM_NLMODE);
81 if (lock->ml.type == LKM_EXMODE)
84 else if (lock->ml.type == LKM_NLMODE)
87 else if (lock->ml.highest_blocked != LKM_EXMODE)
104 lock->ast_pending, lock->ml.type);
122 lock->ml.highest_blocked = LKM_IVMODE;
197 lock->ml.node == dlm->node_num ? "master" :
225 BUG_ON(lock->ml.node != dlm->node_num);
242 BUG_ON(lock->ml
[all...]
H A Ddlmlock.c83 if (!dlm_lock_compatible(tmplock->ml.type, lock->ml.type))
90 if (!dlm_lock_compatible(tmplock->ml.type, lock->ml.type))
111 mlog_entry("type=%d\n", lock->ml.type);
118 lock->ml.node != dlm->node_num) {
147 lock->ml.node);
158 lock->ml.node);
168 if (lock->ml.node == dlm->node_num)
210 mlog_entry("type=%d\n", lock->ml
[all...]
H A Ddlmrecovery.c1065 if (lock->ml.node == dead_node) {
1186 struct dlm_migratable_lock *ml; local
1189 ml = &(mres->ml[lock_num]);
1190 ml->cookie = lock->ml.cookie;
1191 ml->type = lock->ml.type;
1192 ml->convert_type = lock->ml
1234 dlm_is_dummy_lock(struct dlm_ctxt *dlm, struct dlm_migratable_lock *ml, u8 *nodenum) argument
1710 struct dlm_migratable_lock *ml; local
[all...]
H A Ddlmunlock.c230 lock->ml.convert_type = LKM_IVMODE;
239 BUG_ON(lock->ml.convert_type != LKM_IVMODE);
241 BUG_ON(lock->ml.convert_type == LKM_IVMODE);
251 dlm_get_lock_cookie_node(be64_to_cpu(lock->ml.cookie)),
252 dlm_get_lock_cookie_seq(be64_to_cpu(lock->ml.cookie)),
278 lock->ml.convert_type = LKM_IVMODE;
337 unlock.cookie = lock->ml.cookie;
464 if (lock->ml.cookie == unlock->cookie &&
465 lock->ml.node == unlock->node_idx) {
485 lock->ml
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/shlib/
H A Dwin32.bat8 rem ml /coff /c crypto\bf\asm\b-win32.asm
9 rem ml /coff /c crypto\des\asm\c-win32.asm
10 rem ml /coff /c crypto\des\asm\d-win32.asm
11 rem ml /coff /c crypto\bn\asm\x86nt32.asm
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/shlib/
H A Dwin32.bat8 rem ml /coff /c crypto\bf\asm\b-win32.asm
9 rem ml /coff /c crypto\des\asm\c-win32.asm
10 rem ml /coff /c crypto\des\asm\d-win32.asm
11 rem ml /coff /c crypto\bn\asm\x86nt32.asm
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/math-emu/
H A Dieee754.c51 #define DPSTR(s,b,mh,ml) {ml,mh,b,s}
56 #define DPSTR(s,b,mh,ml) {s,b,mh,ml}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/vfp/
H A Dvfp.h47 static inline void add128(u64 *resh, u64 *resl, u64 nh, u64 nl, u64 mh, u64 ml) argument
54 : "0" (nl), "1" (nh), "r" (ml), "r" (mh)
60 static inline void sub128(u64 *resh, u64 *resl, u64 nh, u64 nl, u64 mh, u64 ml) argument
67 : "0" (nl), "1" (nh), "r" (ml), "r" (mh)
75 u32 nh, nl, mh, ml; local
79 ml = m;
80 rl = (u64)nl * ml;
83 rma = (u64)nh * ml;
115 u64 mh, ml, remh, reml, termh, terml, z; local
129 ml
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/
H A Dmakefile.bc10 CFLAGS = -c -ml -d $(OPTIMIZE) $(WINDOWS) -DMSDOS
11 LFLAGS = -ml $(WINDOWS)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Dmakefile.bc10 CFLAGS = -c -ml -d $(OPTIMIZE) $(WINDOWS) -DMSDOS
11 LFLAGS = -ml $(WINDOWS)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/
H A Dmem_dbg.c683 MEM_LEAK ml; local
690 ml.bio=b;
691 ml.bytes=0;
692 ml.chunks=0;
695 (char *)&ml);
696 if (ml.chunks != 0)
699 ml.bytes,ml.chunks);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dmem_dbg.c691 MEM_LEAK ml; local
698 ml.bio=b;
699 ml.bytes=0;
700 ml.chunks=0;
703 (char *)&ml);
704 if (ml.chunks != 0)
707 ml.bytes,ml.chunks);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/packet/
H A Daf_packet.c1213 struct packet_mclist *ml, *i; local
1234 for (ml = po->mclist; ml; ml = ml->next) {
1235 if (ml->ifindex == mreq->mr_ifindex &&
1236 ml->type == mreq->mr_type &&
1237 ml->alen == mreq->mr_alen &&
1238 memcmp(ml->addr, mreq->mr_address, ml
1262 struct packet_mclist *ml, **mlp; local
1292 struct packet_mclist *ml; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509v3/
H A Dv3_prn.c71 void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent, int ml) argument
76 if(!ml || !sk_CONF_VALUE_num(val)) {
81 if(ml) BIO_printf(out, "%*s", indent, "");
102 if(ml) BIO_puts(out, "\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_prn.c71 void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent, int ml) argument
76 if(!ml || !sk_CONF_VALUE_num(val)) {
81 if(ml) BIO_printf(out, "%*s", indent, "");
102 if(ml) BIO_puts(out, "\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/
H A DMakefile16 cpu-$(CONFIG_LITTLE_ENDIAN) := -ml
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dgettext-po.c1224 struct message_list_ty ml; local
1225 ml.item = items;
1226 ml.nitems = 0;
1227 ml.nitems_max = 2;
1228 ml.use_hashtable = false;
1231 message_list_append (&ml, header);
1233 message_list_append (&ml, mp);
1235 check_message_list (&ml, 1, 1, 1, 0, 0, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/init/
H A Dinitramfs.c274 int ml = maybe_link(); local
275 if (ml >= 0) {
277 if (ml != 1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dinflate.c559 unsigned ml, md; /* masks for bl and bd bits */ local
570 ml = mask_bits[bl]; /* precompute masks for speed */
575 if ((e = (t = tl + ((unsigned)b & ml))->e) > 16)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dgzip_inflate.c529 unsigned ml, md; /* masks for bl and bd bits */ local
540 ml = mask_bits[bl]; /* precompute masks for speed */
545 if ((e = (t = tl + ((unsigned)b & ml))->e) > 16)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/projects/GNOME/
H A Dteam-address80 ml) english=Malayalam;;

Completed in 189 milliseconds

12