Lines Matching defs:addr
438 caddr_t addr, data;
503 addr = buf->dtbd_data + offs;
515 (uint64_t *)&addr[roffs]);
521 (uint64_t *)&addr[roffs]);
526 dt_aggregate_sym(dtp, (uint64_t *)&addr[roffs]);
531 dt_aggregate_mod(dtp, (uint64_t *)&addr[roffs]);
539 hashval += addr[roffs + i];
559 if (addr[roffs + i] != data[roffs + i])
572 (int64_t *)&addr[roffs], rec->dtrd_size);
584 (int64_t *)&addr[roffs], rec->dtrd_size);
605 bcopy(addr, aggdata->dtada_data, size);
642 bcopy(&addr[rec->dtrd_offset],
1335 int64_t val, *addr;
1339 addr = (int64_t *)(uintptr_t)(data + rec->dtrd_offset);
1343 val = dt_stddev((uint64_t *)addr, 1);
1348 val = *addr;
1352 val = addr[0] ? (addr[1] / addr[0]) : 0;
1437 int64_t *addr;
1444 addr = (int64_t *)(uintptr_t)(data + rec->dtrd_offset);
1459 if (!addr[i])