| /xnu-11417.140.69/osfmk/corecrypto/ |
| H A D | ccn_internal.h | 75 #define CC_DUNIT_ADD(r, x, y, tmp) \ argument 82 #define CC_DUNIT_ADC(r, x, y, tmp) \ argument 90 #define CC_DUNIT_SUB(r, x, y, tmp) \ argument 97 #define CC_DUNIT_SBC(r, x, y, tmp) \ argument 121 #define CC_STORE_LO(r, hi, lo) \ argument 137 ccn_setn(cc_size n, cc_unit *cc_counted_by (n)r, const cc_size s_size, const cc_unit *cc_counted_by… in ccn_setn() 151 ccn_clear(cc_size n, cc_unit *cc_sized_by (n)r) in ccn_clear() 398 #define ccn_mod_ws(ws, na, a, n, r, d) ccn_divmod_ws(ws, na, a, 0, NULL, n, r, d) argument 399 #define ccn_mod(na, a, n, r, d) ccn_divmod(na, a, 0, NULL, n, r, d) argument 478 ccn_select(cc_size start, cc_size end, const cc_unit *cc_counted_by(end)r, cc_size i) in ccn_select()
|
| H A D | cc_internal.h | 640 cc_mul_overflow(uint64_t a, uint64_t b, uint64_t *r) in cc_mul_overflow() 660 #define CC_HEAVISIDE_STEP(r, s) do { \ argument 678 #define CC_MUXU(r, s, a, b) do { \ argument
|
| /xnu-11417.140.69/tests/ |
| H A D | monotonic_uncore.c | 33 int r; in device_supports_uncore() local 94 int r; in uncore_counts() local 119 int r; variable 141 int r; in uncore_add() local 210 int r; variable 230 int r; in uncore_add_all() local 385 int r; variable
|
| H A D | socket_0byte_udp_poll_58140856.c | 25 int r; in server_listen() local 60 ssize_t r = sendmsg(fd, &msg, 0); in send_message() local 75 int r; in server_poll() local
|
| H A D | monotonic_core.c | 37 int r; in skip_if_unsupported() local 96 int r; variable 205 int r; in perf_sysctl_deltas() local
|
| H A D | freebsd_waitpid_nohang.c | 39 int status, r; variable
|
| H A D | vm_spawn_tool.c | 44 int r = sysctlbyname("debug.vm_mixed_pagesize_supported", &supported, &supported_size, NULL, 0); in main() local
|
| H A D | carplay_mode.c | 166 int r; in skip_if_unsupported() local
|
| /xnu-11417.140.69/bsd/net/ |
| H A D | pf_ruleset.c | 218 int r = --a->refcnt; in pf_release_anchor() local 273 pf_release_ruleset(struct pf_ruleset *r) in pf_release_ruleset() 312 char *__bidi_indexable r = NULL; in pf_find_or_create_ruleset() local 477 pf_anchor_setup(struct pf_rule *r, const struct pf_ruleset *s, in pf_anchor_setup() 536 pf_anchor_copyout(const struct pf_ruleset *rs, const struct pf_rule *r, in pf_anchor_copyout() 585 pf_anchor_remove(struct pf_rule *r) in pf_anchor_remove()
|
| H A D | route_private.h | 157 #define rt_node(r) &((r)->rt_nodes[0]) argument 158 #define rt_key(r) SA(rn_get_key(rt_node(r))) argument 159 #define rt_mask(r) SA(rn_get_mask(rt_node(r))) argument 205 #define RT(r) rn_rtentry((r)) argument 207 #define rt_key_free(r) ({ \ argument
|
| H A D | flowhash.c | 63 #define ROTL32(x, r) (((x) << (r)) | ((x) >> (32 - (r)))) argument 64 #define ROTL64(x, r) (((x) << (r)) | ((x) >> (64 - (r)))) argument
|
| /xnu-11417.140.69/libsyscall/mach/ |
| H A D | mach_right.c | 81 mach_right_recv_destruct(mach_right_recv_t r, mach_right_send_t *s, in mach_right_recv_destruct() 100 mach_right_send_create(mach_right_recv_t r) in mach_right_send_create() 158 mach_right_send_once_create(mach_right_recv_t r) in mach_right_send_once_create()
|
| /xnu-11417.140.69/bsd/pgo/ |
| H A D | profile_runtime.c | 83 kern_return_t r; in pgo_reset_counters() local 149 kern_return_t r = pgo_reset_counters(); in grab_pgo_data() local
|
| /xnu-11417.140.69/pexpert/i386/ |
| H A D | pe_serial.c | 70 #define IO_WRITE(r, v) outb(LEGACY_UART_PORT_ADDR + UART_##r, v) argument 71 #define IO_READ(r) inb(LEGACY_UART_PORT_ADDR + UART_##r) argument 232 #define MMIO_WRITE(r, v) ml_phys_write_word(mmio_uart_base + MMIO_UART_##r, v) argument 233 #define MMIO_READ(r) ml_phys_read_word(mmio_uart_base + MMIO_UART_##r) argument 454 #define PCIE_MMIO_WRITE(r, v) ml_phys_write_byte(pcie_mmio_uart_base + PCIE_MMIO_UART_##r, v) argument 455 #define PCIE_MMIO_READ(r) ml_phys_read_byte(pcie_mmio_uart_base + PCIE_MMIO_UART_##r) argument
|
| /xnu-11417.140.69/osfmk/i386/ |
| H A D | asm.h | 216 #define Gotoff2(l,r) l(r) argument 217 #define Gotoff3(l,r,s) l(,r,s) argument 231 #define Gotoff2(l,r) l@GOTOFF(%ebx,r) argument 232 #define Gotoff3(l,r,s) l@GOTOFF(%ebx,r,s) argument 245 #define Gotoff2(l,r) l(r) argument 246 #define Gotoff3(l,r,s) l(,r,s) argument 264 #define Lgotoff2(l,r) Gotoff2(LCL(l),r) argument 265 #define Lgotoff3(l,r,s) Gotoff3(LCL(l),r,s) argument
|
| H A D | i386_vm_init.c | 191 #define RESET_FRAG(r) (((r)->alloc_frag_up = 1), ((r)->alloc_frag_down = 0)) argument 901 int r; in pmap_next_page_large() local 1009 pmap_memory_region_t *r; in pmap_hi_pages_done() local
|
| /xnu-11417.140.69/pexpert/pexpert/arm64/ |
| H A D | platform.h | 60 #define SUB_PLATFORM_TUNABLE_HEADER(r, x) <COMBINE7(platform/soc/tunables/,ARM64_SOC_NAME,/,r… argument 61 #define SUB_TARGET_TUNABLE_HEADER(r, t, x) <COMBINE7(target/tunables/,t,/,r,/,x,.h)> argument
|
| /xnu-11417.140.69/osfmk/console/art/ |
| H A D | progress.m | 15 uint8_t r; field
|
| /xnu-11417.140.69/tests/vm/ |
| H A D | mach_vm_map.c | 235 for (struct range_spec *r = range_specs(); r->end; r++) { variable 246 for (struct range_spec *r = range_specs(); r->end; r++) { variable
|
| H A D | vm_direct_write_wired.c | 112 int w, r; variable
|
| /xnu-11417.140.69/tests/recount/ |
| H A D | coalition_info_tests.c | 25 int r; in skip_if_monotonic_unsupported() local
|
| /xnu-11417.140.69/libkern/ |
| H A D | mkext.c | 116 int i, j, k, r; in decompress_lzss() local 214 insert_node(struct encode_state *sp, int r) in insert_node()
|
| /xnu-11417.140.69/bsd/netinet/ |
| H A D | cbrtf.c | 407 double r; in cbrtf() local
|
| /xnu-11417.140.69/osfmk/mach/ |
| H A D | ndr.h | 92 #define __NDR_convert__SINGLE(a, f, r) do { r((a), (f)); } while (0) argument 93 #define __NDR_convert__ARRAY(a, f, c, r) \ argument 97 #define __NDR_convert__2DARRAY(a, f, s, c, r) \ argument
|
| /xnu-11417.140.69/tests/vm_memory_tests_src/ |
| H A D | main.c | 29 int r = proc_pidpath(getpid(), buffer, sizeof(buffer)); in spawn_process() local
|