Searched refs:poly (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.61.12/bsd/netinet/ |
| H A D | cbrtf.c | 450 …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 D | z_crc32.c | 139 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 D | mach_port.c | 265 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 D | mach_kernelrpc.c | 238 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 D | mach_port.c | 1655 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 D | mach_traps.h | 233 mach_port_name_t poly, 791 PAD_ARG_(mach_port_name_t, poly);
|
| H A D | mach_port.defs | 325 poly : mach_port_poly_t); 345 out poly : mach_port_poly_t);
|