| /xnu-11215/osfmk/vm/ |
| H A D | analytics.c | 139 uint64_t upper; member 161 {.count = 0, .lower = HR_TO_S(0), .upper = HR_TO_S(1)}, /* [0, 1) hours */ in report_compressor_age() 162 {.count = 0, .lower = HR_TO_S(1), .upper = HR_TO_S(6)}, /* [1, 6) hours */ in report_compressor_age() 163 {.count = 0, .lower = HR_TO_S(6), .upper = HR_TO_S(12)}, /* [6, 12) hours */ in report_compressor_age() 164 {.count = 0, .lower = HR_TO_S(12), .upper = HR_TO_S(24)}, /* [12, 24) hours */ in report_compressor_age() 165 {.count = 0, .lower = HR_TO_S(24), .upper = HR_TO_S(36)}, /* [24, 36) hours */ in report_compressor_age() 166 {.count = 0, .lower = HR_TO_S(36), .upper = HR_TO_S(48)}, /* [36, 48) hours */ in report_compressor_age() 167 {.count = 0, .lower = HR_TO_S(48), .upper = C_REPORTING_BUCKETS_MAX}, /* [48, MAX) hours */ in report_compressor_age() 182 (age < c_buckets[b].upper)) { in report_compressor_age()
|
| /xnu-11215/pexpert/gen/ |
| H A D | bootargs.c | 45 boolean_t get_range_bounds(char * c, int64_t * lower, int64_t * upper); 556 get_range_bounds(char *c, int64_t *lower, int64_t *upper) in get_range_bounds() argument 558 if (c == NULL || lower == NULL || upper == NULL) { in get_range_bounds() 575 if (NUM != getval(c, upper, israngesep, TRUE)) { in get_range_bounds()
|
| /xnu-11215/san/tools/ |
| H A D | generate_dynamic_blacklist.py | 8 return "TYPE_" + x.upper()
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOHibernateRestoreKernel.c | 926 ksprintn(char *nbuf, uintmax_t num, int base, int *lenp, int upper) in ksprintn() argument 941 *++p = upper ? toupper(c) : c; in ksprintn() 987 int dwidth, upper; in hibkvprintf() local 1017 sign = 0; dot = 0; dwidth = 0; upper = 0; in hibkvprintf() 1210 upper = 1; in hibkvprintf() 1264 p = ksprintn(nbuf, num, base, &tmp, upper); in hibkvprintf()
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | macho.py | 244 self._uuid = str(uuid.UUID(bytes=segment.uuid)).upper() 323 … other_cmds += "\n\t uuid: {:s}".format(str(uuid.UUID(bytes=segment.uuid)).upper())
|
| H A D | sysreg.py | 47 reg_name = cmd_args[0].upper()
|
| H A D | log.py | 22 title = title.upper()
|
| H A D | kext.py | 228 return str(UUID(bytes=data)).upper()
|
| H A D | recount.py | 217 'RCT_LVL_' + name.upper() for name in names])))
|
| H A D | xnu.py | 278 if option_string != option_string.upper():
|
| /xnu-11215/tools/lldbmacros/core/ |
| H A D | standard.py | 430 cmdoptions = cmdoptions.upper()
|
| /xnu-11215/doc/building/ |
| H A D | xnu_build_consolidation.md | 117 following macros have been added to provide a reasonably close upper bound:
|
| /xnu-11215/makedefs/ |
| H A D | MakeInc.top | 116 # Parameters may be in upper or lower case (they are converted to upper).
|
| /xnu-11215/tests/ |
| H A D | ipsec.m | 237 uint8_t *ep; /* XXX should be passed from upper layer */
|
| /xnu-11215/osfmk/tests/ |
| H A D | kernel_tests.c | 58 extern boolean_t get_range_bounds(char * c, int64_t * lower, int64_t * upper);
|
| /xnu-11215/bsd/dev/dtrace/ |
| H A D | dtrace.c | 5573 char lower, upper, base, c; in dtrace_dif_subr() local 5579 upper = (subr == DIF_SUBR_TOUPPER) ? 'z' : 'Z'; in dtrace_dif_subr() 5596 if (c >= lower && c <= upper) in dtrace_dif_subr()
|