HomeSort by relevance Sort by last modified time
    Searched full:sizeof_array (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatPolygonTest.cpp 74 #define SIZEOF_ARRAY(p) (sizeof(p) / sizeof(p[0]))
89 FloatPolygonTestValue triangleTestValue(triangleCoordinates, SIZEOF_ARRAY(triangleCoordinates), RULE_NONZERO);
185 FloatPolygonTestValue triangleTestValue(triangleCoordinates, SIZEOF_ARRAY(triangleCoordinates), RULE_NONZERO);
212 FloatPolygonTestValue triangleTestValue(triangleCoordinates, SIZEOF_ARRAY(triangleCoordinates), RULE_EVENODD);
228 FloatPolygonTestValue emptyPolygonTestValue(coordinates, SIZEOF_ARRAY(coordinates), RULE_NONZERO); \
267 FloatPolygonTestValue trapezoidTestValue(trapezoidCoordinates, SIZEOF_ARRAY(trapezoidCoordinates), RULE_EVENODD);
303 FloatPolygonTestValue hTestValue(hCoordinates, SIZEOF_ARRAY(hCoordinates), RULE_NONZERO);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h 28 #ifndef SIZEOF_ARRAY
29 #define SIZEOF_ARRAY(ar) (sizeof(ar)/sizeof((ar)[0]))
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.c 965 if( inSize >= sizeof_array( buffer ) )
967 inSize = sizeof_array( buffer ) - 1;
1017 DebugWinCharToTCharString( src, kSizeCString, path, sizeof_array( path ), &size );
1018 DebugWinCharToTCharString( inName, kSizeCString, path + size, sizeof_array( path ) - size, NULL );
1027 n = GetModuleFileName( inModule, path, sizeof_array( path ) );
1090 if( inSize >= sizeof_array( buffer ) )
1092 inSize = sizeof_array( buffer ) - 1;
    [all...]
CommonServices.h 577 /*! @defined sizeof_array
582 #define sizeof_array( X ) ( sizeof( X ) / sizeof( X[ 0 ] ) ) macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
portcls.h 396 SIZEOF_ARRAY(PropertyTable),\
    [all...]

Completed in 535 milliseconds