Lines Matching defs:decoded
388 char *decoded;
390 decoded = rnndec_decodeval(rnndoff->rnn->vc, info->typeinfo, regval);
392 asprintf(&decoded, "%08x", regval);
394 lua_pushstring(L, decoded);
395 free(decoded);
514 char *decoded;
516 decoded = rnndec_decodeval(rnn->vc, info->typeinfo, regval);
518 asprintf(&decoded, "%08x", regval);
520 lua_pushstring(L, decoded);
521 free(decoded);