Home
last modified time | relevance | path

Searched defs:r (Results 1 – 25 of 111) sorted by relevance

12345

/xnu-12377.61.12/tests/unit/
H A Dmach_vm_range_contains.c42 const struct mach_vm_range r = {0x1000, 0x2000}; variable
54 const struct mach_vm_range r = {0x1000, 0x3000}; variable
66 const struct mach_vm_range r = {0x1000, 0x3000}; variable
78 const struct mach_vm_range r = {0x1000, 0x3000}; variable
90 const struct mach_vm_range r = {0x1000, 0x3000}; variable
102 const struct mach_vm_range r = {0x1000, 0x3000}; variable
114 const struct mach_vm_range r = {0x1000, 0x3000}; variable
126 const struct mach_vm_range r = {0x1000, 0x3000}; variable
H A Dmocks_test.c202 size_t r = kernel_func2(10, 1); variable
211 size_t r = kernel_func3(1, 2); variable
266 size_t r = kernel_func5(1, 2); variable
273 size_t r = kernel_func7(1, 2); variable
/xnu-12377.61.12/osfmk/corecrypto/
H A Dccn_internal.h75 #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 Dcc_internal.h640 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-12377.61.12/tests/
H A Dmonotonic_uncore.c33 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 Dsocket_0byte_udp_poll_58140856.c25 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 Dmonotonic_core.c37 int r; in skip_if_unsupported() local
96 int r; variable
205 int r; in perf_sysctl_deltas() local
H A Dfreebsd_waitpid_nohang.c39 int status, r; variable
H A Dvm_spawn_tool.c44 int r = sysctlbyname("debug.vm_mixed_pagesize_supported", &supported, &supported_size, NULL, 0); in main() local
/xnu-12377.61.12/bsd/net/
H A Dpf_ruleset.c218 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 Dsiphash.c188 uint64_t r; in SipHash_Final() local
199 uint64_t r; in SipHash_End() local
H A Droute_private.h157 #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
207 #define RT(r) rn_rtentry((r)) argument
209 #define rt_key_free(r) ({ \ argument
/xnu-12377.61.12/libsyscall/mach/
H A Dmach_right.c81 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-12377.61.12/tests/recount/
H A Dcoalition_info_tests.c25 int r; in skip_if_monotonic_unsupported() local
49 int r = sysctlbyname("hw.targettype", buffer, &buffer_size, NULL, 0); in skip_if_fastsim() local
/xnu-12377.61.12/bsd/pgo/
H A Dprofile_runtime.c83 kern_return_t r; in pgo_reset_counters() local
149 kern_return_t r = pgo_reset_counters(); in grab_pgo_data() local
/xnu-12377.61.12/pexpert/i386/
H A Dpe_serial.c70 #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-12377.61.12/osfmk/i386/
H A Dasm.h216 #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
/xnu-12377.61.12/pexpert/pexpert/arm64/
H A Dplatform.h60 #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-12377.61.12/osfmk/console/art/
H A Dprogress.m15 uint8_t r; field
/xnu-12377.61.12/tests/vm/
H A Dmach_vm_map.c235 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 Dvm_direct_write_wired.c112 int w, r; variable
/xnu-12377.61.12/libkern/
H A Dmkext.c116 int i, j, k, r; in decompress_lzss() local
214 insert_node(struct encode_state *sp, int r) in insert_node()
/xnu-12377.61.12/tests/unit/mocks/fibers/
H A Drandom.c44 rotl64(uint64_t x, int8_t r) in rotl64()
/xnu-12377.61.12/bsd/netinet/
H A Dcbrtf.c407 double r; in cbrtf() local
/xnu-12377.61.12/osfmk/mach/
H A Dndr.h92 #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

12345