Searched defs:end0 (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dbase.hpp188 for_each(F op, It0 it0, It0 end0, Its... its) { argument
189 while (it0 != end0)
208 map(F op, It0 it0, It0 end0, Its... its) { argument
211 while (it0 != end0)
229 fold(F op, T a, It0 it0, It0 end0, Its... its) { argument
230 while (it0 != end0)
246 any_of(F op, It0 it0, It0 end0, Its... its) { argument
247 while (it0 != end0)
/external/clang/test/OpenMP/
H A Dfor_loop_messages.cpp400 Iter0 begin0, end0; local
494 for (Iter0 I = begin0; I < end0; ++I)
500 for (Iter0 I; I < end0; ++I)
H A Dparallel_for_loop_messages.cpp349 Iter0 begin0, end0; local
423 for (Iter0 I = begin0; I < end0; ++I)
428 for (Iter0 I; I < end0; ++I)
H A Dsimd_loop_messages.cpp342 Iter0 begin0, end0; local
416 for (Iter0 I = begin0; I < end0; ++I)
421 for (Iter0 I; I < end0; ++I)
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dbase.hpp188 for_each(F op, It0 it0, It0 end0, Its... its) { argument
189 while (it0 != end0)
208 map(F op, It0 it0, It0 end0, Its... its) { argument
211 while (it0 != end0)
229 fold(F op, T a, It0 it0, It0 end0, Its... its) { argument
230 while (it0 != end0)
246 any_of(F op, It0 it0, It0 end0, Its... its) { argument
247 while (it0 != end0)
/external/chromium_org/third_party/freetype/src/base/
H A Dftoutln.c359 FT_Int end0, end; local
371 end0 = end = -1;
377 if ( end <= end0 || end >= n_points )
380 end0 = end;
/external/freetype/src/base/
H A Dftoutln.c359 FT_Int end0, end; local
371 end0 = end = -1;
377 if ( end <= end0 || end >= n_points )
380 end0 = end;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftoutln.c359 FT_Int end0, end; local
371 end0 = end = -1;
377 if ( end <= end0 || end >= n_points )
380 end0 = end;

Completed in 3693 milliseconds