Home
last modified time | relevance | path

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

/xnu-8020.101.4/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-8020.101.4/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-8020.101.4/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-8020.101.4/osfmk/ipc/
H A Dmach_kernelrpc.c239 if (args->name == args->poly) { in _kernelrpc_mach_port_insert_right_trap()
244 rv = ipc_object_insert_send_right(task->itk_space, args->poly, in _kernelrpc_mach_port_insert_right_trap()
253 rv = ipc_object_copyin(task->itk_space, args->poly, args->polyPoly, in _kernelrpc_mach_port_insert_right_trap()
H A Dmach_port.c1680 ipc_port_t poly, in mach_port_insert_right() argument
1692 if (!IP_VALID(poly)) { in mach_port_insert_right()
1696 return ipc_object_copyout_name(space, ip_to_object(poly), in mach_port_insert_right()
1721 ipc_port_t *poly, in mach_port_extract_right() argument
1743 kr = ipc_object_copyin(space, name, msgt_name, (ipc_object_t *) poly, 0, NULL, in mach_port_extract_right()
/xnu-8020.101.4/osfmk/mach/
H A Dmach_traps.h220 mach_port_name_t poly,
745 PAD_ARG_(mach_port_name_t, poly);
H A Dmach_port.defs327 poly : mach_port_poly_t);
347 out poly : mach_port_poly_t);