Home
last modified time | relevance | path

Searched refs:mpf (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/com32/gpllib/
Dcpuid.c429 struct intel_mp_floating *mpf; in smp_scan_config() local
432 if (sizeof(*mpf) != 16) { in smp_scan_config()
438 mpf = (struct intel_mp_floating *)bp; in smp_scan_config()
440 (mpf->mpf_length == 1) && in smp_scan_config()
442 ((mpf->mpf_specification == 1) in smp_scan_config()
443 || (mpf->mpf_specification == 4))) { in smp_scan_config()
/external/clang/test/SemaCXX/
Dfunction-type-qual.cpp27 void (C::*mpf)() const; variable
/external/skia/src/gpu/vk/
DGrVkMemory.cpp85 VkMemoryPropertyFlags mpf = phDevMemProps.memoryTypes[typeIndex].propertyFlags; in AllocAndBindBufferMemory() local
86 alloc->fFlags = mpf & VK_MEMORY_PROPERTY_HOST_COHERENT_BIT ? 0x0 in AllocAndBindBufferMemory()
170 VkMemoryPropertyFlags mpf = phDevMemProps.memoryTypes[typeIndex].propertyFlags; in AllocAndBindImageMemory() local
171 alloc->fFlags = mpf & VK_MEMORY_PROPERTY_HOST_COHERENT_BIT ? 0x0 in AllocAndBindImageMemory()