Displaying 4 results from an estimated 4 matches for "mnum".
Did you mean:
enum
2010 Mar 13
0
DUNDILOOKUP doesn't return record
Hi All,
Found an issue with DUNDILOOKUP function in Asterisk 1.6.0.5.
I was using DUNDIQUERY (Set(ID=${DUNDIQUERY(${MNUM},priv,b)})) for
dundilookup and it was working fine.
But when I tried to use DUNDILOOKUP function
(Set(DL=${DUNDILOOKUP(${MNUM},priv,b)})), it didn't retuen me a
result. Moreover, the cli command 'dundi lookup 12345 at priv' returned
me the result at the same time!
I also checked that...
2013 Nov 22
2
[LLVMdev] new dragonegg 3.4 warning on darwin12
...imenoBMTxpa.c:226:5: warning: incompatible implicit declaration of built-in function ‘exit’ [enabled by default]
exit(6);
^
himenoBMTxpa.c: In function ‘newMat’:
himenoBMTxpa.c:239:5: warning: incompatible implicit declaration of built-in function ‘malloc’ [enabled by default]
malloc(mnums * mrows * mcols * mdeps * sizeof(float));
^
himenoBMTxpa.c: In function ‘clearMat’:
himenoBMTxpa.c:248:5: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
free(Mat->m);
^
'-cmpxchg16b' is not a recognized feature for this target...
2013 Nov 22
0
[LLVMdev] new dragonegg 3.4 warning on darwin12
...ing: incompatible implicit declaration of built-in function ‘exit’ [enabled by default]
> exit(6);
> ^
> himenoBMTxpa.c: In function ‘newMat’:
> himenoBMTxpa.c:239:5: warning: incompatible implicit declaration of built-in function ‘malloc’ [enabled by default]
> malloc(mnums * mrows * mcols * mdeps * sizeof(float));
> ^
> himenoBMTxpa.c: In function ‘clearMat’:
> himenoBMTxpa.c:248:5: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
> free(Mat->m);
> ^
> '-cmpxchg16b' is not a recog...
2016 Sep 10
0
[PATCH] gm107: separate out sched decoding from regular ops
...isa, struct varinfo *varinfo, struct
struct iasctx c = { isa, varinfo };
struct iasctx *ctx = &c;
convert_insn(ctx, insn);
- struct matches *m = atomtab_a(ctx, isa->troot, 0);
+ struct matches *m = atomtab_a(ctx, isa->trootas ?: isa->troot, 0);
int i;
for (i = 0; i < m->mnum; i++)
if (m->m[i].lpos == ctx->atomsnum) {
diff --git a/envydis/core-dis.c b/envydis/core-dis.c
index 9d9ca5b..f4af5f2 100644
--- a/envydis/core-dis.c
+++ b/envydis/core-dis.c
@@ -489,7 +489,10 @@ struct dis_res *do_dis(struct decoctx *deco, uint32_t cur) {
}
ctx->isa = deco->isa...