/src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
comparedf2_test.c | 145 static const struct TestVector vectors[] = { variable in typeref:typename:const 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:typename:const 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:typename:const 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:typename:const 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 in function:arm_pci_msi_alloc_common 94 vectors = msi->msi_alloc(msi, count, pa, exact); 95 if (vectors == NULL) 98 *ihps = vectors; 106 pci_intr_handle_t *vectors; local in function:arm_pci_msix_alloc_common 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 in function:gic_v2m_msi_alloc 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 in function:gic_v2m_msix_alloc 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 in function:gicv3_its_device_map 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 in function:gicv3_its_msi_alloc 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 in function:gicv3_its_msix_alloc [all...] |
/src/sys/arch/arm/include/ |
asan.h | 235 static const char * const vectors[] = { local in function:__md_unwind_end 245 for (size_t i = 0; i < __arraycount(vectors); i++) { 246 if (!strncmp(name, vectors[i], strlen(vectors[i])))
|
/src/sys/arch/x86/pci/ |
pci_msi_machdep.c | 96 pci_intr_handle_t *vectors, pih; local in function:pci_msi_alloc_vectors 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 in function:pci_msi_alloc_common 178 vectors = NULL; 180 vectors = pci_msi_alloc_vectors(msi_pic, NULL, count) 255 pci_intr_handle_t *vectors; local in function:pci_msix_alloc_common [all...] |
/src/sys/arch/arm/arm32/ |
arm32_machdep.c | 161 * relocate the vectors. 193 unsigned int *vectors = (int *) va; local in function:arm32_vector_init 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 in function:apple_pcie_msi_msi_alloc 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 in function:apple_pcie_msi_msix_alloc 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 in function:pq3pci_msi_alloc_vectors 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:__anon601bc957010a
|
/src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
radeon_drm.h | 203 } vectors; member in union:__anon05888ab0010a
|