Lines Matching defs:data

1100  * Compare s1 to s2 using safe memory accesses.  The s1 data is assumed to be
1101 * unsafe memory specified by the DIF program. The s2 data is assumed to be
1653 * the by-reference data, we perform "One-at-a-time" iterating (safely)
1901 * size of any auxiliary key data (rounded up to 8-byte alignment) plus
1902 * the size of any referred-to data (dsize). We then round the final
2037 * tuple array and copy any referenced key data into the data space
2039 * in the final tuple to point to the key data address in the chunk.
2238 dtrace_aggregate_avg(uint64_t *data, uint64_t nval, uint64_t arg)
2240 data[0]++;
2241 data[1] += nval;
2246 dtrace_aggregate_stddev(uint64_t *data, uint64_t nval, uint64_t arg)
2251 data[0]++;
2252 data[1] += nval;
2257 * data[2] += nval * nval;
2266 dtrace_add_128(data + 2, tmp, data + 2);
2284 * Aggregate given the tuple in the principal data buffer, and the aggregating
2287 * failure; if there is no space in the aggregation buffer, the data will be
2300 caddr_t tomax, data, kdata;
2325 data = dbuf->dtb_tomax + offset + agg->dtag_base;
2392 hashval += data[i];
2396 if (isstr && data[i] == '\0')
2407 * of the performance issues given the amount of data that we iterate
2408 * over to compute hash values, compare data, etc.
2430 if (kdata[i] != data[i])
2433 if (isstr && data[i] == '\0')
2472 * its associated data, increment the drop count and return.
2489 * Now copy the data across.
2494 kdata[i] = data[i];
2517 if (data[i] != '\0')
2677 * in the timestamp of all entries with the current time. The data
4808 * We have the minor data. Now we need to
6079 * Given that we're storing to thread-local data,
8643 * won't see stale data.
9829 * Now we need to determine the size of the stored data.
10507 * actions store no data; set the size to 0.
10913 * If this is a data-storing action or a speculate,
11598 * zero'ing out the old data in the buffer.
11673 * there is nothing in the buffer that isn't valid data; we can
11682 * we need to zero the data from the buffer offset to the wrapped
11706 * This routine determines if data generated at the specified time has likely
13058 dtrace_dof_error(dof, "DOF has invalid data model");
13107 * data. Note that we cast the section size and number of sections
14017 * probe (the data from this CPU will be processed first at user
14353 char c[32]; /* enough for "dof-data-" + digits */
14359 (void) snprintf(c, sizeof (c), "dof-data-%d", i);
15057 * must also not overflow the section's data.
16243 * shouldn't) affect the way the data is interpreted,