Searched refs:mat (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/zmod/ |
H A D | crc32.c | 73 local unsigned long gf2_matrix_times OF((unsigned long *mat, 75 local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat)); 347 local unsigned long gf2_matrix_times(mat, vec) in gf2_matrix_times() argument 348 unsigned long *mat; in gf2_matrix_times() 356 sum ^= *mat; 358 mat++; 364 local void gf2_matrix_square(square, mat) in gf2_matrix_square() argument 366 unsigned long *mat; 371 square[n] = gf2_matrix_times(mat, mat[n]);
|
/titanic_41/usr/src/uts/i86pc/io/acpi/acpidev/ |
H A D | acpidev_cpu.c | 319 struct acpidev_cpu_MAT_arg mat; in acpidev_cpu_get_procid() local 335 bzero(&mat, sizeof (mat)); in acpidev_cpu_get_procid() 337 acpidev_cpu_query_MAT, &mat); in acpidev_cpu_get_procid() 338 if (mat.found) { in acpidev_cpu_get_procid() 339 *idp = mat.proc_id; in acpidev_cpu_get_procid() 573 struct acpidev_cpu_MAT_arg mat; in acpidev_cpu_filter_func() local 575 bzero(&mat, sizeof (mat)); in acpidev_cpu_filter_func() 577 acpidev_cpu_query_MAT, &mat); in acpidev_cpu_filter_func() 578 if (!mat.found) { in acpidev_cpu_filter_func() 583 } else if (!mat.enabled) { in acpidev_cpu_filter_func() [all …]
|
/titanic_41/usr/src/uts/intel/io/acpica/ |
H A D | acpica.c | 515 ACPI_TABLE_MADT *mat; in acpica_get_sci() local 549 if (AcpiGetTable(ACPI_SIG_MADT, 1, (ACPI_TABLE_HEADER **) &mat) != in acpica_get_sci() 553 ap = (ACPI_SUBTABLE_HEADER *) (mat + 1); in acpica_get_sci() 554 madt_size = mat->Header.Length; in acpica_get_sci() 555 madt_seen = sizeof (*mat); in acpica_get_sci()
|
/titanic_41/usr/src/lib/libc/port/locale/ |
H A D | engine.c | 73 #define at mat
|
/titanic_41/usr/src/cmd/look/ |
H A D | words | 14333 mat
|
/titanic_41/usr/src/cmd/spell/ |
H A D | list | 14331 mat
|