Searched refs:Family (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Host.cpp | 542 static void detectX86FamilyModel(unsigned EAX, unsigned *Family, in detectX86FamilyModel() argument 544 *Family = (EAX >> 8) & 0xf; // Bits 8 - 11 in detectX86FamilyModel() 546 if (*Family == 6 || *Family == 0xf) { in detectX86FamilyModel() 547 if (*Family == 0xf) in detectX86FamilyModel() 549 *Family += (EAX >> 20) & 0xff; // Bits 20 - 27 in detectX86FamilyModel() 556 getIntelProcessorTypeAndSubtype(unsigned Family, unsigned Model, in getIntelProcessorTypeAndSubtype() argument 562 switch (Family) { in getIntelProcessorTypeAndSubtype() 881 static void getAMDProcessorTypeAndSubtype(unsigned Family, unsigned Model, in getAMDProcessorTypeAndSubtype() argument 887 switch (Family) { in getAMDProcessorTypeAndSubtype() 1142 unsigned Family = 0, Model = 0; getHostCPUName() local [all...] |
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_padding_optimizer.cc | 122 // The sorted numeric order of Family determines the declaration order in the in OptimizeLayout() 124 enum Family { in OptimizeLayout() enum 143 Family f = OTHER; in OptimizeLayout()
|
/third_party/python/Modules/clinic/ |
H A D | overlapped.c.h | 306 _overlapped_BindLocal_impl(PyObject *module, HANDLE Socket, int Family); 313 int Family; in _overlapped_BindLocal() local 316 &Socket, &Family)) { in _overlapped_BindLocal() 319 return_value = _overlapped_BindLocal_impl(module, Socket, Family); in _overlapped_BindLocal()
|
/third_party/python/Modules/ |
H A D | overlapped.c | 521 family as Family: int 530 _overlapped_BindLocal_impl(PyObject *module, HANDLE Socket, int Family) in _overlapped_BindLocal_impl() argument 535 if (Family == AF_INET) { in _overlapped_BindLocal_impl() 543 } else if (Family == AF_INET6) { in _overlapped_BindLocal_impl()
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-ia64.tex | 17 the Itanium Processor Family. This includes both little-endian Linux
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | MachO.h | 1416 static inline int CPU_SUBTYPE_INTEL(int Family, int Model) { in CPU_SUBTYPE_INTEL() argument 1417 return Family | (Model << 4); in CPU_SUBTYPE_INTEL()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 1468 inline int CPU_SUBTYPE_INTEL(int Family, int Model) { in CPU_SUBTYPE_INTEL() argument 1469 return Family | (Model << 4); in CPU_SUBTYPE_INTEL()
|
Completed in 15 milliseconds