Lines Matching defs:value

275  * be set to a non-zero value to allocate helper tracing buffers on the next
277 * non-zero value to deallocate helper tracing buffers on the next close of
753 * illegal value slot.
1274 * Shift the 128-bit value in a by b. If b is positive, shift left.
1313 * resulting 128-bit value.
1742 * Depending on the value of the op parameter, this function looks-up,
1768 * algorithm. For the by-value portions, we perform the algorithm in
1825 * actually happens, we set the hashval to be a value known to be a
1826 * non-sentinel value.
1954 * Now set the hash value to indicate that it's free.
1999 * return NULL now. Before we return, check that the value
2287 uint16_t high, uint16_t nsteps, int64_t value)
2299 * If our value is less than our factor taken to the power of the
2302 if (value < (last = this))
2314 * our value accordingly.
2316 value = this - 1;
2319 if (value < this) {
2321 * If our value lies within this order of magnitude,
2326 return (base + (value - last) / (this / nbuckets));
2335 * Our value is greater than or equal to our factor taken to the
2430 * value that defaults to 1 when not present. If additional
2432 * default argument value will presumably have to become more
2495 * Calculate the hash value based on the key. Note that we _don't_
2558 * We are aggregating on the same value in the same
2571 * the value at this key.
2582 * to the (zero-filled) value.
3130 * BYREF return value.
3567 * value from a JSON string and store it in the scratch buffer. It is able
3603 * Detects the type of the next value (String, Number, Identifier, Object
3609 * Skip whitespace until we find the comma that separates key-value pairs
3611 * (similarly DTRACE_JSON_VALUE). All following literal value processing
3612 * states return to this state at the end of their value, unless otherwise
3626 * a key, a value or part of a larger Object. Handles all escape sequences
3636 * state to skip to the next value at this level and continue processing.
3954 * ERROR: unexpected character at start of value.
4478 * should never return a value less than the
4480 * never return a value greater than the
6266 * the value of the DTRACEOPT_STRSIZE option;
6268 * a non-zero size value in the "pushtr".
6658 * Normally, we assure that the value of the variable "timestamp" does
6934 * action loop will use the last iteration's value.
7081 * value from the previous iteration of the
7082 * action loop. This value will only be used
7228 * value, for debugability.
7376 * reference, not by value.
9930 * is %r0 (or the value is 0) and the type is
10006 * to set it to a negative value...
11586 * mstate. Returns the new offset in the buffer, or a negative value if an
13490 * it hasn't already been set), set the sink's hash value to be the
13491 * sink sentinel value. The sink is needed for dynamic variable
13618 * value upon entry to dtrace_state_deadman(), and because we lack a
13621 * the new value. This assures that dts_alive never appears to be
13622 * less than its true value, regardless of the order in which the
14036 * copy that option value from the grabbing state into the
14347 * If this is an otherwise negative value, set it to
15987 cmn_err(CE_WARN, "illegal value (%lu) for dtrace_retain_max; "
16903 * it to the correct value.