| /src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
| comparedf2_test.c | 145 static const struct TestVector vectors[] = { variable in typeref:struct:TestVector 473 const int numVectors = sizeof vectors / sizeof vectors[0]; 476 if (test__cmpdf2(&vectors[i])) return 1;
|
| comparesf2_test.c | 145 static const struct TestVector vectors[] = { variable in typeref:struct:TestVector 473 const int numVectors = sizeof vectors / sizeof vectors[0]; 476 if (test__cmpsf2(&vectors[i])) return 1;
|
| /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
| comparedf2_test.c | 145 static const struct TestVector vectors[] = { variable in typeref:struct:TestVector 473 const int numVectors = sizeof vectors / sizeof vectors[0]; 476 if (test__cmpdf2(&vectors[i])) return 1;
|
| comparesf2_test.c | 145 static const struct TestVector vectors[] = { variable in typeref:struct:TestVector 473 const int numVectors = sizeof vectors / sizeof vectors[0]; 476 if (test__cmpsf2(&vectors[i])) return 1;
|
| /src/sys/arch/arm/pci/ |
| pci_msi_machdep.c | 84 pci_intr_handle_t *vectors; local 94 vectors = msi->msi_alloc(msi, count, pa, exact); 95 if (vectors == NULL) 98 *ihps = vectors; 106 pci_intr_handle_t *vectors; local 116 vectors = msi->msix_alloc(msi, table_indexes, count, pa, exact); 117 if (vectors == NULL) 120 *ihps = vectors;
|
| /src/sys/arch/arm/cortex/ |
| gic_v2m.c | 233 pci_intr_handle_t *vectors; local 253 vectors = kmem_alloc(sizeof(*vectors) * *count, KM_SLEEP); 256 vectors[n] = ARM_PCI_INTR_MSI | 264 return vectors; 272 pci_intr_handle_t *vectors; local 313 vectors = kmem_alloc(sizeof(*vectors) * *count, KM_SLEEP); 317 vectors[msix_vec] = ARM_PCI_INTR_MSIX | 327 return vectors; [all...] |
| gicv3_its.c | 405 u_int vectors; local 408 vectors = MAX(2, count); 409 while (!powerof2(vectors)) 410 vectors++; 414 const u_int itt_size = roundup(uimax(vectors, 2) * itt_entry_size, GITS_ITT_ALIGN); 580 pci_intr_handle_t *vectors; local 596 vectors = kmem_alloc(sizeof(*vectors) * *count, KM_SLEEP); 601 vectors[n] = ARM_PCI_INTR_MSI | 625 kmem_free(vectors, sizeof(*vectors) * *count) 638 pci_intr_handle_t *vectors; local [all...] |
| /src/sys/arch/x86/pci/ |
| pci_msi_machdep.c | 96 pci_intr_handle_t *vectors, pih; local 101 vectors = kmem_zalloc(sizeof(vectors[0]) * (*count), KM_SLEEP); 119 kmem_free(vectors, sizeof(vectors[0]) * (*count)); 123 vectors[i] = pih; 127 return vectors; 157 pci_intr_handle_t *vectors; local 178 vectors = NULL; 180 vectors = pci_msi_alloc_vectors(msi_pic, NULL, count) 255 pci_intr_handle_t *vectors; local [all...] |
| /src/sys/arch/arm/arm32/ |
| arm32_machdep.c | 161 * relocate the vectors. 193 unsigned int *vectors = (int *) va; local 194 unsigned int *vectors_data = vectors + (page0_data - page0); 198 * Loop through the vectors we're taking over, and copy the 206 vectors[vec] = page0[vec]; 210 /* Now sync the vectors. */
|
| /src/sys/arch/arm/apple/ |
| apple_pcie.c | 581 pci_intr_handle_t *vectors; local 604 vectors = kmem_alloc(sizeof(*vectors) * *count, KM_SLEEP); 607 vectors[n] = ARM_PCI_INTR_MSI | 615 return vectors; 623 pci_intr_handle_t *vectors; local 663 vectors = kmem_alloc(sizeof(*vectors) * *count, KM_SLEEP); 667 vectors[msix_vec] = ARM_PCI_INTR_MSIX | 677 return vectors; [all...] |
| /src/sys/arch/powerpc/booke/pci/ |
| pq3pci.c | 1273 pci_intr_handle_t *vectors; local 1289 const size_t alloc_size = sizeof(*vectors) * count; 1290 vectors = kmem_zalloc(alloc_size, KM_SLEEP); 1296 msih = pq3pci_msi_claim(vectors[j]); 1300 kmem_free(vectors, alloc_size); 1303 vectors[i] = handle; 1310 *ihps = vectors;
|
| /src/sys/external/bsd/drm/dist/shared-core/ |
| radeon_drm.h | 195 } vectors; member in union:__anon4233
|
| /src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
| radeon_drm.h | 203 } vectors; member in union:__anon5959
|