| /xnu-10063.101.15/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 | 638 cc_mul_overflow(uint64_t a, uint64_t b, uint64_t *r) in cc_mul_overflow() 658 #define CC_HEAVISIDE_STEP(r, s) do { \ argument 676 #define CC_MUXU(r, s, a, b) do { \ argument
|
| /xnu-10063.101.15/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 | game_mode.c | 166 int r; in skip_if_unsupported() local
|
| /xnu-10063.101.15/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() 284 char *p, *q = NULL, *r; in pf_find_or_create_ruleset() local 446 pf_anchor_setup(struct pf_rule *r, const struct pf_ruleset *s, in pf_anchor_setup() 503 pf_anchor_copyout(const struct pf_ruleset *rs, const struct pf_rule *r, in pf_anchor_copyout() 552 pf_anchor_remove(struct pf_rule *r) in pf_anchor_remove()
|
| H A D | flowhash.c | 62 #define ROTL32(x, r) (((x) << (r)) | ((x) >> (32 - (r)))) argument 63 #define ROTL64(x, r) (((x) << (r)) | ((x) >> (64 - (r)))) argument
|
| H A D | pf.c | 149 #define PF_RTABLEID_IS_VALID(r) \ argument 178 struct pf_rule *r; member 471 #define BOUND_IFACE(r, k) \ argument 2683 pf_send_tcp(const struct pf_rule *r, sa_family_t af, in pf_send_tcp() 2859 struct pf_rule *r) in pf_send_icmp() 3092 pf_match_tag(struct pf_rule *r, struct pf_mtag *pf_mtag, in pf_match_tag() 3134 struct pf_rule **r, struct pf_rule **a, int *match) in pf_step_into_anchor() 3171 struct pf_rule **r, struct pf_rule **a, int *match) in pf_step_out_of_anchor() 3328 pf_map_addr(sa_family_t af, struct pf_rule *r, struct pf_addr *saddr, in pf_map_addr() 3538 pf_get_sport(struct pf_pdesc *pd, struct pfi_kif *kif, struct pf_rule *r, in pf_get_sport() [all …]
|
| /xnu-10063.101.15/libsyscall/mach/ |
| H A D | mach_right.c | 74 mach_right_recv_destruct(mach_right_recv_t r, mach_right_send_t *s, in mach_right_recv_destruct() 93 mach_right_send_create(mach_right_recv_t r) in mach_right_send_create() 151 mach_right_send_once_create(mach_right_recv_t r) in mach_right_send_once_create()
|
| /xnu-10063.101.15/bsd/pgo/ |
| H A D | profile_runtime.c | 125 kern_return_t r; in pgo_reset_counters() local 187 kern_return_t r = pgo_reset_counters(); in grab_pgo_data() local
|
| /xnu-10063.101.15/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-10063.101.15/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 | 190 #define RESET_FRAG(r) (((r)->alloc_frag_up = 1), ((r)->alloc_frag_down = 0)) argument 900 int r; in pmap_next_page_large() local 1008 pmap_memory_region_t *r; in pmap_hi_pages_done() local
|
| /xnu-10063.101.15/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-10063.101.15/osfmk/console/art/ |
| H A D | progress.m | 15 uint8_t r; field
|
| /xnu-10063.101.15/tests/recount/ |
| H A D | coalition_info_tests.c | 25 int r; in skip_if_monotonic_unsupported() local
|
| /xnu-10063.101.15/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-10063.101.15/bsd/netinet/ |
| H A D | cbrtf.c | 407 double r; in cbrtf() local
|
| /xnu-10063.101.15/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-10063.101.15/tests/vm_memory_tests_src/ |
| H A D | main.c | 29 int r = proc_pidpath(getpid(), buffer, sizeof(buffer)); in spawn_process() local
|
| /xnu-10063.101.15/bsd/dev/dtrace/ |
| H A D | blist.c | 280 int r = 0; local 380 daddr_t r; local
|
| /xnu-10063.101.15/bsd/kern/ |
| H A D | kern_acct.c | 237 struct rusage rup, *r; in acct_process() local
|