Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dtype_traits_unittest.cc393 typedef int int10[10]; in TEST() typedef
395 EXPECT_TRUE(has_trivial_constructor<int10>::value); in TEST()
436 typedef int int10[10]; in TEST() typedef
438 EXPECT_TRUE(has_trivial_copy<int10>::value); in TEST()
479 typedef int int10[10]; in TEST() typedef
481 EXPECT_TRUE(has_trivial_assign<int10>::value); in TEST()
521 typedef int int10[10]; in TEST() typedef
523 EXPECT_TRUE(has_trivial_destructor<int10>::value); in TEST()
/external/u-boot/drivers/bios_emulator/
Dbios.c113 static void X86API int10(int intno) in int10() function
358 bios_intr_tab[0x10] = int10;
361 bios_intr_tab[0x6D] = int10;