Home
last modified time | relevance | path

Searched refs:end_function (Results 1 – 4 of 4) sorted by relevance

/external/XNNPACK/src/xnnpack/
Dassembly.h20 end_function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrControl.td84 defm END_FUNCTION : NRI<(outs), (ins), [], "end_function", 0x0b>;
/external/toybox/toys/pending/
Dsh.c1099 static int end_function(int funconly) in end_function() function
2643 if (prefix && funk == TT.funcslen) end_function(0); in run_command()
3361 if (!end_function(1)) break; in run_lines()
3680 while (end_function(0)); in run_lines()
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp3681 …for (samplingFunctionsVectorType::iterator function = m_functions.begin(), end_function = m_functi… local
3682 end_function != function; ++function)