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

  /external/llvm/test/Transforms/LoopUnswitch/
infinite-loop.ll 25 ; CHECK-NEXT: call void @end0() [[NOR_NUW:#[0-9]+]]
45 call void @end0() noreturn nounwind
53 declare void @end0() noreturn
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
base.hpp 188 for_each(F op, It0 it0, It0 end0, Its... its) {
189 while (it0 != end0)
208 map(F op, It0 it0, It0 end0, Its... its) {
211 while (it0 != end0)
229 fold(F op, T a, It0 it0, It0 end0, Its... its) {
230 while (it0 != end0)
246 any_of(F op, It0 it0, It0 end0, Its... its) {
247 while (it0 != end0)
  /external/mesa3d/src/gallium/state_trackers/clover/core/
base.hpp 188 for_each(F op, It0 it0, It0 end0, Its... its) {
189 while (it0 != end0)
208 map(F op, It0 it0, It0 end0, Its... its) {
211 while (it0 != end0)
229 fold(F op, T a, It0 it0, It0 end0, Its... its) {
230 while (it0 != end0)
246 any_of(F op, It0 it0, It0 end0, Its... its) {
247 while (it0 != end0)
  /external/chromium_org/third_party/freetype/src/base/
ftoutln.c 351 FT_Int end0, end; local
363 end0 = end = -1;
369 if ( end <= end0 || end >= n_points )
372 end0 = end;
  /external/freetype/src/base/
ftoutln.c 359 FT_Int end0, end; local
371 end0 = end = -1;
377 if ( end <= end0 || end >= n_points )
380 end0 = end;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_Average_4x_Align_unsafe_s.s 107 End0
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_Average_4x_Align_unsafe_s.s 107 End0
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 957 milliseconds