Home
last modified time | relevance | path

Searched refs:poly (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.61.12/bsd/netinet/
H A Dcbrtf.c450 …double poly = 1.0 + (.333333333333341976693463092094589 + (-.111111111111154331658603135046499 + (… in cbrtf() local
452 poly *= table->cbrt_x; in cbrtf()
453 result.f *= (float)poly; in cbrtf()
/xnu-12377.61.12/libkern/zlib/
H A Dz_crc32.c139 unsigned long poly; /* polynomial exclusive-or pattern */ in make_crc_table() local
151 poly = 0UL; in make_crc_table()
153 poly |= 1UL << (31 - p[n]); in make_crc_table()
159 c = c & 1 ? poly ^ (c >> 1) : c >> 1; in make_crc_table()
/xnu-12377.61.12/libsyscall/mach/
H A Dmach_port.c265 mach_port_t poly, in mach_port_insert_right() argument
270 rv = _kernelrpc_mach_port_insert_right_trap(task, name, poly, polyPoly); in mach_port_insert_right()
273 rv = _kernelrpc_mach_port_insert_right(task, name, poly, in mach_port_insert_right()
285 mach_port_t *poly, in mach_port_extract_right() argument
291 poly, polyPoly); in mach_port_extract_right()
/xnu-12377.61.12/osfmk/ipc/
H A Dmach_kernelrpc.c238 if (args->name == args->poly) { in _kernelrpc_mach_port_insert_right_trap()
243 rv = ipc_object_insert_send_right(task->itk_space, args->poly, in _kernelrpc_mach_port_insert_right_trap()
252 rv = ipc_object_copyin(task->itk_space, args->poly, args->polyPoly, in _kernelrpc_mach_port_insert_right_trap()
H A Dmach_port.c1655 ipc_port_t poly, in mach_port_insert_right() argument
1667 if (!IP_VALID(poly)) { in mach_port_insert_right()
1671 return ipc_object_copyout_name(space, poly, polyPoly, name); in mach_port_insert_right()
1695 ipc_port_t *poly, in mach_port_extract_right() argument
1720 IPC_COPYIN_KERNEL_DESTINATION, NULL, poly); in mach_port_extract_right()
/xnu-12377.61.12/osfmk/mach/
H A Dmach_traps.h233 mach_port_name_t poly,
791 PAD_ARG_(mach_port_name_t, poly);
H A Dmach_port.defs325 poly : mach_port_poly_t);
345 out poly : mach_port_poly_t);