Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/mac/
Dmacho_reader_unittest.cc782 const cpu_type_t kCPUType = 0x46b760df; in TEST_F() local
787 .D32(kCPUType) // cpu type in TEST_F()
800 const cpu_type_t kCPUType = CPU_TYPE_I386; in TEST_F() local
806 .D32(kCPUType) // cpu type in TEST_F()
814 ReadFile(&file, false, kCPUType, kCPUSubType); in TEST_F()
829 const cpu_type_t kCPUType = CPU_TYPE_ANY; in TEST_F() local
834 .D32(kCPUType) // cpu type in TEST_F()
845 const cpu_type_t kCPUType = CPU_TYPE_I386; in TEST_F() local
850 .D32(kCPUType) // cpu type in TEST_F()
866 const cpu_type_t kCPUType = 0x46b760df; in TEST_F() local
[all …]