Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSShared/
DDebugServices.c2639 check_ptr_overlap( "SHOULD *NOT* SEE" ? 10 : 0, 10, 22, 10 ); in DebugServicesTest()
2640 check_ptr_overlap( "SHOULD SEE" ? 10 : 0, 10, 5, 10 ); in DebugServicesTest()
2641 check_ptr_overlap( "SHOULD SEE" ? 10 : 0, 10, 12, 6 ); in DebugServicesTest()
2642 check_ptr_overlap( "SHOULD SEE" ? 12 : 0, 6, 10, 10 ); in DebugServicesTest()
2643 check_ptr_overlap( "SHOULD SEE" ? 12 : 0, 10, 10, 10 ); in DebugServicesTest()
2644 check_ptr_overlap( "SHOULD *NOT* SEE" ? 22 : 0, 10, 10, 10 ); in DebugServicesTest()
2645 check_ptr_overlap( "SHOULD *NOT* SEE" ? 10 : 0, 10, 20, 10 ); in DebugServicesTest()
2646 check_ptr_overlap( "SHOULD *NOT* SEE" ? 20 : 0, 10, 10, 10 ); in DebugServicesTest()
DDebugServices.h705 #define check_ptr_overlap( P1, P1_SIZE, P2, P2_SIZE ) \ macro