Searched refs:ordinal (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | AggregationRecord.java | 50 new String[] {"tuple", "value", "ordinal"}) 79 private int ordinal; field in class:AggregationRecord 103 * ordinal. Supports XML persistence. 111 * @param n ordinal from zero (first) to n-1 (last) within the 115 * @throws IllegalArgumentException if the given ordinal is negative 122 ordinal = n; 135 if (ordinal < 0) { 136 throw new IllegalArgumentException("ordinal is negative"); 170 * Gets the ordinal generated when this AggregationRecord was added 179 * @return non-negative ordinal fro [all...] |
H A D | Aggregate.java | 121 int ordinal, max = 0; 126 // were encoded before the ordinal property was added). 127 if (!ordinals.add(ordinal = r.getOrdinal()) && (ordinal > 0)) { 129 "duplicate record ordinal: " + ordinal); 131 if (ordinal > max) { 132 max = ordinal; 138 "The maximum record ordinal (" + max + ") does not " + 228 * their {@link AggregationRecord#getOrdinal() ordinal} propert [all...] |
/illumos-gate/usr/src/uts/common/io/tpm/ |
H A D | tpm.c | 673 tpm_get_ordinal_duration(tpm_state_t *tpm, uint8_t ordinal) argument 682 if (ordinal & TSC_ORDINAL_MASK) { 683 if (ordinal > TSC_ORDINAL_MAX) { 686 "!%s: tsc ordinal: %d exceeds MAX: %d", 687 myname, ordinal, TSC_ORDINAL_MAX); 691 index = tsc_ords_duration[ordinal]; 693 if (ordinal > TPM_ORDINAL_MAX) { 696 "!%s: ordinal %d exceeds MAX: %d", 697 myname, ordinal, TPM_ORDINAL_MAX); 701 index = tpm_ords_duration[ordinal]; 959 uint32_t ordinal; local [all...] |
/illumos-gate/usr/src/lib/libast/common/tm/ |
H A D | tmxdate.c | 810 ordinal: 1245 goto ordinal; 1320 goto ordinal;
|
Completed in 78 milliseconds