Searched refs:llarg (Results 1 – 1 of 1) sorted by relevance
1386 dt_node_t *llarg = dnp->dn_aggfun->dn_args->dn_list; in dt_compile_agg() local1417 if (llarg->dn_kind != DT_NODE_INT) { in dt_compile_agg()1418 dnerror(llarg, args[i].badtype, "llquantize( ) " in dt_compile_agg()1423 if ((uint64_t)llarg->dn_value > UINT16_MAX) { in dt_compile_agg()1424 dnerror(llarg, args[i].badval, "llquantize( ) " in dt_compile_agg()1429 args[i].value = (uint16_t)llarg->dn_value; in dt_compile_agg()1433 llarg = llarg->dn_list; in dt_compile_agg()1510 incr = llarg; in dt_compile_agg()