Searched refs:count2 (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Drdtsc_core.h107 void rdtscEvent(uint32_t bucketId, uint32_t count1, uint32_t count2);
115 #define RDTSC_EVENT(bucket, count1, count2) rdtscEvent(bucket, count1, count2)
122 #define RDTSC_EVENT(bucket, count1, count2)
167 INLINE void rdtscEvent(uint32_t bucketId, uint32_t count1, uint32_t count2) argument
/xsrc/external/mit/freetype/dist/src/pshinter/
H A Dpshrec.c379 FT_UInt count2 = mask2->num_bits; local in function:ps_mask_table_test_intersect
383 count = FT_MIN( count1, count2 );
428 FT_UInt count2 = mask2->num_bits; local in function:ps_mask_table_merge
432 if ( count2 > 0 )
439 /* if "count2" is greater than "count1", we need to grow the */
441 if ( count2 > count1 )
443 error = ps_mask_ensure( mask1, count2, memory );
447 for ( pos = count1; pos < count2; pos++ )
454 pos = ( count2 + 7 ) >> 3;
1003 FT_UInt count2 local in function:ps_hints_t2mask
1048 FT_UInt count2 = dim[1].hints.num_hints; local in function:ps_hints_t2counter
[all...]
H A Dpshglob.c476 FT_UInt count1, count2; local in function:psh_blues_scale_zones
500 count2 = family->count;
502 for ( ; count2 > 0; count2--, zone2++ )
H A Dpshalgo.c271 FT_UInt count2; local in function:psh_hint_table_activate_mask
278 for ( count2 = count; count2 > 0; count2--, sort++ )
286 count2 = 0;
289 if ( count2 == 0 )
/xsrc/external/mit/freetype/dist/src/sfnt/
H A Dttkern.c265 FT_UInt count2; local in function:tt_face_get_kerning
268 for ( count2 = num_pairs; count2 > 0; count2-- )
/xsrc/external/mit/freetype/dist/src/otvalid/
H A Dotvcommn.c995 FT_UInt count1, count2; local in function:otv_u_x_Ox_y_Oy_z_Oz_p_sp
1030 count2 = FT_NEXT_USHORT( p );
1032 OTV_TRACE(( " (Count = %d)\n", count2 ));
1034 OTV_LIMIT_CHECK( count2 * 4 );
1036 for ( ; count2 > 0; count2-- )
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiarc.c374 int count1, count2, k; member in struct:__anon78d3557b0208
414 spdata->count2 = y + doinner;
437 if (spdata->count2)
438 spdata->count2--;
488 spdata->count2 = 0;
598 spdata->count2++;
639 spdata->count2++;
878 for (n = spdata->count2; --n >= 0; )
3536 for (n = spdata->count2; --n >= 0; )
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiarc.c224 int count1, count2, k; member in struct:__anon6d734e8e0208
409 spdata->count2 = y + doinner;
428 if (spdata->count2)
429 spdata->count2--;
474 spdata->count2 = 0;
575 spdata->count2++;
611 spdata->count2++;
833 for (n = spdata->count2; --n >= 0;) {
3545 for (n = spdata->count2; --n >= 0;) {
/xsrc/external/mit/freetype/dist/src/base/
H A Dftstroke.c1987 FT_UInt count1, count2, num_points = 0; local in function:FT_Stroker_GetCounts
1999 &count1, &count2 );
2009 num_contours = count2 + count4;
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp1872 size_t count2 = count >> 1; local in function:LowerBound
1873 ImGuiStorage::Pair* mid = first + count2;
1877 count -= count2 + 1;
1881 count = count2;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp1872 size_t count2 = count >> 1; local in function:LowerBound
1873 ImGuiStorage::Pair* mid = first + count2;
1877 count -= count2 + 1;
1881 count = count2;

Completed in 50 milliseconds